@balena/pinejs 23.1.1 → 23.1.2-build-update-abstract-sql-to-typescript-68043f560d8d44b04fb2a40a0128f8d46e8a5ba8-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 +221 -1
- package/CHANGELOG.md +86 -0
- package/VERSION +1 -1
- package/package.json +3 -3
- package/src/migrator/migrations.ts +1 -1
- package/src/sbvr-api/dev.ts +1 -1
- package/src/sbvr-api/user.ts +1 -1
- package/src/tasks/tasks.ts +1 -1
- package/src/webresource-handler/webresource.ts +1 -1
@@ -1,3 +1,207 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Update @balena/abstract-sql-to-typescript to 6.1.1
|
3
|
+
hash: 68043f560d8d44b04fb2a40a0128f8d46e8a5ba8
|
4
|
+
body: |
|
5
|
+
Update @balena/abstract-sql-to-typescript from 6.1.0 to 6.1.1
|
6
|
+
footer:
|
7
|
+
Change-type: patch
|
8
|
+
change-type: patch
|
9
|
+
author: Pagan Gazzard
|
10
|
+
nested:
|
11
|
+
- commits:
|
12
|
+
- subject: Update dependencies
|
13
|
+
hash: 0aeb6faa2e522dbfc9fa79b470ff81a74f6026fd
|
14
|
+
body: |
|
15
|
+
Update @balena/odata-to-abstract-sql from 9.0.0 to 10.0.0
|
16
|
+
Update @balena/abstract-sql-compiler from 11.0.0 to 11.2.0
|
17
|
+
footer:
|
18
|
+
Change-type: patch
|
19
|
+
change-type: patch
|
20
|
+
author: Pagan Gazzard
|
21
|
+
nested:
|
22
|
+
- commits:
|
23
|
+
- subject: Make use of `ConvertRow` to ensure the correct type for out fake
|
24
|
+
$insert rows
|
25
|
+
hash: 4f85a9a22f7e9fc145cd6f3c3b8a2208acf6e40f
|
26
|
+
body: >
|
27
|
+
This requires @balena/abstract-sql-compiler ^11.2.0
|
28
|
+
|
29
|
+
|
30
|
+
Update @balena/abstract-sql-compiler from 11.0.0 to
|
31
|
+
11.2.0
|
32
|
+
footer:
|
33
|
+
Change-type: major
|
34
|
+
change-type: major
|
35
|
+
author: Pagan Gazzard
|
36
|
+
nested:
|
37
|
+
- commits:
|
38
|
+
- subject: Add support for a `ConvertRow` virtual node to convert a row that looks
|
39
|
+
like a table row to match the type
|
40
|
+
hash: e1988d6cbc6cb5a759b14e31854636bebc5a26a6
|
41
|
+
body: >
|
42
|
+
Note: this is only supported on postgres
|
43
|
+
currently
|
44
|
+
footer:
|
45
|
+
Change-type: minor
|
46
|
+
change-type: minor
|
47
|
+
author: Pagan Gazzard
|
48
|
+
nested: []
|
49
|
+
- subject: Add support for a `JSONPopulateRecord` node to convert JSON to a row
|
50
|
+
hash: 54720af879b4a799b441984705b7ff22e0c6f640
|
51
|
+
body: ""
|
52
|
+
footer:
|
53
|
+
Change-type: minor
|
54
|
+
change-type: minor
|
55
|
+
author: Pagan Gazzard
|
56
|
+
nested: []
|
57
|
+
- subject: Add support for a `RowToJSON` node to convert a row to JSON
|
58
|
+
hash: 5bcb0aa3bc03f3e9abdf22c266b9a6dc3816ed84
|
59
|
+
body: ""
|
60
|
+
footer:
|
61
|
+
Change-type: minor
|
62
|
+
change-type: minor
|
63
|
+
author: Pagan Gazzard
|
64
|
+
nested: []
|
65
|
+
- subject: Add support for casting to a table/record type
|
66
|
+
hash: fe84e97d6a5709cbfbb874fedda7a08c1315cdc0
|
67
|
+
body: ""
|
68
|
+
footer:
|
69
|
+
Change-type: minor
|
70
|
+
change-type: minor
|
71
|
+
author: Pagan Gazzard
|
72
|
+
nested: []
|
73
|
+
version: abstract-sql-compiler-11.2.0
|
74
|
+
title: ""
|
75
|
+
date: 2025-08-15T14:55:12.172Z
|
76
|
+
- commits:
|
77
|
+
- subject: Remove redundant exports from abstract-sql-schema-optimizer
|
78
|
+
hash: 467259a9fe3dd09a83d2c9a7b2e68dc5619eefb5
|
79
|
+
body: ""
|
80
|
+
footer:
|
81
|
+
Change-type: patch
|
82
|
+
change-type: patch
|
83
|
+
author: Pagan Gazzard
|
84
|
+
nested: []
|
85
|
+
version: abstract-sql-compiler-11.1.4
|
86
|
+
title: ""
|
87
|
+
date: 2025-08-15T12:44:01.234Z
|
88
|
+
- commits:
|
89
|
+
- subject: Handle optimizing/compiling table nodes in the standard manner
|
90
|
+
hash: 5e656c36b73b6c4d9343bbed28cceb52c74be300
|
91
|
+
body: >
|
92
|
+
This standardizes them rather than having custom
|
93
|
+
handling for some
|
94
|
+
|
95
|
+
reason
|
96
|
+
footer:
|
97
|
+
Change-type: patch
|
98
|
+
change-type: patch
|
99
|
+
author: Pagan Gazzard
|
100
|
+
nested: []
|
101
|
+
version: abstract-sql-compiler-11.1.3
|
102
|
+
title: ""
|
103
|
+
date: 2025-08-14T23:52:56.586Z
|
104
|
+
- commits:
|
105
|
+
- subject: Ignore duplicate function errors when creating computed functions
|
106
|
+
hash: e98a9ca6c287f320bf7d55006ec861339179a3fb
|
107
|
+
body: ""
|
108
|
+
footer:
|
109
|
+
Change-type: patch
|
110
|
+
change-type: patch
|
111
|
+
author: Pagan Gazzard
|
112
|
+
nested: []
|
113
|
+
version: abstract-sql-compiler-11.1.2
|
114
|
+
title: ""
|
115
|
+
date: 2025-08-13T11:45:56.590Z
|
116
|
+
- commits:
|
117
|
+
- subject: Create computed functions after table definitions
|
118
|
+
hash: f5b3ec1e7f4a23c8958e16ecfc016abb4b83ec15
|
119
|
+
body: ""
|
120
|
+
footer:
|
121
|
+
Change-type: patch
|
122
|
+
change-type: patch
|
123
|
+
author: Pagan Gazzard
|
124
|
+
nested: []
|
125
|
+
version: abstract-sql-compiler-11.1.1
|
126
|
+
title: ""
|
127
|
+
date: 2025-08-12T15:07:21.133Z
|
128
|
+
- commits:
|
129
|
+
- subject: Add the ability to have computed fields generate/call functions
|
130
|
+
hash: 2a0d1a357a7baa36eaaef71c5b15c206b44a1a0f
|
131
|
+
body: ""
|
132
|
+
footer:
|
133
|
+
Change-type: minor
|
134
|
+
change-type: minor
|
135
|
+
author: Pagan Gazzard
|
136
|
+
nested: []
|
137
|
+
version: abstract-sql-compiler-11.1.0
|
138
|
+
title: ""
|
139
|
+
date: 2025-08-12T00:17:28.281Z
|
140
|
+
- commits:
|
141
|
+
- subject: Optimize away unnecessary aliasing
|
142
|
+
hash: bc19f720415adc56684978d56a70d1c5407c3ab7
|
143
|
+
body: ""
|
144
|
+
footer:
|
145
|
+
Change-type: patch
|
146
|
+
change-type: patch
|
147
|
+
author: Pagan Gazzard
|
148
|
+
nested: []
|
149
|
+
version: abstract-sql-compiler-11.0.3
|
150
|
+
title: ""
|
151
|
+
date: 2025-08-08T15:34:13.225Z
|
152
|
+
- commits:
|
153
|
+
- subject: "Tests: update dev dependencies"
|
154
|
+
hash: d3b7d59ef4413015b28b78a5943753304bfdfb01
|
155
|
+
body: ""
|
156
|
+
footer:
|
157
|
+
Change-type: patch
|
158
|
+
change-type: patch
|
159
|
+
author: Pagan Gazzard
|
160
|
+
nested: []
|
161
|
+
version: abstract-sql-compiler-11.0.2
|
162
|
+
title: ""
|
163
|
+
date: 2025-08-08T14:17:18.123Z
|
164
|
+
- commits:
|
165
|
+
- subject: Update tsconfig module to `Node18`
|
166
|
+
hash: 7b551369ed6974b4b537c80085bfad74b8a692a0
|
167
|
+
body: ""
|
168
|
+
footer:
|
169
|
+
Change-type: patch
|
170
|
+
change-type: patch
|
171
|
+
author: Pagan Gazzard
|
172
|
+
nested: []
|
173
|
+
- subject: "Tests: switch from ts-node to @swc-node/register"
|
174
|
+
hash: 0645665e87ad356aa91a97f9e730a855feb8bd67
|
175
|
+
body: ""
|
176
|
+
footer:
|
177
|
+
Change-type: patch
|
178
|
+
change-type: patch
|
179
|
+
author: Pagan Gazzard
|
180
|
+
nested: []
|
181
|
+
version: abstract-sql-compiler-11.0.1
|
182
|
+
title: ""
|
183
|
+
date: 2025-08-01T13:37:39.968Z
|
184
|
+
version: odata-to-abstract-sql-10.0.0
|
185
|
+
title: ""
|
186
|
+
date: 2025-08-15T15:10:44.518Z
|
187
|
+
- commits:
|
188
|
+
- subject: "Tests: Re-enable tests about avoiding recomputing computed fields"
|
189
|
+
hash: 893490a603337521121e520348cf4e06e0dfd357
|
190
|
+
body: ""
|
191
|
+
footer:
|
192
|
+
Change-type: patch
|
193
|
+
change-type: patch
|
194
|
+
author: Pagan Gazzard
|
195
|
+
nested: []
|
196
|
+
version: odata-to-abstract-sql-9.0.1
|
197
|
+
title: ""
|
198
|
+
date: 2025-08-08T14:17:43.144Z
|
199
|
+
version: abstract-sql-to-typescript-6.1.1
|
200
|
+
title: ""
|
201
|
+
date: 2025-08-15T16:23:39.237Z
|
202
|
+
version: 23.1.2
|
203
|
+
title: ""
|
204
|
+
date: 2025-08-19T12:46:36.712Z
|
1
205
|
- commits:
|
2
206
|
- subject: Fix issues with computed functions on tables that do not match the
|
3
207
|
expected column order
|
@@ -252,7 +456,7 @@
|
|
252
456
|
date: 2025-08-15T15:10:44.518Z
|
253
457
|
version: 23.1.1
|
254
458
|
title: ""
|
255
|
-
date: 2025-08-
|
459
|
+
date: 2025-08-15T16:06:07.818Z
|
256
460
|
- commits:
|
257
461
|
- subject: Add the ability to have computed fields generate/call functions
|
258
462
|
hash: b7a4c06f031ec11bb2f1a02645a555288a570c77
|
@@ -4908,6 +5112,7 @@
|
|
4908
5112
|
|
4909
5113
|
|
4910
5114
|
|
5115
|
+
|
4911
5116
|
|
4912
5117
|
|
4913
5118
|
As balena-lint
|
@@ -4984,6 +5189,7 @@
|
|
4984
5189
|
|
4985
5190
|
|
4986
5191
|
|
5192
|
+
|
4987
5193
|
|
4988
5194
|
|
4989
5195
|
As engine and npm is
|
@@ -5075,6 +5281,7 @@
|
|
5075
5281
|
|
5076
5282
|
|
5077
5283
|
|
5284
|
+
|
5078
5285
|
|
5079
5286
|
|
5080
5287
|
Ensure that the
|
@@ -5229,6 +5436,7 @@
|
|
5229
5436
|
|
5230
5437
|
|
5231
5438
|
|
5439
|
+
|
5232
5440
|
|
5233
5441
|
|
5234
5442
|
This also deprecates
|
@@ -5311,6 +5519,7 @@
|
|
5311
5519
|
|
5312
5520
|
|
5313
5521
|
|
5522
|
+
|
5314
5523
|
|
5315
5524
|
|
5316
5525
|
It can in fact be a
|
@@ -5394,6 +5603,7 @@
|
|
5394
5603
|
|
5395
5604
|
|
5396
5605
|
|
5606
|
+
|
5397
5607
|
|
5398
5608
|
|
5399
5609
|
We know what type
|
@@ -5482,6 +5692,7 @@
|
|
5482
5692
|
|
5483
5693
|
|
5484
5694
|
|
5695
|
+
|
5485
5696
|
|
5486
5697
|
|
5487
5698
|
Update
|
@@ -5681,6 +5892,7 @@
|
|
5681
5892
|
|
5682
5893
|
|
5683
5894
|
|
5895
|
+
|
5684
5896
|
|
5685
5897
|
|
5686
5898
|
This also deprecates
|
@@ -8853,6 +9065,7 @@
|
|
8853
9065
|
|
8854
9066
|
|
8855
9067
|
|
9068
|
+
|
8856
9069
|
|
8857
9070
|
|
8858
9071
|
As balena-lint
|
@@ -8957,6 +9170,7 @@
|
|
8957
9170
|
|
8958
9171
|
|
8959
9172
|
|
9173
|
+
|
8960
9174
|
|
8961
9175
|
|
8962
9176
|
As engine and npm is
|
@@ -9076,6 +9290,7 @@
|
|
9076
9290
|
|
9077
9291
|
|
9078
9292
|
|
9293
|
+
|
9079
9294
|
|
9080
9295
|
|
9081
9296
|
Ensure that the
|
@@ -9258,6 +9473,7 @@
|
|
9258
9473
|
|
9259
9474
|
|
9260
9475
|
|
9476
|
+
|
9261
9477
|
|
9262
9478
|
|
9263
9479
|
This also deprecates
|
@@ -9368,6 +9584,7 @@
|
|
9368
9584
|
|
9369
9585
|
|
9370
9586
|
|
9587
|
+
|
9371
9588
|
|
9372
9589
|
|
9373
9590
|
It can in fact be a
|
@@ -9479,6 +9696,7 @@
|
|
9479
9696
|
|
9480
9697
|
|
9481
9698
|
|
9699
|
+
|
9482
9700
|
|
9483
9701
|
|
9484
9702
|
We know what type
|
@@ -9595,6 +9813,7 @@
|
|
9595
9813
|
|
9596
9814
|
|
9597
9815
|
|
9816
|
+
|
9598
9817
|
|
9599
9818
|
|
9600
9819
|
Update
|
@@ -9822,6 +10041,7 @@
|
|
9822
10041
|
|
9823
10042
|
|
9824
10043
|
|
10044
|
+
|
9825
10045
|
|
9826
10046
|
|
9827
10047
|
This also deprecates
|
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,92 @@ 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
|
+
# v23.1.2
|
8
|
+
## (2025-08-19)
|
9
|
+
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary> Update @balena/abstract-sql-to-typescript to 6.1.1 [Pagan Gazzard] </summary>
|
13
|
+
|
14
|
+
> ## abstract-sql-to-typescript-6.1.1
|
15
|
+
> ### (2025-08-15)
|
16
|
+
>
|
17
|
+
>
|
18
|
+
> <details>
|
19
|
+
> <summary> Update dependencies [Pagan Gazzard] </summary>
|
20
|
+
>
|
21
|
+
>> ### odata-to-abstract-sql-10.0.0
|
22
|
+
>> #### (2025-08-15)
|
23
|
+
>>
|
24
|
+
>>
|
25
|
+
>> <details>
|
26
|
+
>> <summary> Make use of `ConvertRow` to ensure the correct type for out fake $insert rows [Pagan Gazzard] </summary>
|
27
|
+
>>
|
28
|
+
>>> #### abstract-sql-compiler-11.2.0
|
29
|
+
>>> ##### (2025-08-15)
|
30
|
+
>>>
|
31
|
+
>>> * Add support for a `ConvertRow` virtual node to convert a row that looks like a table row to match the type [Pagan Gazzard]
|
32
|
+
>>> * Add support for a `JSONPopulateRecord` node to convert JSON to a row [Pagan Gazzard]
|
33
|
+
>>> * Add support for a `RowToJSON` node to convert a row to JSON [Pagan Gazzard]
|
34
|
+
>>> * Add support for casting to a table/record type [Pagan Gazzard]
|
35
|
+
>>>
|
36
|
+
>>> #### abstract-sql-compiler-11.1.4
|
37
|
+
>>> ##### (2025-08-15)
|
38
|
+
>>>
|
39
|
+
>>> * Remove redundant exports from abstract-sql-schema-optimizer [Pagan Gazzard]
|
40
|
+
>>>
|
41
|
+
>>> #### abstract-sql-compiler-11.1.3
|
42
|
+
>>> ##### (2025-08-14)
|
43
|
+
>>>
|
44
|
+
>>> * Handle optimizing/compiling table nodes in the standard manner [Pagan Gazzard]
|
45
|
+
>>>
|
46
|
+
>>> #### abstract-sql-compiler-11.1.2
|
47
|
+
>>> ##### (2025-08-13)
|
48
|
+
>>>
|
49
|
+
>>> * Ignore duplicate function errors when creating computed functions [Pagan Gazzard]
|
50
|
+
>>>
|
51
|
+
>>> #### abstract-sql-compiler-11.1.1
|
52
|
+
>>> ##### (2025-08-12)
|
53
|
+
>>>
|
54
|
+
>>> * Create computed functions after table definitions [Pagan Gazzard]
|
55
|
+
>>>
|
56
|
+
>>> #### abstract-sql-compiler-11.1.0
|
57
|
+
>>> ##### (2025-08-12)
|
58
|
+
>>>
|
59
|
+
>>> * Add the ability to have computed fields generate/call functions [Pagan Gazzard]
|
60
|
+
>>>
|
61
|
+
>>> #### abstract-sql-compiler-11.0.3
|
62
|
+
>>> ##### (2025-08-08)
|
63
|
+
>>>
|
64
|
+
>>> * Optimize away unnecessary aliasing [Pagan Gazzard]
|
65
|
+
>>>
|
66
|
+
>>> #### abstract-sql-compiler-11.0.2
|
67
|
+
>>> ##### (2025-08-08)
|
68
|
+
>>>
|
69
|
+
>>> * Tests: update dev dependencies [Pagan Gazzard]
|
70
|
+
>>>
|
71
|
+
>>> #### abstract-sql-compiler-11.0.1
|
72
|
+
>>> ##### (2025-08-01)
|
73
|
+
>>>
|
74
|
+
>>> * Update tsconfig module to `Node18` [Pagan Gazzard]
|
75
|
+
>>> * Tests: switch from ts-node to @swc-node/register [Pagan Gazzard]
|
76
|
+
>>>
|
77
|
+
>>
|
78
|
+
>> </details>
|
79
|
+
>>
|
80
|
+
>>
|
81
|
+
>> ### odata-to-abstract-sql-9.0.1
|
82
|
+
>> #### (2025-08-08)
|
83
|
+
>>
|
84
|
+
>> * Tests: Re-enable tests about avoiding recomputing computed fields [Pagan Gazzard]
|
85
|
+
>>
|
86
|
+
>
|
87
|
+
> </details>
|
88
|
+
>
|
89
|
+
>
|
90
|
+
|
91
|
+
</details>
|
92
|
+
|
7
93
|
# v23.1.1
|
8
94
|
## (2025-08-15)
|
9
95
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
23.1.
|
1
|
+
23.1.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "23.1.1",
|
3
|
+
"version": "23.1.2-build-update-abstract-sql-to-typescript-68043f560d8d44b04fb2a40a0128f8d46e8a5ba8-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
29
|
"@balena/abstract-sql-compiler": "^11.2.0",
|
30
|
-
"@balena/abstract-sql-to-typescript": "^6.1.
|
30
|
+
"@balena/abstract-sql-to-typescript": "^6.1.1",
|
31
31
|
"@balena/env-parsing": "^1.2.5",
|
32
32
|
"@balena/lf-to-abstract-sql": "^5.0.10",
|
33
33
|
"@balena/odata-parser": "^4.2.6",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-08-
|
151
|
+
"publishedAt": "2025-08-19T12:46:38.524Z"
|
152
152
|
}
|
153
153
|
}
|
package/src/sbvr-api/dev.ts
CHANGED
package/src/sbvr-api/user.ts
CHANGED
package/src/tasks/tasks.ts
CHANGED