@pippit-dev/cli 1.0.6 → 1.0.7

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.
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- 4a91568122037aef82ae4f4503d8aa32ec9b08a36fcdfa126ba2c5abd9883393 pippit-tool-cli-1.0.6-darwin-amd64.tar.gz
2
- 1e8361815dcebac9a7a5f47d7d4d22509be0ec40988f8930bf87259388a5124d pippit-tool-cli-1.0.6-darwin-arm64.tar.gz
3
- 7f1100d92609ccba09c6702a36972f266ba9c2efbd11cb42848ffb0f2caa9381 pippit-tool-cli-1.0.6-linux-amd64.tar.gz
4
- cd62aec82919c293a12f94ea7884f2e304022188792d89385047643f67ddfb08 pippit-tool-cli-1.0.6-linux-arm64.tar.gz
5
- 8951e38595e2b825ef85910452c9d3cbd8f91eb9453cf284e4f0e97f89d64166 pippit-tool-cli-1.0.6-windows-amd64.zip
6
- 4a52b208d52c0c81186e38b066c0c0f503ca1b881bc9980b700e146d5d5ceb67 pippit-tool-cli-1.0.6-windows-arm64.zip
1
+ a0c76ece08d3a2d862c42c5b7b7c18c26bddb70515d377f5f348b790b063c408 pippit-tool-cli-1.0.7-darwin-amd64.tar.gz
2
+ 3ac483fd72d418dc122b1715508799d0145d5b0a4d34a67e14737b991205c5b6 pippit-tool-cli-1.0.7-darwin-arm64.tar.gz
3
+ b60665ff4943b78d3f471117b8102d25ccf1702f7f2be77b9a72e7165eeafd37 pippit-tool-cli-1.0.7-linux-amd64.tar.gz
4
+ 7e8eefeb90c48add42aa4ba7e928dc45ae83d163fde263d390857dd20cf4c239 pippit-tool-cli-1.0.7-linux-arm64.tar.gz
5
+ 9a16066735c5624720e796771fd71d76d268709f18939904619d9a51d9985654 pippit-tool-cli-1.0.7-windows-amd64.zip
6
+ c44215200e681f0980979178ef8a9435c22cdb64c01ce2f48168d07b9c9fe565 pippit-tool-cli-1.0.7-windows-arm64.zip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pippit-dev/cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Pippit CLI",
5
5
  "bin": {
6
6
  "pippit-tool-cli": "scripts/run.js"
@@ -4,7 +4,7 @@ const path = require("path");
4
4
  const { runSilent } = require("./platform");
5
5
  const { DEFAULT_PKG } = require("./skills");
6
6
 
7
- const CHECK_INTERVAL_MS = 24 * 60 * 60 * 1000;
7
+ const CHECK_INTERVAL_MS = 60 * 60 * 1000;
8
8
 
9
9
  function defaultCacheFile() {
10
10
  return path.join(os.homedir(), ".pippit_tool_cli", "version-check.json");