jsonrpc-ts-client
Advanced tools
Comparing version 0.1.17 to 0.1.18
{ | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"license": "MIT", | ||
@@ -16,7 +16,7 @@ "main": "dist/index.js", | ||
"start": "dts watch", | ||
"build": "dts build", | ||
"build": "dts build --tsconfig ./tsconfig.prod.json", | ||
"test": "dts test", | ||
"test:debug": "DEBUG=jsonrpc-ts-client npm test", | ||
"lint": "npm run tsc:check && eslint .", | ||
"prepare": "dts build", | ||
"prepare": "npm run build", | ||
"tsc:check": "tsc --noEmit" | ||
@@ -23,0 +23,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
294628