@capgo/cli 4.10.40 → 4.10.42
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 +5 -5
- package/CHANGELOG.md +14 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ jobs:
|
|
|
14
14
|
|
|
15
15
|
steps:
|
|
16
16
|
- name: Checkout repository
|
|
17
|
-
uses: actions/checkout@
|
|
17
|
+
uses: actions/checkout@v4
|
|
18
18
|
|
|
19
19
|
- name: Setup bun
|
|
20
20
|
uses: oven-sh/setup-bun@v1.2.2
|
|
@@ -58,7 +58,7 @@ jobs:
|
|
|
58
58
|
|
|
59
59
|
steps:
|
|
60
60
|
- name: Checkout repository
|
|
61
|
-
uses: actions/checkout@
|
|
61
|
+
uses: actions/checkout@v4
|
|
62
62
|
|
|
63
63
|
- name: Setup bun
|
|
64
64
|
uses: oven-sh/setup-bun@v1.2.2
|
|
@@ -100,7 +100,7 @@ jobs:
|
|
|
100
100
|
- name: Verify ZIP file integrity for Linux build with zipinfo
|
|
101
101
|
run: |
|
|
102
102
|
echo "Verifying ZIP file integrity for Linux build with zipinfo..."
|
|
103
|
-
zipinfo build-linux.zip || (echo "ZIP file is corrupted: build-linux.zip" && exit 1)
|
|
103
|
+
zipinfo ./build-linux.zip || (echo "ZIP file is corrupted: build-linux.zip" && exit 1)
|
|
104
104
|
|
|
105
105
|
- name: Setup Java
|
|
106
106
|
uses: actions/setup-java@v3
|
|
@@ -152,12 +152,12 @@ jobs:
|
|
|
152
152
|
- name: Verify ZIP file integrity for Windows 2019 build with zipinfo
|
|
153
153
|
run: |
|
|
154
154
|
echo "Verifying ZIP file integrity for Windows 2019 build with zipinfo..."
|
|
155
|
-
zipinfo build-windows-2019.zip || (echo "ZIP file is corrupted: build-windows-2019.zip" && exit 1)
|
|
155
|
+
zipinfo ./build-windows-2019.zip || (echo "ZIP file is corrupted: build-windows-2019.zip" && exit 1)
|
|
156
156
|
|
|
157
157
|
- name: Verify ZIP file integrity for Windows 2022 build with zipinfo
|
|
158
158
|
run: |
|
|
159
159
|
echo "Verifying ZIP file integrity for Windows 2022 build with zipinfo..."
|
|
160
|
-
zipinfo build-windows-2022.zip || (echo "ZIP file is corrupted: build-windows-2022.zip" && exit 1)
|
|
160
|
+
zipinfo ./build-windows-2022.zip || (echo "ZIP file is corrupted: build-windows-2022.zip" && exit 1)
|
|
161
161
|
|
|
162
162
|
- name: Verify ZIP file integrity for Windows 2019 build with Java
|
|
163
163
|
run: java VerifyZip build-windows-2019.zip
|
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
|
+
### [4.10.42](https://github.com/Cap-go/CLI/compare/v4.10.41...v4.10.42) (2024-06-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* checkout v4 ([991f01a](https://github.com/Cap-go/CLI/commit/991f01acbfdf4a758b7b6f514d5da10315507e0b))
|
|
11
|
+
|
|
12
|
+
### [4.10.41](https://github.com/Cap-go/CLI/compare/v4.10.40...v4.10.41) (2024-06-21)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* zipinfo ([acb92ce](https://github.com/Cap-go/CLI/commit/acb92cee851d22c4fb7074b4d5074cdcc6b3eb44))
|
|
18
|
+
|
|
5
19
|
### [4.10.40](https://github.com/Cap-go/CLI/compare/v4.10.39...v4.10.40) (2024-06-21)
|
|
6
20
|
|
|
7
21
|
|
package/dist/index.js
CHANGED
|
@@ -112906,7 +112906,7 @@ var {
|
|
|
112906
112906
|
// package.json
|
|
112907
112907
|
var package_default = {
|
|
112908
112908
|
name: "@capgo/cli",
|
|
112909
|
-
version: "4.10.
|
|
112909
|
+
version: "4.10.42",
|
|
112910
112910
|
description: "A CLI to upload to capgo servers",
|
|
112911
112911
|
author: "github.com/riderx",
|
|
112912
112912
|
license: "Apache 2.0",
|