This commit is contained in:
flowzone-app[bot] 2024-09-05 12:34:15 +00:00 committed by GitHub
parent 233ee990f9
commit 2f03b24bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 38 additions and 4 deletions

View File

@ -1,3 +1,31 @@
- commits:
- subject: Reduce use of CJS require() on automation files
hash: facc66e9f97d075610d4383efa92dceb5b4f7acf
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Remove the use of CJS require() on test files
hash: 6efd24489ffa10dc616cd0224d4de889b2029709
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Remove not necessary 'import = require' syntax for js-yaml
hash: 0339160a0b625a3e05e6dcdd3c4c642599cbab4e
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 19.0.3
title: ""
date: 2024-09-05T12:34:08.897Z
- commits:
- subject: Update devDependency patch-package to v8.0.0
hash: 1640bd645774bf9b2021cd38b3e9b9550d859f00

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## 19.0.3 - 2024-09-05
* Reduce use of CJS require() on automation files [Otavio Jacobi]
* Remove the use of CJS require() on test files [Otavio Jacobi]
* Remove not necessary 'import = require' syntax for js-yaml [Otavio Jacobi]
## 19.0.2 - 2024-09-03
* Update devDependency patch-package to v8.0.0 [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "19.0.2",
"version": "19.0.3",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -280,6 +280,6 @@
}
},
"versionist": {
"publishedAt": "2024-09-03T14:56:14.237Z"
"publishedAt": "2024-09-05T12:34:09.871Z"
}
}