Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "rpcapi", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Provides a struture for hosting RPC style APIs, supports both http and websocket access out of the box", | ||
@@ -11,2 +11,3 @@ "repository": { | ||
"scripts": { | ||
"prepublishOnly": "tsc -d", | ||
"pretest": "tsc", | ||
@@ -13,0 +14,0 @@ "test": "ava **/src/**/*.test.js **/src/**/*.itest.js", |
@@ -139,3 +139,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function () { | ||
return __generator(this, function (_a) { | ||
return __generator(this, function (_b) { | ||
t.is(a, 123); | ||
@@ -142,0 +142,0 @@ return [2 /*return*/, new Promise(function (resolve) { |
@@ -102,7 +102,7 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function () { | ||
return __generator(this, function (_a) { | ||
switch (_a.label) { | ||
return __generator(this, function (_b) { | ||
switch (_b.label) { | ||
case 0: return [4 /*yield*/, delay(1000)]; | ||
case 1: | ||
_a.sent(); | ||
_b.sent(); | ||
return [2 /*return*/, { | ||
@@ -109,0 +109,0 @@ value: a + b |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
309013
75
2647