balena-cli 25.1.3 → 25.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "25.1.3",
3
+ "version": "25.1.4",
4
4
  "description": "The official balena Command Line Interface",
5
5
  "main": "./build/app.js",
6
6
  "homepage": "https://github.com/balena-io/balena-cli",
@@ -171,8 +171,8 @@
171
171
  "typescript": "^5.9.2"
172
172
  },
173
173
  "dependencies": {
174
- "@balena/compose": "^8.0.2",
175
- "@balena/compose-parser": "^0.2.1",
174
+ "@balena/compose": "^8.0.3",
175
+ "@balena/compose-parser": "^0.2.4",
176
176
  "@balena/dockerignore": "^1.0.2",
177
177
  "@balena/env-parsing": "^1.1.8",
178
178
  "@balena/es-version": "^1.0.1",
@@ -258,6 +258,6 @@
258
258
  }
259
259
  },
260
260
  "versionist": {
261
- "publishedAt": "2026-05-04T21:52:39.582Z"
261
+ "publishedAt": "2026-05-13T19:16:25.545Z"
262
262
  }
263
263
  }