@open-rpc/mock-server
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -62,3 +62,3 @@ #!/usr/bin/env node | ||
var schema_utils_js_1 = require("@open-rpc/schema-utils-js"); | ||
var version = require("../package.json").version; // tslint:disable-line | ||
var version = require("../package.json").version; // eslint-disable-line | ||
program | ||
@@ -65,0 +65,0 @@ .version(version, "-v, --version") |
@@ -0,1 +1,11 @@ | ||
## [1.7.2](https://github.com/open-rpc/mock-server/compare/1.7.1...1.7.2) (2020-12-11) | ||
### Bug Fixes | ||
* add discord link ([c95c792](https://github.com/open-rpc/mock-server/commit/c95c7921298d1e36f373d95d21b35df8dfc8ba17)) | ||
* remove discord badge that doesnt work ([98bd41c](https://github.com/open-rpc/mock-server/commit/98bd41ced34ce8898cb5db3f80dae3365ee30571)) | ||
* **linting:** github action workflow ([de88c38](https://github.com/open-rpc/mock-server/commit/de88c38aeb1f5a3bab1e946e2c303e9d39bfcf39)) | ||
* update server-js + examples to latest ([37c52b7](https://github.com/open-rpc/mock-server/commit/37c52b7d5a2ce070703520d752570d49799a2c33)) | ||
## [1.7.1](https://github.com/open-rpc/mock-server/compare/1.7.0...1.7.1) (2020-10-14) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@open-rpc/mock-server", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Provides a mock JSON-RPC API given an OpenRPC Document", | ||
@@ -30,8 +30,9 @@ "repository": { | ||
"watch:build": "tsc --watch", | ||
"watch:test": "jest --watch" | ||
"watch:test": "jest --watch", | ||
"lint": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@open-rpc/examples": "^1.6.0", | ||
"@open-rpc/examples": "^1.6.1", | ||
"@open-rpc/schema-utils-js": "^1.14.0", | ||
"@open-rpc/server-js": "^1.8.0", | ||
"@open-rpc/server-js": "^1.8.4", | ||
"commander": "^6.1.0", | ||
@@ -47,2 +48,5 @@ "lodash": "^4.17.19" | ||
"@types/lodash": "^4.14.158", | ||
"@typescript-eslint/eslint-plugin": "^4.9.1", | ||
"@typescript-eslint/parser": "^4.9.1", | ||
"eslint": "^7.15.0", | ||
"jest": "^25.5.4", | ||
@@ -49,0 +53,0 @@ "ts-jest": "^25.5.1", |
@@ -8,3 +8,2 @@ # open-rpc-mock-server | ||
<img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=open-rpc/mock-server" /> | ||
<img alt="Chat on Discord" src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" /> | ||
<img alt="npm" src="https://img.shields.io/npm/dt/@open-rpc/mock-server.svg" /> | ||
@@ -18,2 +17,4 @@ <img alt="GitHub release" src="https://img.shields.io/github/release/open-rpc/mock-server.svg" /> | ||
Need help or have a question? Join us on [Discord](https://discord.gg/gREUKuF)! | ||
## Install | ||
@@ -20,0 +21,0 @@ |
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
44188
69
12
Updated@open-rpc/examples@^1.6.1
Updated@open-rpc/server-js@^1.8.4