web3-plugin-example
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3
{ | ||
"name": "web3-plugin-example", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.0-alpha.3", | ||
"description": "Example implementations of Web3.js' 4.x plugin system", | ||
@@ -17,9 +17,9 @@ "repository": "https://github.com/ChainSafe/web3.js", | ||
"files": [ | ||
"dist/**/*" | ||
"lib/**/*" | ||
], | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"prebuild": "rimraf dist", | ||
"clean": "rimraf dist && rimraf lib", | ||
"prebuild": "yarn clean", | ||
"build": "tsc --build", | ||
"build:check": "node -e \"require('./dist')\"", | ||
"build:check": "node -e \"require('./lib')\"", | ||
"lint": "eslint --ext .js,.ts .", | ||
@@ -47,8 +47,8 @@ "lint:fix": "eslint --fix --ext .js,.ts .", | ||
"typescript": "^4.7.4", | ||
"web3": "^4.0.1-alpha.3", | ||
"web3-core": "^4.0.1-alpha.3", | ||
"web3-eth-abi": "^4.0.1-alpha.3", | ||
"web3-eth-contract": "^4.0.1-alpha.3", | ||
"web3-types": "^0.1.1-alpha.2", | ||
"web3-utils": "^4.0.1-alpha.3" | ||
"web3": "^4.0.1-alpha.4", | ||
"web3-core": "^4.0.1-alpha.4", | ||
"web3-eth-abi": "^4.0.1-alpha.4", | ||
"web3-eth-contract": "^4.0.1-alpha.4", | ||
"web3-types": "^0.1.1-alpha.3", | ||
"web3-utils": "^4.0.1-alpha.4" | ||
}, | ||
@@ -62,3 +62,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "65cdda8caf5484229ac73f26557a8f50eba0c11c" | ||
"gitHead": "9f0deb7273dd3e4d4b877ddb2d70805afb040586" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
55961
1