mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v18.1.8
This commit is contained in:
parent
df51f87fbc
commit
ffd44d3fec
@ -1,3 +1,32 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Bump patch-package to 6.5.1
|
||||||
|
hash: 6178f34f88377d64d331e027d6c0da7165c0df5e
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: "npm-shrinkwrap.json: Recreate with lockfileVersion 3"
|
||||||
|
hash: c5ecf692bb568900583680e871b4aba2cae7ab30
|
||||||
|
body: |
|
||||||
|
npm ci && \
|
||||||
|
rm npm-shrinkwrap.json && \
|
||||||
|
npm shrinkwrap
|
||||||
|
|
||||||
|
I confirmed that it generates the same
|
||||||
|
node_modules structure but cuts the
|
||||||
|
shrinkwrap file size by 43%.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
See: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion
|
||||||
|
see: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: 18.1.8
|
||||||
|
title: ""
|
||||||
|
date: 2024-04-09T17:29:44.329Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update balena-preload to 15.0.5
|
- subject: Update balena-preload to 15.0.5
|
||||||
hash: 3caf54aa16affeb8606671dfacf58c94d2bcdc68
|
hash: 3caf54aa16affeb8606671dfacf58c94d2bcdc68
|
||||||
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 18.1.8 - 2024-04-09
|
||||||
|
|
||||||
|
* Bump patch-package to 6.5.1 [Thodoris Greasidis]
|
||||||
|
* npm-shrinkwrap.json: Recreate with lockfileVersion 3 [Thodoris Greasidis]
|
||||||
|
|
||||||
## 18.1.7 - 2024-04-09
|
## 18.1.7 - 2024-04-09
|
||||||
|
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "18.1.7",
|
"version": "18.1.8",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "18.1.7",
|
"version": "18.1.8",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "18.1.7",
|
"version": "18.1.8",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -287,6 +287,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-04-09T16:03:32.796Z"
|
"publishedAt": "2024-04-09T17:29:45.181Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user