@balena/pinejs 21.0.5-build-renovate-body-parser-2-x-9d6dece509c90b60fdbc72a2d1432b14096fb624-1 → 21.0.5-build-key-left-join-65e056a91b68d05a5360adc14b7d1ad2347ad011-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,16 +1,19 @@
1
1
  - commits:
2
- - subject: Update dependency body-parser to v2
3
- hash: 9d6dece509c90b60fdbc72a2d1432b14096fb624
4
- body: |
5
- Update body-parser from 1.20.3 to 2.2.0
2
+ - subject: Support $orderby based on a unique reverse navigation resource
3
+ hash: 65e056a91b68d05a5360adc14b7d1ad2347ad011
4
+ body: ""
6
5
  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
7
8
  Change-type: patch
8
9
  change-type: patch
9
- author: balena-renovate[bot]
10
+ 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
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
13
  nested: []
11
14
  version: 21.0.5
12
15
  title: ""
13
- date: 2025-03-31T03:58:53.328Z
16
+ date: 2025-04-02T16:36:15.451Z
14
17
  - commits:
15
18
  - subject: Update minio/mc Docker tag to RELEASE.2024-11-21T17-21-54Z
16
19
  hash: dcb916fe5dbfd46de8284678eed69ce91a04ea42
package/CHANGELOG.md CHANGED
@@ -5,9 +5,9 @@ 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.5
8
- ## (2025-03-31)
8
+ ## (2025-04-02)
9
9
 
10
- * Update dependency body-parser to v2 [balena-renovate[bot]]
10
+ * Support $orderby based on a unique reverse navigation resource [Thodoris Greasidis]
11
11
 
12
12
  # v21.0.4
13
13
  ## (2025-03-31)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.0.5-build-renovate-body-parser-2-x-9d6dece509c90b60fdbc72a2d1432b14096fb624-1",
3
+ "version": "21.0.5-build-key-left-join-65e056a91b68d05a5360adc14b7d1ad2347ad011-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.6",
34
+ "@balena/odata-to-abstract-sql": "7.2.0-build-orderby-reverse-navigation-resource-cc2bfbe7558b252855ccb2289d771a0ed92a365d-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",
@@ -114,7 +114,7 @@
114
114
  "@aws-sdk/lib-storage": "^3.775.0",
115
115
  "@aws-sdk/s3-request-presigner": "^3.775.0",
116
116
  "bcrypt": "^5.1.1",
117
- "body-parser": "^2.0.0",
117
+ "body-parser": "^1.20.3",
118
118
  "compression": "^1.8.0",
119
119
  "cookie-parser": "^1.4.7",
120
120
  "express": "^4.21.2",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-03-31T03:58:54.426Z"
151
+ "publishedAt": "2025-04-02T16:36:16.445Z"
152
152
  }
153
153
  }