@windingtree/org.id-utils
Advanced tools
Comparing version 0.3.2 to 1.0.0-beta.1
{ | ||
"name": "@windingtree/org.id-utils", | ||
"version": "0.3.2", | ||
"version": "1.0.0-beta.1", | ||
"description": "Shared ORGiD utilities", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
], | ||
"publishConfig":{ | ||
"publishConfig": { | ||
"access": "public" | ||
@@ -42,27 +42,28 @@ }, | ||
"dependencies": { | ||
"ethers": "5.4.7", | ||
"axios": "0.21.4", | ||
"ajv": "8.6.3", | ||
"ajv-formats": "2.1.1" | ||
"ajv-formats": "2.1.1", | ||
"axios": "0.22.0", | ||
"ethers": "5.4.7" | ||
}, | ||
"devDependencies": { | ||
"eslint": "7.32.0", | ||
"@istanbuljs/nyc-config-typescript": "1.0.1", | ||
"@types/chai": "4.2.22", | ||
"@types/chai-as-promised": "7.1.4", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "16.10.2", | ||
"@typescript-eslint/eslint-plugin": "4.32.0", | ||
"@typescript-eslint/parser": "4.32.0", | ||
"typedoc": "0.22.4", | ||
"typedoc-plugin-markdown": "3.11.2", | ||
"typescript": "4.4.3", | ||
"@windingtree/org.id-test-http-server": "0.1.4", | ||
"@windingtree/org.json-schema": "0.5.11-beta", | ||
"@types/node": "16.10.2", | ||
"@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", | ||
"mocha": "9.1.2", | ||
"chai": "4.3.4", | ||
"chai-as-promised": "7.1.1", | ||
"nyc": "15.1.0" | ||
} | ||
"eslint": "7.32.0", | ||
"mocha": "9.1.2", | ||
"nyc": "15.1.0", | ||
"ts-node": "10.2.1", | ||
"typedoc": "0.22.4", | ||
"typedoc-plugin-markdown": "3.11.2", | ||
"typescript": "4.4.3" | ||
}, | ||
"gitHead": "3e80e10b0db7fb9121cfbeb6cdfaf2513816043a" | ||
} |
31048
30
+ Addedaxios@0.22.0(transitive)
- Removedaxios@0.21.4(transitive)
Updatedaxios@0.22.0