balena-cli 17.1.5 → 17.1.6
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 +4 -0
- package/build/commands/build.d.ts +1 -1
- package/build/utils/helpers.d.ts +1 -1
- package/npm-shrinkwrap.json +999 -1039
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.6",
|
|
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",
|
|
@@ -280,6 +280,6 @@
|
|
|
280
280
|
"windosu": "^0.3.0"
|
|
281
281
|
},
|
|
282
282
|
"versionist": {
|
|
283
|
-
"publishedAt": "2023-10-
|
|
283
|
+
"publishedAt": "2023-10-18T17:06:13.599Z"
|
|
284
284
|
}
|
|
285
285
|
}
|