@chainsafe/ssz
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -17,2 +17,8 @@ # Change Log | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @chainsafe/persistent-merkle-tree bumped from ^0.4.2 to ^0.5.0 | ||
## [0.9.4](http://chainsafe/ssz/compare/@chainsafe/ssz@0.9.3...@chainsafe/ssz@0.9.4) (2022-12-08) | ||
@@ -19,0 +25,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/chainsafe/ssz", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"main": "lib/index.js", | ||
@@ -16,9 +16,9 @@ "files": [ | ||
"scripts": { | ||
"build": "tsc -p tsconfig.build.json", | ||
"build-web": "webpack --mode production --entry ./lib/web.js --output ./dist/ssz.min.js", | ||
"build:docs": "typedoc --exclude src/index.ts,src/web.ts --out docs src", | ||
"build": "run -T tsc --project tsconfig.build.json", | ||
"build-web": "run -T webpack --mode production --entry ./lib/web.js --output ./dist/ssz.min.js", | ||
"build:docs": "run -T typedoc --exclude src/index.ts,src/web.ts --out docs src", | ||
"build:release": "yarn clean && yarn run build && yarn build-web && yarn run build:docs", | ||
"check-types": "tsc --noEmit", | ||
"check-types": "run -T tsc --noEmit", | ||
"clean": "rm -rf lib && rm -rf dist && rm -f tsconfig.tsbuildinfo", | ||
"lint": "eslint --color --ext .ts src/ test/", | ||
"lint": "run -T eslint --color --ext .ts src/ test/", | ||
"lint:fix": "yarn run lint --fix", | ||
@@ -29,9 +29,9 @@ "prepublishOnly": "yarn build", | ||
"benchmark:local": "yarn benchmark --local", | ||
"test:perf": "mocha \"test/perf/**/*.test.ts\"", | ||
"test:unit": "nyc mocha \"test/unit/**/*.test.ts\"", | ||
"test:perf": "run -T mocha \"test/perf/**/*.test.ts\"", | ||
"test:unit": "run -T nyc mocha \"test/unit/**/*.test.ts\"", | ||
"test:spec": "yarn test:spec-generic && yarn test:spec-static", | ||
"test:spec-generic": "mocha \"test/spec/generic/**/*.test.ts\"", | ||
"test:spec-generic": "run -T mocha \"test/spec/generic/**/*.test.ts\"", | ||
"test:spec-static": "yarn test:spec-static-minimal && yarn test:spec-static-mainnet", | ||
"test:spec-static-minimal": "LODESTAR_PRESET=minimal mocha test/spec/ssz_static.test.ts", | ||
"test:spec-static-mainnet": "LODESTAR_PRESET=mainnet mocha test/spec/ssz_static.test.ts", | ||
"test:spec-static-minimal": "LODESTAR_PRESET=minimal run -T mocha test/spec/ssz_static.test.ts", | ||
"test:spec-static-mainnet": "LODESTAR_PRESET=mainnet run -T mocha test/spec/ssz_static.test.ts", | ||
"download-spec-tests": "node -r ts-node/register test/spec/downloadTests.ts" | ||
@@ -42,3 +42,3 @@ }, | ||
"@chainsafe/as-sha256": "^0.3.1", | ||
"@chainsafe/persistent-merkle-tree": "^0.4.2" | ||
"@chainsafe/persistent-merkle-tree": "^0.5.0" | ||
}, | ||
@@ -55,4 +55,3 @@ "devDependencies": { | ||
"ssz" | ||
], | ||
"gitHead": "3e81068b1cdb284fc207126257fb588e2eb269fd" | ||
} | ||
] | ||
} |
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
471122
+ Added@chainsafe/persistent-merkle-tree@0.5.0(transitive)
- Removed@chainsafe/persistent-merkle-tree@0.4.2(transitive)