@balena/pinejs 21.0.3-build-key-left-join-a8fd5ddaefa6859ba2aa875f54c142b7d6d18c34-1 → 21.0.3-build-key-left-join-70ffcb1e5aecdf72a13344d6b89cc98cf93be1cd-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,6 +1,6 @@
1
1
  - commits:
2
- - subject: Test ORDER BY a Collection Navigation property using the Key notation
3
- hash: a8fd5ddaefa6859ba2aa875f54c142b7d6d18c34
2
+ - subject: Support $orderby based on a unique reverse navigation resource
3
+ hash: 70ffcb1e5aecdf72a13344d6b89cc98cf93be1cd
4
4
  body: ""
5
5
  footer:
6
6
  Depends-on: https://github.com/balena-io-modules/odata-to-abstract-sql/pull/166
@@ -13,7 +13,7 @@
13
13
  nested: []
14
14
  version: 21.0.3
15
15
  title: ""
16
- date: 2025-03-27T11:53:22.298Z
16
+ date: 2025-03-27T14:43:20.340Z
17
17
  - commits:
18
18
  - subject: Convert permissions `namespaceRelationships` to for-of
19
19
  hash: 74eb91db2c258904ed5cb0f2cbd395b7392f0812
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.0.3
8
8
  ## (2025-03-27)
9
9
 
10
- * Test ORDER BY a Collection Navigation property using the Key notation [Thodoris Greasidis]
10
+ * Support $orderby based on a unique reverse navigation resource [Thodoris Greasidis]
11
11
 
12
12
  # v21.0.2
13
13
  ## (2025-03-26)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.0.3-build-key-left-join-a8fd5ddaefa6859ba2aa875f54c142b7d6d18c34-1",
3
+ "version": "21.0.3-build-key-left-join-70ffcb1e5aecdf72a13344d6b89cc98cf93be1cd-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.5-build-left-join-orderby-reverse-navigation-resource-53673b4ed6def46271c95cb316a6d589df516413-1",
34
+ "@balena/odata-to-abstract-sql": "7.1.5-build-orderby-reverse-navigation-resource-53673b4ed6def46271c95cb316a6d589df516413-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-27T11:53:23.328Z"
151
+ "publishedAt": "2025-03-27T14:43:21.454Z"
152
152
  }
153
153
  }