@capgo/cli 4.10.39 → 4.10.40

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.
@@ -33,6 +33,16 @@ jobs:
33
33
  id: create_zip
34
34
  run: node ./dist/index.js bundle zip --path test/test_upload -n build-linux.zip
35
35
 
36
+ - name: Check build directory contents
37
+ run: |
38
+ echo "Listing contents of the build directory..."
39
+ ls -R ./dist
40
+
41
+ - name: Check ZIP file contents
42
+ run: |
43
+ echo "Listing contents of the ZIP file..."
44
+ unzip -l build-linux.zip
45
+
36
46
  - name: Upload build-linux.zip artifact
37
47
  uses: actions/upload-artifact@v4
38
48
  with:
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.40](https://github.com/Cap-go/CLI/compare/v4.10.39...v4.10.40) (2024-06-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * better test ([0bf19ce](https://github.com/Cap-go/CLI/commit/0bf19ce088c6c97ed0bdca8c277b1c973c493645))
11
+
5
12
  ### [4.10.39](https://github.com/Cap-go/CLI/compare/v4.10.38...v4.10.39) (2024-06-21)
6
13
 
7
14
 
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.39",
112909
+ version: "4.10.40",
112910
112910
  description: "A CLI to upload to capgo servers",
112911
112911
  author: "github.com/riderx",
112912
112912
  license: "Apache 2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "4.10.39",
3
+ "version": "4.10.40",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "author": "github.com/riderx",
6
6
  "license": "Apache 2.0",