@balena/pinejs 18.3.0-build-joshbwlng-listener-7c870231e3e3d73b82275fd0acbdcc9248101313-1 → 19.0.0-build-pinejs-client-8-6487fd23ec0301a370dc6ff892063b88d5f8e114-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 +904 -7
- package/CHANGELOG.md +331 -3
- package/Dockerfile +1 -3
- package/VERSION +1 -1
- package/build/browser.ts +31 -18
- package/build/config.ts +11 -8
- package/build/module.ts +18 -14
- package/build/server.ts +13 -9
- package/out/database-layer/db.d.ts +0 -3
- package/out/database-layer/db.js +0 -41
- package/out/database-layer/db.js.map +1 -1
- package/out/http-transactions/transactions.js +12 -7
- package/out/http-transactions/transactions.js.map +1 -1
- package/out/sbvr-api/permissions.js +7 -9
- package/out/sbvr-api/permissions.js.map +1 -1
- package/out/sbvr-api/sbvr-utils.d.ts +2 -6
- package/out/sbvr-api/sbvr-utils.js.map +1 -1
- package/package.json +20 -22
- package/src/database-layer/db.ts +0 -59
- package/src/http-transactions/transactions.js +12 -7
- package/src/migrator/migrations.ts +1 -1
- package/src/sbvr-api/dev.ts +1 -1
- package/src/sbvr-api/permissions.ts +160 -150
- package/src/sbvr-api/sbvr-utils.ts +3 -12
- package/src/sbvr-api/user.ts +1 -1
- package/src/tasks/tasks.ts +1 -1
@@ -1,15 +1,912 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
2
|
+
- subject: Update pinejs-client-core to 8.x
|
3
|
+
hash: 6487fd23ec0301a370dc6ff892063b88d5f8e114
|
4
|
+
body: |
|
5
|
+
Update pinejs-client-core from 7.2.0 to 8.0.0
|
6
|
+
footer:
|
7
|
+
Change-type: major
|
8
|
+
change-type: major
|
9
|
+
author: Pagan Gazzard
|
10
|
+
nested:
|
11
|
+
- commits:
|
12
|
+
- subject: Remove error check if passing too many arguments to `request`
|
13
|
+
hash: 2e4bd33bae9c39ed6e448932deb891cfc29e5509
|
14
|
+
body: ""
|
15
|
+
footer:
|
16
|
+
Change-type: patch
|
17
|
+
change-type: patch
|
18
|
+
author: Pagan Gazzard
|
19
|
+
nested: []
|
20
|
+
- subject: Update error messages for invalid params
|
21
|
+
hash: 48f01543aaa0e036f877c50e55abb0adc36358b7
|
22
|
+
body: ""
|
23
|
+
footer:
|
24
|
+
Change-type: patch
|
25
|
+
change-type: patch
|
26
|
+
author: Pagan Gazzard
|
27
|
+
nested: []
|
28
|
+
- subject: Drop `url` from general `Params` and only have it in supported places
|
29
|
+
hash: ac23265dc29bff655e87c6b40aeda4a03d2040c7
|
30
|
+
body: ""
|
31
|
+
footer:
|
32
|
+
Change-type: major
|
33
|
+
change-type: major
|
34
|
+
author: Pagan Gazzard
|
35
|
+
nested: []
|
36
|
+
- subject: Remove deprecated `prepare` signatures in favor of always passing
|
37
|
+
expected aliases
|
38
|
+
hash: 84d2a7f54eb482688205b375dab8ca3536d0a4a0
|
39
|
+
body: ""
|
40
|
+
footer:
|
41
|
+
Change-type: major
|
42
|
+
change-type: major
|
43
|
+
author: Pagan Gazzard
|
44
|
+
nested: []
|
45
|
+
- subject: 'Remove `$filter: a: b: ...`, please use `$filter: a: $any: { $alias:
|
46
|
+
"x", $expr: x: b: ... }` instead.'
|
47
|
+
hash: 835a891a387660d49d1273c60d0bc972f8718174
|
48
|
+
body: ""
|
49
|
+
footer:
|
50
|
+
Change-type: major
|
51
|
+
change-type: major
|
52
|
+
author: Pagan Gazzard
|
53
|
+
nested: []
|
54
|
+
- subject: Remove unused `PinejsClient` generic from the class signature
|
55
|
+
hash: e970e7a7f19c962421c51843c237283dd33bc5f8
|
56
|
+
body: ""
|
57
|
+
footer:
|
58
|
+
Change-type: major
|
59
|
+
change-type: major
|
60
|
+
author: Pagan Gazzard
|
61
|
+
nested: []
|
62
|
+
- subject: "Removed `$filter: { a: { $count: { $op: number } } }`, please use
|
63
|
+
`$filter: { $eq: [ { a: { $count: {} } }, number ] }` instead."
|
64
|
+
hash: 0235dfde05eaef4b2226f1faa9831ceb2921484f
|
65
|
+
body: ""
|
66
|
+
footer:
|
67
|
+
Change-type: major
|
68
|
+
change-type: major
|
69
|
+
author: Pagan Gazzard
|
70
|
+
nested: []
|
71
|
+
- subject: Update minimum supported version to es2018
|
72
|
+
hash: af17f47ef1dc9e73f8e7018a989a11498acb7230
|
73
|
+
body: |
|
74
|
+
This standardizes us back on a single built version
|
75
|
+
footer:
|
76
|
+
Change-type: major
|
77
|
+
change-type: major
|
78
|
+
author: Pagan Gazzard
|
79
|
+
nested: []
|
80
|
+
- subject: Removed deprecated `transformGetResult` and renamed
|
81
|
+
`_transformGetResult` to replace it
|
82
|
+
hash: 9c7315d878737b6146f9105af34dc38cf4541602
|
83
|
+
body: ""
|
84
|
+
footer:
|
85
|
+
Change-type: major
|
86
|
+
change-type: major
|
87
|
+
author: Pagan Gazzard
|
88
|
+
nested: []
|
89
|
+
- subject: "Error on using OData options other than $filter in a `$expand: { a: {
|
90
|
+
$count: {...} } }`."
|
91
|
+
hash: 985bf319aa849f1f51ebea7e3120b9daa2d14e79
|
92
|
+
body: >
|
93
|
+
Previously they were warned about once but otherwise ignored,
|
94
|
+
this now
|
95
|
+
|
96
|
+
makes it much easier to spot mistakes from expecting a certain
|
97
|
+
behavior
|
98
|
+
|
99
|
+
based on specified options but not getting that behavior
|
100
|
+
footer:
|
101
|
+
Change-type: major
|
102
|
+
change-type: major
|
103
|
+
author: Pagan Gazzard
|
104
|
+
nested: []
|
105
|
+
- subject: "Removed `$orderby: 'a/$count'`, please use `$orderby: { a: { $count:
|
106
|
+
{...} } }` instead."
|
107
|
+
hash: 2dcf9a64bcd010775b6d6e2983465f581fc8f84c
|
108
|
+
body: ""
|
109
|
+
footer:
|
110
|
+
Change-type: major
|
111
|
+
change-type: major
|
112
|
+
author: Pagan Gazzard
|
113
|
+
nested: []
|
114
|
+
- subject: "Removed `$expand: { 'a/$count': {...} }`, please use `$expand: { a: {
|
115
|
+
$count: {...} } }` instead."
|
116
|
+
hash: 5cacbec1b143307efbb4519416d3b52ef42b54f9
|
117
|
+
body: ""
|
118
|
+
footer:
|
119
|
+
Change-type: major
|
120
|
+
change-type: major
|
121
|
+
author: Pagan Gazzard
|
122
|
+
nested: []
|
123
|
+
- subject: "Removed `resource: 'a/$count'`, please use `options: { $count: { ... }
|
124
|
+
}` instead."
|
125
|
+
hash: 084ce8bb47ea86c3d5b6b1c8217408598ccba113
|
126
|
+
body: ""
|
127
|
+
footer:
|
128
|
+
Change-type: major
|
129
|
+
change-type: major
|
130
|
+
author: Pagan Gazzard
|
131
|
+
nested: []
|
132
|
+
- subject: Removed passing `url` to `compile`, please use a query object instead
|
133
|
+
or use the url directly.
|
134
|
+
hash: 2904549fb52fac64ac8120871fb0810674c15e16
|
135
|
+
body: ""
|
136
|
+
footer:
|
137
|
+
Change-type: major
|
138
|
+
change-type: major
|
139
|
+
author: Pagan Gazzard
|
140
|
+
nested: []
|
141
|
+
- subject: Removed passing `url` to `delete`, please use a query object instead or
|
142
|
+
use `request` directly.
|
143
|
+
hash: 167fe6c000013b939aad3c71708b37f257a54652
|
144
|
+
body: ""
|
145
|
+
footer:
|
146
|
+
Change-type: major
|
147
|
+
change-type: major
|
148
|
+
author: Pagan Gazzard
|
149
|
+
nested: []
|
150
|
+
- subject: Removed passing `url` to `put`, please use a query object instead or
|
151
|
+
use `request` directly.
|
152
|
+
hash: 259e716cee0a8daea80d6457d26bcf9a64fade07
|
153
|
+
body: ""
|
154
|
+
footer:
|
155
|
+
Change-type: major
|
156
|
+
change-type: major
|
157
|
+
author: Pagan Gazzard
|
158
|
+
nested: []
|
159
|
+
- subject: Removed passing `url` to `patch`, please use a query object instead or
|
160
|
+
use `request` directly.
|
161
|
+
hash: 569f8e493b37375ae0e5db9f4fbe60dabeebd188
|
162
|
+
body: ""
|
163
|
+
footer:
|
164
|
+
Change-type: major
|
165
|
+
change-type: major
|
166
|
+
author: Pagan Gazzard
|
167
|
+
nested: []
|
168
|
+
- subject: Removed passing `url` to `post`, please use a query object instead or
|
169
|
+
use `request` directly.
|
170
|
+
hash: dc1afeb74d82024154640f21d8de3b77993ff495
|
171
|
+
body: ""
|
172
|
+
footer:
|
173
|
+
Change-type: major
|
174
|
+
change-type: major
|
175
|
+
author: Pagan Gazzard
|
176
|
+
nested: []
|
177
|
+
- subject: Removed passing `url` to `get`, please use a query object instead or
|
178
|
+
use `request` directly.
|
179
|
+
hash: ac85622e3fe712b3c8294c64449d89fb3c504296
|
180
|
+
body: ""
|
181
|
+
footer:
|
182
|
+
Change-type: major
|
183
|
+
change-type: major
|
184
|
+
author: Pagan Gazzard
|
185
|
+
nested: []
|
186
|
+
- subject: Removed passing `url` to `upsert` as it is unsupported and may have
|
187
|
+
adverse effects, please use a query object instead.
|
188
|
+
hash: a48e23d31e173f7ec9146c1cbaff3a5518c9a5b8
|
189
|
+
body: ""
|
190
|
+
footer:
|
191
|
+
Change-type: major
|
192
|
+
change-type: major
|
193
|
+
author: Pagan Gazzard
|
194
|
+
nested: []
|
195
|
+
- subject: Removed passing `url` to `getOrCreate` as it is unsupported and may
|
196
|
+
have adverse effects, please use a query object instead.
|
197
|
+
hash: d20d4b89d5523a97578d7168fed6aaf0567053e5
|
198
|
+
body: ""
|
199
|
+
footer:
|
200
|
+
Change-type: major
|
201
|
+
change-type: major
|
202
|
+
author: Pagan Gazzard
|
203
|
+
nested: []
|
204
|
+
version: pinejs-client-js-8.0.0
|
205
|
+
title: ""
|
206
|
+
date: 2024-09-13T12:40:56.292Z
|
207
|
+
- subject: Use updated pinejs-client `prepare` syntax
|
208
|
+
hash: c69e032bf040835242cc095d105f718f03240744
|
209
|
+
body: |
|
210
|
+
This also fixes the returned actor id for `checkPassword` since the
|
211
|
+
improved typings caught that it did not match the expected return type
|
212
|
+
footer:
|
213
|
+
Change-type: patch
|
214
|
+
change-type: patch
|
215
|
+
author: Pagan Gazzard
|
216
|
+
nested: []
|
217
|
+
- subject: Update dependencies
|
218
|
+
hash: 35dcf159ccbea82b5726564da17bf87f45fd74e6
|
219
|
+
body: |
|
220
|
+
Update pinejs-client-core from 7.1.4 to 7.2.0
|
221
|
+
footer:
|
222
|
+
Change-type: patch
|
223
|
+
change-type: patch
|
224
|
+
author: Pagan Gazzard
|
225
|
+
nested:
|
226
|
+
- commits:
|
227
|
+
- subject: Export `OptionsToResponse` type helper
|
228
|
+
hash: ae97930264fb22bc8d441bec282c29a90cabbb23
|
229
|
+
body: ""
|
230
|
+
footer:
|
231
|
+
Change-type: minor
|
232
|
+
change-type: minor
|
233
|
+
author: Pagan Gazzard
|
234
|
+
nested: []
|
235
|
+
version: pinejs-client-js-7.2.0
|
236
|
+
title: ""
|
237
|
+
date: 2024-09-13T12:26:09.581Z
|
238
|
+
- commits:
|
239
|
+
- subject: Switch tsconfig module resolution to Node16
|
240
|
+
hash: 2c6b45dd7d8d64ae74b9f9efff50de12614780e4
|
241
|
+
body: ""
|
242
|
+
footer:
|
243
|
+
Change-type: patch
|
244
|
+
change-type: patch
|
245
|
+
author: Pagan Gazzard
|
246
|
+
nested: []
|
247
|
+
version: pinejs-client-js-7.1.5
|
248
|
+
title: ""
|
249
|
+
date: 2024-09-13T12:13:12.995Z
|
250
|
+
- subject: Avoid deprecated usage of pinejs-client
|
251
|
+
hash: 5e24e98d3cf9f1c29149771063e63bf4280b344e
|
252
|
+
body: ""
|
253
|
+
footer:
|
254
|
+
Change-type: patch
|
255
|
+
change-type: patch
|
256
|
+
author: Pagan Gazzard
|
257
|
+
nested: []
|
258
|
+
version: 19.0.0
|
259
|
+
title: ""
|
260
|
+
date: 2024-09-13T13:57:26.240Z
|
261
|
+
- commits:
|
262
|
+
- subject: Update dependencies
|
263
|
+
hash: 5f68e9c1a73b073a071c244b693596adadf39b48
|
264
|
+
body: |
|
265
|
+
Update @balena/abstract-sql-to-typescript from 4.0.3 to 4.0.6
|
266
|
+
footer:
|
267
|
+
Change-type: patch
|
268
|
+
change-type: patch
|
269
|
+
author: Pagan Gazzard
|
270
|
+
nested:
|
271
|
+
- commits:
|
272
|
+
- subject: Fix built file paths now that package.json is imported rather than
|
273
|
+
required
|
274
|
+
hash: 8c223d915d66559b8650536745adb742362392ff
|
275
|
+
body: ""
|
276
|
+
footer:
|
277
|
+
Change-type: patch
|
278
|
+
change-type: patch
|
279
|
+
author: Pagan Gazzard
|
280
|
+
nested: []
|
281
|
+
version: abstract-sql-to-typescript-4.0.6
|
282
|
+
title: ""
|
283
|
+
date: 2024-09-12T16:40:31.414Z
|
284
|
+
- commits:
|
285
|
+
- subject: Update @balena/lint to 9.x
|
286
|
+
hash: d2c8c970f9d7c70b1e134952c621eaa768fe0f4b
|
287
|
+
body: ""
|
288
|
+
footer:
|
289
|
+
Change-type: patch
|
290
|
+
change-type: patch
|
291
|
+
author: Pagan Gazzard
|
292
|
+
nested: []
|
293
|
+
version: abstract-sql-to-typescript-4.0.5
|
294
|
+
title: ""
|
295
|
+
date: 2024-09-12T16:23:15.397Z
|
296
|
+
- commits:
|
297
|
+
- subject: Correctly use `Record<string, never>` when there are no writable fields
|
298
|
+
hash: 573c4da6d9e4521f700e7f38a033640ef8afe533
|
299
|
+
body: ""
|
300
|
+
footer:
|
301
|
+
Change-type: patch
|
302
|
+
change-type: patch
|
303
|
+
author: Pagan Gazzard
|
304
|
+
nested: []
|
305
|
+
version: abstract-sql-to-typescript-4.0.4
|
306
|
+
title: ""
|
307
|
+
date: 2024-09-12T16:04:52.737Z
|
308
|
+
version: 18.2.7
|
309
|
+
title: ""
|
310
|
+
date: 2024-09-13T07:04:45.899Z
|
311
|
+
- commits:
|
312
|
+
- subject: Fix linting issues with latest dependencies
|
313
|
+
hash: b9b80e9eafc9a7becf6d33b0eba760ec0cf06665
|
314
|
+
body: ""
|
315
|
+
footer:
|
316
|
+
Change-type: patch
|
317
|
+
change-type: patch
|
318
|
+
author: Thodoris Greasidis
|
319
|
+
nested: []
|
320
|
+
- subject: Update TypeScript to 5.6.2
|
321
|
+
hash: a96107141315d64f6d3fa4fe227243c80351af1a
|
322
|
+
body: ""
|
323
|
+
footer:
|
324
|
+
Change-type: patch
|
325
|
+
change-type: patch
|
326
|
+
author: Thodoris Greasidis
|
327
|
+
nested: []
|
328
|
+
version: 18.2.6
|
329
|
+
title: ""
|
330
|
+
date: 2024-09-12T13:28:05.172Z
|
331
|
+
- commits:
|
332
|
+
- subject: Update dependency commander to v12
|
333
|
+
hash: eb10dbdcd80ce05ad65f9b7c47542d3ee8f3fe38
|
334
|
+
body: |
|
335
|
+
Update commander from 11.1.0 to 12.1.0
|
336
|
+
footer:
|
337
|
+
Change-type: patch
|
338
|
+
change-type: patch
|
339
|
+
author: Self-hosted Renovate Bot
|
340
|
+
nested: []
|
341
|
+
version: 18.2.5
|
342
|
+
title: ""
|
343
|
+
date: 2024-09-10T09:37:14.400Z
|
344
|
+
- commits:
|
345
|
+
- subject: "Tests: update nodejs to 20.x matching the minimum supported version"
|
346
|
+
hash: 0ae61c069bd857428a7be988b780f6e838faec35
|
347
|
+
body: ""
|
348
|
+
footer:
|
349
|
+
Change-type: patch
|
350
|
+
change-type: patch
|
351
|
+
author: Pagan Gazzard
|
352
|
+
nested: []
|
353
|
+
version: 18.2.4
|
354
|
+
title: ""
|
355
|
+
date: 2024-09-09T15:07:44.637Z
|
356
|
+
- commits:
|
357
|
+
- subject: Update dependencies
|
358
|
+
hash: 7c5abc026df4ca1b9f72be92aa49791550f83bc6
|
359
|
+
body: |
|
360
|
+
Update @balena/abstract-sql-to-typescript from 4.0.0 to 4.0.2
|
361
|
+
Update pinejs-client-core from 7.0.1 to 7.1.3
|
362
|
+
Update pinejs-client-supertest from 2.1.1 to 2.1.2
|
363
|
+
footer:
|
364
|
+
Change-type: patch
|
365
|
+
change-type: patch
|
366
|
+
author: Pagan Gazzard
|
367
|
+
nested:
|
368
|
+
- commits:
|
369
|
+
- subject: Fix computed fields to correctly be omitted from `Write` typings
|
370
|
+
hash: 17f5875cb59e83318b2cdddb7886008f1a48c214
|
371
|
+
body: ""
|
372
|
+
footer:
|
373
|
+
Change-type: patch
|
374
|
+
change-type: patch
|
375
|
+
author: Pagan Gazzard
|
376
|
+
nested: []
|
377
|
+
- subject: Fix tables with definitions to correctly have no writable fields
|
378
|
+
hash: 55e0d492587f74b711bc119e89d04113d0cb3c88
|
379
|
+
body: ""
|
380
|
+
footer:
|
381
|
+
Change-type: patch
|
382
|
+
change-type: patch
|
383
|
+
author: Pagan Gazzard
|
384
|
+
nested: []
|
385
|
+
version: abstract-sql-to-typescript-4.0.2
|
386
|
+
title: ""
|
387
|
+
date: 2024-09-06T14:53:21.457Z
|
388
|
+
- commits:
|
389
|
+
- subject: Update dependencies
|
390
|
+
hash: 037567bd7927fb26f8096431ac5c23f497bc8f25
|
391
|
+
body: |
|
392
|
+
Update @balena/odata-to-abstract-sql from 6.2.7 to 6.3.0
|
393
|
+
footer:
|
394
|
+
Change-type: patch
|
395
|
+
change-type: patch
|
396
|
+
author: Pagan Gazzard
|
397
|
+
nested:
|
398
|
+
- commits:
|
399
|
+
- subject: Support PUT/PATCH/DELETE requests on resources with a translated ID
|
400
|
+
field
|
401
|
+
hash: 65b06761fca1b13e13ec99c4ed5394814feff4ef
|
402
|
+
body: ""
|
403
|
+
footer:
|
404
|
+
Change-type: minor
|
405
|
+
change-type: minor
|
406
|
+
author: Thodoris Greasidis
|
407
|
+
nested: []
|
408
|
+
version: odata-to-abstract-sql-6.3.0
|
409
|
+
title: ""
|
410
|
+
date: 2024-08-26T16:45:57.380Z
|
411
|
+
- commits:
|
412
|
+
- subject: Update dependencies
|
413
|
+
hash: 5bb046976db9be203106ebd20db6248064fc9728
|
414
|
+
body: |
|
415
|
+
Update @balena/abstract-sql-compiler from 9.1.4 to 9.2.0
|
416
|
+
Update @balena/lf-to-abstract-sql from 5.0.1 to 5.0.2
|
417
|
+
Update @balena/odata-parser from 3.0.3 to 3.0.8
|
418
|
+
Update @balena/sbvr-parser from 1.4.3 to 1.4.6
|
419
|
+
Update @balena/sbvr-types from 7.0.1 to 7.1.3
|
420
|
+
footer:
|
421
|
+
Change-type: patch
|
422
|
+
change-type: patch
|
423
|
+
author: Pagan Gazzard
|
424
|
+
nested:
|
425
|
+
- commits:
|
426
|
+
- subject: Adds `EndsWithNode` and `ContainsNode` typings
|
427
|
+
hash: bb2233220c988afaece120ece38e035c8dd14b02
|
428
|
+
body: ""
|
429
|
+
footer:
|
430
|
+
Change-type: minor
|
431
|
+
change-type: minor
|
432
|
+
author: Pagan Gazzard
|
433
|
+
nested: []
|
434
|
+
version: abstract-sql-compiler-9.2.0
|
435
|
+
title: ""
|
436
|
+
date: 2024-06-12T13:14:07.807Z
|
437
|
+
- commits:
|
438
|
+
- subject: Update `@balena/sbvr-types` devDependency
|
439
|
+
hash: 01f9b8aea7750c6033d535c791fad2b853071bda
|
440
|
+
body: |
|
441
|
+
Update @balena/sbvr-types from 5.0.0 to 7.0.1
|
442
|
+
footer:
|
443
|
+
Change-type: patch
|
444
|
+
change-type: patch
|
445
|
+
Signed-off-by: Harald Fischer <harald@balena.io>
|
446
|
+
signed-off-by: Harald Fischer <harald@balena.io>
|
447
|
+
author: Harald Fischer
|
448
|
+
nested:
|
449
|
+
- commits:
|
450
|
+
- subject: Update dependency @balena/abstract-sql-compiler to v9
|
451
|
+
hash: 37684ebb1692f97780dd27056b9cfe299c456b3c
|
452
|
+
body: >
|
453
|
+
Update @balena/abstract-sql-compiler
|
454
|
+
from 8.5.0 to 9.0.4
|
455
|
+
footer:
|
456
|
+
Change-type: patch
|
457
|
+
change-type: patch
|
458
|
+
author: Self-hosted Renovate Bot
|
459
|
+
version: sbvr-types-7.0.1
|
460
|
+
title: ""
|
461
|
+
date: 2024-03-04T19:48:17.416Z
|
462
|
+
- commits:
|
463
|
+
- subject: Return `ISODateString` instead of `date`
|
464
|
+
hash: 37e2d446c0ec11f2e3a1ab41b1a205280062bd5d
|
465
|
+
body: >
|
466
|
+
The internal and external representation
|
467
|
+
of the returned object from pinejs
|
468
|
+
should be consistent.
|
469
|
+
|
470
|
+
Pinejs internal interface will return
|
471
|
+
date or date time fields as date object.
|
472
|
+
For the external interface the object is
|
473
|
+
JSON.stringified so that date becomes an
|
474
|
+
ISO string anyway.
|
475
|
+
footer:
|
476
|
+
Change-type: major
|
477
|
+
change-type: major
|
478
|
+
Signed-off-by: fisehara <harald@balena.io>
|
479
|
+
signed-off-by: fisehara <harald@balena.io>
|
480
|
+
author: fisehara
|
481
|
+
version: sbvr-types-7.0.0
|
482
|
+
title: ""
|
483
|
+
date: 2024-03-04T17:37:23.873Z
|
484
|
+
- commits:
|
485
|
+
- subject: Update dependency @types/chai-datetime to ^0.0.39
|
486
|
+
hash: 428c5a2c94bd753cc2ffc6d1e012c3a743e1b4d2
|
487
|
+
body: >
|
488
|
+
Update @types/chai-datetime from 0.0.37
|
489
|
+
to 0.0.39
|
490
|
+
footer:
|
491
|
+
Change-type: patch
|
492
|
+
change-type: patch
|
493
|
+
author: Self-hosted Renovate Bot
|
494
|
+
version: sbvr-types-6.1.1
|
495
|
+
title: ""
|
496
|
+
date: 2024-01-02T18:54:07.180Z
|
497
|
+
- commits:
|
498
|
+
- subject: Add checksum to WebResource
|
499
|
+
hash: be6a1e9bacad51f99d685f491b3bf81545536adb
|
500
|
+
body: ""
|
501
|
+
footer:
|
502
|
+
Change-type: minor
|
503
|
+
change-type: minor
|
504
|
+
author: Otávio Jacobi
|
505
|
+
version: sbvr-types-6.1.0
|
506
|
+
title: ""
|
507
|
+
date: 2023-10-03T22:49:47.984Z
|
508
|
+
- commits:
|
509
|
+
- subject: Change contents to snake_case
|
510
|
+
hash: aaa12269901e364533cf2aa45a958948ce0339de
|
511
|
+
body: ""
|
512
|
+
footer:
|
513
|
+
Change-Type: major
|
514
|
+
change-type: major
|
515
|
+
author: Otávio Jacobi
|
516
|
+
version: sbvr-types-6.0.0
|
517
|
+
title: ""
|
518
|
+
date: 2023-08-09T00:10:50.917Z
|
519
|
+
- commits:
|
520
|
+
- subject: Expose WebResource as WebResourceType
|
521
|
+
hash: 9e42bfffb2145b5096539492b36b0f19b1f2e209
|
522
|
+
body: ""
|
523
|
+
footer:
|
524
|
+
Change-type: minor
|
525
|
+
change-type: minor
|
526
|
+
author: Otávio Jacobi
|
527
|
+
version: sbvr-types-5.2.0
|
528
|
+
title: ""
|
529
|
+
date: 2023-08-08T21:01:49.459Z
|
530
|
+
- commits:
|
531
|
+
- subject: Adds WebResource type
|
532
|
+
hash: db7ff44e95a040a0b250d8c7612b126b31a3f325
|
533
|
+
body: ""
|
534
|
+
footer:
|
535
|
+
Change-type: minor
|
536
|
+
change-type: minor
|
537
|
+
Co-authored-by: ramirogm
|
538
|
+
co-authored-by: ramirogm
|
539
|
+
author: Otávio Jacobi
|
540
|
+
version: sbvr-types-5.1.0
|
541
|
+
title: ""
|
542
|
+
date: 2023-08-03T09:36:41.490Z
|
543
|
+
version: lf-to-abstract-sql-5.0.2
|
544
|
+
title: ""
|
545
|
+
date: 2024-03-05T13:44:30.007Z
|
546
|
+
- commits:
|
547
|
+
- subject: Fix type checking of the declaration file
|
548
|
+
hash: 17dc377da3031f28bb5f2ffaff9b2185d65159aa
|
549
|
+
body: ""
|
550
|
+
footer:
|
551
|
+
Change-type: patch
|
552
|
+
change-type: patch
|
553
|
+
author: Pagan Gazzard
|
554
|
+
version: odata-parser-3.0.8
|
555
|
+
title: ""
|
556
|
+
date: 2024-06-04T09:56:51.182Z
|
557
|
+
- commits:
|
558
|
+
- subject: Update dependency husky to v9
|
559
|
+
hash: 8d5929cbbce1765e8ad14a84a1b6e669daedd9a8
|
560
|
+
body: |
|
561
|
+
Update husky from 8.0.3 to 9.0.11
|
562
|
+
footer:
|
563
|
+
Change-type: patch
|
564
|
+
change-type: patch
|
565
|
+
author: Self-hosted Renovate Bot
|
566
|
+
version: odata-parser-3.0.7
|
567
|
+
title: ""
|
568
|
+
date: 2024-04-13T14:30:01.103Z
|
569
|
+
- commits:
|
570
|
+
- subject: Update dependency peggy to v4
|
571
|
+
hash: d0c83b2955f285f3cac927e4310e0b948d522189
|
572
|
+
body: |
|
573
|
+
Update peggy from 3.0.2 to 4.0.2
|
574
|
+
footer:
|
575
|
+
Change-type: patch
|
576
|
+
change-type: patch
|
577
|
+
author: Self-hosted Renovate Bot
|
578
|
+
version: odata-parser-3.0.6
|
579
|
+
title: ""
|
580
|
+
date: 2024-04-12T09:10:02.194Z
|
581
|
+
- commits:
|
582
|
+
- subject: Update dependency lint-staged to v15
|
583
|
+
hash: 703834a4c358dd348e1ffce797f6e3c37a03941f
|
584
|
+
body: |
|
585
|
+
Update lint-staged from 13.3.0 to 15.2.2
|
586
|
+
footer:
|
587
|
+
Change-type: patch
|
588
|
+
change-type: patch
|
589
|
+
author: Self-hosted Renovate Bot
|
590
|
+
version: odata-parser-3.0.5
|
591
|
+
title: ""
|
592
|
+
date: 2024-04-12T08:19:19.907Z
|
593
|
+
- commits:
|
594
|
+
- subject: Update dependency @balena/lint to v8
|
595
|
+
hash: 8048f717367a41233a995096edf2da6710e9e247
|
596
|
+
body: |
|
597
|
+
Update @balena/lint from 7.3.0 to 8.0.0
|
598
|
+
footer:
|
599
|
+
Change-type: patch
|
600
|
+
change-type: patch
|
601
|
+
author: Self-hosted Renovate Bot
|
602
|
+
version: odata-parser-3.0.4
|
603
|
+
title: ""
|
604
|
+
date: 2024-04-12T02:48:22.037Z
|
605
|
+
- commits:
|
606
|
+
- subject: Update dependency @balena/sbvr-types to v8
|
607
|
+
hash: cf8795b08f30806b5500508dcab3623c5d444928
|
608
|
+
body: |
|
609
|
+
Update @balena/sbvr-types from 7.1.3 to 8.0.0
|
610
|
+
footer:
|
611
|
+
Change-type: patch
|
612
|
+
change-type: patch
|
613
|
+
author: Self-hosted Renovate Bot
|
614
|
+
version: sbvr-parser-1.4.6
|
615
|
+
title: ""
|
616
|
+
date: 2024-07-30T06:48:09.778Z
|
617
|
+
- commits:
|
618
|
+
- subject: Switch to an inflection library from npm which does not monkey patch
|
619
|
+
hash: 2082369825fc80acb549793e4cc1cd35c77850d4
|
620
|
+
body: ""
|
621
|
+
footer:
|
622
|
+
Change-type: patch
|
623
|
+
change-type: patch
|
624
|
+
author: Pagan Gazzard
|
625
|
+
version: sbvr-parser-1.4.5
|
626
|
+
title: ""
|
627
|
+
date: 2024-06-18T21:23:34.689Z
|
628
|
+
- commits:
|
629
|
+
- subject: Updated `@balena/sbvr-types`
|
630
|
+
hash: a6c901c8c3b624dabaf282d0229276be8a9ea320
|
631
|
+
body: |
|
632
|
+
Update @balena/sbvr-types from 3.4.15 to 7.0.1
|
633
|
+
footer:
|
634
|
+
Change-type: patch
|
635
|
+
change-type: patch
|
636
|
+
Signed-off-by: Harald Fischer <harald@balena.io>
|
637
|
+
signed-off-by: Harald Fischer <harald@balena.io>
|
638
|
+
author: Harald Fischer
|
639
|
+
version: sbvr-parser-1.4.4
|
640
|
+
title: ""
|
641
|
+
date: 2024-03-05T12:54:23.843Z
|
642
|
+
- commits:
|
643
|
+
- subject: Add typings for all abstract sql fragments, fixing where necessary
|
644
|
+
hash: b84c335877236e3d389df064b3e7b2acd1a656ae
|
645
|
+
body: ""
|
646
|
+
footer:
|
647
|
+
Change-type: patch
|
648
|
+
change-type: patch
|
649
|
+
author: Pagan Gazzard
|
650
|
+
version: sbvr-types-7.1.3
|
651
|
+
title: ""
|
652
|
+
date: 2024-06-12T21:08:39.814Z
|
653
|
+
- commits:
|
654
|
+
- subject: Explicitly type the `compare` function for `hashed`
|
655
|
+
hash: 6ece56f531ba9507fb090003bd3216e90b2f583b
|
656
|
+
body: >
|
657
|
+
This avoids the need for downstream users to
|
658
|
+
have the bcrypt types
|
659
|
+
|
660
|
+
available whilst also avoiding accidental
|
661
|
+
breaking changes
|
662
|
+
footer:
|
663
|
+
Change-type: patch
|
664
|
+
change-type: patch
|
665
|
+
author: Pagan Gazzard
|
666
|
+
version: sbvr-types-7.1.2
|
667
|
+
title: ""
|
668
|
+
date: 2024-06-12T12:19:17.354Z
|
669
|
+
- commits:
|
670
|
+
- subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time`
|
671
|
+
hash: eb03c8fb593fad76c74dad57a3d45625daf44d76
|
672
|
+
body: ""
|
673
|
+
footer:
|
674
|
+
Change-type: patch
|
675
|
+
change-type: patch
|
676
|
+
author: Pagan Gazzard
|
677
|
+
version: sbvr-types-7.1.1
|
678
|
+
title: ""
|
679
|
+
date: 2024-06-04T09:59:12.864Z
|
680
|
+
- commits:
|
681
|
+
- subject: Export typescript read/write types for each sbvr type
|
682
|
+
hash: 66b9a012e242533372ce34a73e31f6e3aac93d91
|
683
|
+
body: ""
|
684
|
+
footer:
|
685
|
+
Change-type: minor
|
686
|
+
change-type: minor
|
687
|
+
author: Pagan Gazzard
|
688
|
+
version: sbvr-types-7.1.0
|
689
|
+
title: ""
|
690
|
+
date: 2024-04-25T11:57:56.975Z
|
691
|
+
- commits:
|
692
|
+
- subject: Update Big Serial concept type to Big Integer
|
693
|
+
hash: 6343737f7eb62282ebb2b572faf2b91716508a8b
|
694
|
+
body: ""
|
695
|
+
footer:
|
696
|
+
Change-type: patch
|
697
|
+
change-type: patch
|
698
|
+
author: Josh Bowling
|
699
|
+
version: sbvr-types-7.0.10
|
700
|
+
title: ""
|
701
|
+
date: 2024-04-09T11:21:31.060Z
|
702
|
+
- commits:
|
703
|
+
- subject: Add Big Serial to Type.sbvr
|
704
|
+
hash: c5add0fc65e8e78ab481e97d37aeb8353c082b57
|
705
|
+
body: ""
|
706
|
+
footer:
|
707
|
+
Change-type: patch
|
708
|
+
change-type: patch
|
709
|
+
author: Josh Bowling
|
710
|
+
version: sbvr-types-7.0.9
|
711
|
+
title: ""
|
712
|
+
date: 2024-04-09T10:03:09.812Z
|
713
|
+
- commits:
|
714
|
+
- subject: Update prepare script for husky v9
|
715
|
+
hash: 72d7dac84880aa8604345a6fee74ec3eacbe1176
|
716
|
+
body: ""
|
717
|
+
footer:
|
718
|
+
Change-type: patch
|
719
|
+
change-type: patch
|
720
|
+
author: Josh Bowling
|
721
|
+
- subject: Update dependency husky to v9
|
722
|
+
hash: 3a3e4f4e2ae95b5691cb31a1448854318e5b8cc5
|
723
|
+
body: |
|
724
|
+
Update husky from 8.0.3 to 9.0.11
|
725
|
+
footer:
|
726
|
+
Change-type: patch
|
727
|
+
change-type: patch
|
728
|
+
author: Self-hosted Renovate Bot
|
729
|
+
version: sbvr-types-7.0.8
|
730
|
+
title: ""
|
731
|
+
date: 2024-04-09T01:25:47.103Z
|
732
|
+
- commits:
|
733
|
+
- subject: Update dependency @balena/lint to v8
|
734
|
+
hash: 58e3db3861e13d463a5535b60d533280de70c4c1
|
735
|
+
body: |
|
736
|
+
Update @balena/lint from 7.3.0 to 8.0.0
|
737
|
+
footer:
|
738
|
+
Change-type: patch
|
739
|
+
change-type: patch
|
740
|
+
author: Self-hosted Renovate Bot
|
741
|
+
version: sbvr-types-7.0.7
|
742
|
+
title: ""
|
743
|
+
date: 2024-04-09T01:07:54.165Z
|
744
|
+
- commits:
|
745
|
+
- subject: Improve JSON typings
|
746
|
+
hash: 487000677cbc9decdcc0029b24f7c6de81216b57
|
747
|
+
body: ""
|
748
|
+
footer:
|
749
|
+
Change-type: patch
|
750
|
+
change-type: patch
|
751
|
+
author: Pagan Gazzard
|
752
|
+
version: sbvr-types-7.0.6
|
753
|
+
title: ""
|
754
|
+
date: 2024-03-21T15:44:08.831Z
|
755
|
+
- commits:
|
756
|
+
- subject: Remove unnecessary catch bindings
|
757
|
+
hash: fcef4ec9f19378eea8d0dea167b2bd1958831306
|
758
|
+
body: ""
|
759
|
+
footer:
|
760
|
+
Change-type: patch
|
761
|
+
change-type: patch
|
762
|
+
author: Pagan Gazzard
|
763
|
+
version: sbvr-types-7.0.5
|
764
|
+
title: ""
|
765
|
+
date: 2024-03-13T15:50:57.151Z
|
766
|
+
- commits:
|
767
|
+
- subject: Improve validate typings
|
768
|
+
hash: 6ed4746379e8b038e4a148ca6f6c4c1e52aa67a2
|
769
|
+
body: ""
|
770
|
+
footer:
|
771
|
+
Change-type: patch
|
772
|
+
change-type: patch
|
773
|
+
author: Pagan Gazzard
|
774
|
+
version: sbvr-types-7.0.4
|
775
|
+
title: ""
|
776
|
+
date: 2024-03-13T01:47:54.313Z
|
777
|
+
- commits:
|
778
|
+
- subject: Improve fetchProcessing typings
|
779
|
+
hash: 0512e2c89ad83458b91cbaa380b8de729db81342
|
780
|
+
body: ""
|
781
|
+
footer:
|
782
|
+
Change-type: patch
|
783
|
+
change-type: patch
|
784
|
+
author: Pagan Gazzard
|
785
|
+
version: sbvr-types-7.0.3
|
786
|
+
title: ""
|
787
|
+
date: 2024-03-12T15:51:33.314Z
|
788
|
+
- commits:
|
789
|
+
- subject: "Tests: convert to typescript"
|
790
|
+
hash: a78e1c02edc63927ae978f57afdd5edea25adec1
|
791
|
+
body: ""
|
792
|
+
footer:
|
793
|
+
Change-type: patch
|
794
|
+
change-type: patch
|
795
|
+
author: Pagan Gazzard
|
796
|
+
version: sbvr-types-7.0.2
|
797
|
+
title: ""
|
798
|
+
date: 2024-03-12T15:06:28.057Z
|
799
|
+
version: odata-to-abstract-sql-6.2.8
|
800
|
+
title: ""
|
801
|
+
date: 2024-08-26T13:17:55.861Z
|
802
|
+
version: abstract-sql-to-typescript-4.0.1
|
803
|
+
title: ""
|
804
|
+
date: 2024-09-06T14:37:16.617Z
|
805
|
+
- commits:
|
806
|
+
- subject: Improve `upsert` typings
|
807
|
+
hash: 33512bfad45a77bb7390f2d98cf450d39b2f3d7f
|
808
|
+
body: ""
|
809
|
+
footer:
|
810
|
+
Change-type: patch
|
811
|
+
change-type: patch
|
812
|
+
author: Pagan Gazzard
|
813
|
+
nested: []
|
814
|
+
version: pinejs-client-js-7.1.3
|
815
|
+
title: ""
|
816
|
+
date: 2024-09-05T16:35:32.010Z
|
817
|
+
- commits:
|
818
|
+
- subject: Improve `getOrCreate` typings
|
819
|
+
hash: edbf05ae07a15a060b0d7ea4d7e536dc55f6ff17
|
820
|
+
body: ""
|
821
|
+
footer:
|
822
|
+
Change-type: patch
|
823
|
+
change-type: patch
|
824
|
+
author: Pagan Gazzard
|
825
|
+
nested: []
|
826
|
+
version: pinejs-client-js-7.1.2
|
827
|
+
title: ""
|
828
|
+
date: 2024-09-05T13:47:03.150Z
|
829
|
+
- commits:
|
830
|
+
- subject: Improve typings for `subscribe` function
|
831
|
+
hash: cd9acce6e18846cefe717634db1da1c88d6dd17b
|
832
|
+
body: ""
|
833
|
+
footer:
|
834
|
+
Change-type: patch
|
835
|
+
change-type: patch
|
836
|
+
author: Pagan Gazzard
|
837
|
+
nested: []
|
838
|
+
- subject: Fix typing for subscribe `on('data')` method
|
839
|
+
hash: 384156969e4d16a3aa7188cb364d6cba109e3421
|
840
|
+
body: ""
|
841
|
+
footer:
|
842
|
+
Change-type: patch
|
843
|
+
change-type: patch
|
844
|
+
author: Pagan Gazzard
|
845
|
+
nested: []
|
846
|
+
version: pinejs-client-js-7.1.1
|
847
|
+
title: ""
|
848
|
+
date: 2024-09-04T09:08:38.523Z
|
849
|
+
- commits:
|
850
|
+
- subject: Deprecate `prepare` without expected parameter aliases
|
851
|
+
hash: bf7cd7f196e911e2de7cd954b2edaa702b81853c
|
852
|
+
body: |
|
853
|
+
This will allow for removing a lot of overloads
|
854
|
+
footer:
|
855
|
+
Change-type: patch
|
856
|
+
change-type: patch
|
857
|
+
author: Pagan Gazzard
|
858
|
+
nested: []
|
859
|
+
- subject: Add the option to list expected parameter aliases when preparing a
|
860
|
+
query
|
861
|
+
hash: 7a53f56dd3af5ec0b83b5fbf8e399e6e1dc2daa4
|
862
|
+
body: ""
|
863
|
+
footer:
|
864
|
+
Change-type: minor
|
865
|
+
change-type: minor
|
866
|
+
author: Pagan Gazzard
|
867
|
+
nested: []
|
868
|
+
version: pinejs-client-js-7.1.0
|
869
|
+
title: ""
|
870
|
+
date: 2024-09-02T15:52:18.777Z
|
871
|
+
- commits:
|
872
|
+
- subject: "Fix typings for `request` method when using `method: 'GET'`"
|
873
|
+
hash: 51bf4f2e8651409f856fadd5f37fda2290a53e26
|
874
|
+
body: ""
|
875
|
+
footer:
|
876
|
+
Change-type: patch
|
877
|
+
change-type: patch
|
878
|
+
author: Pagan Gazzard
|
879
|
+
nested: []
|
880
|
+
version: pinejs-client-js-7.0.3
|
881
|
+
title: ""
|
882
|
+
date: 2024-08-30T14:37:00.134Z
|
883
|
+
- commits:
|
884
|
+
- subject: Reduce overloads for `get` by improving `OptionsToResponse` type helper
|
885
|
+
hash: e4e0c2808fb20166603bad5386ef887cf3296d4a
|
886
|
+
body: ""
|
887
|
+
footer:
|
888
|
+
Change-type: patch
|
889
|
+
change-type: patch
|
890
|
+
author: Pagan Gazzard
|
891
|
+
nested: []
|
892
|
+
version: pinejs-client-js-7.0.2
|
893
|
+
title: ""
|
894
|
+
date: 2024-08-30T13:52:19.618Z
|
895
|
+
version: 18.2.3
|
896
|
+
title: ""
|
897
|
+
date: 2024-09-06T15:15:46.884Z
|
898
|
+
- commits:
|
899
|
+
- subject: Remove unused dev dependencies
|
900
|
+
hash: 5d40b0c1128aa3d914086c732a99696ab2615c33
|
4
901
|
body: ""
|
5
902
|
footer:
|
6
|
-
Change-type:
|
7
|
-
change-type:
|
8
|
-
author:
|
903
|
+
Change-type: patch
|
904
|
+
change-type: patch
|
905
|
+
author: Pagan Gazzard
|
9
906
|
nested: []
|
10
|
-
version: 18.
|
907
|
+
version: 18.2.2
|
11
908
|
title: ""
|
12
|
-
date: 2024-09-
|
909
|
+
date: 2024-09-05T12:49:36.948Z
|
13
910
|
- commits:
|
14
911
|
- subject: Fix using $filter on PATCH&DELETE requests on translated properties
|
15
912
|
hash: 96771bde7fec6ff754d04e3e9bb59656c10624b0
|