@open-rpc/mock-server
Advanced tools
Comparing version 1.4.1 to 1.5.0
@@ -80,3 +80,3 @@ "use strict"; | ||
} | ||
console.log("New service added: ", prefix); //tslint:disable-line | ||
console.log("New service added: ", prefix); // eslint-disable-line | ||
return [2 /*return*/, prefix.slice(0, -1)]; | ||
@@ -125,3 +125,3 @@ } | ||
serviceServer.addRouter(openrpcDocument, methodMapping); | ||
console.log("Created Server with options: port - " + port); // tslint:disable-line | ||
console.log("Created Server with options: port - " + port); // eslint-disable-line | ||
return serviceServer; | ||
@@ -128,0 +128,0 @@ }; |
@@ -0,1 +1,14 @@ | ||
# [1.5.0](https://github.com/open-rpc/mock-server/compare/1.4.1...1.5.0) (2020-03-30) | ||
### Bug Fixes | ||
* update all the things ([ab74645](https://github.com/open-rpc/mock-server/commit/ab74645b00847b0c4a6b93e32cb1bb3c66f43736)) | ||
* update new open rpc server ([5304003](https://github.com/open-rpc/mock-server/commit/5304003ba01fa216578b3d03d5d27c15c2d3da5f)) | ||
### Features | ||
* add gh action for es lint ([66c8f51](https://github.com/open-rpc/mock-server/commit/66c8f5134f78a38af0745fa821148d10112d325a)) | ||
## [1.4.1](https://github.com/open-rpc/mock-server/compare/1.4.0...1.4.1) (2020-03-27) | ||
@@ -2,0 +15,0 @@ |
{ | ||
"name": "@open-rpc/mock-server", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "Provides a mock JSON-RPC API given an OpenRPC Document", | ||
@@ -26,4 +26,3 @@ "repository": { | ||
"startaws": "npm run build && node ./build/cli.js -m service -p 8081", | ||
"test": "npm run test:lint && npm run build && npm run test:unit", | ||
"test:lint": "tslint -c tslint.json 'src/**/*.ts' --fix", | ||
"test": "npm run build && npm run test:unit", | ||
"test:unit": "jest --coverage", | ||
@@ -35,9 +34,9 @@ "build": "tsc && cp service-mode-openrpc.json build/.", | ||
"dependencies": { | ||
"@open-rpc/examples": "^1.4.0", | ||
"@open-rpc/schema-utils-js": "^1.12.2", | ||
"@open-rpc/server-js": "^1.5.4", | ||
"@open-rpc/examples": "^1.5.0", | ||
"@open-rpc/schema-utils-js": "^1.13.0", | ||
"@open-rpc/server-js": "^1.6.0", | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"@open-rpc/meta-schema": "^1.7.2", | ||
"@open-rpc/meta-schema": "^1.8.0", | ||
"@types/connect": "^3.4.32", | ||
@@ -50,5 +49,4 @@ "@types/cors": "^2.8.5", | ||
"ts-jest": "^25.0.0", | ||
"tslint": "^6.0.0", | ||
"typescript": "^3.4.5" | ||
} | ||
} |
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
41566
9
Updated@open-rpc/examples@^1.5.0
Updated@open-rpc/server-js@^1.6.0