@balena/pinejs 21.1.1-build-renovate-body-parser-2-x-f190b33203f95bfc2ffb43821668cb7c4fcf8d23-1 → 21.1.1-build-improve-webresource-test-e002a273c912ace5c1197627f7059f28bddd8ccb-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.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +5 -6
- package/CHANGELOG.md +2 -2
- package/package.json +3 -3
@@ -1,16 +1,15 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update body-parser from 1.20.3 to 2.2.0
|
2
|
+
- subject: Add test for webresource rule on patches
|
3
|
+
hash: e002a273c912ace5c1197627f7059f28bddd8ccb
|
4
|
+
body: ""
|
6
5
|
footer:
|
7
6
|
Change-type: patch
|
8
7
|
change-type: patch
|
9
|
-
author:
|
8
|
+
author: Otavio Jacobi
|
10
9
|
nested: []
|
11
10
|
version: 21.1.1
|
12
11
|
title: ""
|
13
|
-
date: 2025-04-
|
12
|
+
date: 2025-04-15T13:59:32.617Z
|
14
13
|
- commits:
|
15
14
|
- subject: Support $orderby based on a unique reverse navigation resource
|
16
15
|
hash: 890e86b168483d6158e251ab2c0d7e41b8bd50ae
|
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.1.1
|
8
|
-
## (2025-04-
|
8
|
+
## (2025-04-15)
|
9
9
|
|
10
|
-
*
|
10
|
+
* Add test for webresource rule on patches [Otavio Jacobi]
|
11
11
|
|
12
12
|
# v21.1.0
|
13
13
|
## (2025-04-03)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.1.1-build-
|
3
|
+
"version": "21.1.1-build-improve-webresource-test-e002a273c912ace5c1197627f7059f28bddd8ccb-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -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": "^
|
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-04-
|
151
|
+
"publishedAt": "2025-04-15T13:59:33.656Z"
|
152
152
|
}
|
153
153
|
}
|