@capgo/cli 7.18.15 → 7.18.17

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "7.18.14",
3
+ "version": "7.18.17",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "author": "Martin martin@capgo.app",
6
6
  "license": "Apache 2.0",
@@ -56,7 +56,7 @@
56
56
  "generate-docs": "node dist/index.js generate-docs README.md"
57
57
  },
58
58
  "//dependencies": {
59
- "ky": "We temporarily fixed ky version until this issue is resolved: https://github.com/sindresorhus/ky/issues/689 otherwise nodejs upload fails on node 18/20"
59
+ "ky": "We temporarily fixed ky 1.7.5 version until this issue is resolved: https://github.com/sindresorhus/ky/issues/689 otherwise nodejs upload fails on node 18/20"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@antfu/eslint-config": "^6.1.0",
@@ -84,7 +84,7 @@
84
84
  "git-format-staged": "3.1.1",
85
85
  "husky": "^9.1.7",
86
86
  "is-wsl": "^3.1.0",
87
- "ky": "1.13.0",
87
+ "ky": "1.7.5",
88
88
  "latest-version": "^9.0.0",
89
89
  "open": "^10.1.2",
90
90
  "pkg": "5.8.1",