@balena/pinejs 23.1.14-build-renovate-postgres-18-x-5c25135f581b0f89cbc969c80a7faa66f93fd08d-1 → 23.1.14-build-add-tx-hook-tests-1d60f4c500e5aa9597f05ab57bfdebd745333a3e-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 +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +2 -2
@@ -1,16 +1,15 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update postgres from 17 to 18
|
2
|
+
- subject: Add tests to Tx hooks
|
3
|
+
hash: 1d60f4c500e5aa9597f05ab57bfdebd745333a3e
|
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.14
|
12
11
|
title: ""
|
13
|
-
date: 2025-10-
|
12
|
+
date: 2025-10-13T14:26:33.090Z
|
14
13
|
- commits:
|
15
14
|
- subject: Switch tsconfig module to `Node20`
|
16
15
|
hash: cfe9e1803c73adc55de3f7c34ac4bbc3b2ef3368
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "23.1.14-build-
|
3
|
+
"version": "23.1.14-build-add-tx-hook-tests-1d60f4c500e5aa9597f05ab57bfdebd745333a3e-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"recursive": true
|
150
150
|
},
|
151
151
|
"versionist": {
|
152
|
-
"publishedAt": "2025-10-
|
152
|
+
"publishedAt": "2025-10-13T14:26:34.143Z"
|
153
153
|
}
|
154
154
|
}
|