Skip to content

Commit

Permalink
use fixed utils-js and publish 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckbergeron committed Oct 24, 2023
1 parent 6e4de47 commit 344e4b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @generationsoftware/pt-v5-cli
$ ptv5 COMMAND
running command...
$ ptv5 (--version)
@generationsoftware/pt-v5-cli/1.0.1 darwin-arm64 node-v18.16.0
@generationsoftware/pt-v5-cli/1.0.2 darwin-arm64 node-v18.16.0
$ ptv5 --help [COMMAND]
USAGE
$ ptv5 COMMAND
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/generationsoftware"
},
"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"repository": "https://github.com/generationsoftware/pt-v5-cli",
"homepage": "https://github.com/generationsoftware/pt-v5-cli",
"bugs": "https://github.com/generationsoftware/pt-v5-cli/issues",
Expand All @@ -22,7 +22,6 @@
},
"scripts": {
"build": "shx rm -rf dist && tsc",
"publish": "npm publish --tag beta",
"prepack": "oclif manifest && oclif readme",
"postpack": "shx rm -f oclif.manifest.json",
"manifest": "oclif manifest",
Expand All @@ -38,7 +37,7 @@
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.3",
"@generationsoftware/pt-v5-utils-js": "1.0.1",
"@generationsoftware/pt-v5-utils-js": "1.0.2",
"@oclif/core": "^2.8.5",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,10 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@generationsoftware/[email protected].1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@generationsoftware/pt-v5-utils-js/-/pt-v5-utils-js-1.0.1.tgz#7cd13dd5c3459e7964782ba9b7a8f93d62b4f326"
integrity sha512-TZrgzPKvLAOm9sXSN+119FjaozNR/0gghXKgNQc3SDzNgwNr+GJQ6WKTgMo3HJ1YaLxCzpcPPmsF9BY92qnthw==
"@generationsoftware/[email protected].2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@generationsoftware/pt-v5-utils-js/-/pt-v5-utils-js-1.0.2.tgz#8ff660ff625d1534d50ab04e0206813bfd8d31e9"
integrity sha512-wr1Xn+OQ158V8I9dHwzCQLiPcZrcCFwHxuG2bwurvC9Z5v22AQsO1bqzur0yyn+kQCP+9FB41jWxG9yTKqJV6Q==
dependencies:
"@pooltogether/contract-list-schema" "^0.1.4"
"@types/lodash" "^4.14.195"
Expand Down

0 comments on commit 344e4b6

Please sign in to comment.