@windingtree/org.id-core
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@windingtree/org.id-core", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Core ORGiD Javascript library", | ||
@@ -18,4 +18,4 @@ "main": "dist/index.js", | ||
"build:docs": "rm -rf docs && npx typedoc --plugin typedoc-plugin-markdown --readme none --out docs src/index.ts", | ||
"test": "npx jest", | ||
"test:coverage": "npx jest --coverage" | ||
"test": "npx hardhat test", | ||
"test:coverage": "npx nyc hardhat test" | ||
}, | ||
@@ -47,5 +47,2 @@ "repository": { | ||
"devDependencies": { | ||
"jest": "27.2.4", | ||
"ts-jest": "27.0.5", | ||
"@types/jest": "27.0.2", | ||
"eslint": "7.32.0", | ||
@@ -59,4 +56,12 @@ "@typescript-eslint/eslint-plugin": "4.32.0", | ||
"@nomiclabs/hardhat-ethers": "2.0.2", | ||
"hardhat": "2.6.4" | ||
"hardhat": "2.6.4", | ||
"@types/mocha": "9.0.0", | ||
"@types/chai": "4.2.22", | ||
"@types/chai-as-promised": "7.1.4", | ||
"@istanbuljs/nyc-config-typescript": "1.0.1", | ||
"ts-node": "10.2.1", | ||
"chai": "4.3.4", | ||
"chai-as-promised": "7.1.1", | ||
"nyc": "15.1.0" | ||
} | ||
} |
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
33964
0
17