@balena/pinejs 22.0.5 → 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 +94 -1
- package/CHANGELOG.md +31 -1
- package/VERSION +1 -1
- package/package.json +4 -4
@@ -1,3 +1,80 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Bump dependencies to add support for 'JSON is represented by Text'
|
3
|
+
hash: 66b6e0cd6e191a27881c1553b29bff4d13cd7f16
|
4
|
+
body: |
|
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
|
7
|
+
footer:
|
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
|
76
|
+
title: ""
|
77
|
+
date: 2025-07-31T15:16:11.450Z
|
1
78
|
- commits:
|
2
79
|
- subject: Update dependency commander to v14
|
3
80
|
hash: 2cedd7c00a7f3191a9ddd2ad1b7622439dc6df8c
|
@@ -10,7 +87,7 @@
|
|
10
87
|
nested: []
|
11
88
|
version: 22.0.5
|
12
89
|
title: ""
|
13
|
-
date: 2025-07-
|
90
|
+
date: 2025-07-29T13:31:56.092Z
|
14
91
|
- commits:
|
15
92
|
- subject: Update minio/minio Docker tag to RELEASE.2025-07-23T15-54-02Z
|
16
93
|
hash: eccfe7c55aead976a182cd9f37df9b7f5b8cf5aa
|
@@ -3600,6 +3677,7 @@
|
|
3600
3677
|
|
3601
3678
|
|
3602
3679
|
|
3680
|
+
|
3603
3681
|
|
3604
3682
|
|
3605
3683
|
As balena-lint
|
@@ -3667,6 +3745,7 @@
|
|
3667
3745
|
|
3668
3746
|
|
3669
3747
|
|
3748
|
+
|
3670
3749
|
|
3671
3750
|
|
3672
3751
|
As engine and npm is
|
@@ -3749,6 +3828,7 @@
|
|
3749
3828
|
|
3750
3829
|
|
3751
3830
|
|
3831
|
+
|
3752
3832
|
|
3753
3833
|
|
3754
3834
|
Ensure that the
|
@@ -3894,6 +3974,7 @@
|
|
3894
3974
|
|
3895
3975
|
|
3896
3976
|
|
3977
|
+
|
3897
3978
|
|
3898
3979
|
|
3899
3980
|
This also deprecates
|
@@ -3967,6 +4048,7 @@
|
|
3967
4048
|
|
3968
4049
|
|
3969
4050
|
|
4051
|
+
|
3970
4052
|
|
3971
4053
|
|
3972
4054
|
It can in fact be a
|
@@ -4041,6 +4123,7 @@
|
|
4041
4123
|
|
4042
4124
|
|
4043
4125
|
|
4126
|
+
|
4044
4127
|
|
4045
4128
|
|
4046
4129
|
We know what type
|
@@ -4120,6 +4203,7 @@
|
|
4120
4203
|
|
4121
4204
|
|
4122
4205
|
|
4206
|
+
|
4123
4207
|
|
4124
4208
|
|
4125
4209
|
Update
|
@@ -4310,6 +4394,7 @@
|
|
4310
4394
|
|
4311
4395
|
|
4312
4396
|
|
4397
|
+
|
4313
4398
|
|
4314
4399
|
|
4315
4400
|
This also deprecates
|
@@ -7473,6 +7558,7 @@
|
|
7473
7558
|
|
7474
7559
|
|
7475
7560
|
|
7561
|
+
|
7476
7562
|
|
7477
7563
|
|
7478
7564
|
As balena-lint
|
@@ -7568,6 +7654,7 @@
|
|
7568
7654
|
|
7569
7655
|
|
7570
7656
|
|
7657
|
+
|
7571
7658
|
|
7572
7659
|
|
7573
7660
|
As engine and npm is
|
@@ -7678,6 +7765,7 @@
|
|
7678
7765
|
|
7679
7766
|
|
7680
7767
|
|
7768
|
+
|
7681
7769
|
|
7682
7770
|
|
7683
7771
|
Ensure that the
|
@@ -7851,6 +7939,7 @@
|
|
7851
7939
|
|
7852
7940
|
|
7853
7941
|
|
7942
|
+
|
7854
7943
|
|
7855
7944
|
|
7856
7945
|
This also deprecates
|
@@ -7952,6 +8041,7 @@
|
|
7952
8041
|
|
7953
8042
|
|
7954
8043
|
|
8044
|
+
|
7955
8045
|
|
7956
8046
|
|
7957
8047
|
It can in fact be a
|
@@ -8054,6 +8144,7 @@
|
|
8054
8144
|
|
8055
8145
|
|
8056
8146
|
|
8147
|
+
|
8057
8148
|
|
8058
8149
|
|
8059
8150
|
We know what type
|
@@ -8161,6 +8252,7 @@
|
|
8161
8252
|
|
8162
8253
|
|
8163
8254
|
|
8255
|
+
|
8164
8256
|
|
8165
8257
|
|
8166
8258
|
Update
|
@@ -8379,6 +8471,7 @@
|
|
8379
8471
|
|
8380
8472
|
|
8381
8473
|
|
8474
|
+
|
8382
8475
|
|
8383
8476
|
|
8384
8477
|
This also deprecates
|
package/CHANGELOG.md
CHANGED
@@ -4,8 +4,38 @@ 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.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>
|
13
|
+
|
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>
|
36
|
+
|
7
37
|
# v22.0.5
|
8
|
-
## (2025-07-
|
38
|
+
## (2025-07-29)
|
9
39
|
|
10
40
|
* Update dependency commander to v14 [balena-renovate[bot]]
|
11
41
|
|
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",
|
@@ -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
|
}
|