balena-cli 18.1.4 → 18.1.5

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 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.5 - 2024-03-14
8
+
9
+ * Move klaw library to dev dependency [Otavio Jacobi]
10
+
7
11
  ## 18.1.4 - 2024-03-14
8
12
 
9
13
  * Update @balena/lint to 8.0.0 [myarmolinsky]
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "18.1.4",
3
+ "version": "18.1.5",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "18.1.4",
9
+ "version": "18.1.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -60,7 +60,6 @@
60
60
  "is-root": "^2.1.0",
61
61
  "js-yaml": "^4.1.0",
62
62
  "JSONStream": "^1.0.3",
63
- "klaw": "^3.0.0",
64
63
  "livepush": "^3.5.1",
65
64
  "lodash": "^4.17.21",
66
65
  "minimatch": "^3.0.4",
@@ -167,6 +166,7 @@
167
166
  "inline-source-cli": "^2.0.0",
168
167
  "intercept-stdout": "^0.1.2",
169
168
  "jsonwebtoken": "^8.5.1",
169
+ "klaw": "^3.0.0",
170
170
  "mkdirp": "^1.0.4",
171
171
  "mocha": "^8.4.0",
172
172
  "mock-require": "^3.0.3",
@@ -13406,6 +13406,7 @@
13406
13406
  "version": "3.0.0",
13407
13407
  "resolved": "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz",
13408
13408
  "integrity": "sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==",
13409
+ "dev": true,
13409
13410
  "dependencies": {
13410
13411
  "graceful-fs": "^4.1.9"
13411
13412
  }
@@ -35786,6 +35787,7 @@
35786
35787
  "version": "3.0.0",
35787
35788
  "resolved": "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz",
35788
35789
  "integrity": "sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==",
35790
+ "dev": true,
35789
35791
  "requires": {
35790
35792
  "graceful-fs": "^4.1.9"
35791
35793
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "18.1.4",
2
+ "version": "18.1.5",
3
3
  "commands": {
4
4
  "api-key:generate": {
5
5
  "id": "api-key:generate",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "18.1.4",
3
+ "version": "18.1.5",
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",
@@ -183,6 +183,7 @@
183
183
  "inline-source-cli": "^2.0.0",
184
184
  "intercept-stdout": "^0.1.2",
185
185
  "jsonwebtoken": "^8.5.1",
186
+ "klaw": "^3.0.0",
186
187
  "mkdirp": "^1.0.4",
187
188
  "mocha": "^8.4.0",
188
189
  "mock-require": "^3.0.3",
@@ -247,7 +248,6 @@
247
248
  "is-root": "^2.1.0",
248
249
  "js-yaml": "^4.1.0",
249
250
  "JSONStream": "^1.0.3",
250
- "klaw": "^3.0.0",
251
251
  "livepush": "^3.5.1",
252
252
  "lodash": "^4.17.21",
253
253
  "minimatch": "^3.0.4",
@@ -288,6 +288,6 @@
288
288
  "windosu": "^0.3.0"
289
289
  },
290
290
  "versionist": {
291
- "publishedAt": "2024-03-14T14:02:05.111Z"
291
+ "publishedAt": "2024-03-14T14:42:38.581Z"
292
292
  }
293
293
  }