@balena/pinejs 21.0.2-build-renovate-minio-mc-2024-7-x-5752fc718fe5001c8733855ee2aed0d96b0774eb-1 → 21.0.2-build-left-join-c214416b820b211e7a079409212ae151261d1d46-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.
@@ -1,17 +1,18 @@
1
1
  - commits:
2
- - subject: Update minio/mc Docker tag to RELEASE.2024-07-31T15-58-33Z
3
- hash: 5752fc718fe5001c8733855ee2aed0d96b0774eb
4
- body: >
5
- Update minio/mc from RELEASE.2024-07-22T20-02-49Z to
6
- RELEASE.2024-07-31T15-58-33Z
2
+ - subject: Update @balena/odata-to-abstract-sql to 7.1.5
3
+ hash: c214416b820b211e7a079409212ae151261d1d46
4
+ body: |
5
+ Update @balena/odata-to-abstract-sql from 7.1.4 to 7.1.5
7
6
  footer:
7
+ Depends-on: https://github.com/balena-io-modules/odata-to-abstract-sql/pull/160
8
+ depends-on: https://github.com/balena-io-modules/odata-to-abstract-sql/pull/160
8
9
  Change-type: patch
9
10
  change-type: patch
10
- author: balena-renovate[bot]
11
+ author: Thodoris Greasidis
11
12
  nested: []
12
13
  version: 21.0.2
13
14
  title: ""
14
- date: 2025-03-26T05:57:00.747Z
15
+ date: 2025-03-26T10:02:40.692Z
15
16
  - commits:
16
17
  - subject: Update dependencies
17
18
  hash: a72ff8a0f6347386e325ca60a7f0ae01c1230a80
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.0.2
8
8
  ## (2025-03-26)
9
9
 
10
- * Update minio/mc Docker tag to RELEASE.2024-07-31T15-58-33Z [balena-renovate[bot]]
10
+ * Update @balena/odata-to-abstract-sql to 7.1.5 [Thodoris Greasidis]
11
11
 
12
12
  # v21.0.1
13
13
  ## (2025-03-26)
@@ -26,7 +26,7 @@ services:
26
26
  - "43680:9000"
27
27
  - "43697:9001"
28
28
  minio-client:
29
- image: minio/mc:RELEASE.2024-07-31T15-58-33Z
29
+ image: minio/mc:RELEASE.2024-07-22T20-02-49Z
30
30
  depends_on:
31
31
  - minio-server
32
32
  entrypoint: >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.0.2-build-renovate-minio-mc-2024-7-x-5752fc718fe5001c8733855ee2aed0d96b0774eb-1",
3
+ "version": "21.0.2-build-left-join-c214416b820b211e7a079409212ae151261d1d46-1",
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.1.4",
34
+ "@balena/odata-to-abstract-sql": "7.1.5-build-fix-order-by-null-values-3b339f35475bed84a9448c91122b78694093847f-1",
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-26T05:57:01.779Z"
151
+ "publishedAt": "2025-03-26T10:02:42.426Z"
152
152
  }
153
153
  }