Skip to content

Commit

Permalink
chore: workflow update package.json version to 1.0.0-alpha.34
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent 8fc788f commit 3343e17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@govcraft/paseto_cli",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"bin": {
"paseto_cli": "bin/cli"
},
"scripts": {
"postinstall": "cross-env BINARY_DISTRIBUTION_VERSION=1.0.0-alpha.33 node ./install.js"
"postinstall": "cross-env BINARY_DISTRIBUTION_VERSION=1.0.0-alpha.34 node ./install.js"
},
"dependencies": {
"cross-env": "^7.0.3"
},
"optionalDependencies": {
"@govcraft/paseto_cli-linux-x64": "1.0.0-alpha.33",
"@govcraft/paseto_cli-darwin-x64": "1.0.0-alpha.33",
"@govcraft/paseto_cli-darwin-aarch64": "1.0.0-alpha.33",
"@govcraft/paseto_cli-win32-x64": "1.0.0-alpha.33"
"@govcraft/paseto_cli-linux-x64": "1.0.0-alpha.34",
"@govcraft/paseto_cli-darwin-x64": "1.0.0-alpha.34",
"@govcraft/paseto_cli-darwin-aarch64": "1.0.0-alpha.34",
"@govcraft/paseto_cli-win32-x64": "1.0.0-alpha.34"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3343e17

Please sign in to comment.