@balena/pinejs 22.0.6-build-renovate-bcrypt-6-x-311aa955ffad92ae1b2e80c9d6668b0886a2b3a6-1 → 22.1.0-build-update-sbvr-types-11-1-0-66b6e0cd6e191a27881c1553b29bff4d13cd7f16-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 +73 -9
- package/CHANGELOG.md +28 -3
- package/VERSION +1 -1
- package/package.json +5 -5
@@ -1,16 +1,80 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
2
|
+
- subject: Bump dependencies to add support for 'JSON is represented by Text'
|
3
|
+
hash: 66b6e0cd6e191a27881c1553b29bff4d13cd7f16
|
4
4
|
body: |
|
5
|
-
Update
|
5
|
+
Update @balena/lf-to-abstract-sql from 5.0.7 to 5.0.10
|
6
|
+
Update @balena/sbvr-types from 11.0.0 to 11.1.0
|
6
7
|
footer:
|
7
|
-
Change-type:
|
8
|
-
change-type:
|
9
|
-
author:
|
10
|
-
nested:
|
11
|
-
|
8
|
+
Change-type: minor
|
9
|
+
change-type: minor
|
10
|
+
author: Thodoris Greasidis
|
11
|
+
nested:
|
12
|
+
- commits:
|
13
|
+
- subject: Switch `ProcessAtomicFormulationsRecurse` to use a breadth first search
|
14
|
+
hash: 6b748b23d3f7e9bf994f68beb707e03e9f7627f1
|
15
|
+
body: >
|
16
|
+
This creates the bindings in the correct order and means that
|
17
|
+
they are
|
18
|
+
|
19
|
+
available for later levels if they need to be used there. It
|
20
|
+
also
|
21
|
+
|
22
|
+
avoids the need to store a depth attribute in order to use the
|
23
|
+
|
24
|
+
shallowest version, since due to being breadth first now we know
|
25
|
+
that
|
26
|
+
|
27
|
+
the first time we see them will be at the shallowest level they
|
28
|
+
exist
|
29
|
+
footer:
|
30
|
+
Change-type: patch
|
31
|
+
change-type: patch
|
32
|
+
author: Pagan Gazzard
|
33
|
+
nested: []
|
34
|
+
version: lf-to-abstract-sql-5.0.10
|
35
|
+
title: ""
|
36
|
+
date: 2025-07-29T16:24:13.572Z
|
37
|
+
- commits:
|
38
|
+
- subject: Add test for multiple Necessities on the same name/type
|
39
|
+
hash: 6538d3d92b1ab337e4c46f0af8be472cfaac5a1f
|
40
|
+
body: ""
|
41
|
+
footer:
|
42
|
+
Change-type: patch
|
43
|
+
change-type: patch
|
44
|
+
author: Thodoris Greasidis
|
45
|
+
nested: []
|
46
|
+
version: lf-to-abstract-sql-5.0.9
|
47
|
+
title: ""
|
48
|
+
date: 2025-06-24T07:05:18.175Z
|
49
|
+
- commits:
|
50
|
+
- subject: Update dependency chai to v5
|
51
|
+
hash: da263a226f63e04911dbd9d7f352fa25625e3aeb
|
52
|
+
body: |
|
53
|
+
Update chai from 4.5.0 to 5.2.0
|
54
|
+
footer:
|
55
|
+
Change-type: patch
|
56
|
+
change-type: patch
|
57
|
+
author: balena-renovate[bot]
|
58
|
+
nested: []
|
59
|
+
version: lf-to-abstract-sql-5.0.8
|
60
|
+
title: ""
|
61
|
+
date: 2025-06-20T13:09:15.384Z
|
62
|
+
- commits:
|
63
|
+
- subject: Add the 'is represented by Text' property to the JSON type
|
64
|
+
hash: 4de0b318d04d63ef8c0ba5fa75e8a6282e9a09ec
|
65
|
+
body: ""
|
66
|
+
footer:
|
67
|
+
Change-type: minor
|
68
|
+
change-type: minor
|
69
|
+
See: https://balena.fibery.io/Work/Project/API-Limit-size-of-large-fields-975
|
70
|
+
see: https://balena.fibery.io/Work/Project/API-Limit-size-of-large-fields-975
|
71
|
+
author: Thodoris Greasidis
|
72
|
+
version: sbvr-types-11.1.0
|
73
|
+
title: ""
|
74
|
+
date: 2025-07-31T15:05:45.750Z
|
75
|
+
version: 22.1.0
|
12
76
|
title: ""
|
13
|
-
date: 2025-07-
|
77
|
+
date: 2025-07-31T15:16:11.450Z
|
14
78
|
- commits:
|
15
79
|
- subject: Update dependency commander to v14
|
16
80
|
hash: 2cedd7c00a7f3191a9ddd2ad1b7622439dc6df8c
|
package/CHANGELOG.md
CHANGED
@@ -4,10 +4,35 @@ All notable changes to this project will be documented in this file
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
-
# v22.0
|
8
|
-
## (2025-07-
|
7
|
+
# v22.1.0
|
8
|
+
## (2025-07-31)
|
9
|
+
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary> Bump dependencies to add support for 'JSON is represented by Text' [Thodoris Greasidis] </summary>
|
9
13
|
|
10
|
-
|
14
|
+
> ## lf-to-abstract-sql-5.0.10
|
15
|
+
> ### (2025-07-29)
|
16
|
+
>
|
17
|
+
> * Switch `ProcessAtomicFormulationsRecurse` to use a breadth first search [Pagan Gazzard]
|
18
|
+
>
|
19
|
+
> ## lf-to-abstract-sql-5.0.9
|
20
|
+
> ### (2025-06-24)
|
21
|
+
>
|
22
|
+
> * Add test for multiple Necessities on the same name/type [Thodoris Greasidis]
|
23
|
+
>
|
24
|
+
> ## lf-to-abstract-sql-5.0.8
|
25
|
+
> ### (2025-06-20)
|
26
|
+
>
|
27
|
+
> * Update dependency chai to v5 [balena-renovate[bot]]
|
28
|
+
>
|
29
|
+
> ## sbvr-types-11.1.0
|
30
|
+
> ### (2025-08-01)
|
31
|
+
>
|
32
|
+
> * Add the 'is represented by Text' property to the JSON type [Thodoris Greasidis]
|
33
|
+
>
|
34
|
+
|
35
|
+
</details>
|
11
36
|
|
12
37
|
# v22.0.5
|
13
38
|
## (2025-07-29)
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
22.0
|
1
|
+
22.1.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "22.0
|
3
|
+
"version": "22.1.0-build-update-sbvr-types-11-1-0-66b6e0cd6e191a27881c1553b29bff4d13cd7f16-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -29,11 +29,11 @@
|
|
29
29
|
"@balena/abstract-sql-compiler": "^10.5.1",
|
30
30
|
"@balena/abstract-sql-to-typescript": "^5.1.2",
|
31
31
|
"@balena/env-parsing": "^1.2.5",
|
32
|
-
"@balena/lf-to-abstract-sql": "^5.0.
|
32
|
+
"@balena/lf-to-abstract-sql": "^5.0.10",
|
33
33
|
"@balena/odata-parser": "^4.2.6",
|
34
34
|
"@balena/odata-to-abstract-sql": "^8.0.0",
|
35
35
|
"@balena/sbvr-parser": "^1.4.10",
|
36
|
-
"@balena/sbvr-types": "^11.
|
36
|
+
"@balena/sbvr-types": "^11.1.0",
|
37
37
|
"@sindresorhus/fnv1a": "^3.1.0",
|
38
38
|
"@types/body-parser": "^1.19.6",
|
39
39
|
"@types/compression": "^1.8.1",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"@aws-sdk/client-s3": "^3.828.0",
|
114
114
|
"@aws-sdk/lib-storage": "^3.828.0",
|
115
115
|
"@aws-sdk/s3-request-presigner": "^3.828.0",
|
116
|
-
"bcrypt": "^
|
116
|
+
"bcrypt": "^5.1.1",
|
117
117
|
"body-parser": "^1.20.3",
|
118
118
|
"compression": "^1.8.0",
|
119
119
|
"cookie-parser": "^1.4.7",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-07-
|
151
|
+
"publishedAt": "2025-07-31T15:16:13.264Z"
|
152
152
|
}
|
153
153
|
}
|