@ceramicnetwork/streamid
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
{ | ||
"name": "@ceramicnetwork/streamid", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"description": "Ceramic Stream Ids", | ||
@@ -23,8 +23,8 @@ "keywords": [ | ||
"scripts": { | ||
"test": "../../node_modules/.bin/jest --silent --coverage", | ||
"build": "../../node_modules/.bin/tsc --project tsconfig.json", | ||
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --silent --coverage --forceExit", | ||
"build": "npx tsc --project tsconfig.json", | ||
"prepublishOnly": "npm run build", | ||
"prebuild": "npm run clean", | ||
"lint": "../../node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx", | ||
"clean": "rm -rf ./lib" | ||
"lint": "npx eslint ./src --ext .js,.jsx,.ts,.tsx", | ||
"clean": "npx rimraf ./lib" | ||
}, | ||
@@ -43,3 +43,3 @@ "author": "Zach Ferland <zachferland@gmail.com>", | ||
}, | ||
"gitHead": "56c344ee94ab26dde88fb1dbee7441c9339b1d45" | ||
"gitHead": "d4ad7b5937a90588649f92de0190fe43bbf3a7d8" | ||
} |
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
44929