revert manual package.json versions bump

npm
Dennis Won 4 years ago
parent aa1b811830
commit b63aae6bfb
  1. 2
      lerna.json
  2. 12
      packages/harmony-account/package.json
  3. 12
      packages/harmony-contract/package.json
  4. 16
      packages/harmony-core/package.json
  5. 4
      packages/harmony-crypto/package.json
  6. 4
      packages/harmony-network/package.json
  7. 10
      packages/harmony-staking/package.json
  8. 8
      packages/harmony-transaction/package.json
  9. 2
      packages/harmony-utils/package.json

@ -2,5 +2,5 @@
"packages": ["packages/*"], "packages": ["packages/*"],
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"version": "0.1.54" "version": "0.1.53"
} }

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/account", "name": "@harmony-js/account",
"version": "0.1.54", "version": "0.1.53",
"description": "account and wallet for harmony", "description": "account and wallet for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -19,11 +19,11 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/core": "0.1.53", "@harmony-js/core": "0.1.53",
"@harmony-js/crypto": "0.1.49", "@harmony-js/crypto": "0.1.48",
"@harmony-js/network": "0.1.52", "@harmony-js/network": "0.1.51",
"@harmony-js/staking": "0.1.52", "@harmony-js/staking": "0.1.51",
"@harmony-js/transaction": "0.1.52", "@harmony-js/transaction": "0.1.51",
"@harmony-js/utils": "0.1.49" "@harmony-js/utils": "0.1.48"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
} }

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/contract", "name": "@harmony-js/contract",
"version": "0.1.54", "version": "0.1.53",
"description": "contract libraries for harmony", "description": "contract libraries for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,11 +18,11 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/account": "0.1.54", "@harmony-js/account": "0.1.53",
"@harmony-js/crypto": "0.1.49", "@harmony-js/crypto": "0.1.48",
"@harmony-js/network": "0.1.52", "@harmony-js/network": "0.1.51",
"@harmony-js/transaction": "0.1.52", "@harmony-js/transaction": "0.1.51",
"@harmony-js/utils": "0.1.49" "@harmony-js/utils": "0.1.48"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
} }

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/core", "name": "@harmony-js/core",
"version": "0.1.54", "version": "0.1.53",
"description": "harmony core package", "description": "harmony core package",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,13 +18,13 @@
"author": "neeboo@firestack.one", "author": "neeboo@firestack.one",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/account": "0.1.54", "@harmony-js/account": "0.1.53",
"@harmony-js/contract": "0.1.54", "@harmony-js/contract": "0.1.53",
"@harmony-js/crypto": "0.1.49", "@harmony-js/crypto": "0.1.48",
"@harmony-js/network": "0.1.52", "@harmony-js/network": "0.1.51",
"@harmony-js/staking": "0.1.52", "@harmony-js/staking": "0.1.51",
"@harmony-js/transaction": "0.1.52", "@harmony-js/transaction": "0.1.51",
"@harmony-js/utils": "0.1.49" "@harmony-js/utils": "0.1.48"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
} }

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/crypto", "name": "@harmony-js/crypto",
"version": "0.1.49", "version": "0.1.48",
"description": "crypto libraries for harmony", "description": "crypto libraries for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,7 +18,7 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/utils": "0.1.49", "@harmony-js/utils": "0.1.48",
"aes-js": "^3.1.2", "aes-js": "^3.1.2",
"bip39": "^2.5.0", "bip39": "^2.5.0",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/network", "name": "@harmony-js/network",
"version": "0.1.52", "version": "0.1.51",
"description": "network suites for harmony", "description": "network suites for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,7 +18,7 @@
"author": "neeboo@firestack.one", "author": "neeboo@firestack.one",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/utils": "0.1.49", "@harmony-js/utils": "0.1.48",
"cross-fetch": "^3.0.2", "cross-fetch": "^3.0.2",
"mitt": "^1.2.0", "mitt": "^1.2.0",
"websocket": "^1.0.28" "websocket": "^1.0.28"

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/staking", "name": "@harmony-js/staking",
"version": "0.1.52", "version": "0.1.51",
"description": "staking transaction package for harmony", "description": "staking transaction package for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,10 +18,10 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/crypto": "0.1.49", "@harmony-js/crypto": "0.1.48",
"@harmony-js/network": "0.1.52", "@harmony-js/network": "0.1.51",
"@harmony-js/transaction": "0.1.52", "@harmony-js/transaction": "0.1.51",
"@harmony-js/utils": "0.1.49", "@harmony-js/utils": "0.1.48",
"text-encoding": "^0.7.0" "text-encoding": "^0.7.0"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/transaction", "name": "@harmony-js/transaction",
"version": "0.1.52", "version": "0.1.51",
"description": "transaction package for harmony", "description": "transaction package for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,9 +18,9 @@
"author": "neeboo@firestack.one", "author": "neeboo@firestack.one",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/crypto": "0.1.49", "@harmony-js/crypto": "0.1.48",
"@harmony-js/network": "0.1.52", "@harmony-js/network": "0.1.51",
"@harmony-js/utils": "0.1.49" "@harmony-js/utils": "0.1.48"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
} }

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/utils", "name": "@harmony-js/utils",
"version": "0.1.49", "version": "0.1.48",
"description": "utils for harmony", "description": "utils for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",

Loading…
Cancel
Save