@balena/pinejs 17.1.0-build-model-based-typings-c276ef4fb8482a246c25940d617d76b76847eff8-1 → 17.1.1-build-renovate-major-commander-28dcfc2f52c0156c2c0c88b3aacfa5917e4cb2f5-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +14 -1
- package/CHANGELOG.md +5 -0
- package/VERSION +1 -1
- package/package.json +3 -3
@@ -1,3 +1,16 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Update dependency commander to v12
|
3
|
+
hash: 28dcfc2f52c0156c2c0c88b3aacfa5917e4cb2f5
|
4
|
+
body: |
|
5
|
+
Update commander from 11.1.0 to 12.1.0
|
6
|
+
footer:
|
7
|
+
Change-type: patch
|
8
|
+
change-type: patch
|
9
|
+
author: Self-hosted Renovate Bot
|
10
|
+
nested: []
|
11
|
+
version: 17.1.1
|
12
|
+
title: ""
|
13
|
+
date: 2024-06-19T11:52:58.712Z
|
1
14
|
- commits:
|
2
15
|
- subject: Add dev model typings
|
3
16
|
hash: c276ef4fb8482a246c25940d617d76b76847eff8
|
@@ -247,7 +260,7 @@
|
|
247
260
|
date: 2024-06-12T12:19:17.354Z
|
248
261
|
version: 17.1.0
|
249
262
|
title: ""
|
250
|
-
date: 2024-06-
|
263
|
+
date: 2024-06-19T11:03:56.289Z
|
251
264
|
- commits:
|
252
265
|
- subject: Improve `result` typing for `POSTRUN`/`PRERESPOND` hooks
|
253
266
|
hash: adec8e6cfb12d75109627a582c948d6f950d0989
|
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
# v17.1.1
|
8
|
+
## (2024-06-19)
|
9
|
+
|
10
|
+
* Update dependency commander to v12 [Self-hosted Renovate Bot]
|
11
|
+
|
7
12
|
# v17.1.0
|
8
13
|
## (2024-06-19)
|
9
14
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
17.1.
|
1
|
+
17.1.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.1.
|
3
|
+
"version": "17.1.1-build-renovate-major-commander-28dcfc2f52c0156c2c0c88b3aacfa5917e4cb2f5-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"@types/randomstring": "^1.3.0",
|
55
55
|
"@types/websql": "^0.0.30",
|
56
56
|
"busboy": "^1.6.0",
|
57
|
-
"commander": "^
|
57
|
+
"commander": "^12.0.0",
|
58
58
|
"deep-freeze": "^0.0.1",
|
59
59
|
"eventemitter3": "^5.0.1",
|
60
60
|
"express-session": "^1.18.0",
|
@@ -146,6 +146,6 @@
|
|
146
146
|
"recursive": true
|
147
147
|
},
|
148
148
|
"versionist": {
|
149
|
-
"publishedAt": "2024-06-
|
149
|
+
"publishedAt": "2024-06-19T11:52:59.445Z"
|
150
150
|
}
|
151
151
|
}
|