mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
v1.19.10
This commit is contained in:
parent
0a243caf35
commit
b132352464
@ -1,3 +1,33 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: remove node-ipc and tests"
|
||||||
|
hash: ccc31bb9aaba8df88b2af612824d9106051e2804
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: switch api; use ws; integrate sudo-prompt - switch api roles
|
||||||
|
flow - use websocket instead of node-ipc - integrate; modernize;
|
||||||
|
simplify and deprecate sudo-prompt"
|
||||||
|
hash: b3e33824ed1f70719b04f18dcb7f7dd76451b7f6
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: refactor api to use a single topic"
|
||||||
|
hash: 6582260355fcc5280932bee771602fbfb5190619
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: set require node engine to 20"
|
||||||
|
hash: b1d2bdaa06bfb35f4a66d92275ca21c731d1cf8e
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
version: 1.19.10
|
||||||
|
title: ""
|
||||||
|
date: 2024-04-23T10:28:00.127Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: prevent rebuild of native deps by @electron/rebuild"
|
- subject: "patch: prevent rebuild of native deps by @electron/rebuild"
|
||||||
hash: 003abfb88f2c7bff0ee291828f3815c738340afa
|
hash: 003abfb88f2c7bff0ee291828f3815c738340afa
|
||||||
|
@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v1.19.10
|
||||||
|
## (2024-04-23)
|
||||||
|
|
||||||
|
* patch: remove node-ipc and tests [Edwin Joassart]
|
||||||
|
* patch: switch api; use ws; integrate sudo-prompt - switch api roles flow - use websocket instead of node-ipc - integrate; modernize; simplify and deprecate sudo-prompt [Edwin Joassart]
|
||||||
|
* patch: refactor api to use a single topic [Edwin Joassart]
|
||||||
|
* patch: set require node engine to 20 [Edwin Joassart]
|
||||||
|
|
||||||
# v1.19.9
|
# v1.19.9
|
||||||
## (2024-04-22)
|
## (2024-04-22)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.9",
|
"version": "1.19.10",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.9",
|
"version": "1.19.10",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.0",
|
"@electron/remote": "^2.1.0",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"productName": "balenaEtcher",
|
"productName": "balenaEtcher",
|
||||||
"version": "1.19.9",
|
"version": "1.19.10",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": ".webpack/main",
|
"main": ".webpack/main",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -147,7 +147,7 @@
|
|||||||
"node": ">=20 <21"
|
"node": ">=20 <21"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-01-26T17:29:27.845Z"
|
"publishedAt": "2024-04-23T10:28:00.623Z"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.8",
|
"bufferutil": "^4.0.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user