@capgo/cli 3.14.67 → 3.14.69

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,20 @@
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.69](https://github.com/Cap-go/capgo-cli/compare/v3.14.68...v3.14.69) (2024-02-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * use new npm CI ([4bb5534](https://github.com/Cap-go/capgo-cli/commit/4bb553468f1d8b82f88a340cab9d28d914a614e0))
11
+
12
+ ### [3.14.68](https://github.com/Cap-go/capgo-cli/compare/v3.14.67...v3.14.68) (2024-02-10)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * CI use not deprecated ([173dea7](https://github.com/Cap-go/capgo-cli/commit/173dea71e5812bc0d7c3d2b05a20489b00a8a8e2))
18
+
5
19
  ### [3.14.67](https://github.com/Cap-go/capgo-cli/compare/v3.14.66...v3.14.67) (2024-02-10)
6
20
 
7
21
 
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.69",
61665
61665
  description: "A CLI to upload to capgo servers",
61666
61666
  main: "dist/index.js",
61667
61667
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "3.14.67",
3
+ "version": "3.14.69",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "main": "dist/index.js",
6
6
  "bin": {