@pippit-dev/cli 0.0.29 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/checksums.txt +6 -6
  2. package/package.json +1 -1
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- c444ddc4fab86a19832f60148c8ce6d51e269796fa15f72a54465b7d763ee70e pippit-tool-cli-0.0.29-darwin-amd64.tar.gz
2
- 64c24941c80b7ce592ca0875fae671fa704e0798416d1f13a2168cd6d37b28b2 pippit-tool-cli-0.0.29-darwin-arm64.tar.gz
3
- 551e089b4a533a9ca6fcdb8c3978b48442a2b16ed4d91ed10e789454910f402d pippit-tool-cli-0.0.29-linux-amd64.tar.gz
4
- b968b76e2486a04b82bf4fed90859428e076f827a61f692522cf6023772830a6 pippit-tool-cli-0.0.29-linux-arm64.tar.gz
5
- 661f9bd514d04ff1a38143f2b0196fa5dffbd7a8634fac27072d0f9ce71026c1 pippit-tool-cli-0.0.29-windows-amd64.zip
6
- 26bc973e153cf781244cc1cc6175af2d6650563083e9ac1a2061f28932ff6560 pippit-tool-cli-0.0.29-windows-arm64.zip
1
+ 91020e43a8e12d7e491b43200a4c1df4dd88a41683e5fe531b3fe038f6573e1a pippit-tool-cli-1.0.0-darwin-amd64.tar.gz
2
+ a0eea79da53e4f6877aa27c731503c7434d5cb72ab0aa62cd602ac5da0e779f0 pippit-tool-cli-1.0.0-darwin-arm64.tar.gz
3
+ babc1965565d1f2a458990b7bfa8f4b6b93c27ce74afc85d0099e82a14a332e0 pippit-tool-cli-1.0.0-linux-amd64.tar.gz
4
+ 0c202f681c1c85c1b4ddd0e5980eb6ef35fa36bc3d6bd4bc840406e5c2661fa8 pippit-tool-cli-1.0.0-linux-arm64.tar.gz
5
+ 3d6dae6812bd6fc95a2b6e54b8ef8bc24630d20cfc37417f3f84e787d81de11f pippit-tool-cli-1.0.0-windows-amd64.zip
6
+ 1efdeaacda1dc09008ff0ed0582740ba989fdb766c26edec1ee667202bd565e0 pippit-tool-cli-1.0.0-windows-arm64.zip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pippit-dev/cli",
3
- "version": "0.0.29",
3
+ "version": "1.0.0",
4
4
  "description": "Pippit CLI",
5
5
  "bin": {
6
6
  "pippit-tool-cli": "scripts/run.js"