balena-cli 14.5.16 → 14.5.17

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": "14.5.16",
3
+ "version": "14.5.17",
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",
@@ -27,7 +27,6 @@
27
27
  "scripts": [
28
28
  "build/**/*.js",
29
29
  "node_modules/balena-sdk/es2018/index.js",
30
- "node_modules/balena-sync/build/**/*.js",
31
30
  "node_modules/pinejs-client-request/node_modules/pinejs-client-core/es2018/index.js",
32
31
  "node_modules/@balena/compose/dist/parse/schemas/*.json"
33
32
  ],
@@ -212,7 +211,6 @@
212
211
  "balena-semver": "^2.3.0",
213
212
  "balena-settings-client": "^4.0.7",
214
213
  "balena-settings-storage": "^7.0.0",
215
- "balena-sync": "^11.0.2",
216
214
  "bluebird": "^3.7.2",
217
215
  "body-parser": "^1.19.1",
218
216
  "chalk": "^3.0.0",
@@ -225,6 +223,7 @@
225
223
  "denymount": "^2.3.0",
226
224
  "docker-modem": "3.0.0",
227
225
  "docker-progress": "^5.1.3",
226
+ "docker-toolbelt": "^3.3.10",
228
227
  "dockerode": "^3.3.1",
229
228
  "ejs": "^3.1.6",
230
229
  "etcher-sdk": "^6.2.1",
@@ -262,6 +261,7 @@
262
261
  "request": "^2.88.2",
263
262
  "resin-cli-form": "^2.0.2",
264
263
  "resin-cli-visuals": "^1.8.0",
264
+ "resin-discoverable-services": "^2.0.3",
265
265
  "resin-doodles": "^0.2.0",
266
266
  "resin-stream-logger": "^0.1.2",
267
267
  "rimraf": "^3.0.2",
@@ -284,6 +284,6 @@
284
284
  "windosu": "^0.3.0"
285
285
  },
286
286
  "versionist": {
287
- "publishedAt": "2022-12-28T22:16:34.784Z"
287
+ "publishedAt": "2022-12-28T23:07:30.884Z"
288
288
  }
289
289
  }