Skip to content

Commit 344e4b6

Browse files
committed
use fixed utils-js and publish 1.0.2
1 parent 6e4de47 commit 344e4b6

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ npm install -g @generationsoftware/pt-v5-cli
2424
$ ptv5 COMMAND
2525
running command...
2626
$ ptv5 (--version)
27-
@generationsoftware/pt-v5-cli/1.0.1 darwin-arm64 node-v18.16.0
27+
@generationsoftware/pt-v5-cli/1.0.2 darwin-arm64 node-v18.16.0
2828
$ ptv5 --help [COMMAND]
2929
USAGE
3030
$ ptv5 COMMAND

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/generationsoftware"
77
},
88
"license": "MIT",
9-
"version": "1.0.1",
9+
"version": "1.0.2",
1010
"repository": "https://github.com/generationsoftware/pt-v5-cli",
1111
"homepage": "https://github.com/generationsoftware/pt-v5-cli",
1212
"bugs": "https://github.com/generationsoftware/pt-v5-cli/issues",
@@ -22,7 +22,6 @@
2222
},
2323
"scripts": {
2424
"build": "shx rm -rf dist && tsc",
25-
"publish": "npm publish --tag beta",
2625
"prepack": "oclif manifest && oclif readme",
2726
"postpack": "shx rm -f oclif.manifest.json",
2827
"manifest": "oclif manifest",
@@ -38,7 +37,7 @@
3837
"@ethersproject/bignumber": "^5.5.0",
3938
"@ethersproject/contracts": "^5.5.0",
4039
"@ethersproject/providers": "^5.5.3",
41-
"@generationsoftware/pt-v5-utils-js": "1.0.1",
40+
"@generationsoftware/pt-v5-utils-js": "1.0.2",
4241
"@oclif/core": "^2.8.5",
4342
"@oclif/plugin-help": "^5",
4443
"@oclif/plugin-plugins": "^3.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,10 @@
409409
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
410410
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
411411

412-
"@generationsoftware/pt-v5-utils-js@1.0.1":
413-
version "1.0.1"
414-
resolved "https://registry.yarnpkg.com/@generationsoftware/pt-v5-utils-js/-/pt-v5-utils-js-1.0.1.tgz#7cd13dd5c3459e7964782ba9b7a8f93d62b4f326"
415-
integrity sha512-TZrgzPKvLAOm9sXSN+119FjaozNR/0gghXKgNQc3SDzNgwNr+GJQ6WKTgMo3HJ1YaLxCzpcPPmsF9BY92qnthw==
412+
"@generationsoftware/pt-v5-utils-js@1.0.2":
413+
version "1.0.2"
414+
resolved "https://registry.yarnpkg.com/@generationsoftware/pt-v5-utils-js/-/pt-v5-utils-js-1.0.2.tgz#8ff660ff625d1534d50ab04e0206813bfd8d31e9"
415+
integrity sha512-wr1Xn+OQ158V8I9dHwzCQLiPcZrcCFwHxuG2bwurvC9Z5v22AQsO1bqzur0yyn+kQCP+9FB41jWxG9yTKqJV6Q==
416416
dependencies:
417417
"@pooltogether/contract-list-schema" "^0.1.4"
418418
"@types/lodash" "^4.14.195"

0 commit comments

Comments
 (0)