@capgo/cli 4.10.33 → 4.10.34
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 -0
- package/CHANGELOG.md +8 -0
- package/bun.lockb +0 -0
- package/dist/index.js +58831 -55013
- package/package.json +13 -13
|
@@ -63,6 +63,12 @@ jobs:
|
|
|
63
63
|
name: build-zip-windows-2022
|
|
64
64
|
path: build-windows-2022.zip
|
|
65
65
|
|
|
66
|
+
- name: Check file sizes
|
|
67
|
+
run: |
|
|
68
|
+
echo "Checking file sizes..."
|
|
69
|
+
ls -lh /home/runner/work/CLI/CLI/build-windows-2019.zip
|
|
70
|
+
ls -lh /home/runner/work/CLI/CLI/build-windows-2022.zip
|
|
71
|
+
|
|
66
72
|
- name: Verify POSIX paths for Windows 2019 build
|
|
67
73
|
run: |
|
|
68
74
|
unzip /home/runner/work/CLI/CLI/build-windows-2019 -d extracted-2019
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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.34](https://github.com/Cap-go/CLI/compare/v4.10.33...v4.10.34) (2024-06-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add check file ([41cd144](https://github.com/Cap-go/CLI/commit/41cd144ee0e757157e98d5ebbdbb04fabee0e3b9))
|
|
11
|
+
* deps ([cef42c3](https://github.com/Cap-go/CLI/commit/cef42c390ac148dd24237ac603c5fbd697e3fe9c))
|
|
12
|
+
|
|
5
13
|
### [4.10.33](https://github.com/Cap-go/CLI/compare/v4.10.32...v4.10.33) (2024-06-21)
|
|
6
14
|
|
|
7
15
|
|
package/bun.lockb
CHANGED
|
Binary file
|