balena-cli 16.6.3 → 16.6.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": "16.6.
|
|
3
|
+
"version": "16.6.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",
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"typescript": "^5.1.3"
|
|
194
194
|
},
|
|
195
195
|
"dependencies": {
|
|
196
|
-
"@balena/compose": "^2.
|
|
196
|
+
"@balena/compose": "^2.3.0",
|
|
197
197
|
"@balena/dockerignore": "^1.0.2",
|
|
198
198
|
"@balena/es-version": "^1.0.1",
|
|
199
199
|
"@oclif/command": "^1.8.16",
|
|
@@ -284,6 +284,6 @@
|
|
|
284
284
|
"windosu": "^0.3.0"
|
|
285
285
|
},
|
|
286
286
|
"versionist": {
|
|
287
|
-
"publishedAt": "2023-
|
|
287
|
+
"publishedAt": "2023-07-05T19:50:08.462Z"
|
|
288
288
|
}
|
|
289
289
|
}
|