@capgo/cli 3.14.67 → 3.14.70

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.
@@ -30,11 +30,11 @@ jobs:
30
30
  - name: Run
31
31
  id: run_cli
32
32
  run: node dist/index.js --help
33
- - uses: rxfork/npm-publish@v1
33
+ - uses: JS-DevTools/npm-publish@v3
34
34
  if: ${{ !contains(github.ref, '-alpha.') }}
35
35
  with:
36
36
  token: ${{ secrets.NPM_TOKEN }}
37
- - uses: rxfork/npm-publish@v1
37
+ - uses: JS-DevTools/npm-publish@v3
38
38
  if: ${{ contains(github.ref, '-alpha.') }}
39
39
  with:
40
40
  token: ${{ secrets.NPM_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [3.14.70](https://github.com/Cap-go/capgo-cli/compare/v3.14.69...v3.14.70) (2024-02-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * wrong log ([a90f667](https://github.com/Cap-go/capgo-cli/commit/a90f6670c8fc3eee1a7e1d95bf07a480c8a4d2f1))
11
+
12
+ ### [3.14.69](https://github.com/Cap-go/capgo-cli/compare/v3.14.68...v3.14.69) (2024-02-10)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * use new npm CI ([4bb5534](https://github.com/Cap-go/capgo-cli/commit/4bb553468f1d8b82f88a340cab9d28d914a614e0))
18
+
19
+ ### [3.14.68](https://github.com/Cap-go/capgo-cli/compare/v3.14.67...v3.14.68) (2024-02-10)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * CI use not deprecated ([173dea7](https://github.com/Cap-go/capgo-cli/commit/173dea71e5812bc0d7c3d2b05a20489b00a8a8e2))
25
+
5
26
  ### [3.14.67](https://github.com/Cap-go/capgo-cli/compare/v3.14.66...v3.14.67) (2024-02-10)
6
27
 
7
28
 
package/bun.lockb CHANGED
Binary file
package/dist/index.js CHANGED
@@ -61661,7 +61661,7 @@ var import_get_latest_version = __toESM(require_src3());
61661
61661
  // package.json
61662
61662
  var package_default = {
61663
61663
  name: "@capgo/cli",
61664
- version: "3.14.67",
61664
+ version: "3.14.70",
61665
61665
  description: "A CLI to upload to capgo servers",
61666
61666
  main: "dist/index.js",
61667
61667
  bin: {
@@ -61704,7 +61704,7 @@ var package_default = {
61704
61704
  license: "Apache 2.0",
61705
61705
  dependencies: {
61706
61706
  "@capacitor/cli": "5.7.0",
61707
- "@capgo/find-package-manager": "^0.0.9",
61707
+ "@capgo/find-package-manager": "0.0.10",
61708
61708
  "@clack/prompts": "^0.7.0",
61709
61709
  "@supabase/supabase-js": "^2.39.3",
61710
61710
  "@tomasklaen/checksum": "^1.1.0",
@@ -62920,7 +62920,6 @@ var findPackageManagerType = (path3 = ".") => {
62920
62920
  }
62921
62921
  return "unknown";
62922
62922
  };
62923
- console.log("findPackageManagerType", findPackageManagerType());
62924
62923
 
62925
62924
  // src/init.ts
62926
62925
  var import_semver = __toESM(require_semver4());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "3.14.67",
3
+ "version": "3.14.70",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -43,7 +43,7 @@
43
43
  "license": "Apache 2.0",
44
44
  "dependencies": {
45
45
  "@capacitor/cli": "5.7.0",
46
- "@capgo/find-package-manager": "^0.0.9",
46
+ "@capgo/find-package-manager": "0.0.10",
47
47
  "@clack/prompts": "^0.7.0",
48
48
  "@supabase/supabase-js": "^2.39.3",
49
49
  "@tomasklaen/checksum": "^1.1.0",