@balena/pinejs 17.3.5-build-renovate-major-12-commander-2ecca03282c3dabd3d662399d3d850038e82927d-1 → 17.3.5-build-update-deps-7db9e00544f240c3c250c89951ef061b672c3182-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/.versionbot/CHANGELOG.yml +501 -6
- package/CHANGELOG.md +211 -2
- package/out/bin/utils.js.map +1 -1
- package/out/database-layer/db.js +8 -4
- package/out/database-layer/db.js.map +1 -1
- package/out/express-emulator/express.js +2 -5
- package/out/express-emulator/express.js.map +1 -1
- package/out/passport-pinejs/mount-login-router.js +1 -3
- package/out/passport-pinejs/mount-login-router.js.map +1 -1
- package/out/passport-pinejs/passport-pinejs.js +11 -8
- package/out/passport-pinejs/passport-pinejs.js.map +1 -1
- package/out/pinejs-session-store/pinejs-session-store.js.map +1 -1
- package/out/sbvr-api/abstract-sql.js.map +1 -1
- package/out/sbvr-api/hooks.js +3 -1
- package/out/sbvr-api/hooks.js.map +1 -1
- package/out/sbvr-api/permissions.js +3 -1
- package/out/sbvr-api/permissions.js.map +1 -1
- package/out/sbvr-api/sbvr-utils.js +4 -2
- package/out/sbvr-api/sbvr-utils.js.map +1 -1
- package/out/sbvr-api/translations.js +1 -1
- package/out/sbvr-api/translations.js.map +1 -1
- package/out/sbvr-api/uri-parser.js +2 -2
- package/out/sbvr-api/uri-parser.js.map +1 -1
- package/out/webresource-handler/index.js +2 -1
- package/out/webresource-handler/index.js.map +1 -1
- package/package.json +21 -21
- package/src/bin/utils.ts +1 -1
- package/src/database-layer/db.ts +13 -9
- package/src/express-emulator/express.js +2 -5
- package/src/passport-pinejs/mount-login-router.ts +1 -5
- package/src/passport-pinejs/passport-pinejs.ts +4 -2
- package/src/pinejs-session-store/pinejs-session-store.ts +1 -1
- package/src/sbvr-api/abstract-sql.ts +1 -1
- package/src/sbvr-api/hooks.ts +5 -3
- package/src/sbvr-api/permissions.ts +5 -10
- package/src/sbvr-api/sbvr-utils.ts +8 -6
- package/src/sbvr-api/translations.ts +1 -1
- package/src/sbvr-api/uri-parser.ts +2 -2
- package/src/webresource-handler/index.ts +2 -1
@@ -1,16 +1,511 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update
|
3
|
-
hash:
|
2
|
+
- subject: Update dependencies
|
3
|
+
hash: f79ba323df5429c5c2dd00513c9672195f0f2cf9
|
4
4
|
body: |
|
5
|
-
Update
|
5
|
+
Update @balena/abstract-sql-to-typescript from 3.2.1 to 3.3.1
|
6
|
+
Update @balena/sbvr-parser from 1.4.4 to 1.4.6
|
7
|
+
Update pinejs-client-core from 6.15.1 to 6.15.10
|
6
8
|
footer:
|
7
9
|
Change-type: patch
|
8
10
|
change-type: patch
|
9
|
-
author:
|
10
|
-
nested:
|
11
|
+
author: Pagan Gazzard
|
12
|
+
nested:
|
13
|
+
- commits:
|
14
|
+
- subject: Update dependency @balena/sbvr-types to v8
|
15
|
+
hash: 8e3750e27e52293db545b56003a2cdba15fe1e89
|
16
|
+
body: |
|
17
|
+
Update @balena/sbvr-types from 7.1.3 to 8.0.0
|
18
|
+
footer:
|
19
|
+
Change-type: patch
|
20
|
+
change-type: patch
|
21
|
+
author: Self-hosted Renovate Bot
|
22
|
+
nested:
|
23
|
+
- commits:
|
24
|
+
- subject: Improve BigInteger and BigSerial support
|
25
|
+
hash: b9b1fc31b91220e66dcb23f43b92036d6e758045
|
26
|
+
body: ""
|
27
|
+
footer:
|
28
|
+
Change-type: major
|
29
|
+
change-type: major
|
30
|
+
author: Josh Bowling
|
31
|
+
version: sbvr-types-8.0.0
|
32
|
+
title: ""
|
33
|
+
date: 2024-06-12T22:37:59.778Z
|
34
|
+
version: abstract-sql-to-typescript-3.3.1
|
35
|
+
title: ""
|
36
|
+
date: 2024-07-30T06:48:04.110Z
|
37
|
+
- commits:
|
38
|
+
- subject: Add support for synonyms that only affect part of the relationship
|
39
|
+
hash: 540a3ebfc526756910924066e053f53eab33b580
|
40
|
+
body: ""
|
41
|
+
footer:
|
42
|
+
Change-type: minor
|
43
|
+
change-type: minor
|
44
|
+
author: Pagan Gazzard
|
45
|
+
nested: []
|
46
|
+
version: abstract-sql-to-typescript-3.3.0
|
47
|
+
title: ""
|
48
|
+
date: 2024-06-27T16:16:09.558Z
|
49
|
+
- commits:
|
50
|
+
- subject: Avoid misclassifying non-resource arrays in `Expanded`/`Deferred`
|
51
|
+
typings
|
52
|
+
hash: ace38176e397aa93740f7380429a3bffb5c260e6
|
53
|
+
body: ""
|
54
|
+
footer:
|
55
|
+
Change-type: patch
|
56
|
+
change-type: patch
|
57
|
+
author: Pagan Gazzard
|
58
|
+
nested: []
|
59
|
+
version: abstract-sql-to-typescript-3.2.3
|
60
|
+
title: ""
|
61
|
+
date: 2024-06-25T13:15:58.067Z
|
62
|
+
- commits:
|
63
|
+
- subject: Update dependencies
|
64
|
+
hash: 9a2d5fdf4dc2df431be747b8bd3a0e9bd6278d08
|
65
|
+
body: |
|
66
|
+
Update @balena/abstract-sql-compiler from 9.0.4 to 9.2.0
|
67
|
+
Update @balena/odata-to-abstract-sql from 6.2.3 to 6.2.7
|
68
|
+
Update @balena/sbvr-types from 7.1.0 to 7.1.3
|
69
|
+
footer:
|
70
|
+
Change-type: patch
|
71
|
+
change-type: patch
|
72
|
+
author: Pagan Gazzard
|
73
|
+
nested:
|
74
|
+
- commits:
|
75
|
+
- subject: Properly error when using fields of a partial index as an alternate key
|
76
|
+
hash: 8652f142511cef14872353ec879365a5fd745c53
|
77
|
+
body: |
|
78
|
+
Update @balena/abstract-sql-compiler from 9.0.4 to 9.1.4
|
79
|
+
footer:
|
80
|
+
Change-type: patch
|
81
|
+
change-type: patch
|
82
|
+
author: Thodoris Greasidis
|
83
|
+
nested:
|
84
|
+
- commits:
|
85
|
+
- subject: Cast Big Serial to integer
|
86
|
+
hash: 9e4025dd57517f4ad6d06f4cb894062c6ce370cf
|
87
|
+
body: ""
|
88
|
+
footer:
|
89
|
+
Change-type: patch
|
90
|
+
change-type: patch
|
91
|
+
author: Josh Bowling
|
92
|
+
nested: []
|
93
|
+
version: abstract-sql-compiler-9.1.4
|
94
|
+
title: ""
|
95
|
+
date: 2024-04-09T10:04:33.059Z
|
96
|
+
- commits:
|
97
|
+
- subject: Update prepare script for husky v9
|
98
|
+
hash: bae835665431a88f0fdd4804f1d70757a7e11dd0
|
99
|
+
body: ""
|
100
|
+
footer:
|
101
|
+
Change-type: patch
|
102
|
+
change-type: patch
|
103
|
+
author: Josh Bowling
|
104
|
+
nested: []
|
105
|
+
- subject: Update dependency husky to v9
|
106
|
+
hash: d53d2f121e97d0dde35fe646e63b9d7179f4f098
|
107
|
+
body: |
|
108
|
+
Update husky from 8.0.3 to 9.0.11
|
109
|
+
footer:
|
110
|
+
Change-type: patch
|
111
|
+
change-type: patch
|
112
|
+
author: Self-hosted Renovate Bot
|
113
|
+
nested: []
|
114
|
+
version: abstract-sql-compiler-9.1.3
|
115
|
+
title: ""
|
116
|
+
date: 2024-04-09T01:41:53.829Z
|
117
|
+
- commits:
|
118
|
+
- subject: Update dependency lint-staged to v15
|
119
|
+
hash: 6b5c28a3170006cd3f6f963f03ec2ee67273223e
|
120
|
+
body: |
|
121
|
+
Update lint-staged from 13.3.0 to 15.2.2
|
122
|
+
footer:
|
123
|
+
Change-type: patch
|
124
|
+
change-type: patch
|
125
|
+
author: Self-hosted Renovate Bot
|
126
|
+
nested: []
|
127
|
+
version: abstract-sql-compiler-9.1.2
|
128
|
+
title: ""
|
129
|
+
date: 2024-04-09T01:09:18.361Z
|
130
|
+
- commits:
|
131
|
+
- subject: Update dependency @balena/lint to v8
|
132
|
+
hash: 835365353b766b89d80c80b84f48583ba0322849
|
133
|
+
body: |
|
134
|
+
Update @balena/lint from 6.2.2 to 8.0.0
|
135
|
+
footer:
|
136
|
+
Change-type: patch
|
137
|
+
change-type: patch
|
138
|
+
author: Thodoris Greasidis
|
139
|
+
nested: []
|
140
|
+
version: abstract-sql-compiler-9.1.1
|
141
|
+
title: ""
|
142
|
+
date: 2024-03-26T10:27:12.964Z
|
143
|
+
- commits:
|
144
|
+
- subject: Export the generateRuleHashAcronym helper
|
145
|
+
hash: 6d00b7dba58690019cfb443e4c876d30e8d7ad98
|
146
|
+
body: ""
|
147
|
+
footer:
|
148
|
+
Change-type: minor
|
149
|
+
change-type: minor
|
150
|
+
author: Thodoris Greasidis
|
151
|
+
nested: []
|
152
|
+
- subject: Add support for unique indexes with NOT DISTINCT NULLS
|
153
|
+
hash: cbd1177d14cd2266dd92f29755819a3139bf3bc1
|
154
|
+
body: ""
|
155
|
+
footer:
|
156
|
+
Change-type: minor
|
157
|
+
change-type: minor
|
158
|
+
author: Thodoris Greasidis
|
159
|
+
nested: []
|
160
|
+
- subject: Add support for partial unique indexes
|
161
|
+
hash: e2c92b8d5022ad29b95dd1e0837ec9dddec24fa4
|
162
|
+
body: ""
|
163
|
+
footer:
|
164
|
+
Change-type: minor
|
165
|
+
change-type: minor
|
166
|
+
author: Thodoris Greasidis
|
167
|
+
nested: []
|
168
|
+
version: abstract-sql-compiler-9.1.0
|
169
|
+
title: ""
|
170
|
+
date: 2024-03-26T09:29:57.519Z
|
171
|
+
- commits:
|
172
|
+
- subject: Update dependency @balena/odata-parser to v3
|
173
|
+
hash: d23614a1f7346edb262897ca8ff62abc2eaffff6
|
174
|
+
body: |
|
175
|
+
Update @balena/odata-parser from 2.5.0 to 3.0.3
|
176
|
+
footer:
|
177
|
+
Change-type: patch
|
178
|
+
change-type: patch
|
179
|
+
author: Self-hosted Renovate Bot
|
180
|
+
nested:
|
181
|
+
- commits:
|
182
|
+
- subject: Optimize by moving constant values into global init
|
183
|
+
hash: 94899b779fb879540f3675c3c9d7ca3f9d8af4bf
|
184
|
+
body: ""
|
185
|
+
footer:
|
186
|
+
Change-type: patch
|
187
|
+
change-type: patch
|
188
|
+
Signed-off-by: fisehara <harald@balena.io>
|
189
|
+
signed-off-by: fisehara <harald@balena.io>
|
190
|
+
author: fisehara
|
191
|
+
version: odata-parser-3.0.3
|
192
|
+
title: ""
|
193
|
+
date: 2024-01-04T15:30:09.102Z
|
194
|
+
- commits:
|
195
|
+
- subject: Update dependencies
|
196
|
+
hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86
|
197
|
+
body: >
|
198
|
+
- Update @balena/lint from 6.2.2 to
|
199
|
+
7.2.4
|
200
|
+
|
201
|
+
- Delete `require-npm4-to-publish` as
|
202
|
+
handled by `engines` parameter in
|
203
|
+
`package.json`
|
204
|
+
footer:
|
205
|
+
Change-type: patch
|
206
|
+
change-type: patch
|
207
|
+
Signed-off-by: fisehara <harald@balena.io>
|
208
|
+
signed-off-by: fisehara <harald@balena.io>
|
209
|
+
author: fisehara
|
210
|
+
version: odata-parser-3.0.2
|
211
|
+
title: ""
|
212
|
+
date: 2024-01-04T10:16:56.896Z
|
213
|
+
- commits:
|
214
|
+
- subject: Allow running CI on external PRs
|
215
|
+
hash: 875af25a9e8ba9ade051f76f4500f5146db675a7
|
216
|
+
body: ""
|
217
|
+
footer:
|
218
|
+
Change-type: patch
|
219
|
+
change-type: patch
|
220
|
+
author: Pagan Gazzard
|
221
|
+
version: odata-parser-3.0.1
|
222
|
+
title: ""
|
223
|
+
date: 2023-09-25T10:50:13.648Z
|
224
|
+
- commits:
|
225
|
+
- subject: Use optional chaining operator
|
226
|
+
hash: 1fb39ef2497b964af0f2cbc953a3f0843936fe02
|
227
|
+
body: ""
|
228
|
+
footer:
|
229
|
+
Change-type: major
|
230
|
+
change-type: major
|
231
|
+
author: Pagan Gazzard
|
232
|
+
- subject: Set minimum supported nodejs version to 16.13.0
|
233
|
+
hash: 91b8f51691a9649e99f2dc64253cc5ce9b59035a
|
234
|
+
body: ""
|
235
|
+
footer:
|
236
|
+
Change-type: major
|
237
|
+
change-type: major
|
238
|
+
author: Pagan Gazzard
|
239
|
+
version: odata-parser-3.0.0
|
240
|
+
title: ""
|
241
|
+
date: 2023-04-26T14:57:49.416Z
|
242
|
+
version: abstract-sql-compiler-9.0.7
|
243
|
+
title: ""
|
244
|
+
date: 2024-03-22T13:08:03.336Z
|
245
|
+
- commits:
|
246
|
+
- subject: Update TypeScript to 5.4.3
|
247
|
+
hash: 29299180ecbcb5bcd26b47e52f86538fa9a1f0f8
|
248
|
+
body: ""
|
249
|
+
footer:
|
250
|
+
Change-type: patch
|
251
|
+
change-type: patch
|
252
|
+
author: Thodoris Greasidis
|
253
|
+
nested: []
|
254
|
+
version: abstract-sql-compiler-9.0.6
|
255
|
+
title: ""
|
256
|
+
date: 2024-03-21T16:34:21.387Z
|
257
|
+
- commits:
|
258
|
+
- subject: Update `@balena/sbvr-types`
|
259
|
+
hash: 1822aa5e81736f18f2a4dd265e5754b589d4fd36
|
260
|
+
body: >
|
261
|
+
Updaet @balena/sbvr-types from 6.0.0 to 7.0.1
|
262
|
+
|
263
|
+
|
264
|
+
@balena/sbvr-types changes `fetchProcessing` and
|
265
|
+
not validate. No change in abstract-sql-compiler
|
266
|
+
interfaces. => Patch
|
267
|
+
footer:
|
268
|
+
Change-type: patch
|
269
|
+
change-type: patch
|
270
|
+
Signed-off-by: Harald Fischer <harald@balena.io>
|
271
|
+
signed-off-by: Harald Fischer <harald@balena.io>
|
272
|
+
author: Harald Fischer
|
273
|
+
nested: []
|
274
|
+
version: abstract-sql-compiler-9.0.5
|
275
|
+
title: ""
|
276
|
+
date: 2024-03-05T19:12:37.779Z
|
277
|
+
version: odata-to-abstract-sql-6.2.7
|
278
|
+
title: ""
|
279
|
+
date: 2024-04-23T12:52:44.677Z
|
280
|
+
- commits:
|
281
|
+
- subject: Update dependency husky to v9
|
282
|
+
hash: cb1f02871fbea35df4b637f73625fbc39840da3a
|
283
|
+
body: |
|
284
|
+
Update husky from 8.0.3 to 9.0.11
|
285
|
+
footer:
|
286
|
+
Change-type: patch
|
287
|
+
change-type: patch
|
288
|
+
author: Self-hosted Renovate Bot
|
289
|
+
nested: []
|
290
|
+
version: odata-to-abstract-sql-6.2.6
|
291
|
+
title: ""
|
292
|
+
date: 2024-04-13T14:30:55.197Z
|
293
|
+
- commits:
|
294
|
+
- subject: Update dependency @balena/lint to v8
|
295
|
+
hash: 7b0e4b7272b0cda5690b925b7de259612085940e
|
296
|
+
body: |
|
297
|
+
Update @balena/lint from 7.3.0 to 8.0.0
|
298
|
+
footer:
|
299
|
+
Change-type: patch
|
300
|
+
change-type: patch
|
301
|
+
author: Self-hosted Renovate Bot
|
302
|
+
nested: []
|
303
|
+
version: odata-to-abstract-sql-6.2.5
|
304
|
+
title: ""
|
305
|
+
date: 2024-04-10T00:24:14.349Z
|
306
|
+
- commits:
|
307
|
+
- subject: Update `@balena/sbvr-types` devDependencies
|
308
|
+
hash: 93ba82f914f8e036e79fa174a58881db294b84c6
|
309
|
+
body: |
|
310
|
+
Update `@balena/sbvr-types` from 6.1.1 to 7.0.1
|
311
|
+
|
312
|
+
Update of devDependencies => patch
|
313
|
+
footer:
|
314
|
+
Change-type: patch
|
315
|
+
change-type: patch
|
316
|
+
Signed-off-by: fisehara <harald@balena.io>
|
317
|
+
signed-off-by: fisehara <harald@balena.io>
|
318
|
+
author: fisehara
|
319
|
+
nested: []
|
320
|
+
- subject: Fix linter issue
|
321
|
+
hash: d5e0d142e779f29ef316cdb20d0f91a983960e69
|
322
|
+
body: ""
|
323
|
+
footer:
|
324
|
+
Change-type: patch
|
325
|
+
change-type: patch
|
326
|
+
Signed-off-by: fisehara <harald@balena.io>
|
327
|
+
signed-off-by: fisehara <harald@balena.io>
|
328
|
+
author: fisehara
|
329
|
+
nested: []
|
330
|
+
version: odata-to-abstract-sql-6.2.4
|
331
|
+
title: ""
|
332
|
+
date: 2024-03-05T18:23:43.575Z
|
333
|
+
- commits:
|
334
|
+
- subject: Add typings for all abstract sql fragments, fixing where necessary
|
335
|
+
hash: b84c335877236e3d389df064b3e7b2acd1a656ae
|
336
|
+
body: ""
|
337
|
+
footer:
|
338
|
+
Change-type: patch
|
339
|
+
change-type: patch
|
340
|
+
author: Pagan Gazzard
|
341
|
+
version: sbvr-types-7.1.3
|
342
|
+
title: ""
|
343
|
+
date: 2024-06-12T21:08:39.814Z
|
344
|
+
- commits:
|
345
|
+
- subject: Explicitly type the `compare` function for `hashed`
|
346
|
+
hash: 6ece56f531ba9507fb090003bd3216e90b2f583b
|
347
|
+
body: >
|
348
|
+
This avoids the need for downstream users to have the
|
349
|
+
bcrypt types
|
350
|
+
|
351
|
+
available whilst also avoiding accidental breaking
|
352
|
+
changes
|
353
|
+
footer:
|
354
|
+
Change-type: patch
|
355
|
+
change-type: patch
|
356
|
+
author: Pagan Gazzard
|
357
|
+
version: sbvr-types-7.1.2
|
358
|
+
title: ""
|
359
|
+
date: 2024-06-12T12:19:17.354Z
|
360
|
+
- commits:
|
361
|
+
- subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time`
|
362
|
+
hash: eb03c8fb593fad76c74dad57a3d45625daf44d76
|
363
|
+
body: ""
|
364
|
+
footer:
|
365
|
+
Change-type: patch
|
366
|
+
change-type: patch
|
367
|
+
author: Pagan Gazzard
|
368
|
+
version: sbvr-types-7.1.1
|
369
|
+
title: ""
|
370
|
+
date: 2024-06-04T09:59:12.864Z
|
371
|
+
version: abstract-sql-to-typescript-3.2.2
|
372
|
+
title: ""
|
373
|
+
date: 2024-06-25T12:30:20.853Z
|
374
|
+
- commits:
|
375
|
+
- subject: Fix `getOrCreate` and `upsert` typing for the `body` property
|
376
|
+
hash: a1ce21a7c55c04f55f3b8025d19076a49541a205
|
377
|
+
body: ""
|
378
|
+
footer:
|
379
|
+
Change-type: patch
|
380
|
+
change-type: patch
|
381
|
+
author: Pagan Gazzard
|
382
|
+
nested: []
|
383
|
+
version: pinejs-client-js-6.15.10
|
384
|
+
title: ""
|
385
|
+
date: 2024-07-08T16:05:56.800Z
|
386
|
+
- commits:
|
387
|
+
- subject: Export `ExpandableStringKeyOf` typing
|
388
|
+
hash: 17f1424d31069a882bb288cf418a01e83b60e806
|
389
|
+
body: ""
|
390
|
+
footer:
|
391
|
+
Change-type: patch
|
392
|
+
change-type: patch
|
393
|
+
author: Pagan Gazzard
|
394
|
+
nested: []
|
395
|
+
version: pinejs-client-js-6.15.9
|
396
|
+
title: ""
|
397
|
+
date: 2024-07-05T16:24:57.847Z
|
398
|
+
- commits:
|
399
|
+
- subject: Improve typings of `prepare` when used to `GET`
|
400
|
+
hash: 06f3fbecc514367900f07f83dbd61796e870abcf
|
401
|
+
body: ""
|
402
|
+
footer:
|
403
|
+
Change-type: patch
|
404
|
+
change-type: patch
|
405
|
+
author: Pagan Gazzard
|
406
|
+
nested: []
|
407
|
+
version: pinejs-client-js-6.15.8
|
408
|
+
title: ""
|
409
|
+
date: 2024-07-05T15:42:56.455Z
|
410
|
+
- commits:
|
411
|
+
- subject: Use `OptionsToResponse` to avoid most of the `get` overloads
|
412
|
+
hash: 7562b1aeb69a3ce97362ed0799b4c211948acc7e
|
413
|
+
body: ""
|
414
|
+
footer:
|
415
|
+
Change-type: patch
|
416
|
+
change-type: patch
|
417
|
+
author: Pagan Gazzard
|
418
|
+
nested: []
|
419
|
+
version: pinejs-client-js-6.15.7
|
420
|
+
title: ""
|
421
|
+
date: 2024-06-27T17:04:08.151Z
|
422
|
+
- commits:
|
423
|
+
- subject: Add support for nested $expand response types and $count expands
|
424
|
+
hash: 8b00172db2e150f8813d2080d0f19b5a2c2c3066
|
425
|
+
body: |
|
426
|
+
Update @balena/abstract-sql-to-typescript from 3.2.1 to 3.2.3
|
427
|
+
footer:
|
428
|
+
Change-type: patch
|
429
|
+
change-type: patch
|
430
|
+
author: Pagan Gazzard
|
431
|
+
nested: []
|
432
|
+
version: pinejs-client-js-6.15.6
|
433
|
+
title: ""
|
434
|
+
date: 2024-06-25T13:53:50.690Z
|
435
|
+
- commits:
|
436
|
+
- subject: Select all non-expanded fields when there is no $select
|
437
|
+
hash: 7abf51ecd4aea620cd9d616d5ec1843c1c4ba5df
|
438
|
+
body: ""
|
439
|
+
footer:
|
440
|
+
Change-type: patch
|
441
|
+
change-type: patch
|
442
|
+
author: Pagan Gazzard
|
443
|
+
nested: []
|
444
|
+
version: pinejs-client-js-6.15.5
|
445
|
+
title: ""
|
446
|
+
date: 2024-06-25T11:09:05.055Z
|
447
|
+
- commits:
|
448
|
+
- subject: Update dependencies
|
449
|
+
hash: 18d9758ffb6cf0ce16f3870aa64ffe40c6d3ce5d
|
450
|
+
body: ""
|
451
|
+
footer:
|
452
|
+
Change-type: patch
|
453
|
+
change-type: patch
|
454
|
+
author: Pagan Gazzard
|
455
|
+
nested: []
|
456
|
+
version: pinejs-client-js-6.15.4
|
457
|
+
title: ""
|
458
|
+
date: 2024-06-24T20:52:38.559Z
|
459
|
+
- commits:
|
460
|
+
- subject: Correctly type that all properties are selected with a missing $select
|
461
|
+
hash: 935e630afd429790fa133cdbf7e2012ac491b969
|
462
|
+
body: ""
|
463
|
+
footer:
|
464
|
+
Change-type: patch
|
465
|
+
change-type: patch
|
466
|
+
author: Pagan Gazzard
|
467
|
+
nested: []
|
468
|
+
version: pinejs-client-js-6.15.3
|
469
|
+
title: ""
|
470
|
+
date: 2024-06-20T10:36:12.898Z
|
471
|
+
- commits:
|
472
|
+
- subject: Improve $orderby typings when not providing a model
|
473
|
+
hash: 00c8ea6b5281f4d928d73cbe4427239a4ab3e6d8
|
474
|
+
body: ""
|
475
|
+
footer:
|
476
|
+
Change-type: patch
|
477
|
+
change-type: patch
|
478
|
+
author: Pagan Gazzard
|
479
|
+
nested: []
|
480
|
+
version: pinejs-client-js-6.15.2
|
481
|
+
title: ""
|
482
|
+
date: 2024-06-19T11:41:35.544Z
|
483
|
+
- commits:
|
484
|
+
- subject: Update dependency @balena/sbvr-types to v8
|
485
|
+
hash: cf8795b08f30806b5500508dcab3623c5d444928
|
486
|
+
body: |
|
487
|
+
Update @balena/sbvr-types from 7.1.3 to 8.0.0
|
488
|
+
footer:
|
489
|
+
Change-type: patch
|
490
|
+
change-type: patch
|
491
|
+
author: Self-hosted Renovate Bot
|
492
|
+
version: sbvr-parser-1.4.6
|
493
|
+
title: ""
|
494
|
+
date: 2024-07-30T06:48:09.778Z
|
495
|
+
- commits:
|
496
|
+
- subject: Switch to an inflection library from npm which does not monkey patch
|
497
|
+
hash: 2082369825fc80acb549793e4cc1cd35c77850d4
|
498
|
+
body: ""
|
499
|
+
footer:
|
500
|
+
Change-type: patch
|
501
|
+
change-type: patch
|
502
|
+
author: Pagan Gazzard
|
503
|
+
version: sbvr-parser-1.4.5
|
504
|
+
title: ""
|
505
|
+
date: 2024-06-18T21:23:34.689Z
|
11
506
|
version: 17.3.5
|
12
507
|
title: ""
|
13
|
-
date: 2024-07-
|
508
|
+
date: 2024-07-31T17:38:41.446Z
|
14
509
|
- commits:
|
15
510
|
- subject: Rollback @balena/sbvr-types to v7
|
16
511
|
hash: 911495b41b7b0bd32273478fe33230fc5e20d014
|