balena-cli 18.1.8 → 18.1.9
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/npm-shrinkwrap.json +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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
|
+
## 18.1.9 - 2024-04-10
|
|
8
|
+
|
|
9
|
+
* Enable npm dedupe as part of Renovate postUpdateOptions [Kyle Harding]
|
|
10
|
+
|
|
7
11
|
## 18.1.8 - 2024-04-09
|
|
8
12
|
|
|
9
13
|
* Bump patch-package to 6.5.1 [Thodoris Greasidis]
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "18.1.
|
|
9
|
+
"version": "18.1.9",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -4038,9 +4038,9 @@
|
|
|
4038
4038
|
}
|
|
4039
4039
|
},
|
|
4040
4040
|
"node_modules/@types/node": {
|
|
4041
|
-
"version": "20.12.
|
|
4042
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.
|
|
4043
|
-
"integrity": "sha512-
|
|
4041
|
+
"version": "20.12.7",
|
|
4042
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
|
|
4043
|
+
"integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
|
|
4044
4044
|
"dependencies": {
|
|
4045
4045
|
"undici-types": "~5.26.4"
|
|
4046
4046
|
}
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.9",
|
|
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",
|
|
@@ -287,6 +287,6 @@
|
|
|
287
287
|
"windosu": "^0.3.0"
|
|
288
288
|
},
|
|
289
289
|
"versionist": {
|
|
290
|
-
"publishedAt": "2024-04-
|
|
290
|
+
"publishedAt": "2024-04-10T14:56:49.113Z"
|
|
291
291
|
}
|
|
292
292
|
}
|