@balena/pinejs 23.1.12-build-renovate-bcrypt-6-x-20da251aa3c93ee9aaed10f44c44523d411d4674-1 → 23.1.12-build-add-tx-hook-tests-77c4167b798494a6a21136fc38a59e85014660ce-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/.versionbot/CHANGELOG.yml +5 -6
- package/CHANGELOG.md +2 -2
- package/package.json +3 -3
@@ -1,16 +1,15 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update bcrypt from 5.1.1 to 6.0.0
|
2
|
+
- subject: Add tests to Tx hooks
|
3
|
+
hash: 77c4167b798494a6a21136fc38a59e85014660ce
|
4
|
+
body: ""
|
6
5
|
footer:
|
7
6
|
Change-type: patch
|
8
7
|
change-type: patch
|
9
|
-
author:
|
8
|
+
author: Otavio Jacobi
|
10
9
|
nested: []
|
11
10
|
version: 23.1.12
|
12
11
|
title: ""
|
13
|
-
date: 2025-10-
|
12
|
+
date: 2025-10-10T18:17:34.243Z
|
14
13
|
- commits:
|
15
14
|
- subject: Update dependency mocha to v11.7.4
|
16
15
|
hash: 7182e858031ea26bc36d64b2b4bd890ca7f881e8
|
package/CHANGELOG.md
CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v23.1.12
|
8
|
-
## (2025-10-
|
8
|
+
## (2025-10-10)
|
9
9
|
|
10
|
-
*
|
10
|
+
* Add tests to Tx hooks [Otavio Jacobi]
|
11
11
|
|
12
12
|
# v23.1.11
|
13
13
|
## (2025-10-04)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "23.1.12-build-
|
3
|
+
"version": "23.1.12-build-add-tx-hook-tests-77c4167b798494a6a21136fc38a59e85014660ce-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"@aws-sdk/client-s3": "^3.859.0",
|
114
114
|
"@aws-sdk/lib-storage": "^3.859.0",
|
115
115
|
"@aws-sdk/s3-request-presigner": "^3.859.0",
|
116
|
-
"bcrypt": "^
|
116
|
+
"bcrypt": "^5.1.1",
|
117
117
|
"body-parser": "^1.20.3",
|
118
118
|
"compression": "^1.8.1",
|
119
119
|
"cookie-parser": "^1.4.7",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-10-
|
151
|
+
"publishedAt": "2025-10-10T18:17:35.248Z"
|
152
152
|
}
|
153
153
|
}
|