@balena/pinejs 21.0.4-build-key-left-join-efe403ca943dee9617a2e41e3f1dd5f772de624c-2 → 21.0.4
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 +7 -9
- package/CHANGELOG.md +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +3 -3
@@ -1,19 +1,17 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
4
|
-
body:
|
2
|
+
- subject: Update minio/mc Docker tag to RELEASE.2024-11-21T17-21-54Z
|
3
|
+
hash: dcb916fe5dbfd46de8284678eed69ce91a04ea42
|
4
|
+
body: >
|
5
|
+
Update minio/mc from RELEASE.2024-07-22T20-02-49Z to
|
6
|
+
RELEASE.2024-11-21T17-21-54Z
|
5
7
|
footer:
|
6
|
-
Depends-on: https://github.com/balena-io-modules/odata-to-abstract-sql/pull/166
|
7
|
-
depends-on: https://github.com/balena-io-modules/odata-to-abstract-sql/pull/166
|
8
8
|
Change-type: patch
|
9
9
|
change-type: patch
|
10
|
-
|
11
|
-
see: https://balena.fibery.io/Work/Project/Shape--Build-Add-support-for-sorting-on-user-selected-tag-columns-in-the-server-side-paginated-devic-912
|
12
|
-
author: Thodoris Greasidis
|
10
|
+
author: balena-renovate[bot]
|
13
11
|
nested: []
|
14
12
|
version: 21.0.4
|
15
13
|
title: ""
|
16
|
-
date: 2025-03-28T07:
|
14
|
+
date: 2025-03-28T07:00:33.120Z
|
17
15
|
- commits:
|
18
16
|
- subject: Update @balena/odata-to-abstract-sql to 7.1.6
|
19
17
|
hash: f521dee8066b9c35ff65f6a0ad164c2b4efdaa3b
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v21.0.4
|
8
8
|
## (2025-03-28)
|
9
9
|
|
10
|
-
*
|
10
|
+
* Update minio/mc Docker tag to RELEASE.2024-11-21T17-21-54Z [balena-renovate[bot]]
|
11
11
|
|
12
12
|
# v21.0.3
|
13
13
|
## (2025-03-28)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.0.4
|
3
|
+
"version": "21.0.4",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"@balena/env-parsing": "^1.2.4",
|
32
32
|
"@balena/lf-to-abstract-sql": "^5.0.3",
|
33
33
|
"@balena/odata-parser": "^4.2.2",
|
34
|
-
"@balena/odata-to-abstract-sql": "7.
|
34
|
+
"@balena/odata-to-abstract-sql": "^7.1.6",
|
35
35
|
"@balena/sbvr-parser": "^1.4.9",
|
36
36
|
"@balena/sbvr-types": "^9.2.2",
|
37
37
|
"@types/body-parser": "^1.19.5",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-03-28T07:
|
151
|
+
"publishedAt": "2025-03-28T07:00:34.164Z"
|
152
152
|
}
|
153
153
|
}
|