@balena/pinejs 21.2.1-build-renovate-minio-mc-2025-x-8f71762925afef6f3cd1c8013b49ee054b67fb34-1 → 21.2.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 -7
- package/CHANGELOG.md +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +2 -2
@@ -1,17 +1,15 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update minio/mc from RELEASE.2024-11-21T17-21-54Z to
|
6
|
-
RELEASE.2025-04-08T15-39-49Z
|
2
|
+
- subject: Add test for webresource rule on patches
|
3
|
+
hash: 1294fc741b573723050e80458dbdebc21fd3e096
|
4
|
+
body: ""
|
7
5
|
footer:
|
8
6
|
Change-type: patch
|
9
7
|
change-type: patch
|
10
|
-
author:
|
8
|
+
author: Otavio Jacobi
|
11
9
|
nested: []
|
12
10
|
version: 21.2.1
|
13
11
|
title: ""
|
14
|
-
date: 2025-04-16T13:
|
12
|
+
date: 2025-04-16T13:49:25.211Z
|
15
13
|
- commits:
|
16
14
|
- subject: "Postgres: add the option to prepare db queries after N executions"
|
17
15
|
hash: 1a6ee61f71b282a73fb0490fd32111a3c233ec7a
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.2.1
|
3
|
+
"version": "21.2.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-04-16T13:
|
152
|
+
"publishedAt": "2025-04-16T13:49:26.328Z"
|
153
153
|
}
|
154
154
|
}
|