balena-cli 25.1.2 → 25.1.3

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/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## 25.1.3 - 2026-05-04
8
+
9
+ * Bump @balena/compose-parser to 0.2.1, @balena/compose to 8.0.2 [Christina Ying Wang]
10
+
7
11
  ## 25.1.2 - 2026-05-04
8
12
 
9
13
  * Fix handleError exit code fallback [Christina Ying Wang]
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "25.1.2",
3
+ "version": "25.1.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "25.1.2",
9
+ "version": "25.1.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
- "@balena/compose": "^8.0.1",
14
- "@balena/compose-parser": "^0.2.0",
13
+ "@balena/compose": "^8.0.2",
14
+ "@balena/compose-parser": "^0.2.1",
15
15
  "@balena/dockerignore": "^1.0.2",
16
16
  "@balena/env-parsing": "^1.1.8",
17
17
  "@balena/es-version": "^1.0.1",
@@ -2932,12 +2932,12 @@
2932
2932
  }
2933
2933
  },
2934
2934
  "node_modules/@balena/compose": {
2935
- "version": "8.0.1",
2936
- "resolved": "https://registry.npmjs.org/@balena/compose/-/compose-8.0.1.tgz",
2937
- "integrity": "sha512-FOtpqCx8Q24/guVdarstdtuHjtaaUglMzYMVi6VhQ4+2/BQ+6D+Y+mJijVTt0J1FuFx8JCsbK09B18LuMU1M8A==",
2935
+ "version": "8.0.2",
2936
+ "resolved": "https://registry.npmjs.org/@balena/compose/-/compose-8.0.2.tgz",
2937
+ "integrity": "sha512-SNkOEjQApQ2YKv7/K1yf+/dNEKZhgp+7atXdX1FZ5qH6jIwvWaX9KZ/1gX+TZVxqo1dTmzuZf74Ntemr/7ROYA==",
2938
2938
  "license": "Apache-2.0",
2939
2939
  "dependencies": {
2940
- "@balena/compose-parser": "^0.2.0",
2940
+ "@balena/compose-parser": "^0.2.1",
2941
2941
  "ajv": "^6.12.6",
2942
2942
  "docker-file-parser": "^1.0.7",
2943
2943
  "docker-progress": "^5.3.1",
@@ -2967,9 +2967,9 @@
2967
2967
  }
2968
2968
  },
2969
2969
  "node_modules/@balena/compose-parser": {
2970
- "version": "0.2.0",
2971
- "resolved": "https://registry.npmjs.org/@balena/compose-parser/-/compose-parser-0.2.0.tgz",
2972
- "integrity": "sha512-sWnTbZK4e0MQUoep0b2x9dG3EEwJgIRXrA/DVLc+QFA22cwdHQEpYKgIJ+/2OXjE3TXYSa2FPyJcBZyAZk174A==",
2970
+ "version": "0.2.1",
2971
+ "resolved": "https://registry.npmjs.org/@balena/compose-parser/-/compose-parser-0.2.1.tgz",
2972
+ "integrity": "sha512-I4F9UStxmAe3+kmpyiyb2UTkVRMSQr1553qrHaFhSudcxT3ZBwO4LsvJjS9LWJoSOj8Ni5kSzfyVkx1yQGv0uA==",
2973
2973
  "hasInstallScript": true,
2974
2974
  "license": "Apache-2.0",
2975
2975
  "dependencies": {