@capgo/cli 4.10.45 → 4.10.46

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.
@@ -10,6 +10,7 @@ on:
10
10
 
11
11
  jobs:
12
12
  create-valid-zip-linux:
13
+ if: ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
13
14
  runs-on: ubuntu-latest
14
15
 
15
16
  steps:
@@ -111,7 +112,7 @@ jobs:
111
112
  java-version: '11'
112
113
 
113
114
  - name: Compile VerifyZip.java
114
- run: javac test/VerifyZip.java
115
+ run: javac ./test/VerifyZip.java
115
116
 
116
117
  - name: Verify ZIP file integrity for Linux build with Java
117
118
  run: java VerifyZip build-linux.zip
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.46](https://github.com/Cap-go/CLI/compare/v4.10.45...v4.10.46) (2024-06-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * path javac ([e323cef](https://github.com/Cap-go/CLI/commit/e323cef1aa48ed164e1d503edc86ac6133abe0ca))
11
+ * remove double check ([5752085](https://github.com/Cap-go/CLI/commit/57520855f066cb3dc7ed78358b3e53628402c55d))
12
+
5
13
  ### [4.10.45](https://github.com/Cap-go/CLI/compare/v4.10.44...v4.10.45) (2024-06-21)
6
14
 
7
15
 
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.45",
112909
+ version: "4.10.46",
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.45",
3
+ "version": "4.10.46",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "author": "github.com/riderx",
6
6
  "license": "Apache 2.0",