@balena/pinejs 23.2.0-build-preCommit-hook-11ac064b8c303034e572eaab443ec2b249c8d8d5-2 → 23.2.0-build-preCommit-hook-dd0c40533ddf5c07059a1f042b21b303070e0bd9-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 +9 -1
- package/CHANGELOG.md +2 -1
- package/package.json +2 -2
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
- commits:
|
|
2
|
+
- subject: "tests: Prefer waitFor instead of setTimeout"
|
|
3
|
+
hash: dd0c40533ddf5c07059a1f042b21b303070e0bd9
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Otavio Jacobi
|
|
9
|
+
nested: []
|
|
2
10
|
- subject: Add Tx preCommit hook
|
|
3
11
|
hash: 11ac064b8c303034e572eaab443ec2b249c8d8d5
|
|
4
12
|
body: ""
|
|
@@ -9,7 +17,7 @@
|
|
|
9
17
|
nested: []
|
|
10
18
|
version: 23.2.0
|
|
11
19
|
title: ""
|
|
12
|
-
date: 2025-10-
|
|
20
|
+
date: 2025-10-28T12:47:28.099Z
|
|
13
21
|
- commits:
|
|
14
22
|
- subject: Fix `@typescript-eslint/prefer-optional-chain` rules
|
|
15
23
|
hash: 6d23c3c957d199a0ef0018fb9f6cd00961510ef4
|
package/CHANGELOG.md
CHANGED
|
@@ -5,8 +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.2.0
|
|
8
|
-
## (2025-10-
|
|
8
|
+
## (2025-10-28)
|
|
9
9
|
|
|
10
|
+
* tests: Prefer waitFor instead of setTimeout [Otavio Jacobi]
|
|
10
11
|
* Add Tx preCommit hook [Otavio Jacobi]
|
|
11
12
|
|
|
12
13
|
# v23.1.15
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs",
|
|
3
|
-
"version": "23.2.0-build-preCommit-hook-
|
|
3
|
+
"version": "23.2.0-build-preCommit-hook-dd0c40533ddf5c07059a1f042b21b303070e0bd9-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-28T12:47:29.204Z"
|
|
153
153
|
}
|
|
154
154
|
}
|