mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
Forced update to the newest resin-sdk
This commit is contained in:
parent
5c5cfde49f
commit
e8b44d7250
@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Added ability to run an emulated build silently with `resin build`
|
||||
- Gzip images when uploading in `resin deploy`
|
||||
- Show a clear message immediately as the deploy starts, if we're deploying an image.
|
||||
- Forced update to the newest resin-sdk (^6.4.1)
|
||||
- Allow OS version selection when doing `resin device init`
|
||||
- Actually tolerate the `--yes` param to `resin device init`
|
||||
- Allows passing `--drive` to `resin device init`
|
||||
|
17
package-lock.json
generated
17
package-lock.json
generated
@ -3080,8 +3080,21 @@
|
||||
}
|
||||
},
|
||||
"resin-sdk-preconfigured": {
|
||||
"version": "https://registry.npmjs.org/resin-sdk-preconfigured/-/resin-sdk-preconfigured-6.0.1.tgz",
|
||||
"integrity": "sha1-Evg9E0lBUSDQnw3LlOIhQC6IkI4="
|
||||
"version": "6.4.1",
|
||||
"resolved": "https://registry.npmjs.org/resin-sdk-preconfigured/-/resin-sdk-preconfigured-6.4.1.tgz",
|
||||
"integrity": "sha1-rHrtfCOlB8IDgAjR1J7b2nA52Jc=",
|
||||
"dependencies": {
|
||||
"lodash": {
|
||||
"version": "4.17.4",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
|
||||
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
|
||||
},
|
||||
"resin-sdk": {
|
||||
"version": "6.4.1",
|
||||
"resolved": "https://registry.npmjs.org/resin-sdk/-/resin-sdk-6.4.1.tgz",
|
||||
"integrity": "sha1-z4La5vS6Ln9a+jmRtn1swCFXlVw="
|
||||
}
|
||||
}
|
||||
},
|
||||
"resin-settings-client": {
|
||||
"version": "https://registry.npmjs.org/resin-settings-client/-/resin-settings-client-3.6.1.tgz",
|
||||
|
@ -79,7 +79,7 @@
|
||||
"resin-doodles": "0.0.1",
|
||||
"resin-image-fs": "^2.1.2",
|
||||
"resin-image-manager": "^4.1.1",
|
||||
"resin-sdk-preconfigured": "^6.0.0",
|
||||
"resin-sdk-preconfigured": "^6.4.1",
|
||||
"resin-settings-client": "^3.6.1",
|
||||
"resin-stream-logger": "^0.0.4",
|
||||
"resin-sync": "^7.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user