This commit is contained in:
flowzone-app[bot] 2024-10-16 13:35:41 +00:00 committed by GitHub
parent 5e058d5158
commit cdfabb8f92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 29 additions and 4 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Remove no longer needed dependency `get-stdin`
hash: d323c0742cfbbcc017f11f9fd30a9539b1c46f84
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
- subject: Remove custom override of oclif Command class in favor of `prerun` hook
hash: 9cdde4f6c21ea1593de83107794a5b7323ed4cfe
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 19.1.2
title: ""
date: 2024-10-16T13:35:36.846Z
- commits: - commits:
- subject: Deduplicate dependencies - subject: Deduplicate dependencies
hash: 0eb5c78e33979e7fbe7beb4e407949d53af6004b hash: 0eb5c78e33979e7fbe7beb4e407949d53af6004b

View File

@ -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/).
## 19.1.2 - 2024-10-16
* Remove no longer needed dependency `get-stdin` [myarmolinsky]
* Remove custom override of oclif Command class in favor of `prerun` hook [myarmolinsky]
## 19.1.1 - 2024-10-14 ## 19.1.1 - 2024-10-14
* Deduplicate dependencies [myarmolinsky] * Deduplicate dependencies [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "19.1.1", "version": "19.1.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "19.1.1", "version": "19.1.2",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "19.1.1", "version": "19.1.2",
"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",
@ -273,6 +273,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2024-10-14T13:06:39.241Z" "publishedAt": "2024-10-16T13:35:37.695Z"
} }
} }