@substrate/asset-transfer-api-registry
Advanced tools
Comparing version 0.2.11 to 0.2.12
{ | ||
"name": "@substrate/asset-transfer-api-registry", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Asset registry for asset-transfer-api", | ||
"main": "registry.json", | ||
"main": "docs/registry.json", | ||
"publishConfig": { | ||
@@ -12,6 +12,7 @@ "access": "public", | ||
"build": "substrate-exec-rimraf build/ && substrate-exec-tsc", | ||
"start": "yarn build && node ./build/src/createRegistry.js", | ||
"start": "yarn build && node ./build/src/index.js", | ||
"lint": "substrate-dev-run-lint", | ||
"lint:fix": "substrate-dev-run-lint --fix", | ||
"deploy": "yarn build && npm publish" | ||
"deploy": "yarn build && npm publish", | ||
"test": "NODE_ENV=test substrate-exec-jest --detectOpenHandles" | ||
}, | ||
@@ -22,5 +23,6 @@ "keywords": [], | ||
"devDependencies": { | ||
"@polkadot/api": "^10.10.1", | ||
"@polkadot/apps-config": "^0.132.1", | ||
"@substrate/dev": "^0.6.7", | ||
"@polkadot/api": "10.11.2", | ||
"@polkadot/apps-config": "0.132.1", | ||
"@substrate/dev": "0.7.1", | ||
"@types/node-fetch": "^2.6.9", | ||
"node-fetch": "2.6.7" | ||
@@ -27,0 +29,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
169457
4709
5
1