balena-cli 18.2.12 → 18.2.13
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 +5 -1
- package/npm-shrinkwrap.json +8 -7
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,11 @@ 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
|
-
## 18.2.
|
|
7
|
+
## 18.2.13 - 2024-07-02
|
|
8
|
+
|
|
9
|
+
* Update dependency @types/prettyjson to ^0.0.33 [Self-hosted Renovate Bot]
|
|
10
|
+
|
|
11
|
+
## 18.2.12 - 2024-07-02
|
|
8
12
|
|
|
9
13
|
* Deduplicate dependencies [Thodoris Greasidis]
|
|
10
14
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.13",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "18.2.
|
|
9
|
+
"version": "18.2.13",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"@types/node": "^20.0.0",
|
|
136
136
|
"@types/node-cleanup": "^2.1.2",
|
|
137
137
|
"@types/parse-link-header": "^1.0.1",
|
|
138
|
-
"@types/prettyjson": "^0.0.
|
|
138
|
+
"@types/prettyjson": "^0.0.33",
|
|
139
139
|
"@types/progress-stream": "^2.0.2",
|
|
140
140
|
"@types/request": "^2.48.7",
|
|
141
141
|
"@types/rewire": "^2.5.28",
|
|
@@ -3992,10 +3992,11 @@
|
|
|
3992
3992
|
"dev": true
|
|
3993
3993
|
},
|
|
3994
3994
|
"node_modules/@types/prettyjson": {
|
|
3995
|
-
"version": "0.0.
|
|
3996
|
-
"resolved": "https://registry.npmjs.org/@types/prettyjson/-/prettyjson-0.0.
|
|
3997
|
-
"integrity": "sha512-
|
|
3998
|
-
"dev": true
|
|
3995
|
+
"version": "0.0.33",
|
|
3996
|
+
"resolved": "https://registry.npmjs.org/@types/prettyjson/-/prettyjson-0.0.33.tgz",
|
|
3997
|
+
"integrity": "sha512-hHZMkavT9OXFq8p6pTCiaREtPxMRfy9NMp+Qa4PWH0RINQjyh0crOhoqUFA/cvIZncpjBpdvxkoe7nmVbyBJXw==",
|
|
3998
|
+
"dev": true,
|
|
3999
|
+
"license": "MIT"
|
|
3999
4000
|
},
|
|
4000
4001
|
"node_modules/@types/progress-stream": {
|
|
4001
4002
|
"version": "2.0.2",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.13",
|
|
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",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@types/node": "^20.0.0",
|
|
154
154
|
"@types/node-cleanup": "^2.1.2",
|
|
155
155
|
"@types/parse-link-header": "^1.0.1",
|
|
156
|
-
"@types/prettyjson": "^0.0.
|
|
156
|
+
"@types/prettyjson": "^0.0.33",
|
|
157
157
|
"@types/progress-stream": "^2.0.2",
|
|
158
158
|
"@types/request": "^2.48.7",
|
|
159
159
|
"@types/rewire": "^2.5.28",
|
|
@@ -287,6 +287,6 @@
|
|
|
287
287
|
"windosu": "^0.3.0"
|
|
288
288
|
},
|
|
289
289
|
"versionist": {
|
|
290
|
-
"publishedAt": "2024-07-
|
|
290
|
+
"publishedAt": "2024-07-02T08:49:30.881Z"
|
|
291
291
|
}
|
|
292
292
|
}
|