@capgo/cli 4.10.42 → 4.10.44
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 +6 -3
- package/CHANGELOG.md +14 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -92,7 +92,9 @@ jobs:
|
|
|
92
92
|
uses: actions/download-artifact@v4
|
|
93
93
|
with:
|
|
94
94
|
name: build-zip-linux
|
|
95
|
-
|
|
95
|
+
|
|
96
|
+
- name: List the files
|
|
97
|
+
run: ls -lh
|
|
96
98
|
|
|
97
99
|
- name: Check file size of Linux build
|
|
98
100
|
run: ls -lh build-linux.zip
|
|
@@ -135,13 +137,14 @@ jobs:
|
|
|
135
137
|
uses: actions/download-artifact@v4
|
|
136
138
|
with:
|
|
137
139
|
name: build-zip-windows-2019
|
|
138
|
-
path: build-windows-2019.zip
|
|
139
140
|
|
|
140
141
|
- name: Download build-windows-2022.zip artifact
|
|
141
142
|
uses: actions/download-artifact@v4
|
|
142
143
|
with:
|
|
143
144
|
name: build-zip-windows-2022
|
|
144
|
-
|
|
145
|
+
|
|
146
|
+
- name: List the files
|
|
147
|
+
run: ls -lh
|
|
145
148
|
|
|
146
149
|
- name: Check file sizes of Windows builds
|
|
147
150
|
run: |
|
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.44](https://github.com/Cap-go/CLI/compare/v4.10.43...v4.10.44) (2024-06-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* better download ([56c8206](https://github.com/Cap-go/CLI/commit/56c82063eae4fca364e1ceae576f609c466ad08e))
|
|
11
|
+
|
|
12
|
+
### [4.10.43](https://github.com/Cap-go/CLI/compare/v4.10.42...v4.10.43) (2024-06-21)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* add list of files ([d445ff8](https://github.com/Cap-go/CLI/commit/d445ff816764c24ffaa4557d9c6bc3a7b2858765))
|
|
18
|
+
|
|
5
19
|
### [4.10.42](https://github.com/Cap-go/CLI/compare/v4.10.41...v4.10.42) (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.44",
|
|
112910
112910
|
description: "A CLI to upload to capgo servers",
|
|
112911
112911
|
author: "github.com/riderx",
|
|
112912
112912
|
license: "Apache 2.0",
|