@balena/pinejs 21.0.4-build-key-left-join-efe403ca943dee9617a2e41e3f1dd5f772de624c-2 → 21.0.4-build-key-left-join-230d33c7a8131a8c0c1257181f2e23a4e8350da5-2

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.
@@ -13,7 +13,7 @@
13
13
  nested: []
14
14
  version: 21.0.4
15
15
  title: ""
16
- date: 2025-03-28T07:24:33.352Z
16
+ date: 2025-04-01T08:07:49.764Z
17
17
  - commits:
18
18
  - subject: Update @balena/odata-to-abstract-sql to 7.1.6
19
19
  hash: f521dee8066b9c35ff65f6a0ad164c2b4efdaa3b
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v21.0.4
8
- ## (2025-03-28)
8
+ ## (2025-04-01)
9
9
 
10
10
  * Support $orderby based on a unique reverse navigation resource [Thodoris Greasidis]
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.0.4-build-key-left-join-efe403ca943dee9617a2e41e3f1dd5f772de624c-2",
3
+ "version": "21.0.4-build-key-left-join-230d33c7a8131a8c0c1257181f2e23a4e8350da5-2",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -30,7 +30,7 @@
30
30
  "@balena/abstract-sql-to-typescript": "^5.1.0",
31
31
  "@balena/env-parsing": "^1.2.4",
32
32
  "@balena/lf-to-abstract-sql": "^5.0.3",
33
- "@balena/odata-parser": "^4.2.2",
33
+ "@balena/odata-parser": "4.2.3-build-avoid-setting-null-count-options-4e1f9750aed95dba4731d1fe9e7a46a000ea4ab6-1",
34
34
  "@balena/odata-to-abstract-sql": "7.2.0-build-orderby-reverse-navigation-resource-dc1da8e6a2b77da550885044a80d7778d3887903-1",
35
35
  "@balena/sbvr-parser": "^1.4.9",
36
36
  "@balena/sbvr-types": "^9.2.2",
@@ -126,6 +126,10 @@
126
126
  "pg-connection-string": "^2.7.0",
127
127
  "serve-static": "^1.16.2"
128
128
  },
129
+ "overrides": {
130
+ "@balena/odata-parser": "4.2.3-build-avoid-setting-null-count-options-4e1f9750aed95dba4731d1fe9e7a46a000ea4ab6-1",
131
+ "@balena/odata-to-abstract-sql": "7.2.0-build-orderby-reverse-navigation-resource-dc1da8e6a2b77da550885044a80d7778d3887903-1"
132
+ },
129
133
  "engines": {
130
134
  "node": "^20.14.0 || ^22.0.0",
131
135
  "npm": ">=10.7.0"
@@ -148,6 +152,6 @@
148
152
  "recursive": true
149
153
  },
150
154
  "versionist": {
151
- "publishedAt": "2025-03-28T07:24:34.324Z"
155
+ "publishedAt": "2025-04-01T08:07:50.787Z"
152
156
  }
153
157
  }