@balena/pinejs 21.6.7-build-fix-full-access-opt-7153fa627262ea9e17e84126ef836ac63c0fb2a6-1 → 21.6.7-build-fix-full-access-opt-e31af5c072d7a2c5318465360c9941c1f786adcd-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/.versionbot/CHANGELOG.yml +24 -4
- package/CHANGELOG.md +11 -1
- package/package.json +3 -6
@@ -1,15 +1,35 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Fix optimization for constrained abstract sql when having full access
|
3
|
-
hash:
|
4
|
-
body:
|
3
|
+
hash: e31af5c072d7a2c5318465360c9941c1f786adcd
|
4
|
+
body: |
|
5
|
+
Update @balena/odata-to-abstract-sql from 7.2.4 to 7.2.5
|
5
6
|
footer:
|
6
7
|
Change-type: patch
|
7
8
|
change-type: patch
|
8
9
|
author: Pagan Gazzard
|
9
|
-
nested:
|
10
|
+
nested:
|
11
|
+
- commits:
|
12
|
+
- subject: Remove the "already computed fields" optimization
|
13
|
+
hash: d0f448d7040fcfa984a5e4ff9ed3412dfa1a8c22
|
14
|
+
body: >
|
15
|
+
It can have broken behavior when combined with pinejs
|
16
|
+
translations and
|
17
|
+
|
18
|
+
so removing it until it can either be reimplemented in a safe
|
19
|
+
way or
|
20
|
+
|
21
|
+
replaced by an equivalent optimization
|
22
|
+
footer:
|
23
|
+
Change-type: patch
|
24
|
+
change-type: patch
|
25
|
+
author: Pagan Gazzard
|
26
|
+
nested: []
|
27
|
+
version: odata-to-abstract-sql-7.2.5
|
28
|
+
title: ""
|
29
|
+
date: 2025-06-17T15:49:14.203Z
|
10
30
|
version: 21.6.7
|
11
31
|
title: ""
|
12
|
-
date: 2025-06-17T15:
|
32
|
+
date: 2025-06-17T15:58:30.183Z
|
13
33
|
- commits:
|
14
34
|
- subject: Update dependencies
|
15
35
|
hash: a45fe4a9d75c60e930f3dffb6862cf1511606d20
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v21.6.7
|
8
8
|
## (2025-06-17)
|
9
9
|
|
10
|
-
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary> Fix optimization for constrained abstract sql when having full access [Pagan Gazzard] </summary>
|
13
|
+
|
14
|
+
> ## odata-to-abstract-sql-7.2.5
|
15
|
+
> ### (2025-06-17)
|
16
|
+
>
|
17
|
+
> * Remove the "already computed fields" optimization [Pagan Gazzard]
|
18
|
+
>
|
19
|
+
|
20
|
+
</details>
|
11
21
|
|
12
22
|
# v21.6.6
|
13
23
|
## (2025-06-12)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.6.7-build-fix-full-access-opt-
|
3
|
+
"version": "21.6.7-build-fix-full-access-opt-e31af5c072d7a2c5318465360c9941c1f786adcd-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.5",
|
32
32
|
"@balena/lf-to-abstract-sql": "^5.0.5",
|
33
33
|
"@balena/odata-parser": "^4.2.6",
|
34
|
-
"@balena/odata-to-abstract-sql": "7.2.5
|
34
|
+
"@balena/odata-to-abstract-sql": "^7.2.5",
|
35
35
|
"@balena/sbvr-parser": "^1.4.9",
|
36
36
|
"@balena/sbvr-types": "^9.2.6",
|
37
37
|
"@sindresorhus/fnv1a": "^3.1.0",
|
@@ -67,9 +67,6 @@
|
|
67
67
|
"randomstring": "^1.3.1",
|
68
68
|
"typed-error": "^3.2.2"
|
69
69
|
},
|
70
|
-
"overrides": {
|
71
|
-
"@balena/odata-to-abstract-sql": "7.2.5-build-remove-already-computed-fields-optimization-d0f448d7040fcfa984a5e4ff9ed3412dfa1a8c22-1"
|
72
|
-
},
|
73
70
|
"devDependencies": {
|
74
71
|
"@balena/lint": "^9.3.1",
|
75
72
|
"@balena/pinejs": "file:./",
|
@@ -152,6 +149,6 @@
|
|
152
149
|
"recursive": true
|
153
150
|
},
|
154
151
|
"versionist": {
|
155
|
-
"publishedAt": "2025-06-17T15:
|
152
|
+
"publishedAt": "2025-06-17T15:58:32.115Z"
|
156
153
|
}
|
157
154
|
}
|