@balena/pinejs 23.0.0-build-23-x-975d89ac1105b90ea6ecdea29e038e977204acdb-1 → 23.0.0-build-23-x-b2eda1f8edf96cc9b5b49d931c1f029c2b3b4f4c-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 +215 -91
- package/CHANGELOG.md +82 -35
- package/out/express-emulator/express.js +17 -3
- package/out/express-emulator/express.js.map +1 -1
- package/out/sbvr-api/permissions.js +11 -13
- package/out/sbvr-api/permissions.js.map +1 -1
- package/package.json +26 -29
- package/src/express-emulator/express.js +17 -3
- package/src/migrator/migrations.ts +1 -1
- package/src/sbvr-api/dev.ts +1 -1
- package/src/sbvr-api/permissions.ts +30 -24
- package/src/sbvr-api/user.ts +1 -1
- package/src/tasks/tasks.ts +1 -1
- package/src/webresource-handler/webresource.ts +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Handle generating constrained definitions of computed field definitions
|
3
|
-
hash:
|
3
|
+
hash: b2eda1f8edf96cc9b5b49d931c1f029c2b3b4f4c
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: patch
|
@@ -9,11 +9,11 @@
|
|
9
9
|
nested: []
|
10
10
|
- subject: Update @balena/abstract-sql-compiler to 11.x,
|
11
11
|
@balena/odata-to-abstract-sql to 9.x
|
12
|
-
hash:
|
12
|
+
hash: 92bab9923546ac01c741386bea173e0d69741888
|
13
13
|
body: |
|
14
|
-
Update @balena/abstract-sql-compiler from 10.
|
15
|
-
Update @balena/abstract-sql-to-typescript from 5.1.
|
16
|
-
Update @balena/odata-to-abstract-sql from 8.0.
|
14
|
+
Update @balena/abstract-sql-compiler from 10.6.3 to 11.0.0
|
15
|
+
Update @balena/abstract-sql-to-typescript from 5.1.5 to 6.1.0
|
16
|
+
Update @balena/odata-to-abstract-sql from 8.0.2 to 9.0.0
|
17
17
|
footer:
|
18
18
|
Change-type: major
|
19
19
|
change-type: major
|
@@ -137,53 +137,17 @@
|
|
137
137
|
title: ""
|
138
138
|
date: 2025-08-01T11:57:14.534Z
|
139
139
|
- commits:
|
140
|
-
- subject:
|
141
|
-
hash:
|
142
|
-
body: ""
|
143
|
-
footer:
|
144
|
-
Change-type: patch
|
145
|
-
change-type: patch
|
146
|
-
author: Pagan Gazzard
|
147
|
-
nested: []
|
148
|
-
version: abstract-sql-compiler-10.6.3
|
149
|
-
title: ""
|
150
|
-
date: 2025-07-17T11:05:36.688Z
|
151
|
-
- commits:
|
152
|
-
- subject: Include comments in generated output to preserve jsdoc info
|
153
|
-
hash: 7045c5bd5244459330a7899ad0fbb974a429ca14
|
154
|
-
body: ""
|
155
|
-
footer:
|
156
|
-
Change-type: patch
|
157
|
-
change-type: patch
|
158
|
-
author: Pagan Gazzard
|
159
|
-
nested: []
|
160
|
-
version: abstract-sql-compiler-10.6.2
|
161
|
-
title: ""
|
162
|
-
date: 2025-07-16T12:44:51.636Z
|
163
|
-
- commits:
|
164
|
-
- subject: Update dev dependencies
|
165
|
-
hash: 444f515b81454a512eaf3a28f49f7b25938b4b9c
|
166
|
-
body: ""
|
167
|
-
footer:
|
168
|
-
Change-type: patch
|
169
|
-
change-type: patch
|
170
|
-
author: Pagan Gazzard
|
171
|
-
nested: []
|
172
|
-
version: abstract-sql-compiler-10.6.1
|
173
|
-
title: ""
|
174
|
-
date: 2025-07-16T11:37:51.776Z
|
175
|
-
- commits:
|
176
|
-
- subject: Export `abstractSqlContainsNode` helper function
|
177
|
-
hash: 92e7d4dd97329fb93e2f1c27b275c9cc38ab74c5
|
140
|
+
- subject: Add support for writable tables with definitions
|
141
|
+
hash: 0fe525bf580706d3d37758e836830be6c65956dc
|
178
142
|
body: ""
|
179
143
|
footer:
|
180
144
|
Change-type: minor
|
181
145
|
change-type: minor
|
182
146
|
author: Pagan Gazzard
|
183
147
|
nested: []
|
184
|
-
version: abstract-sql-
|
148
|
+
version: abstract-sql-to-typescript-6.1.0
|
185
149
|
title: ""
|
186
|
-
date: 2025-
|
150
|
+
date: 2025-08-06T12:50:39.595Z
|
187
151
|
- commits:
|
188
152
|
- subject: Update @balena/abstract-sql-compiler to 11.x,
|
189
153
|
@balena/odata-to-abstract-sql to 9.x
|
@@ -390,50 +354,6 @@
|
|
390
354
|
version: abstract-sql-to-typescript-6.0.0
|
391
355
|
title: ""
|
392
356
|
date: 2025-08-01T13:46:57.529Z
|
393
|
-
- commits:
|
394
|
-
- subject: Update tsconfig module to `Node18`
|
395
|
-
hash: 4874b7f0a272a983e6ebec40487750869d19a6d9
|
396
|
-
body: ""
|
397
|
-
footer:
|
398
|
-
Change-type: patch
|
399
|
-
change-type: patch
|
400
|
-
author: Pagan Gazzard
|
401
|
-
nested: []
|
402
|
-
- subject: "Tests: switch from ts-node to @swc-node/register"
|
403
|
-
hash: 27958308c3c19ebdd349655381e33ca9ddd5851a
|
404
|
-
body: ""
|
405
|
-
footer:
|
406
|
-
Change-type: patch
|
407
|
-
change-type: patch
|
408
|
-
author: Pagan Gazzard
|
409
|
-
nested: []
|
410
|
-
version: abstract-sql-to-typescript-5.1.5
|
411
|
-
title: ""
|
412
|
-
date: 2025-08-01T13:38:39.834Z
|
413
|
-
- commits:
|
414
|
-
- subject: Update deps
|
415
|
-
hash: 32efff80fac186229a046864dad0351ac7d5d3d9
|
416
|
-
body: ""
|
417
|
-
footer:
|
418
|
-
Change-type: patch
|
419
|
-
change-type: patch
|
420
|
-
author: joshbwlng
|
421
|
-
nested: []
|
422
|
-
version: abstract-sql-to-typescript-5.1.4
|
423
|
-
title: ""
|
424
|
-
date: 2025-07-18T08:00:56.720Z
|
425
|
-
- commits:
|
426
|
-
- subject: Allow for sbvr-types v11
|
427
|
-
hash: deb4653b75a83d2cdd8bd6711b7c9fd9c9b0c926
|
428
|
-
body: ""
|
429
|
-
footer:
|
430
|
-
Change-type: patch
|
431
|
-
change-type: patch
|
432
|
-
author: joshbwlng
|
433
|
-
nested: []
|
434
|
-
version: abstract-sql-to-typescript-5.1.3
|
435
|
-
title: ""
|
436
|
-
date: 2025-07-15T10:01:35.510Z
|
437
357
|
- commits:
|
438
358
|
- subject: Only publish the `out` directory
|
439
359
|
hash: 1f210d29c2053207e31d28a520b43b7f1521f27d
|
@@ -615,6 +535,125 @@
|
|
615
535
|
version: odata-to-abstract-sql-9.0.0
|
616
536
|
title: ""
|
617
537
|
date: 2025-08-01T13:41:59.468Z
|
538
|
+
- subject: Always add the constrained definition to constrained tables
|
539
|
+
hash: 5772c6e6795d4287a35c1cd2770bd5da5caf1a08
|
540
|
+
body: |
|
541
|
+
This just avoids any potential edge cases and simplifies things
|
542
|
+
footer:
|
543
|
+
Change-type: patch
|
544
|
+
change-type: patch
|
545
|
+
author: Pagan Gazzard
|
546
|
+
nested: []
|
547
|
+
version: 23.0.0
|
548
|
+
title: ""
|
549
|
+
date: 2025-08-06T16:16:02.776Z
|
550
|
+
- commits:
|
551
|
+
- subject: Update dependencies
|
552
|
+
hash: 484a0ac08086e881026323429a4c0d0d677b1bdd
|
553
|
+
body: |
|
554
|
+
Update @balena/abstract-sql-compiler from 10.5.1 to 10.6.3
|
555
|
+
Update @balena/abstract-sql-to-typescript from 5.1.2 to 5.1.5
|
556
|
+
Update @balena/odata-to-abstract-sql from 8.0.0 to 8.0.2
|
557
|
+
Update @balena/sbvr-parser from 1.4.10 to 1.4.12
|
558
|
+
Update @balena/sbvr-types from 11.1.0 to 11.1.3
|
559
|
+
Update pinejs-client-core from 8.3.0 to 8.3.1
|
560
|
+
footer:
|
561
|
+
Change-type: patch
|
562
|
+
change-type: patch
|
563
|
+
author: Pagan Gazzard
|
564
|
+
nested:
|
565
|
+
- commits:
|
566
|
+
- subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
|
567
|
+
hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
|
568
|
+
body: ""
|
569
|
+
footer:
|
570
|
+
Change-type: patch
|
571
|
+
change-type: patch
|
572
|
+
author: Pagan Gazzard
|
573
|
+
nested: []
|
574
|
+
version: abstract-sql-compiler-10.6.3
|
575
|
+
title: ""
|
576
|
+
date: 2025-07-17T11:05:36.688Z
|
577
|
+
- commits:
|
578
|
+
- subject: Include comments in generated output to preserve jsdoc info
|
579
|
+
hash: 7045c5bd5244459330a7899ad0fbb974a429ca14
|
580
|
+
body: ""
|
581
|
+
footer:
|
582
|
+
Change-type: patch
|
583
|
+
change-type: patch
|
584
|
+
author: Pagan Gazzard
|
585
|
+
nested: []
|
586
|
+
version: abstract-sql-compiler-10.6.2
|
587
|
+
title: ""
|
588
|
+
date: 2025-07-16T12:44:51.636Z
|
589
|
+
- commits:
|
590
|
+
- subject: Update dev dependencies
|
591
|
+
hash: 444f515b81454a512eaf3a28f49f7b25938b4b9c
|
592
|
+
body: ""
|
593
|
+
footer:
|
594
|
+
Change-type: patch
|
595
|
+
change-type: patch
|
596
|
+
author: Pagan Gazzard
|
597
|
+
nested: []
|
598
|
+
version: abstract-sql-compiler-10.6.1
|
599
|
+
title: ""
|
600
|
+
date: 2025-07-16T11:37:51.776Z
|
601
|
+
- commits:
|
602
|
+
- subject: Export `abstractSqlContainsNode` helper function
|
603
|
+
hash: 92e7d4dd97329fb93e2f1c27b275c9cc38ab74c5
|
604
|
+
body: ""
|
605
|
+
footer:
|
606
|
+
Change-type: minor
|
607
|
+
change-type: minor
|
608
|
+
author: Pagan Gazzard
|
609
|
+
nested: []
|
610
|
+
version: abstract-sql-compiler-10.6.0
|
611
|
+
title: ""
|
612
|
+
date: 2025-07-14T23:48:55.689Z
|
613
|
+
- commits:
|
614
|
+
- subject: Update tsconfig module to `Node18`
|
615
|
+
hash: 4874b7f0a272a983e6ebec40487750869d19a6d9
|
616
|
+
body: ""
|
617
|
+
footer:
|
618
|
+
Change-type: patch
|
619
|
+
change-type: patch
|
620
|
+
author: Pagan Gazzard
|
621
|
+
nested: []
|
622
|
+
- subject: "Tests: switch from ts-node to @swc-node/register"
|
623
|
+
hash: 27958308c3c19ebdd349655381e33ca9ddd5851a
|
624
|
+
body: ""
|
625
|
+
footer:
|
626
|
+
Change-type: patch
|
627
|
+
change-type: patch
|
628
|
+
author: Pagan Gazzard
|
629
|
+
nested: []
|
630
|
+
version: abstract-sql-to-typescript-5.1.5
|
631
|
+
title: ""
|
632
|
+
date: 2025-08-01T13:38:39.834Z
|
633
|
+
- commits:
|
634
|
+
- subject: Update deps
|
635
|
+
hash: 32efff80fac186229a046864dad0351ac7d5d3d9
|
636
|
+
body: ""
|
637
|
+
footer:
|
638
|
+
Change-type: patch
|
639
|
+
change-type: patch
|
640
|
+
author: joshbwlng
|
641
|
+
nested: []
|
642
|
+
version: abstract-sql-to-typescript-5.1.4
|
643
|
+
title: ""
|
644
|
+
date: 2025-07-18T08:00:56.720Z
|
645
|
+
- commits:
|
646
|
+
- subject: Allow for sbvr-types v11
|
647
|
+
hash: deb4653b75a83d2cdd8bd6711b7c9fd9c9b0c926
|
648
|
+
body: ""
|
649
|
+
footer:
|
650
|
+
Change-type: patch
|
651
|
+
change-type: patch
|
652
|
+
author: joshbwlng
|
653
|
+
nested: []
|
654
|
+
version: abstract-sql-to-typescript-5.1.3
|
655
|
+
title: ""
|
656
|
+
date: 2025-07-15T10:01:35.510Z
|
618
657
|
- commits:
|
619
658
|
- subject: Improve typings
|
620
659
|
hash: b302828cf24e8bf20d24c8247863b8ba9352de09
|
@@ -728,9 +767,78 @@
|
|
728
767
|
version: odata-to-abstract-sql-8.0.1
|
729
768
|
title: ""
|
730
769
|
date: 2025-07-16T12:59:09.322Z
|
731
|
-
|
770
|
+
- commits:
|
771
|
+
- subject: Update dependencies
|
772
|
+
hash: 8836413c5bf77bb637e61e65fc54f73affeed69f
|
773
|
+
body: ""
|
774
|
+
footer:
|
775
|
+
Change-type: patch
|
776
|
+
change-type: patch
|
777
|
+
author: Pagan Gazzard
|
778
|
+
nested: []
|
779
|
+
version: pinejs-client-js-8.3.1
|
780
|
+
title: ""
|
781
|
+
date: 2025-08-01T14:12:31.816Z
|
782
|
+
- commits:
|
783
|
+
- subject: Update dependency @balena/sbvr-types to v11
|
784
|
+
hash: c4efe5a3ea98ba824a0fce85ed48ef298fd94d1c
|
785
|
+
body: |
|
786
|
+
Update @balena/sbvr-types from 10.1.0 to 11.0.0
|
787
|
+
footer:
|
788
|
+
Change-type: patch
|
789
|
+
change-type: patch
|
790
|
+
author: balena-renovate[bot]
|
791
|
+
version: sbvr-parser-1.4.12
|
792
|
+
title: ""
|
793
|
+
date: 2025-07-15T23:26:25.926Z
|
794
|
+
- commits:
|
795
|
+
- subject: Update dependency @balena/sbvr-types to v10
|
796
|
+
hash: 550aa8f3885357550e9a1cdc3668f71c22f17540
|
797
|
+
body: |
|
798
|
+
Update @balena/sbvr-types from 9.2.6 to 10.1.0
|
799
|
+
footer:
|
800
|
+
Change-type: patch
|
801
|
+
change-type: patch
|
802
|
+
author: balena-renovate[bot]
|
803
|
+
version: sbvr-parser-1.4.11
|
804
|
+
title: ""
|
805
|
+
date: 2025-07-08T02:29:13.076Z
|
806
|
+
- commits:
|
807
|
+
- subject: Update dependencies
|
808
|
+
hash: 3079d1e0a086bd694edeb240a8183d61c41ddcf7
|
809
|
+
body: ""
|
810
|
+
footer:
|
811
|
+
Change-type: patch
|
812
|
+
change-type: patch
|
813
|
+
author: Pagan Gazzard
|
814
|
+
version: sbvr-types-11.1.3
|
815
|
+
title: ""
|
816
|
+
date: 2025-08-05T17:27:47.398Z
|
817
|
+
- commits:
|
818
|
+
- subject: Fix the JSON type being incorrectly marked as Concept Type of Text
|
819
|
+
hash: bc94439af75bdfbec32e3305b45618c455ad1e76
|
820
|
+
body: ""
|
821
|
+
footer:
|
822
|
+
Change-type: patch
|
823
|
+
change-type: patch
|
824
|
+
author: Thodoris Greasidis
|
825
|
+
version: sbvr-types-11.1.2
|
826
|
+
title: ""
|
827
|
+
date: 2025-08-04T10:36:00.407Z
|
828
|
+
- commits:
|
829
|
+
- subject: Update dev dependencies
|
830
|
+
hash: 5983e93e42c043443b2557b2f4aa533685bcf4bd
|
831
|
+
body: ""
|
832
|
+
footer:
|
833
|
+
Change-type: patch
|
834
|
+
change-type: patch
|
835
|
+
author: Pagan Gazzard
|
836
|
+
version: sbvr-types-11.1.1
|
837
|
+
title: ""
|
838
|
+
date: 2025-08-01T13:35:46.141Z
|
839
|
+
version: 22.1.3
|
732
840
|
title: ""
|
733
|
-
date: 2025-08-
|
841
|
+
date: 2025-08-06T13:58:19.432Z
|
734
842
|
- commits:
|
735
843
|
- subject: Switch to lazily creating the write permissions for translated tables
|
736
844
|
hash: c8d8b439ad38dbe49c0a93d3d5dc43f78ae6983d
|
@@ -4440,6 +4548,7 @@
|
|
4440
4548
|
|
4441
4549
|
|
4442
4550
|
|
4551
|
+
|
4443
4552
|
|
4444
4553
|
|
4445
4554
|
As balena-lint
|
@@ -4511,6 +4620,7 @@
|
|
4511
4620
|
|
4512
4621
|
|
4513
4622
|
|
4623
|
+
|
4514
4624
|
|
4515
4625
|
|
4516
4626
|
As engine and npm is
|
@@ -4597,6 +4707,7 @@
|
|
4597
4707
|
|
4598
4708
|
|
4599
4709
|
|
4710
|
+
|
4600
4711
|
|
4601
4712
|
|
4602
4713
|
Ensure that the
|
@@ -4746,6 +4857,7 @@
|
|
4746
4857
|
|
4747
4858
|
|
4748
4859
|
|
4860
|
+
|
4749
4861
|
|
4750
4862
|
|
4751
4863
|
This also deprecates
|
@@ -4823,6 +4935,7 @@
|
|
4823
4935
|
|
4824
4936
|
|
4825
4937
|
|
4938
|
+
|
4826
4939
|
|
4827
4940
|
|
4828
4941
|
It can in fact be a
|
@@ -4901,6 +5014,7 @@
|
|
4901
5014
|
|
4902
5015
|
|
4903
5016
|
|
5017
|
+
|
4904
5018
|
|
4905
5019
|
|
4906
5020
|
We know what type
|
@@ -4984,6 +5098,7 @@
|
|
4984
5098
|
|
4985
5099
|
|
4986
5100
|
|
5101
|
+
|
4987
5102
|
|
4988
5103
|
|
4989
5104
|
Update
|
@@ -5178,6 +5293,7 @@
|
|
5178
5293
|
|
5179
5294
|
|
5180
5295
|
|
5296
|
+
|
5181
5297
|
|
5182
5298
|
|
5183
5299
|
This also deprecates
|
@@ -8345,6 +8461,7 @@
|
|
8345
8461
|
|
8346
8462
|
|
8347
8463
|
|
8464
|
+
|
8348
8465
|
|
8349
8466
|
|
8350
8467
|
As balena-lint
|
@@ -8444,6 +8561,7 @@
|
|
8444
8561
|
|
8445
8562
|
|
8446
8563
|
|
8564
|
+
|
8447
8565
|
|
8448
8566
|
|
8449
8567
|
As engine and npm is
|
@@ -8558,6 +8676,7 @@
|
|
8558
8676
|
|
8559
8677
|
|
8560
8678
|
|
8679
|
+
|
8561
8680
|
|
8562
8681
|
|
8563
8682
|
Ensure that the
|
@@ -8735,6 +8854,7 @@
|
|
8735
8854
|
|
8736
8855
|
|
8737
8856
|
|
8857
|
+
|
8738
8858
|
|
8739
8859
|
|
8740
8860
|
This also deprecates
|
@@ -8840,6 +8960,7 @@
|
|
8840
8960
|
|
8841
8961
|
|
8842
8962
|
|
8963
|
+
|
8843
8964
|
|
8844
8965
|
|
8845
8966
|
It can in fact be a
|
@@ -8946,6 +9067,7 @@
|
|
8946
9067
|
|
8947
9068
|
|
8948
9069
|
|
9070
|
+
|
8949
9071
|
|
8950
9072
|
|
8951
9073
|
We know what type
|
@@ -9057,6 +9179,7 @@
|
|
9057
9179
|
|
9058
9180
|
|
9059
9181
|
|
9182
|
+
|
9060
9183
|
|
9061
9184
|
|
9062
9185
|
Update
|
@@ -9279,6 +9402,7 @@
|
|
9279
9402
|
|
9280
9403
|
|
9281
9404
|
|
9405
|
+
|
9282
9406
|
|
9283
9407
|
|
9284
9408
|
This also deprecates
|
package/CHANGELOG.md
CHANGED
@@ -5,7 +5,7 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v23.0.0
|
8
|
-
## (2025-08-
|
8
|
+
## (2025-08-06)
|
9
9
|
|
10
10
|
* Handle generating constrained definitions of computed field definitions [Pagan Gazzard]
|
11
11
|
|
@@ -27,25 +27,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
27
27
|
> * Remove support for legacy `Now` nodes in favor of `CurrentTimestamp` [Pagan Gazzard]
|
28
28
|
> * Switch to a separate `viewDefinition` property for creating views [Pagan Gazzard]
|
29
29
|
>
|
30
|
-
> ## abstract-sql-
|
31
|
-
> ### (2025-
|
30
|
+
> ## abstract-sql-to-typescript-6.1.0
|
31
|
+
> ### (2025-08-06)
|
32
32
|
>
|
33
|
-
> *
|
34
|
-
>
|
35
|
-
> ## abstract-sql-compiler-10.6.2
|
36
|
-
> ### (2025-07-16)
|
37
|
-
>
|
38
|
-
> * Include comments in generated output to preserve jsdoc info [Pagan Gazzard]
|
39
|
-
>
|
40
|
-
> ## abstract-sql-compiler-10.6.1
|
41
|
-
> ### (2025-07-16)
|
42
|
-
>
|
43
|
-
> * Update dev dependencies [Pagan Gazzard]
|
44
|
-
>
|
45
|
-
> ## abstract-sql-compiler-10.6.0
|
46
|
-
> ### (2025-07-14)
|
47
|
-
>
|
48
|
-
> * Export `abstractSqlContainsNode` helper function [Pagan Gazzard]
|
33
|
+
> * Add support for writable tables with definitions [Pagan Gazzard]
|
49
34
|
>
|
50
35
|
> ## abstract-sql-to-typescript-6.0.0
|
51
36
|
> ### (2025-08-01)
|
@@ -94,22 +79,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
94
79
|
>
|
95
80
|
> * Convert to ESM [Pagan Gazzard]
|
96
81
|
>
|
97
|
-
> ## abstract-sql-to-typescript-5.1.5
|
98
|
-
> ### (2025-08-01)
|
99
|
-
>
|
100
|
-
> * Update tsconfig module to `Node18` [Pagan Gazzard]
|
101
|
-
> * Tests: switch from ts-node to @swc-node/register [Pagan Gazzard]
|
102
|
-
>
|
103
|
-
> ## abstract-sql-to-typescript-5.1.4
|
104
|
-
> ### (2025-07-18)
|
105
|
-
>
|
106
|
-
> * Update deps [joshbwlng]
|
107
|
-
>
|
108
|
-
> ## abstract-sql-to-typescript-5.1.3
|
109
|
-
> ### (2025-07-15)
|
110
|
-
>
|
111
|
-
> * Allow for sbvr-types v11 [joshbwlng]
|
112
|
-
>
|
113
82
|
> ## odata-to-abstract-sql-9.0.0
|
114
83
|
> ### (2025-08-01)
|
115
84
|
>
|
@@ -145,6 +114,54 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
145
114
|
>
|
146
115
|
> * Convert to ESM [Pagan Gazzard]
|
147
116
|
>
|
117
|
+
|
118
|
+
</details>
|
119
|
+
|
120
|
+
* Always add the constrained definition to constrained tables [Pagan Gazzard]
|
121
|
+
|
122
|
+
# v22.1.3
|
123
|
+
## (2025-08-06)
|
124
|
+
|
125
|
+
|
126
|
+
<details>
|
127
|
+
<summary> Update dependencies [Pagan Gazzard] </summary>
|
128
|
+
|
129
|
+
> ## abstract-sql-compiler-10.6.3
|
130
|
+
> ### (2025-07-17)
|
131
|
+
>
|
132
|
+
> * Tests: Update @balena/odata-to-abstract-sql to 8.0.1 [Pagan Gazzard]
|
133
|
+
>
|
134
|
+
> ## abstract-sql-compiler-10.6.2
|
135
|
+
> ### (2025-07-16)
|
136
|
+
>
|
137
|
+
> * Include comments in generated output to preserve jsdoc info [Pagan Gazzard]
|
138
|
+
>
|
139
|
+
> ## abstract-sql-compiler-10.6.1
|
140
|
+
> ### (2025-07-16)
|
141
|
+
>
|
142
|
+
> * Update dev dependencies [Pagan Gazzard]
|
143
|
+
>
|
144
|
+
> ## abstract-sql-compiler-10.6.0
|
145
|
+
> ### (2025-07-14)
|
146
|
+
>
|
147
|
+
> * Export `abstractSqlContainsNode` helper function [Pagan Gazzard]
|
148
|
+
>
|
149
|
+
> ## abstract-sql-to-typescript-5.1.5
|
150
|
+
> ### (2025-08-01)
|
151
|
+
>
|
152
|
+
> * Update tsconfig module to `Node18` [Pagan Gazzard]
|
153
|
+
> * Tests: switch from ts-node to @swc-node/register [Pagan Gazzard]
|
154
|
+
>
|
155
|
+
> ## abstract-sql-to-typescript-5.1.4
|
156
|
+
> ### (2025-07-18)
|
157
|
+
>
|
158
|
+
> * Update deps [joshbwlng]
|
159
|
+
>
|
160
|
+
> ## abstract-sql-to-typescript-5.1.3
|
161
|
+
> ### (2025-07-15)
|
162
|
+
>
|
163
|
+
> * Allow for sbvr-types v11 [joshbwlng]
|
164
|
+
>
|
148
165
|
> ## odata-to-abstract-sql-8.0.2
|
149
166
|
> ### (Invalid date)
|
150
167
|
>
|
@@ -197,6 +214,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
197
214
|
> </details>
|
198
215
|
>
|
199
216
|
>
|
217
|
+
> ## pinejs-client-js-8.3.1
|
218
|
+
> ### (2025-08-01)
|
219
|
+
>
|
220
|
+
> * Update dependencies [Pagan Gazzard]
|
221
|
+
>
|
222
|
+
> ## sbvr-parser-1.4.12
|
223
|
+
> ### (2025-07-15)
|
224
|
+
>
|
225
|
+
> * Update dependency @balena/sbvr-types to v11 [balena-renovate[bot]]
|
226
|
+
>
|
227
|
+
> ## sbvr-parser-1.4.11
|
228
|
+
> ### (2025-07-08)
|
229
|
+
>
|
230
|
+
> * Update dependency @balena/sbvr-types to v10 [balena-renovate[bot]]
|
231
|
+
>
|
232
|
+
> ## sbvr-types-11.1.3
|
233
|
+
> ### (2025-08-05)
|
234
|
+
>
|
235
|
+
> * Update dependencies [Pagan Gazzard]
|
236
|
+
>
|
237
|
+
> ## sbvr-types-11.1.2
|
238
|
+
> ### (2025-08-04)
|
239
|
+
>
|
240
|
+
> * Fix the JSON type being incorrectly marked as Concept Type of Text [Thodoris Greasidis]
|
241
|
+
>
|
242
|
+
> ## sbvr-types-11.1.1
|
243
|
+
> ### (2025-08-01)
|
244
|
+
>
|
245
|
+
> * Update dev dependencies [Pagan Gazzard]
|
246
|
+
>
|
200
247
|
|
201
248
|
</details>
|
202
249
|
|
@@ -100,7 +100,10 @@ const app = (function () {
|
|
100
100
|
data = _.cloneDeep(data);
|
101
101
|
this.end(data);
|
102
102
|
},
|
103
|
-
|
103
|
+
/**
|
104
|
+
* @param {any=} data
|
105
|
+
*/
|
106
|
+
end(data) {
|
104
107
|
if (this.statusCode >= 400) {
|
105
108
|
// eslint-disable-next-line @typescript-eslint/prefer-promise-reject-errors
|
106
109
|
reject([this.statusCode, data, null]);
|
@@ -134,7 +137,10 @@ const app = (function () {
|
|
134
137
|
let i = -1;
|
135
138
|
let j = -1;
|
136
139
|
|
137
|
-
|
140
|
+
/**
|
141
|
+
* @param {'route'=} route
|
142
|
+
*/
|
143
|
+
const next = function (route) {
|
138
144
|
j++;
|
139
145
|
if (route === 'route' || j >= methodHandlers[i].middleware.length) {
|
140
146
|
checkMethodHandlers();
|
@@ -175,6 +181,7 @@ const app = (function () {
|
|
175
181
|
get(/** @type string */ name) {
|
176
182
|
const callback = arguments[arguments.length - 1];
|
177
183
|
if (typeof callback === 'function') {
|
184
|
+
// @ts-expect-error - Typescript 5.9 doesn't like the spread params in js anymore
|
178
185
|
addHandler('GET', ...arguments);
|
179
186
|
} else {
|
180
187
|
return appVars[name];
|
@@ -187,15 +194,22 @@ const app = (function () {
|
|
187
194
|
merge: _.partial(addHandler, 'MERGE'),
|
188
195
|
options: _.partial(addHandler, 'OPTIONS'),
|
189
196
|
all(/** @type any[] */ ...args) {
|
197
|
+
// @ts-expect-error - Typescript 5.9 doesn't like the spread params in js anymore
|
190
198
|
this.post(...args);
|
199
|
+
// @ts-expect-error - Typescript 5.9 doesn't like the spread params in js anymore
|
191
200
|
this.get(...args);
|
201
|
+
// @ts-expect-error - Typescript 5.9 doesn't like the spread params in js anymore
|
192
202
|
this.put(...args);
|
203
|
+
// @ts-expect-error - Typescript 5.9 doesn't like the spread params in js anymore
|
193
204
|
this.delete(...args);
|
194
205
|
},
|
195
206
|
process(/** @type any[] */ ...args) {
|
196
207
|
// The promise will run the real process function asynchronously once the app is enabled,
|
197
208
|
// which matches somewhat more closely to an AJAX call than doing it synchronously.
|
198
|
-
return enabled.then(() =>
|
209
|
+
return enabled.then(() =>
|
210
|
+
// @ts-expect-error - Typescript 5.9 doesn't like the spread params in js anymore
|
211
|
+
process(...args),
|
212
|
+
);
|
199
213
|
},
|
200
214
|
listen() {
|
201
215
|
const callback = arguments[arguments.length - 1];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"express.js","sourceRoot":"","sources":["../../src/express-emulator/express.js"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"express.js","sourceRoot":"","sources":["../../src/express-emulator/express.js"],"names":[],"mappings":"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"}
|