@balena/pinejs 22.1.3 → 23.0.0-build-23-x-975d89ac1105b90ea6ecdea29e038e977204acdb-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.
@@ -1,18 +1,141 @@
1
1
  - commits:
2
- - subject: Update dependencies
3
- hash: 484a0ac08086e881026323429a4c0d0d677b1bdd
4
- body: |
5
- Update @balena/abstract-sql-compiler from 10.5.1 to 10.6.3
6
- Update @balena/abstract-sql-to-typescript from 5.1.2 to 5.1.5
7
- Update @balena/odata-to-abstract-sql from 8.0.0 to 8.0.2
8
- Update @balena/sbvr-parser from 1.4.10 to 1.4.12
9
- Update @balena/sbvr-types from 11.1.0 to 11.1.3
10
- Update pinejs-client-core from 8.3.0 to 8.3.1
2
+ - subject: Handle generating constrained definitions of computed field definitions
3
+ hash: 63bf93d0e1db3c48882f18f5bb104d731abb4c80
4
+ body: ""
11
5
  footer:
12
6
  Change-type: patch
13
7
  change-type: patch
14
8
  author: Pagan Gazzard
9
+ nested: []
10
+ - subject: Update @balena/abstract-sql-compiler to 11.x,
11
+ @balena/odata-to-abstract-sql to 9.x
12
+ hash: a456d8a208693bf9c337b3d693c69d1fd855dc1b
13
+ body: |
14
+ Update @balena/abstract-sql-compiler from 10.5.1 to 11.0.0
15
+ Update @balena/abstract-sql-to-typescript from 5.1.2 to 6.0.0
16
+ Update @balena/odata-to-abstract-sql from 8.0.0 to 9.0.0
17
+ footer:
18
+ Change-type: major
19
+ change-type: major
20
+ author: Pagan Gazzard
15
21
  nested:
22
+ - commits:
23
+ - subject: Only publish the `out` directory
24
+ hash: 7511b8ebe5a9461f20add0ed97d0670ed3b5a479
25
+ body: ""
26
+ footer:
27
+ Change-type: major
28
+ change-type: major
29
+ author: Pagan Gazzard
30
+ nested: []
31
+ - subject: Compile computed fields into the table definition
32
+ hash: 45529f014aa1c181f338c0f7348767f2990a9084
33
+ body: >
34
+ This allows all downstream consumers to simplify as they only
35
+ ever have
36
+
37
+ to look at/use the table definition and can completely ignore
38
+ whether
39
+
40
+ fields are computed or not as it will have been handled for them
41
+
42
+ already as necessary
43
+ footer:
44
+ Change-type: major
45
+ change-type: major
46
+ author: Pagan Gazzard
47
+ nested: []
48
+ - subject: Standardize filenames
49
+ hash: 2bf244d1b75f0248df7ba897487425272c234989
50
+ body: ""
51
+ footer:
52
+ Change-type: major
53
+ change-type: major
54
+ author: Pagan Gazzard
55
+ nested: []
56
+ - subject: Improve typing of `AbstractSqlField['computed']`
57
+ hash: cb702d0505617fed4b60297a4951a89a9ddbce02
58
+ body: ""
59
+ footer:
60
+ Change-type: major
61
+ change-type: major
62
+ author: Pagan Gazzard
63
+ nested: []
64
+ - subject: Improve typing of `AbstractSqlModel['rules']`
65
+ hash: c4099bb461f7633d57f6d5173bbd6315bcc6ee62
66
+ body: ""
67
+ footer:
68
+ Change-type: major
69
+ change-type: major
70
+ author: Pagan Gazzard
71
+ nested: []
72
+ - subject: Remove support for deprecated `['Bind', string, string]` bind node
73
+ format
74
+ hash: 6a6f353f44475b369181d71a6fd93924939aceba
75
+ body: |
76
+ Use `['Bind', [string, string]]` instead
77
+ footer:
78
+ Change-type: major
79
+ change-type: major
80
+ author: Pagan Gazzard
81
+ nested: []
82
+ - subject: Remove deprecated `AliasableFromTypeNodes` type, use `FromTypeNodes`
83
+ instead
84
+ hash: 73d2e69e3ee2969d1bd6e73bab4bd56a032a76fa
85
+ body: ""
86
+ footer:
87
+ Change-type: major
88
+ change-type: major
89
+ author: Pagan Gazzard
90
+ nested: []
91
+ - subject: Use an options object for `optimizeSchema` rather than flags
92
+ hash: c8451a5781df92f0f6e4f21fb666db493ae4c810
93
+ body: ""
94
+ footer:
95
+ Change-type: major
96
+ change-type: major
97
+ author: Pagan Gazzard
98
+ nested: []
99
+ - subject: Convert to ESM
100
+ hash: d71031138e0b0cc49aaaa514f8bc4ff5abfcbdc2
101
+ body: ""
102
+ footer:
103
+ Change-type: major
104
+ change-type: major
105
+ author: Pagan Gazzard
106
+ nested: []
107
+ - subject: Remove support for legacy `Now` nodes in favor of `CurrentTimestamp`
108
+ hash: 903a7ab4a727d09e1089684140b5fcdf48bf9967
109
+ body: ""
110
+ footer:
111
+ Change-type: major
112
+ change-type: major
113
+ author: Pagan Gazzard
114
+ nested: []
115
+ - subject: Switch to a separate `viewDefinition` property for creating views
116
+ hash: 214523e0cfe05e256c2d1c67c48231968a32d620
117
+ body: >
118
+ This removes the inference of whether to create a view from
119
+ based on
120
+
121
+ inspecting the definition and instead makes it a conscious
122
+ choice to
123
+
124
+ avoid converting a definition to a view in cases where that may
125
+ not
126
+
127
+ make sense, eg if using a definition over a materialized table
128
+ in order
129
+
130
+ to have a dynamic view over that table
131
+ footer:
132
+ Change-type: major
133
+ change-type: major
134
+ author: Pagan Gazzard
135
+ nested: []
136
+ version: abstract-sql-compiler-11.0.0
137
+ title: ""
138
+ date: 2025-08-01T11:57:14.534Z
16
139
  - commits:
17
140
  - subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
18
141
  hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
@@ -61,6 +184,212 @@
61
184
  version: abstract-sql-compiler-10.6.0
62
185
  title: ""
63
186
  date: 2025-07-14T23:48:55.689Z
187
+ - commits:
188
+ - subject: Update @balena/abstract-sql-compiler to 11.x,
189
+ @balena/odata-to-abstract-sql to 9.x
190
+ hash: 7ca2207809ca28a640542cd92f1a46dce029b09a
191
+ body: |
192
+ Update @balena/abstract-sql-compiler from 10.6.3 to 11.0.0
193
+ Update @balena/odata-to-abstract-sql from 8.0.2 to 9.0.0
194
+ footer:
195
+ Change-type: major
196
+ change-type: major
197
+ author: Pagan Gazzard
198
+ nested:
199
+ - commits:
200
+ - subject: Only publish the `out` directory
201
+ hash: 1f210d29c2053207e31d28a520b43b7f1521f27d
202
+ body: ""
203
+ footer:
204
+ Change-type: major
205
+ change-type: major
206
+ author: Pagan Gazzard
207
+ nested: []
208
+ - subject: Update tsconfig module to `Node18`
209
+ hash: b89d039e1fa96d2c33f8c5e875384144295b56ed
210
+ body: ""
211
+ footer:
212
+ Change-type: patch
213
+ change-type: patch
214
+ author: Pagan Gazzard
215
+ nested: []
216
+ - subject: Rely on computed fields having been compiled into the table definition
217
+ hash: ccc192fa696378f57ad5d174ae795a7415599b88
218
+ body: >
219
+ This greatly simplifies the code and the overall
220
+ computed fields
221
+
222
+ implementation whilst also removing a bunch of edge
223
+ cases with computed
224
+
225
+ fields and `$filter`/`$orderby`
226
+ footer:
227
+ Change-type: major
228
+ change-type: major
229
+ author: Pagan Gazzard
230
+ nested: []
231
+ - subject: Update @balena/abstract-sql-compiler to 11.x
232
+ hash: 1952cc5fe23284d46d7533f454cd78636e59a262
233
+ body: >
234
+ Update @balena/abstract-sql-compiler from 10.6.2 to
235
+ 11.0.0
236
+ footer:
237
+ Change-type: major
238
+ change-type: major
239
+ author: Pagan Gazzard
240
+ nested:
241
+ - commits:
242
+ - subject: Only publish the `out` directory
243
+ hash: 7511b8ebe5a9461f20add0ed97d0670ed3b5a479
244
+ body: ""
245
+ footer:
246
+ Change-type: major
247
+ change-type: major
248
+ author: Pagan Gazzard
249
+ nested: []
250
+ - subject: Compile computed fields into the table definition
251
+ hash: 45529f014aa1c181f338c0f7348767f2990a9084
252
+ body: >
253
+ This allows all downstream consumers to simplify
254
+ as they only ever have
255
+
256
+ to look at/use the table definition and can
257
+ completely ignore whether
258
+
259
+ fields are computed or not as it will have been
260
+ handled for them
261
+
262
+ already as necessary
263
+ footer:
264
+ Change-type: major
265
+ change-type: major
266
+ author: Pagan Gazzard
267
+ nested: []
268
+ - subject: Standardize filenames
269
+ hash: 2bf244d1b75f0248df7ba897487425272c234989
270
+ body: ""
271
+ footer:
272
+ Change-type: major
273
+ change-type: major
274
+ author: Pagan Gazzard
275
+ nested: []
276
+ - subject: Improve typing of `AbstractSqlField['computed']`
277
+ hash: cb702d0505617fed4b60297a4951a89a9ddbce02
278
+ body: ""
279
+ footer:
280
+ Change-type: major
281
+ change-type: major
282
+ author: Pagan Gazzard
283
+ nested: []
284
+ - subject: Improve typing of `AbstractSqlModel['rules']`
285
+ hash: c4099bb461f7633d57f6d5173bbd6315bcc6ee62
286
+ body: ""
287
+ footer:
288
+ Change-type: major
289
+ change-type: major
290
+ author: Pagan Gazzard
291
+ nested: []
292
+ - subject: Remove support for deprecated `['Bind', string, string]` bind node
293
+ format
294
+ hash: 6a6f353f44475b369181d71a6fd93924939aceba
295
+ body: |
296
+ Use `['Bind', [string, string]]` instead
297
+ footer:
298
+ Change-type: major
299
+ change-type: major
300
+ author: Pagan Gazzard
301
+ nested: []
302
+ - subject: Remove deprecated `AliasableFromTypeNodes` type, use `FromTypeNodes`
303
+ instead
304
+ hash: 73d2e69e3ee2969d1bd6e73bab4bd56a032a76fa
305
+ body: ""
306
+ footer:
307
+ Change-type: major
308
+ change-type: major
309
+ author: Pagan Gazzard
310
+ nested: []
311
+ - subject: Use an options object for `optimizeSchema` rather than flags
312
+ hash: c8451a5781df92f0f6e4f21fb666db493ae4c810
313
+ body: ""
314
+ footer:
315
+ Change-type: major
316
+ change-type: major
317
+ author: Pagan Gazzard
318
+ nested: []
319
+ - subject: Convert to ESM
320
+ hash: d71031138e0b0cc49aaaa514f8bc4ff5abfcbdc2
321
+ body: ""
322
+ footer:
323
+ Change-type: major
324
+ change-type: major
325
+ author: Pagan Gazzard
326
+ nested: []
327
+ - subject: Remove support for legacy `Now` nodes in favor of `CurrentTimestamp`
328
+ hash: 903a7ab4a727d09e1089684140b5fcdf48bf9967
329
+ body: ""
330
+ footer:
331
+ Change-type: major
332
+ change-type: major
333
+ author: Pagan Gazzard
334
+ nested: []
335
+ - subject: Switch to a separate `viewDefinition` property for creating views
336
+ hash: 214523e0cfe05e256c2d1c67c48231968a32d620
337
+ body: >
338
+ This removes the inference of whether to create
339
+ a view from based on
340
+
341
+ inspecting the definition and instead makes it a
342
+ conscious choice to
343
+
344
+ avoid converting a definition to a view in cases
345
+ where that may not
346
+
347
+ make sense, eg if using a definition over a
348
+ materialized table in order
349
+
350
+ to have a dynamic view over that table
351
+ footer:
352
+ Change-type: major
353
+ change-type: major
354
+ author: Pagan Gazzard
355
+ nested: []
356
+ version: abstract-sql-compiler-11.0.0
357
+ title: ""
358
+ date: 2025-08-01T11:57:14.534Z
359
+ - commits:
360
+ - subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
361
+ hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
362
+ body: ""
363
+ footer:
364
+ Change-type: patch
365
+ change-type: patch
366
+ author: Pagan Gazzard
367
+ nested: []
368
+ version: abstract-sql-compiler-10.6.3
369
+ title: ""
370
+ date: 2025-07-17T11:05:36.688Z
371
+ - subject: Convert to ESM
372
+ hash: a3a76d60cb6598e0918163d0e0771e14adafd13e
373
+ body: ""
374
+ footer:
375
+ Change-type: major
376
+ change-type: major
377
+ author: Pagan Gazzard
378
+ nested: []
379
+ version: odata-to-abstract-sql-9.0.0
380
+ title: ""
381
+ date: 2025-08-01T13:41:59.468Z
382
+ - subject: Convert to ESM
383
+ hash: eabeffb8039c65cabafe396e7f8653509d1b3218
384
+ body: ""
385
+ footer:
386
+ Change-type: major
387
+ change-type: major
388
+ author: Pagan Gazzard
389
+ nested: []
390
+ version: abstract-sql-to-typescript-6.0.0
391
+ title: ""
392
+ date: 2025-08-01T13:46:57.529Z
64
393
  - commits:
65
394
  - subject: Update tsconfig module to `Node18`
66
395
  hash: 4874b7f0a272a983e6ebec40487750869d19a6d9
@@ -105,6 +434,187 @@
105
434
  version: abstract-sql-to-typescript-5.1.3
106
435
  title: ""
107
436
  date: 2025-07-15T10:01:35.510Z
437
+ - commits:
438
+ - subject: Only publish the `out` directory
439
+ hash: 1f210d29c2053207e31d28a520b43b7f1521f27d
440
+ body: ""
441
+ footer:
442
+ Change-type: major
443
+ change-type: major
444
+ author: Pagan Gazzard
445
+ nested: []
446
+ - subject: Update tsconfig module to `Node18`
447
+ hash: b89d039e1fa96d2c33f8c5e875384144295b56ed
448
+ body: ""
449
+ footer:
450
+ Change-type: patch
451
+ change-type: patch
452
+ author: Pagan Gazzard
453
+ nested: []
454
+ - subject: Rely on computed fields having been compiled into the table definition
455
+ hash: ccc192fa696378f57ad5d174ae795a7415599b88
456
+ body: >
457
+ This greatly simplifies the code and the overall computed fields
458
+
459
+ implementation whilst also removing a bunch of edge cases with
460
+ computed
461
+
462
+ fields and `$filter`/`$orderby`
463
+ footer:
464
+ Change-type: major
465
+ change-type: major
466
+ author: Pagan Gazzard
467
+ nested: []
468
+ - subject: Update @balena/abstract-sql-compiler to 11.x
469
+ hash: 1952cc5fe23284d46d7533f454cd78636e59a262
470
+ body: |
471
+ Update @balena/abstract-sql-compiler from 10.6.2 to 11.0.0
472
+ footer:
473
+ Change-type: major
474
+ change-type: major
475
+ author: Pagan Gazzard
476
+ nested:
477
+ - commits:
478
+ - subject: Only publish the `out` directory
479
+ hash: 7511b8ebe5a9461f20add0ed97d0670ed3b5a479
480
+ body: ""
481
+ footer:
482
+ Change-type: major
483
+ change-type: major
484
+ author: Pagan Gazzard
485
+ nested: []
486
+ - subject: Compile computed fields into the table definition
487
+ hash: 45529f014aa1c181f338c0f7348767f2990a9084
488
+ body: >
489
+ This allows all downstream consumers to simplify as they
490
+ only ever have
491
+
492
+ to look at/use the table definition and can completely
493
+ ignore whether
494
+
495
+ fields are computed or not as it will have been handled
496
+ for them
497
+
498
+ already as necessary
499
+ footer:
500
+ Change-type: major
501
+ change-type: major
502
+ author: Pagan Gazzard
503
+ nested: []
504
+ - subject: Standardize filenames
505
+ hash: 2bf244d1b75f0248df7ba897487425272c234989
506
+ body: ""
507
+ footer:
508
+ Change-type: major
509
+ change-type: major
510
+ author: Pagan Gazzard
511
+ nested: []
512
+ - subject: Improve typing of `AbstractSqlField['computed']`
513
+ hash: cb702d0505617fed4b60297a4951a89a9ddbce02
514
+ body: ""
515
+ footer:
516
+ Change-type: major
517
+ change-type: major
518
+ author: Pagan Gazzard
519
+ nested: []
520
+ - subject: Improve typing of `AbstractSqlModel['rules']`
521
+ hash: c4099bb461f7633d57f6d5173bbd6315bcc6ee62
522
+ body: ""
523
+ footer:
524
+ Change-type: major
525
+ change-type: major
526
+ author: Pagan Gazzard
527
+ nested: []
528
+ - subject: Remove support for deprecated `['Bind', string, string]` bind node
529
+ format
530
+ hash: 6a6f353f44475b369181d71a6fd93924939aceba
531
+ body: |
532
+ Use `['Bind', [string, string]]` instead
533
+ footer:
534
+ Change-type: major
535
+ change-type: major
536
+ author: Pagan Gazzard
537
+ nested: []
538
+ - subject: Remove deprecated `AliasableFromTypeNodes` type, use `FromTypeNodes`
539
+ instead
540
+ hash: 73d2e69e3ee2969d1bd6e73bab4bd56a032a76fa
541
+ body: ""
542
+ footer:
543
+ Change-type: major
544
+ change-type: major
545
+ author: Pagan Gazzard
546
+ nested: []
547
+ - subject: Use an options object for `optimizeSchema` rather than flags
548
+ hash: c8451a5781df92f0f6e4f21fb666db493ae4c810
549
+ body: ""
550
+ footer:
551
+ Change-type: major
552
+ change-type: major
553
+ author: Pagan Gazzard
554
+ nested: []
555
+ - subject: Convert to ESM
556
+ hash: d71031138e0b0cc49aaaa514f8bc4ff5abfcbdc2
557
+ body: ""
558
+ footer:
559
+ Change-type: major
560
+ change-type: major
561
+ author: Pagan Gazzard
562
+ nested: []
563
+ - subject: Remove support for legacy `Now` nodes in favor of `CurrentTimestamp`
564
+ hash: 903a7ab4a727d09e1089684140b5fcdf48bf9967
565
+ body: ""
566
+ footer:
567
+ Change-type: major
568
+ change-type: major
569
+ author: Pagan Gazzard
570
+ nested: []
571
+ - subject: Switch to a separate `viewDefinition` property for creating views
572
+ hash: 214523e0cfe05e256c2d1c67c48231968a32d620
573
+ body: >
574
+ This removes the inference of whether to create a view
575
+ from based on
576
+
577
+ inspecting the definition and instead makes it a
578
+ conscious choice to
579
+
580
+ avoid converting a definition to a view in cases where
581
+ that may not
582
+
583
+ make sense, eg if using a definition over a materialized
584
+ table in order
585
+
586
+ to have a dynamic view over that table
587
+ footer:
588
+ Change-type: major
589
+ change-type: major
590
+ author: Pagan Gazzard
591
+ nested: []
592
+ version: abstract-sql-compiler-11.0.0
593
+ title: ""
594
+ date: 2025-08-01T11:57:14.534Z
595
+ - commits:
596
+ - subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
597
+ hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
598
+ body: ""
599
+ footer:
600
+ Change-type: patch
601
+ change-type: patch
602
+ author: Pagan Gazzard
603
+ nested: []
604
+ version: abstract-sql-compiler-10.6.3
605
+ title: ""
606
+ date: 2025-07-17T11:05:36.688Z
607
+ - subject: Convert to ESM
608
+ hash: a3a76d60cb6598e0918163d0e0771e14adafd13e
609
+ body: ""
610
+ footer:
611
+ Change-type: major
612
+ change-type: major
613
+ author: Pagan Gazzard
614
+ nested: []
615
+ version: odata-to-abstract-sql-9.0.0
616
+ title: ""
617
+ date: 2025-08-01T13:41:59.468Z
108
618
  - commits:
109
619
  - subject: Improve typings
110
620
  hash: b302828cf24e8bf20d24c8247863b8ba9352de09
@@ -218,78 +728,9 @@
218
728
  version: odata-to-abstract-sql-8.0.1
219
729
  title: ""
220
730
  date: 2025-07-16T12:59:09.322Z
221
- - commits:
222
- - subject: Update dependencies
223
- hash: 8836413c5bf77bb637e61e65fc54f73affeed69f
224
- body: ""
225
- footer:
226
- Change-type: patch
227
- change-type: patch
228
- author: Pagan Gazzard
229
- nested: []
230
- version: pinejs-client-js-8.3.1
231
- title: ""
232
- date: 2025-08-01T14:12:31.816Z
233
- - commits:
234
- - subject: Update dependency @balena/sbvr-types to v11
235
- hash: c4efe5a3ea98ba824a0fce85ed48ef298fd94d1c
236
- body: |
237
- Update @balena/sbvr-types from 10.1.0 to 11.0.0
238
- footer:
239
- Change-type: patch
240
- change-type: patch
241
- author: balena-renovate[bot]
242
- version: sbvr-parser-1.4.12
243
- title: ""
244
- date: 2025-07-15T23:26:25.926Z
245
- - commits:
246
- - subject: Update dependency @balena/sbvr-types to v10
247
- hash: 550aa8f3885357550e9a1cdc3668f71c22f17540
248
- body: |
249
- Update @balena/sbvr-types from 9.2.6 to 10.1.0
250
- footer:
251
- Change-type: patch
252
- change-type: patch
253
- author: balena-renovate[bot]
254
- version: sbvr-parser-1.4.11
255
- title: ""
256
- date: 2025-07-08T02:29:13.076Z
257
- - commits:
258
- - subject: Update dependencies
259
- hash: 3079d1e0a086bd694edeb240a8183d61c41ddcf7
260
- body: ""
261
- footer:
262
- Change-type: patch
263
- change-type: patch
264
- author: Pagan Gazzard
265
- version: sbvr-types-11.1.3
266
- title: ""
267
- date: 2025-08-05T17:27:47.398Z
268
- - commits:
269
- - subject: Fix the JSON type being incorrectly marked as Concept Type of Text
270
- hash: bc94439af75bdfbec32e3305b45618c455ad1e76
271
- body: ""
272
- footer:
273
- Change-type: patch
274
- change-type: patch
275
- author: Thodoris Greasidis
276
- version: sbvr-types-11.1.2
277
- title: ""
278
- date: 2025-08-04T10:36:00.407Z
279
- - commits:
280
- - subject: Update dev dependencies
281
- hash: 5983e93e42c043443b2557b2f4aa533685bcf4bd
282
- body: ""
283
- footer:
284
- Change-type: patch
285
- change-type: patch
286
- author: Pagan Gazzard
287
- version: sbvr-types-11.1.1
288
- title: ""
289
- date: 2025-08-01T13:35:46.141Z
290
- version: 22.1.3
731
+ version: 23.0.0
291
732
  title: ""
292
- date: 2025-08-06T13:38:33.964Z
733
+ date: 2025-08-04T16:14:25.800Z
293
734
  - commits:
294
735
  - subject: Switch to lazily creating the write permissions for translated tables
295
736
  hash: c8d8b439ad38dbe49c0a93d3d5dc43f78ae6983d