@balena/pinejs 14.42.0 → 14.42.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,3 +1,903 @@
1
+ - commits:
2
+ - subject: Update dependencies
3
+ hash: 5009aecb7b6ae68dbe4ed53d95ec0cab45e19564
4
+ body: |
5
+ Update @balena/abstract-sql-compiler from 7.19.0 to 7.19.1
6
+ Update @balena/abstract-sql-to-typescript from 1.1.1 to 1.2.0
7
+ Update @balena/lf-to-abstract-sql from 4.5.0 to 4.5.1
8
+ Update @balena/odata-parser from 2.2.8 to 2.2.9
9
+ Update @balena/odata-to-abstract-sql from 5.4.8 to 5.4.9
10
+ Update @balena/sbvr-parser from 1.4.0 to 1.4.1
11
+ Update @balena/sbvr-types from 3.4.6 to 3.4.7
12
+ Update pinejs-client-core from 6.10.1 to 6.10.2
13
+ footer:
14
+ Change-type: patch
15
+ change-type: patch
16
+ author: Pagan Gazzard
17
+ nested:
18
+ - commits:
19
+ - subject: Update dependencies
20
+ hash: 923dd2d492246b99cc62d51a25dd96464e7c1e87
21
+ body: |
22
+ Update @balena/sbvr-types from 3.4.5 to 3.4.7
23
+ footer:
24
+ Change-type: patch
25
+ change-type: patch
26
+ author: Pagan Gazzard
27
+ nested:
28
+ - commits:
29
+ - subject: Update dependencies
30
+ hash: e416444d436c0e01474b624408635a811259f9a1
31
+ body: ""
32
+ footer:
33
+ Change-type: patch
34
+ change-type: patch
35
+ author: Pagan Gazzard
36
+ - subject: Remove circleci
37
+ hash: 15cbb6de080f6f5a7898d1626d9948b371d971b2
38
+ body: ""
39
+ footer:
40
+ Change-type: patch
41
+ change-type: patch
42
+ author: Pagan Gazzard
43
+ version: sbvr-types-3.4.7
44
+ title: "'Remove circleci/update deps'"
45
+ date: 2022-04-08T13:33:49.743Z
46
+ - commits:
47
+ - subject: Avoid creating a new Date object when we already have one
48
+ hash: 07eb756eca00a506b618dc197b67dcc7a9ea3733
49
+ body: ""
50
+ footer:
51
+ Change-type: patch
52
+ change-type: patch
53
+ author: Pagan Gazzard
54
+ version: sbvr-types-3.4.6
55
+ date: 2021-09-21T14:01:00.590Z
56
+ version: abstract-sql-compiler-7.19.1
57
+ title: "'Update dependencies'"
58
+ date: 2022-04-08T13:57:15.961Z
59
+ - commits:
60
+ - subject: Add support for reverse references using relationships info
61
+ hash: 0899e7780f41e34f7ee396f24fc4aff1edf7e4f8
62
+ body: ""
63
+ footer:
64
+ Change-type: minor
65
+ change-type: minor
66
+ author: Pagan Gazzard
67
+ nested: []
68
+ version: abstract-sql-to-typescript-1.2.0
69
+ title: "'Add support for reverse references using relationships info'"
70
+ date: 2022-04-15T14:46:55.075Z
71
+ - commits:
72
+ - subject: Update dependencies
73
+ hash: dd79d29d1e4ac31a4fdf7daf2e663ef876aec09c
74
+ body: |
75
+ Update @balena/abstract-sql-compiler from 7.4.2 to 7.19.1
76
+ Update @balena/odata-to-abstract-sql from 5.4.1 to 5.4.9
77
+ footer:
78
+ Change-type: patch
79
+ change-type: patch
80
+ author: Pagan Gazzard
81
+ nested:
82
+ - commits:
83
+ - subject: Update dependencies
84
+ hash: a80855150955d687b565a33633fe69b4e5e10ebd
85
+ body: >
86
+ Update @balena/abstract-sql-compiler from 7.17.0 to
87
+ 7.19.0
88
+
89
+ Update @balena/odata-parser from 2.2.8 to 2.2.9
90
+ footer:
91
+ Change-type: patch
92
+ change-type: patch
93
+ author: Pagan Gazzard
94
+ nested:
95
+ - commits:
96
+ - subject: Remove .circleci/config.yml
97
+ hash: 017b5e4c10ed4e13b344086888f6bc64cacb9c0c
98
+ body: ""
99
+ footer:
100
+ Change-type: patch
101
+ change-type: patch
102
+ Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
103
+ signed-off-by: Thodoris Greasidis <thodoris@balena.io>
104
+ author: Thodoris Greasidis
105
+ nested: []
106
+ - subject: Add support for `ConcatenateWithSeparator` nodes
107
+ hash: 34bae3f19224ba38cf6806653ef8884a07f41357
108
+ body: ""
109
+ footer:
110
+ Change-type: minor
111
+ change-type: minor
112
+ author: Thodoris Greasidis
113
+ nested: []
114
+ version: abstract-sql-compiler-7.19.0
115
+ title: "'Add support for nodes'"
116
+ date: 2022-03-24T14:48:17.742Z
117
+ - commits:
118
+ - subject: Add reference property type
119
+ hash: d28e2456dff10b18bcc97b7232479fe78efd5eb3
120
+ body: >
121
+ Property type describes if the reference is
122
+ 'strict' or 'informative'.
123
+
124
+
125
+ Behaviour change only if type is informative otherwise default 'strict'.
126
+
127
+
128
+ An informative reference is just an int field that points
129
+
130
+ to another tables id field - like foreign key without constraints
131
+
132
+ or foregein key cascades.
133
+ footer:
134
+ Change-type: minor
135
+ change-type: minor
136
+ Signed-off-by: Harald Fischer <harald@balena.io>
137
+ signed-off-by: Harald Fischer <harald@balena.io>
138
+ author: Harald Fischer
139
+ nested: []
140
+ version: abstract-sql-compiler-7.18.0
141
+ title: "'Add informative reference dataType to schema tests'"
142
+ date: 2022-02-16T14:18:44.963Z
143
+ - commits:
144
+ - subject: Avoid the operation type optimization for HAVING clauses
145
+ hash: 3fcf08bc02c21d9f49b78787ed516fa9a403f021
146
+ body: >
147
+ Since it's possible for them to behave in a way
148
+ that violates the
149
+
150
+ safety checks we'll disable them until we can add specific checks
151
+
152
+ for the HAVING clause
153
+ footer:
154
+ Change-type: patch
155
+ change-type: patch
156
+ author: Pagan Gazzard
157
+ nested: []
158
+ version: abstract-sql-compiler-7.17.1
159
+ date: 2022-01-24T17:36:32.056Z
160
+ - commits:
161
+ - subject: Update dependencies
162
+ hash: e63884d3e86c2654fd601cacc53f3e8e61bb1d87
163
+ body: ""
164
+ footer:
165
+ Change-type: patch
166
+ change-type: patch
167
+ author: Pagan Gazzard
168
+ - subject: Remove circleci
169
+ hash: 39e258be1ffdd9cce2c4e1bcc4ba69bf00f8de76
170
+ body: ""
171
+ footer:
172
+ Change-type: patch
173
+ change-type: patch
174
+ author: Pagan Gazzard
175
+ version: odata-parser-2.2.9
176
+ title: "'Remove circleci/update deps'"
177
+ date: 2022-04-08T13:13:27.932Z
178
+ - subject: Remove circleci
179
+ hash: a0d153897fe474fbb6fb87f2606c3d8ca5296799
180
+ body: ""
181
+ footer:
182
+ Change-type: patch
183
+ change-type: patch
184
+ author: Pagan Gazzard
185
+ nested: []
186
+ version: odata-to-abstract-sql-5.4.9
187
+ title: "'Remove circleci/update deps'"
188
+ date: 2022-04-08T13:29:18.390Z
189
+ - commits:
190
+ - subject: Use the full alias for the prefix hash
191
+ hash: d60132e2eed1408735c1ee6dae12d69548cb1796
192
+ body: >
193
+ This simplifies the code and also avoids an issue where
194
+ we not using
195
+
196
+ enough of the prefix for the hash
197
+ footer:
198
+ Change-type: patch
199
+ change-type: patch
200
+ author: Pagan Gazzard
201
+ nested: []
202
+ version: odata-to-abstract-sql-5.4.8
203
+ date: 2022-01-13T13:11:52.889Z
204
+ - commits:
205
+ - subject: Use a hash instead of random str when it's necessary to shorten aliases
206
+ hash: cb05ec69fe0e08fc4619b38a99272c3a7ea42e21
207
+ body: >
208
+ This means the prefix will be stable/reliable across
209
+ runs and make it
210
+
211
+ easier to compare the output generating from different runs
212
+
213
+
214
+ Update @balena/abstract-sql-compiler from 7.14.1 to 7.17.0
215
+
216
+ Update @balena/lf-to-abstract-sql from 4.3.0 to 4.4.1
217
+
218
+ Update @balena/sbvr-parser from 1.2.5 to 1.3.0
219
+ footer:
220
+ Change-type: patch
221
+ change-type: patch
222
+ author: Pagan Gazzard
223
+ nested: []
224
+ version: odata-to-abstract-sql-5.4.7
225
+ date: 2022-01-11T17:40:53.504Z
226
+ - commits:
227
+ - subject: Improve `ResourceFunction` typings
228
+ hash: b511221bb08ad74b72020093f618ba49db5be765
229
+ body: ""
230
+ footer:
231
+ Change-type: patch
232
+ change-type: patch
233
+ author: Pagan Gazzard
234
+ nested: []
235
+ version: odata-to-abstract-sql-5.4.6
236
+ date: 2021-11-30T16:42:04.591Z
237
+ - commits:
238
+ - subject: Fix `isBindReference` check for non-null non-object types
239
+ hash: a1d356e93d8b6f4e137e70ebf5c1719b88e20ea5
240
+ body: ""
241
+ footer:
242
+ Change-type: patch
243
+ change-type: patch
244
+ author: Pagan Gazzard
245
+ nested: []
246
+ version: odata-to-abstract-sql-5.4.5
247
+ date: 2021-11-26T16:03:43.668Z
248
+ - commits:
249
+ - subject: Convert tests to type checked javascript
250
+ hash: a5ba8586c03c85918d69f051b499e2e8f0751e4f
251
+ body: ""
252
+ footer:
253
+ Change-type: patch
254
+ change-type: patch
255
+ author: Pagan Gazzard
256
+ nested: []
257
+ version: odata-to-abstract-sql-5.4.4
258
+ date: 2021-09-07T14:57:14.139Z
259
+ - commits:
260
+ - subject: Add SBVR Date TIme Type to DateTrunc Wrapper JS Date format has only
261
+ milliseconds precision, postgresql stores TIMESTAMPS
262
+ with microseconds precission. Comparisions may fail,
263
+ when giving millisecond JS dates but comparing on
264
+ microseconds.
265
+ hash: 4cc9f617facc62717cf475c93b3b12232475e9a0
266
+ body: |
267
+ Update abstract-sql-compiler from 7.4.2 to 7.13.4
268
+ footer:
269
+ Change-type: patch
270
+ change-type: patch
271
+ Signed-off-by: fisehara <harald@balena.io>
272
+ signed-off-by: fisehara <harald@balena.io>
273
+ author: fisehara
274
+ nested:
275
+ - commits:
276
+ - subject: Support for non postgres db engines
277
+ hash: 7f93d469cadec5fe77353dff90bbf0183debaaab
278
+ body: |
279
+ FunctionWrapper type for ReferencedField
280
+ footer:
281
+ Change-type: patch
282
+ change-type: patch
283
+ Signed-off-by: fisehara <harald@balena.io>
284
+ signed-off-by: fisehara <harald@balena.io>
285
+ author: fisehara
286
+ nested: []
287
+ version: abstract-sql-compiler-7.13.4
288
+ date: 2021-08-17T09:30:05.634Z
289
+ - commits:
290
+ - subject: Supprt date_trunc postgres date function for DateValue
291
+ hash: 75066d356729fdd9d230abcd639c80ac806018ab
292
+ body: ""
293
+ footer:
294
+ Change-type: patch
295
+ change-type: patch
296
+ Signed-off-by: fisehara harald@balena.io
297
+ signed-off-by: fisehara harald@balena.io
298
+ author: fisehara
299
+ nested: []
300
+ version: abstract-sql-compiler-7.13.3
301
+ date: 2021-07-28T08:58:56.916Z
302
+ - commits:
303
+ - subject: Update dependencies
304
+ hash: 8fc84d38e28b1dfdf5a3d349fde874e81c4c9a02
305
+ body: ""
306
+ footer:
307
+ Change-type: patch
308
+ change-type: patch
309
+ author: Pagan Gazzard
310
+ nested: []
311
+ version: abstract-sql-compiler-7.13.2
312
+ date: 2021-07-26T13:53:41.679Z
313
+ - commits:
314
+ - subject: Delete CODEOWNERS
315
+ hash: 91a8e9ac9b30d144c7a9034eeda9bd30956addfd
316
+ body: ""
317
+ footer:
318
+ Change-type: patch
319
+ change-type: patch
320
+ See: https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
321
+ see: https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
322
+ author: Thodoris Greasidis
323
+ nested: []
324
+ version: abstract-sql-compiler-7.13.1
325
+ date: 2021-06-30T21:23:27.059Z
326
+ - commits:
327
+ - subject: Add support for `CurrentTimestamp`/`CurrentDate` nodes
328
+ hash: 0f2dce05456d953a09cbe13df3bf95471026db4a
329
+ body: ""
330
+ footer:
331
+ Change-type: minor
332
+ change-type: minor
333
+ author: Pagan Gazzard
334
+ nested: []
335
+ version: abstract-sql-compiler-7.13.0
336
+ date: 2021-05-18T18:28:20.380Z
337
+ - commits:
338
+ - subject: Update sbvr-types to 3.4.3
339
+ hash: 4acfbd8870b6948ea243a663515f1ebb3e0233d4
340
+ body: |
341
+ Update sbvr-types from 3.4.2 to 3.4.3
342
+ footer:
343
+ Change-type: patch
344
+ change-type: patch
345
+ author: Thodoris Greasidis
346
+ nested:
347
+ - commits:
348
+ - subject: Support boolean results from the db as well as integer
349
+ hash: 337c9af41ca4b17e06e79e574b0c5849928a167b
350
+ body: ""
351
+ footer:
352
+ Change-type: patch
353
+ change-type: patch
354
+ author: Pagan Gazzard
355
+ version: sbvr-types-3.4.3
356
+ date: 2021-05-11T13:04:19.851Z
357
+ version: abstract-sql-compiler-7.12.7
358
+ date: 2021-05-18T17:05:09.592Z
359
+ - commits:
360
+ - subject: Allow duration seconds to be nullable
361
+ hash: 66775322c806e9fb6fdcdcb922604860f78ee5dc
362
+ body: ""
363
+ footer:
364
+ Change-type: patch
365
+ change-type: patch
366
+ author: Pagan Gazzard
367
+ nested: []
368
+ version: abstract-sql-compiler-7.12.6
369
+ date: 2021-05-18T16:34:30.300Z
370
+ - commits:
371
+ - subject: Re-enable all tests
372
+ hash: dee9ad52b1ae35e26ccdd129c8e540b83e8cd57e
373
+ body: ""
374
+ footer:
375
+ Change-type: patch
376
+ change-type: patch
377
+ author: Pagan Gazzard
378
+ nested: []
379
+ version: abstract-sql-compiler-7.12.5
380
+ date: 2021-05-18T16:24:08.122Z
381
+ - commits:
382
+ - subject: Revert "Remove now unnecessary hack for casting SERIAL types"
383
+ hash: 60a56423de9262b5b454ff4cd83c1d1fd39d071e
384
+ body: >
385
+ This reverts commit
386
+ 187bc075d237a2ced731d0a026ca25aa3e0f5540.
387
+ footer:
388
+ Change-type: patch
389
+ change-type: patch
390
+ author: Pagan Gazzard
391
+ nested: []
392
+ version: abstract-sql-compiler-7.12.4
393
+ date: 2021-05-04T17:51:57.071Z
394
+ - commits:
395
+ - subject: Remove now unnecessary hack for casting SERIAL types
396
+ hash: 187bc075d237a2ced731d0a026ca25aa3e0f5540
397
+ body: >
398
+ This became unnecessary when @balena/sbvr-types
399
+ added the concept of
400
+
401
+ cast types since that now specifies how to cast a SERIAL type
402
+ footer:
403
+ Change-type: patch
404
+ change-type: patch
405
+ author: Pagan Gazzard
406
+ nested: []
407
+ version: abstract-sql-compiler-7.12.3
408
+ date: 2021-05-03T11:31:24.967Z
409
+ - commits:
410
+ - subject: Update dependencies
411
+ hash: a6219180c9962df1ff0de4951201f088efb1fb4b
412
+ body: |
413
+ Update sbvr-types from 3.1.3 to 3.4.2
414
+ footer:
415
+ Change-type: patch
416
+ change-type: patch
417
+ author: Pagan Gazzard
418
+ nested:
419
+ - commits:
420
+ - subject: Update dev dependencies
421
+ hash: b7c817c8246fb95aab917e8ba1196b695103d962
422
+ body: ""
423
+ footer:
424
+ Change-type: patch
425
+ change-type: patch
426
+ author: Pagan Gazzard
427
+ version: sbvr-types-3.4.2
428
+ date: 2021-03-22T17:11:56.138Z
429
+ - commits:
430
+ - subject: Remove unnecessary native fact type entries for synonymous forms
431
+ hash: 64e889f7bda6f3dcf4c539248e737fef26b5686c
432
+ body: ""
433
+ footer:
434
+ Change-type: patch
435
+ change-type: patch
436
+ author: Pagan Gazzard
437
+ version: sbvr-types-3.4.1
438
+ date: 2021-02-10T18:13:49.610Z
439
+ - commits:
440
+ - subject: Add a `Current Time` name that can be used to refer to the current time
441
+ hash: 83d20325939d0e5f9922f57a36e0932ba71ebad4
442
+ body: ""
443
+ footer:
444
+ Change-type: minor
445
+ change-type: minor
446
+ author: Pagan Gazzard
447
+ version: sbvr-types-3.4.0
448
+ date: 2021-02-08T13:54:15.848Z
449
+ - commits:
450
+ - subject: Add `is before` & `is after` verbs to the Date & DateTime types
451
+ hash: 9d4414558d16821e485e08fc4a0504ef1d6c617f
452
+ body: ""
453
+ footer:
454
+ Change-type: minor
455
+ change-type: minor
456
+ Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
457
+ signed-off-by: Thodoris Greasidis <thodoris@balena.io>
458
+ author: Thodoris Greasidis
459
+ version: sbvr-types-3.3.0
460
+ date: 2021-02-05T20:43:59.350Z
461
+ - commits:
462
+ - subject: Add support for the `contains` verb to the text type
463
+ hash: 8e074867c7b94f99664b14caaebeddb5e9f1fe9c
464
+ body: ""
465
+ footer:
466
+ Change-type: minor
467
+ change-type: minor
468
+ author: Thodoris Greasidis
469
+ - subject: Add support for the`ends with` verb to the text type
470
+ hash: 4e233bffa0800a9601e80aebf86d70cd518c2901
471
+ body: ""
472
+ footer:
473
+ Change-type: minor
474
+ change-type: minor
475
+ author: Thodoris Greasidis
476
+ - subject: Add support for the `starts with` verb to the text type
477
+ hash: 1b5652a57bbad48f9b9b18c88f8b4ad9e6b01441
478
+ body: ""
479
+ footer:
480
+ Change-type: minor
481
+ change-type: minor
482
+ author: Thodoris Greasidis
483
+ version: sbvr-types-3.2.0
484
+ date: 2021-01-29T19:15:49.140Z
485
+ version: abstract-sql-compiler-7.12.2
486
+ date: 2021-03-22T17:41:46.393Z
487
+ - commits:
488
+ - subject: Enable strict options by default and only disable specific ones
489
+ hash: 84bfaac15e78453ff8a87a5a4836505a78f43666
490
+ body: ""
491
+ footer:
492
+ Change-type: patch
493
+ change-type: patch
494
+ author: Pagan Gazzard
495
+ nested: []
496
+ version: abstract-sql-compiler-7.12.1
497
+ date: 2021-03-22T17:21:30.316Z
498
+ - commits:
499
+ - subject: Enable narrowing down create/delete referenced fields for nested exists
500
+ hash: 5dbc3ddf05701e5b4188bfa8db64d0a12e3b8298
501
+ body: ""
502
+ footer:
503
+ Change-type: minor
504
+ change-type: minor
505
+ author: Pagan Gazzard
506
+ nested: []
507
+ version: abstract-sql-compiler-7.12.0
508
+ date: 2021-03-05T20:34:11.366Z
509
+ - commits:
510
+ - subject: Generalize/share the referenced fields code and cover more cases
511
+ hash: 3e77ac1aed9f3fb596f6a01a08a1800fead1e860
512
+ body: |
513
+ This now allows detecting deletes that are
514
+ footer:
515
+ Change-type: minor
516
+ change-type: minor
517
+ author: Pagan Gazzard
518
+ nested: []
519
+ version: abstract-sql-compiler-7.11.0
520
+ date: 2021-03-01T18:55:09.855Z
521
+ - commits:
522
+ - subject: Fix `getModifiedFields` for `UpsertQuery`s
523
+ hash: c19c902f1a6e268952540cd19960f6752a303f65
524
+ body: ""
525
+ footer:
526
+ Change-type: patch
527
+ change-type: patch
528
+ author: Pagan Gazzard
529
+ nested: []
530
+ version: abstract-sql-compiler-7.10.2
531
+ date: 2021-02-12T19:36:19.259Z
532
+ - commits:
533
+ - subject: Separate code relating to referenced fields out of the main file
534
+ hash: 7ca7b5cfad4e8833293426235667cc59245f427a
535
+ body: ""
536
+ footer:
537
+ Change-type: patch
538
+ change-type: patch
539
+ author: Pagan Gazzard
540
+ nested: []
541
+ version: abstract-sql-compiler-7.10.1
542
+ date: 2021-01-29T18:35:19.430Z
543
+ - commits:
544
+ - subject: Add an `action` property to modified fields of create/update/delete
545
+ hash: 8f071b8724bdae5574d5fea6c9f20e6e77daf3e6
546
+ body: ""
547
+ footer:
548
+ Change-type: minor
549
+ change-type: minor
550
+ author: Pagan Gazzard
551
+ nested: []
552
+ - subject: Automatically add `ruleReferencedFields` to `SqlRule`s
553
+ hash: f49548828fd75957290b6fdec166abf7bb0a53bf
554
+ body: ""
555
+ footer:
556
+ Change-type: minor
557
+ change-type: minor
558
+ author: Pagan Gazzard
559
+ nested: []
560
+ - subject: Add a `getRuleReferencedFields` which is tailored for rules
561
+ hash: 256c36de4a1efb7a46eb9833e1c3228d17194015
562
+ body: >
563
+ This works on the assumption that it is a rule
564
+ query that should always
565
+
566
+ return true and allows ignoring more modification cases where they
567
+
568
+ cannot change the result from true to false
569
+ footer:
570
+ Change-type: minor
571
+ change-type: minor
572
+ author: Pagan Gazzard
573
+ nested: []
574
+ version: abstract-sql-compiler-7.10.0
575
+ date: 2021-01-29T16:30:19.410Z
576
+ - commits:
577
+ - subject: Add test for optimizeSchema optimizing rules
578
+ hash: 4e94ee4961e98305c927734ce85067d409f90e18
579
+ body: ""
580
+ footer:
581
+ Change-type: patch
582
+ change-type: patch
583
+ author: Pagan Gazzard
584
+ nested: []
585
+ version: abstract-sql-compiler-7.9.1
586
+ date: 2021-01-29T13:01:10.504Z
587
+ - commits:
588
+ - subject: Optimize the abstract sql of rules when running `optimizeSchema`
589
+ hash: 2ed97849674acb76f498c346b28d2861d1827ba5
590
+ body: ""
591
+ footer:
592
+ Change-type: minor
593
+ change-type: minor
594
+ author: Pagan Gazzard
595
+ nested: []
596
+ version: abstract-sql-compiler-7.9.0
597
+ date: 2021-01-25T17:48:56.215Z
598
+ - commits:
599
+ - subject: Fix schema optimizations when table and resource names are different
600
+ hash: 46704031fbde45fd0e36b0963f8cf524df53398b
601
+ body: ""
602
+ footer:
603
+ Change-type: patch
604
+ change-type: patch
605
+ author: Pagan Gazzard
606
+ nested: []
607
+ version: abstract-sql-compiler-7.8.2
608
+ date: 2021-01-15T20:38:59.313Z
609
+ - commits:
610
+ - subject: Convert some lodash usage to native equivalents
611
+ hash: 400937fd3b220dccd557d67ff33d83d51ff0b939
612
+ body: ""
613
+ footer:
614
+ Change-type: patch
615
+ change-type: patch
616
+ author: Pagan Gazzard
617
+ nested: []
618
+ version: abstract-sql-compiler-7.8.1
619
+ date: 2021-01-04T13:04:45.938Z
620
+ - commits:
621
+ - subject: Optimize Is[Not]DistinctFrom and [Not]Exists for non-null values
622
+ hash: 682e84dea2088fb0c336b05be83183e627c20d4f
623
+ body: ""
624
+ footer:
625
+ Change-type: minor
626
+ change-type: minor
627
+ author: Pagan Gazzard
628
+ nested: []
629
+ version: abstract-sql-compiler-7.8.0
630
+ date: 2021-01-01T20:22:14.871Z
631
+ - commits:
632
+ - subject: Optimize EXISTS/NOT EXISTS for empty queries
633
+ hash: 39431de07eeb98d731a114c1717575d364ddc06f
634
+ body: ""
635
+ footer:
636
+ Change-type: minor
637
+ change-type: minor
638
+ author: Pagan Gazzard
639
+ nested: []
640
+ version: abstract-sql-compiler-7.7.0
641
+ date: 2021-01-01T17:47:15.206Z
642
+ - commits:
643
+ - subject: Optimize away AND/ORs with false/true respectively
644
+ hash: f0249d98032b0306f7d216b5ad8e8d2c96c466fc
645
+ body: ""
646
+ footer:
647
+ Change-type: minor
648
+ change-type: minor
649
+ author: Pagan Gazzard
650
+ nested: []
651
+ version: abstract-sql-compiler-7.6.0
652
+ date: 2021-01-01T16:18:03.545Z
653
+ - commits:
654
+ - subject: Optimize out booleans from AND/OR where possible
655
+ hash: d3d9a86ebc231dc4b11b20311e6d007a19202b18
656
+ body: ""
657
+ footer:
658
+ Change-type: minor
659
+ change-type: minor
660
+ author: Pagan Gazzard
661
+ nested: []
662
+ version: abstract-sql-compiler-7.5.0
663
+ date: 2021-01-01T14:03:49.386Z
664
+ version: odata-to-abstract-sql-5.4.3
665
+ date: 2021-08-24T18:50:04.205Z
666
+ - commits:
667
+ - subject: Delete CODEOWNERS
668
+ hash: 2b64f472840fa23d1636bc7ae71fe95780683017
669
+ body: ""
670
+ footer:
671
+ Change-type: patch
672
+ change-type: patch
673
+ See: https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
674
+ see: https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
675
+ author: Thodoris Greasidis
676
+ nested: []
677
+ version: odata-to-abstract-sql-5.4.2
678
+ date: 2021-06-30T21:27:55.877Z
679
+ version: abstract-sql-to-typescript-1.1.2
680
+ title: "'Update dependencies'"
681
+ date: 2022-04-08T15:16:42.065Z
682
+ - commits:
683
+ - subject: Update dependencies
684
+ hash: 5b17ef11e039219dec3498c531288a1bdfbbc83b
685
+ body: |
686
+ Update @balena/sbvr-parser from 1.4.0 to 1.4.1
687
+ footer:
688
+ Change-type: patch
689
+ change-type: patch
690
+ author: Pagan Gazzard
691
+ nested:
692
+ - commits:
693
+ - subject: Update dependencies
694
+ hash: 28e057c3c2329b9a3e76dcc136632eab7e271f48
695
+ body: ""
696
+ footer:
697
+ Change-type: patch
698
+ change-type: patch
699
+ author: Pagan Gazzard
700
+ - subject: Remove circleci
701
+ hash: cd8d96dc294daa11873cee5d723ecb816e015089
702
+ body: ""
703
+ footer:
704
+ Change-type: patch
705
+ change-type: patch
706
+ author: Pagan Gazzard
707
+ version: sbvr-parser-1.4.1
708
+ title: "'Remove circleci/update deps'"
709
+ date: 2022-04-08T11:53:36.217Z
710
+ - subject: Remove circleci
711
+ hash: 2f10bfa8381fba27ed211c4dfe0e47dfec779b21
712
+ body: ""
713
+ footer:
714
+ Change-type: patch
715
+ change-type: patch
716
+ author: Pagan Gazzard
717
+ nested: []
718
+ version: lf-to-abstract-sql-4.5.1
719
+ title: "'Remove circleci/update deps'"
720
+ date: 2022-04-08T12:05:32.848Z
721
+ - commits:
722
+ - subject: Update dependencies
723
+ hash: e63884d3e86c2654fd601cacc53f3e8e61bb1d87
724
+ body: ""
725
+ footer:
726
+ Change-type: patch
727
+ change-type: patch
728
+ author: Pagan Gazzard
729
+ - subject: Remove circleci
730
+ hash: 39e258be1ffdd9cce2c4e1bcc4ba69bf00f8de76
731
+ body: ""
732
+ footer:
733
+ Change-type: patch
734
+ change-type: patch
735
+ author: Pagan Gazzard
736
+ version: odata-parser-2.2.9
737
+ title: "'Remove circleci/update deps'"
738
+ date: 2022-04-08T13:13:27.932Z
739
+ - commits:
740
+ - subject: Update dependencies
741
+ hash: a80855150955d687b565a33633fe69b4e5e10ebd
742
+ body: |
743
+ Update @balena/abstract-sql-compiler from 7.17.0 to 7.19.0
744
+ Update @balena/odata-parser from 2.2.8 to 2.2.9
745
+ footer:
746
+ Change-type: patch
747
+ change-type: patch
748
+ author: Pagan Gazzard
749
+ nested:
750
+ - commits:
751
+ - subject: Remove .circleci/config.yml
752
+ hash: 017b5e4c10ed4e13b344086888f6bc64cacb9c0c
753
+ body: ""
754
+ footer:
755
+ Change-type: patch
756
+ change-type: patch
757
+ Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
758
+ signed-off-by: Thodoris Greasidis <thodoris@balena.io>
759
+ author: Thodoris Greasidis
760
+ nested: []
761
+ - subject: Add support for `ConcatenateWithSeparator` nodes
762
+ hash: 34bae3f19224ba38cf6806653ef8884a07f41357
763
+ body: ""
764
+ footer:
765
+ Change-type: minor
766
+ change-type: minor
767
+ author: Thodoris Greasidis
768
+ nested: []
769
+ version: abstract-sql-compiler-7.19.0
770
+ title: "'Add support for nodes'"
771
+ date: 2022-03-24T14:48:17.742Z
772
+ - commits:
773
+ - subject: Add reference property type
774
+ hash: d28e2456dff10b18bcc97b7232479fe78efd5eb3
775
+ body: >
776
+ Property type describes if the reference is 'strict' or
777
+ 'informative'.
778
+
779
+
780
+ Behaviour change only if type is informative otherwise default 'strict'.
781
+
782
+
783
+ An informative reference is just an int field that points
784
+
785
+ to another tables id field - like foreign key without constraints
786
+
787
+ or foregein key cascades.
788
+ footer:
789
+ Change-type: minor
790
+ change-type: minor
791
+ Signed-off-by: Harald Fischer <harald@balena.io>
792
+ signed-off-by: Harald Fischer <harald@balena.io>
793
+ author: Harald Fischer
794
+ nested: []
795
+ version: abstract-sql-compiler-7.18.0
796
+ title: "'Add informative reference dataType to schema tests'"
797
+ date: 2022-02-16T14:18:44.963Z
798
+ - commits:
799
+ - subject: Avoid the operation type optimization for HAVING clauses
800
+ hash: 3fcf08bc02c21d9f49b78787ed516fa9a403f021
801
+ body: >
802
+ Since it's possible for them to behave in a way that
803
+ violates the
804
+
805
+ safety checks we'll disable them until we can add specific checks
806
+
807
+ for the HAVING clause
808
+ footer:
809
+ Change-type: patch
810
+ change-type: patch
811
+ author: Pagan Gazzard
812
+ nested: []
813
+ version: abstract-sql-compiler-7.17.1
814
+ date: 2022-01-24T17:36:32.056Z
815
+ - commits:
816
+ - subject: Update dependencies
817
+ hash: e63884d3e86c2654fd601cacc53f3e8e61bb1d87
818
+ body: ""
819
+ footer:
820
+ Change-type: patch
821
+ change-type: patch
822
+ author: Pagan Gazzard
823
+ - subject: Remove circleci
824
+ hash: 39e258be1ffdd9cce2c4e1bcc4ba69bf00f8de76
825
+ body: ""
826
+ footer:
827
+ Change-type: patch
828
+ change-type: patch
829
+ author: Pagan Gazzard
830
+ version: odata-parser-2.2.9
831
+ title: "'Remove circleci/update deps'"
832
+ date: 2022-04-08T13:13:27.932Z
833
+ - subject: Remove circleci
834
+ hash: a0d153897fe474fbb6fb87f2606c3d8ca5296799
835
+ body: ""
836
+ footer:
837
+ Change-type: patch
838
+ change-type: patch
839
+ author: Pagan Gazzard
840
+ nested: []
841
+ version: odata-to-abstract-sql-5.4.9
842
+ title: "'Remove circleci/update deps'"
843
+ date: 2022-04-08T13:29:18.390Z
844
+ - commits:
845
+ - subject: Update dependencies
846
+ hash: edc7575ac0976037506deb076d034e7cf08ce5bb
847
+ body: ""
848
+ footer:
849
+ Change-type: patch
850
+ change-type: patch
851
+ author: Pagan Gazzard
852
+ - subject: Remove circleci
853
+ hash: 59c5a36292a80149b305d83a4d22b4d2dbe3001d
854
+ body: ""
855
+ footer:
856
+ Change-type: patch
857
+ change-type: patch
858
+ author: Pagan Gazzard
859
+ version: pinejs-client-js-6.10.2
860
+ title: "'Remove circleci/update deps'"
861
+ date: 2022-04-08T13:22:23.848Z
862
+ - commits:
863
+ - subject: Update dependencies
864
+ hash: 28e057c3c2329b9a3e76dcc136632eab7e271f48
865
+ body: ""
866
+ footer:
867
+ Change-type: patch
868
+ change-type: patch
869
+ author: Pagan Gazzard
870
+ - subject: Remove circleci
871
+ hash: cd8d96dc294daa11873cee5d723ecb816e015089
872
+ body: ""
873
+ footer:
874
+ Change-type: patch
875
+ change-type: patch
876
+ author: Pagan Gazzard
877
+ version: sbvr-parser-1.4.1
878
+ title: "'Remove circleci/update deps'"
879
+ date: 2022-04-08T11:53:36.217Z
880
+ - commits:
881
+ - subject: Update dependencies
882
+ hash: e416444d436c0e01474b624408635a811259f9a1
883
+ body: ""
884
+ footer:
885
+ Change-type: patch
886
+ change-type: patch
887
+ author: Pagan Gazzard
888
+ - subject: Remove circleci
889
+ hash: 15cbb6de080f6f5a7898d1626d9948b371d971b2
890
+ body: ""
891
+ footer:
892
+ Change-type: patch
893
+ change-type: patch
894
+ author: Pagan Gazzard
895
+ version: sbvr-types-3.4.7
896
+ title: "'Remove circleci/update deps'"
897
+ date: 2022-04-08T13:33:49.743Z
898
+ version: 14.42.1
899
+ title: "'Update dependencies'"
900
+ date: 2022-04-20T16:34:42.109Z
1
901
  - commits:
2
902
  - subject: Add an expiry date to 'api key'
3
903
  hash: 153f05c6eb7828a239872a4346f2d0392ffe2f93
@@ -11,7 +911,7 @@
11
911
  nested: []
12
912
  version: 14.42.0
13
913
  title: "'Add an expiry date to 'api key''"
14
- date: 2022-04-15T11:26:38.870Z
914
+ date: 2022-04-13T17:13:03.727Z
15
915
  - commits:
16
916
  - subject: Add link and npm package version badge
17
917
  hash: 9218483726ccc03e187087c7b89b05d6ef89586d
package/CHANGELOG.md CHANGED
@@ -4,7 +4,308 @@ 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
- ## 14.42.0 - 2022-04-15
7
+ ## 14.42.1 - 2022-04-20
8
+
9
+
10
+ <details>
11
+ <summary> Update dependencies [Pagan Gazzard] </summary>
12
+
13
+ > ### abstract-sql-compiler-7.19.1 - 2022-04-08
14
+ >
15
+ >
16
+ > <details>
17
+ > <summary> Update dependencies [Pagan Gazzard] </summary>
18
+ >
19
+ >> #### sbvr-types-3.4.7 - 2022-04-08
20
+ >>
21
+ >> * Update dependencies [Pagan Gazzard]
22
+ >> * Remove circleci [Pagan Gazzard]
23
+ >>
24
+ >> #### sbvr-types-3.4.6 - 2021-09-21
25
+ >>
26
+ >> * Avoid creating a new Date object when we already have one [Pagan Gazzard]
27
+ >>
28
+ > </details>
29
+ >
30
+ >
31
+ > ### abstract-sql-to-typescript-1.2.0 - 2022-04-15
32
+ >
33
+ > * Add support for reverse references using relationships info [Pagan Gazzard]
34
+ >
35
+ > ### abstract-sql-to-typescript-1.1.2 - 2022-04-08
36
+ >
37
+ >
38
+ > <details>
39
+ > <summary> Update dependencies [Pagan Gazzard] </summary>
40
+ >
41
+ >> #### odata-to-abstract-sql-5.4.9 - 2022-04-08
42
+ >>
43
+ >>
44
+ >> <details>
45
+ >> <summary> Update dependencies [Pagan Gazzard] </summary>
46
+ >>
47
+ >>> ##### abstract-sql-compiler-7.19.0 - 2022-03-24
48
+ >>>
49
+ >>> * Remove .circleci/config.yml [Thodoris Greasidis]
50
+ >>> * Add support for `ConcatenateWithSeparator` nodes [Thodoris Greasidis]
51
+ >>>
52
+ >>> ##### abstract-sql-compiler-7.18.0 - 2022-02-16
53
+ >>>
54
+ >>> * Add reference property type [Harald Fischer]
55
+ >>>
56
+ >>> ##### abstract-sql-compiler-7.17.1 - 2022-01-24
57
+ >>>
58
+ >>> * Avoid the operation type optimization for HAVING clauses [Pagan Gazzard]
59
+ >>>
60
+ >>> ##### odata-parser-2.2.9 - 2022-04-08
61
+ >>>
62
+ >>> * Update dependencies [Pagan Gazzard]
63
+ >>> * Remove circleci [Pagan Gazzard]
64
+ >>>
65
+ >> </details>
66
+ >>
67
+ >> * Remove circleci [Pagan Gazzard]
68
+ >>
69
+ >> #### odata-to-abstract-sql-5.4.8 - 2022-01-13
70
+ >>
71
+ >> * Use the full alias for the prefix hash [Pagan Gazzard]
72
+ >>
73
+ >> #### odata-to-abstract-sql-5.4.7 - 2022-01-11
74
+ >>
75
+ >> * Use a hash instead of random str when it's necessary to shorten aliases [Pagan Gazzard]
76
+ >>
77
+ >> #### odata-to-abstract-sql-5.4.6 - Invalid date
78
+ >>
79
+ >> * Improve `ResourceFunction` typings [Pagan Gazzard]
80
+ >>
81
+ >> #### odata-to-abstract-sql-5.4.5 - 2021-11-26
82
+ >>
83
+ >> * Fix `isBindReference` check for non-null non-object types [Pagan Gazzard]
84
+ >>
85
+ >> #### odata-to-abstract-sql-5.4.4 - 2021-09-07
86
+ >>
87
+ >> * Convert tests to type checked javascript [Pagan Gazzard]
88
+ >>
89
+ >> #### odata-to-abstract-sql-5.4.3 - 2021-08-24
90
+ >>
91
+ >>
92
+ >> <details>
93
+ >> <summary> Add SBVR Date TIme Type to DateTrunc Wrapper JS Date format has only milliseconds precision, postgresql stores TIMESTAMPS with microseconds precission. Comparisions may fail, when giving millisecond JS dates but comparing on microseconds. [fisehara] </summary>
94
+ >>
95
+ >>> ##### abstract-sql-compiler-7.13.4 - 2021-08-17
96
+ >>>
97
+ >>> * Support for non postgres db engines [fisehara]
98
+ >>>
99
+ >>> ##### abstract-sql-compiler-7.13.3 - 2021-07-28
100
+ >>>
101
+ >>> * Supprt date_trunc postgres date function for DateValue [fisehara]
102
+ >>>
103
+ >>> ##### abstract-sql-compiler-7.13.2 - 2021-07-26
104
+ >>>
105
+ >>> * Update dependencies [Pagan Gazzard]
106
+ >>>
107
+ >>> ##### abstract-sql-compiler-7.13.1 - Invalid date
108
+ >>>
109
+ >>> * Delete CODEOWNERS [Thodoris Greasidis]
110
+ >>>
111
+ >>> ##### abstract-sql-compiler-7.13.0 - 2021-05-18
112
+ >>>
113
+ >>> * Add support for `CurrentTimestamp`/`CurrentDate` nodes [Pagan Gazzard]
114
+ >>>
115
+ >>> ##### abstract-sql-compiler-7.12.7 - 2021-05-18
116
+ >>>
117
+ >>>
118
+ >>> <details>
119
+ >>> <summary> Update sbvr-types to 3.4.3 [Thodoris Greasidis] </summary>
120
+ >>>
121
+ >>>> ###### sbvr-types-3.4.3 - 2021-05-11
122
+ >>>>
123
+ >>>> * Support boolean results from the db as well as integer [Pagan Gazzard]
124
+ >>>>
125
+ >>> </details>
126
+ >>>
127
+ >>>
128
+ >>> ##### abstract-sql-compiler-7.12.6 - 2021-05-18
129
+ >>>
130
+ >>> * Allow duration seconds to be nullable [Pagan Gazzard]
131
+ >>>
132
+ >>> ##### abstract-sql-compiler-7.12.5 - 2021-05-18
133
+ >>>
134
+ >>> * Re-enable all tests [Pagan Gazzard]
135
+ >>>
136
+ >>> ##### abstract-sql-compiler-7.12.4 - 2021-05-04
137
+ >>>
138
+ >>> * Revert "Remove now unnecessary hack for casting SERIAL types" [Pagan Gazzard]
139
+ >>>
140
+ >>> ##### abstract-sql-compiler-7.12.3 - 2021-05-03
141
+ >>>
142
+ >>> * Remove now unnecessary hack for casting SERIAL types [Pagan Gazzard]
143
+ >>>
144
+ >>> ##### abstract-sql-compiler-7.12.2 - 2021-03-22
145
+ >>>
146
+ >>>
147
+ >>> <details>
148
+ >>> <summary> Update dependencies [Pagan Gazzard] </summary>
149
+ >>>
150
+ >>>> ###### sbvr-types-3.4.2 - 2021-03-22
151
+ >>>>
152
+ >>>> * Update dev dependencies [Pagan Gazzard]
153
+ >>>>
154
+ >>>> ###### sbvr-types-3.4.1 - 2021-02-10
155
+ >>>>
156
+ >>>> * Remove unnecessary native fact type entries for synonymous forms [Pagan Gazzard]
157
+ >>>>
158
+ >>>> ###### sbvr-types-3.4.0 - 2021-02-08
159
+ >>>>
160
+ >>>> * Add a `Current Time` name that can be used to refer to the current time [Pagan Gazzard]
161
+ >>>>
162
+ >>>> ###### sbvr-types-3.3.0 - 2021-02-05
163
+ >>>>
164
+ >>>> * Add `is before` & `is after` verbs to the Date & DateTime types [Thodoris Greasidis]
165
+ >>>>
166
+ >>>> ###### sbvr-types-3.2.0 - 2021-01-29
167
+ >>>>
168
+ >>>> * Add support for the `contains` verb to the text type [Thodoris Greasidis]
169
+ >>>> * Add support for the`ends with` verb to the text type [Thodoris Greasidis]
170
+ >>>> * Add support for the `starts with` verb to the text type [Thodoris Greasidis]
171
+ >>>>
172
+ >>> </details>
173
+ >>>
174
+ >>>
175
+ >>> ##### abstract-sql-compiler-7.12.1 - 2021-03-22
176
+ >>>
177
+ >>> * Enable strict options by default and only disable specific ones [Pagan Gazzard]
178
+ >>>
179
+ >>> ##### abstract-sql-compiler-7.12.0 - 2021-03-05
180
+ >>>
181
+ >>> * Enable narrowing down create/delete referenced fields for nested exists [Pagan Gazzard]
182
+ >>>
183
+ >>> ##### abstract-sql-compiler-7.11.0 - 2021-03-01
184
+ >>>
185
+ >>> * Generalize/share the referenced fields code and cover more cases [Pagan Gazzard]
186
+ >>>
187
+ >>> ##### abstract-sql-compiler-7.10.2 - 2021-02-12
188
+ >>>
189
+ >>> * Fix `getModifiedFields` for `UpsertQuery`s [Pagan Gazzard]
190
+ >>>
191
+ >>> ##### abstract-sql-compiler-7.10.1 - 2021-01-29
192
+ >>>
193
+ >>> * Separate code relating to referenced fields out of the main file [Pagan Gazzard]
194
+ >>>
195
+ >>> ##### abstract-sql-compiler-7.10.0 - 2021-01-29
196
+ >>>
197
+ >>> * Add an `action` property to modified fields of create/update/delete [Pagan Gazzard]
198
+ >>> * Automatically add `ruleReferencedFields` to `SqlRule`s [Pagan Gazzard]
199
+ >>> * Add a `getRuleReferencedFields` which is tailored for rules [Pagan Gazzard]
200
+ >>>
201
+ >>> ##### abstract-sql-compiler-7.9.1 - 2021-01-29
202
+ >>>
203
+ >>> * Add test for optimizeSchema optimizing rules [Pagan Gazzard]
204
+ >>>
205
+ >>> ##### abstract-sql-compiler-7.9.0 - 2021-01-25
206
+ >>>
207
+ >>> * Optimize the abstract sql of rules when running `optimizeSchema` [Pagan Gazzard]
208
+ >>>
209
+ >>> ##### abstract-sql-compiler-7.8.2 - 2021-01-15
210
+ >>>
211
+ >>> * Fix schema optimizations when table and resource names are different [Pagan Gazzard]
212
+ >>>
213
+ >>> ##### abstract-sql-compiler-7.8.1 - 2021-01-04
214
+ >>>
215
+ >>> * Convert some lodash usage to native equivalents [Pagan Gazzard]
216
+ >>>
217
+ >>> ##### abstract-sql-compiler-7.8.0 - 2021-01-01
218
+ >>>
219
+ >>> * Optimize Is[Not]DistinctFrom and [Not]Exists for non-null values [Pagan Gazzard]
220
+ >>>
221
+ >>> ##### abstract-sql-compiler-7.7.0 - 2021-01-01
222
+ >>>
223
+ >>> * Optimize EXISTS/NOT EXISTS for empty queries [Pagan Gazzard]
224
+ >>>
225
+ >>> ##### abstract-sql-compiler-7.6.0 - 2021-01-01
226
+ >>>
227
+ >>> * Optimize away AND/ORs with false/true respectively [Pagan Gazzard]
228
+ >>>
229
+ >>> ##### abstract-sql-compiler-7.5.0 - 2021-01-01
230
+ >>>
231
+ >>> * Optimize out booleans from AND/OR where possible [Pagan Gazzard]
232
+ >>>
233
+ >> </details>
234
+ >>
235
+ >>
236
+ >> #### odata-to-abstract-sql-5.4.2 - Invalid date
237
+ >>
238
+ >> * Delete CODEOWNERS [Thodoris Greasidis]
239
+ >>
240
+ > </details>
241
+ >
242
+ >
243
+ > ### lf-to-abstract-sql-4.5.1 - 2022-04-08
244
+ >
245
+ >
246
+ > <details>
247
+ > <summary> Update dependencies [Pagan Gazzard] </summary>
248
+ >
249
+ >> #### sbvr-parser-1.4.1 - 2022-04-08
250
+ >>
251
+ >> * Update dependencies [Pagan Gazzard]
252
+ >> * Remove circleci [Pagan Gazzard]
253
+ >>
254
+ > </details>
255
+ >
256
+ > * Remove circleci [Pagan Gazzard]
257
+ >
258
+ > ### odata-parser-2.2.9 - 2022-04-08
259
+ >
260
+ > * Update dependencies [Pagan Gazzard]
261
+ > * Remove circleci [Pagan Gazzard]
262
+ >
263
+ > ### odata-to-abstract-sql-5.4.9 - 2022-04-08
264
+ >
265
+ >
266
+ > <details>
267
+ > <summary> Update dependencies [Pagan Gazzard] </summary>
268
+ >
269
+ >> #### abstract-sql-compiler-7.19.0 - 2022-03-24
270
+ >>
271
+ >> * Remove .circleci/config.yml [Thodoris Greasidis]
272
+ >> * Add support for `ConcatenateWithSeparator` nodes [Thodoris Greasidis]
273
+ >>
274
+ >> #### abstract-sql-compiler-7.18.0 - 2022-02-16
275
+ >>
276
+ >> * Add reference property type [Harald Fischer]
277
+ >>
278
+ >> #### abstract-sql-compiler-7.17.1 - 2022-01-24
279
+ >>
280
+ >> * Avoid the operation type optimization for HAVING clauses [Pagan Gazzard]
281
+ >>
282
+ >> #### odata-parser-2.2.9 - 2022-04-08
283
+ >>
284
+ >> * Update dependencies [Pagan Gazzard]
285
+ >> * Remove circleci [Pagan Gazzard]
286
+ >>
287
+ > </details>
288
+ >
289
+ > * Remove circleci [Pagan Gazzard]
290
+ >
291
+ > ### pinejs-client-js-6.10.2 - 2022-04-08
292
+ >
293
+ > * Update dependencies [Pagan Gazzard]
294
+ > * Remove circleci [Pagan Gazzard]
295
+ >
296
+ > ### sbvr-parser-1.4.1 - 2022-04-08
297
+ >
298
+ > * Update dependencies [Pagan Gazzard]
299
+ > * Remove circleci [Pagan Gazzard]
300
+ >
301
+ > ### sbvr-types-3.4.7 - 2022-04-08
302
+ >
303
+ > * Update dependencies [Pagan Gazzard]
304
+ > * Remove circleci [Pagan Gazzard]
305
+ >
306
+ </details>
307
+
308
+ ## 14.42.0 - 2022-04-13
8
309
 
9
310
  * Add an expiry date to 'api key' [Nitish Agarwal]
10
311
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "14.42.0",
3
+ "version": "14.42.1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -23,38 +23,38 @@
23
23
  "prettify": "balena-lint -e js -e ts --fix src build typings Gruntfile.ts"
24
24
  },
25
25
  "dependencies": {
26
- "@balena/abstract-sql-compiler": "^7.19.0",
27
- "@balena/abstract-sql-to-typescript": "^1.1.1",
28
- "@balena/lf-to-abstract-sql": "^4.5.0",
29
- "@balena/odata-parser": "^2.2.8",
30
- "@balena/odata-to-abstract-sql": "^5.4.8",
31
- "@balena/sbvr-parser": "^1.4.0",
32
- "@balena/sbvr-types": "^3.4.6",
26
+ "@balena/abstract-sql-compiler": "^7.19.1",
27
+ "@balena/abstract-sql-to-typescript": "^1.2.0",
28
+ "@balena/lf-to-abstract-sql": "^4.5.1",
29
+ "@balena/odata-parser": "^2.2.9",
30
+ "@balena/odata-to-abstract-sql": "^5.4.9",
31
+ "@balena/sbvr-parser": "^1.4.1",
32
+ "@balena/sbvr-types": "^3.4.7",
33
33
  "@types/body-parser": "^1.19.2",
34
34
  "@types/compression": "^1.7.2",
35
35
  "@types/cookie-parser": "^1.4.2",
36
36
  "@types/deep-freeze": "^0.1.2",
37
37
  "@types/express": "^4.17.13",
38
38
  "@types/express-session": "^1.17.4",
39
- "@types/lodash": "^4.14.181",
39
+ "@types/lodash": "^4.14.182",
40
40
  "@types/memoizee": "^0.4.7",
41
41
  "@types/method-override": "^0.0.32",
42
42
  "@types/multer": "^1.4.7",
43
43
  "@types/mysql": "^2.15.21",
44
- "@types/node": "^12.20.47",
44
+ "@types/node": "^12.20.48",
45
45
  "@types/passport": "^1.0.7",
46
46
  "@types/passport-local": "^1.0.34",
47
47
  "@types/passport-strategy": "^0.2.35",
48
48
  "@types/pg": "^8.6.5",
49
49
  "@types/randomstring": "^1.1.8",
50
50
  "@types/websql": "^0.0.27",
51
- "commander": "^9.1.0",
51
+ "commander": "^9.2.0",
52
52
  "deep-freeze": "^0.0.1",
53
53
  "eventemitter3": "^4.0.7",
54
54
  "express-session": "^1.17.2",
55
55
  "lodash": "^4.17.21",
56
56
  "memoizee": "^0.4.15",
57
- "pinejs-client-core": "^6.10.1",
57
+ "pinejs-client-core": "^6.10.2",
58
58
  "randomstring": "^1.2.2",
59
59
  "typed-error": "^3.2.1"
60
60
  },
@@ -63,11 +63,11 @@
63
63
  "@types/grunt": "^0.4.27",
64
64
  "@types/terser-webpack-plugin": "^4.2.2",
65
65
  "@types/webpack": "^4.41.32",
66
- "grunt": "^1.4.1",
66
+ "grunt": "^1.5.2",
67
67
  "grunt-check-dependencies": "^1.0.0",
68
68
  "grunt-cli": "^1.4.3",
69
- "grunt-contrib-clean": "^2.0.0",
70
- "grunt-contrib-concat": "^1.0.1",
69
+ "grunt-contrib-clean": "^2.0.1",
70
+ "grunt-contrib-concat": "^2.1.0",
71
71
  "grunt-contrib-copy": "^1.0.0",
72
72
  "grunt-contrib-rename": "^0.2.0",
73
73
  "grunt-gitinfo": "^0.1.9",
@@ -75,7 +75,7 @@
75
75
  "grunt-ts": "^6.0.0-beta.22",
76
76
  "grunt-webpack": "^4.0.3",
77
77
  "husky": "^4.3.8",
78
- "lint-staged": "^12.3.7",
78
+ "lint-staged": "^12.3.8",
79
79
  "load-grunt-tasks": "^5.1.0",
80
80
  "raw-loader": "^4.0.2",
81
81
  "require-npm4-to-publish": "^1.0.0",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "optionalDependencies": {
90
90
  "bcrypt": "^5.0.1",
91
- "body-parser": "^1.19.2",
91
+ "body-parser": "^1.20.0",
92
92
  "compression": "^1.7.4",
93
93
  "cookie-parser": "^1.4.6",
94
94
  "express": "^4.17.3",
@@ -119,6 +119,6 @@
119
119
  ]
120
120
  },
121
121
  "versionist": {
122
- "publishedAt": "2022-04-15T11:26:39.393Z"
122
+ "publishedAt": "2022-04-20T16:34:43.726Z"
123
123
  }
124
124
  }