@web3api/asyncify-js
Advanced tools
Comparing version 0.0.1-prealpha.49 to 0.0.1-prealpha.50
{ | ||
"name": "@web3api/asyncify-js", | ||
"description": "Async Wasm Imports Support Using Asyncify", | ||
"version": "0.0.1-prealpha.49", | ||
"version": "0.0.1-prealpha.50", | ||
"license": "MIT", | ||
@@ -16,3 +16,3 @@ "repository": { | ||
"build": "rimraf ./build && tsc --project tsconfig.build.json", | ||
"lint": "eslint --color --ext .ts --ignore-pattern src/__tests__/cases/* src/", | ||
"lint": "eslint --color -c ../../../.eslintrc.js --ignore-pattern src/__tests__/cases/* src/", | ||
"test": "jest --passWithNoTests --runInBand --verbose=true", | ||
@@ -33,3 +33,3 @@ "test:ci": "jest --passWithNoTests --runInBand --verbose", | ||
}, | ||
"gitHead": "ee0cda1e460fe4232945e159038e1e4d9fb7680e", | ||
"gitHead": "2947f956485decb43363f42c99c2a6176a25bde8", | ||
"publishConfig": { | ||
@@ -36,0 +36,0 @@ "access": "public" |
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
18155