@capgo/cli 4.10.29 → 4.10.30
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/.github/workflows/check_posix_paths.yml +2 -1
- package/CHANGELOG.md +7 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ on:
|
|
|
9
9
|
- main
|
|
10
10
|
|
|
11
11
|
jobs:
|
|
12
|
-
check-posix-paths:
|
|
12
|
+
check-posix-paths-windows:
|
|
13
13
|
runs-on: ${{ matrix.os }}
|
|
14
14
|
|
|
15
15
|
strategy:
|
|
@@ -45,6 +45,7 @@ jobs:
|
|
|
45
45
|
|
|
46
46
|
check-posix-paths-unix:
|
|
47
47
|
runs-on: ubuntu-latest
|
|
48
|
+
needs: check-posix-paths-windows
|
|
48
49
|
|
|
49
50
|
steps:
|
|
50
51
|
- name: Download build.zip artifact
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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
|
+
### [4.10.30](https://github.com/Cap-go/CLI/compare/v4.10.29...v4.10.30) (2024-06-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add depends ([af4a12c](https://github.com/Cap-go/CLI/commit/af4a12cc771c28f4232031897898cd43be176e8c))
|
|
11
|
+
|
|
5
12
|
### [4.10.29](https://github.com/Cap-go/CLI/compare/v4.10.28...v4.10.29) (2024-06-21)
|
|
6
13
|
|
|
7
14
|
### [4.10.28](https://github.com/Cap-go/CLI/compare/v4.10.27...v4.10.28) (2024-06-20)
|
package/dist/index.js
CHANGED
|
@@ -109059,7 +109059,7 @@ var {
|
|
|
109059
109059
|
// package.json
|
|
109060
109060
|
var package_default = {
|
|
109061
109061
|
name: "@capgo/cli",
|
|
109062
|
-
version: "4.10.
|
|
109062
|
+
version: "4.10.30",
|
|
109063
109063
|
description: "A CLI to upload to capgo servers",
|
|
109064
109064
|
author: "github.com/riderx",
|
|
109065
109065
|
license: "Apache 2.0",
|