@objectstack/runtime 4.0.3 → 4.0.5

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/CHANGELOG.md DELETED
@@ -1,753 +0,0 @@
1
- # @objectstack/runtime
2
-
3
- ## 4.0.3
4
-
5
- ### Patch Changes
6
-
7
- - @objectstack/spec@4.0.3
8
- - @objectstack/core@4.0.3
9
- - @objectstack/types@4.0.3
10
- - @objectstack/rest@4.0.3
11
-
12
- ## 4.0.2
13
-
14
- ### Patch Changes
15
-
16
- - Updated dependencies [5f659e9]
17
- - @objectstack/spec@4.0.2
18
- - @objectstack/core@4.0.2
19
- - @objectstack/rest@4.0.2
20
- - @objectstack/types@4.0.2
21
-
22
- ## 4.0.0
23
-
24
- ### Patch Changes
25
-
26
- - f08ffc3: Fix discovery API endpoint routing and protocol consistency.
27
-
28
- **Discovery route standardization:**
29
-
30
- - All adapters (Express, Fastify, Hono, NestJS, Next.js, Nuxt, SvelteKit) now mount the discovery endpoint at `{prefix}/discovery` instead of `{prefix}` root.
31
- - `.well-known/objectstack` redirects now point to `{prefix}/discovery`.
32
- - Client `connect()` fallback URL changed from `/api/v1` to `/api/v1/discovery`.
33
- - Runtime dispatcher handles both `/discovery` (standard) and `/` (legacy) for backward compatibility.
34
-
35
- **Schema & route alignment:**
36
-
37
- - Added `storage` (service: `file-storage`) and `feed` (service: `data`) routes to `DEFAULT_DISPATCHER_ROUTES`.
38
- - Added `feed` and `discovery` fields to `ApiRoutesSchema`.
39
- - Unified `GetDiscoveryResponseSchema` with `DiscoverySchema` as single source of truth.
40
- - Client `getRoute('feed')` fallback updated from `/api/v1/data` to `/api/v1/feed`.
41
-
42
- **Type safety:**
43
-
44
- - Extracted `ApiRouteType` from `ApiRoutes` keys for type-safe client route resolution.
45
- - Removed `as any` type casting in client route access.
46
-
47
- - e0b0a78: Deprecate DataEngineQueryOptions in favor of QueryAST-aligned EngineQueryOptions.
48
-
49
- Engine, Protocol, and Client now use standard QueryAST parameter names:
50
-
51
- - `filter` → `where`
52
- - `select` → `fields`
53
- - `sort` → `orderBy`
54
- - `skip` → `offset`
55
- - `populate` → `expand`
56
- - `top` → `limit`
57
-
58
- The old DataEngine\* schemas and types are preserved with `@deprecated` markers for backward compatibility.
59
-
60
- - Updated dependencies [f08ffc3]
61
- - Updated dependencies [e0b0a78]
62
- - @objectstack/spec@4.0.0
63
- - @objectstack/core@4.0.0
64
- - @objectstack/rest@4.0.0
65
- - @objectstack/types@4.0.0
66
-
67
- ## 3.3.1
68
-
69
- ### Patch Changes
70
-
71
- - @objectstack/spec@3.3.1
72
- - @objectstack/core@3.3.1
73
- - @objectstack/types@3.3.1
74
- - @objectstack/rest@3.3.1
75
-
76
- ## 3.3.0
77
-
78
- ### Patch Changes
79
-
80
- - @objectstack/spec@3.3.0
81
- - @objectstack/core@3.3.0
82
- - @objectstack/types@3.3.0
83
- - @objectstack/rest@3.3.0
84
-
85
- ## 3.2.9
86
-
87
- ### Patch Changes
88
-
89
- - @objectstack/spec@3.2.9
90
- - @objectstack/core@3.2.9
91
- - @objectstack/types@3.2.9
92
- - @objectstack/rest@3.2.9
93
-
94
- ## 3.2.8
95
-
96
- ### Patch Changes
97
-
98
- - @objectstack/spec@3.2.8
99
- - @objectstack/core@3.2.8
100
- - @objectstack/types@3.2.8
101
- - @objectstack/rest@3.2.8
102
-
103
- ## 3.2.7
104
-
105
- ### Patch Changes
106
-
107
- - @objectstack/spec@3.2.7
108
- - @objectstack/core@3.2.7
109
- - @objectstack/types@3.2.7
110
- - @objectstack/rest@3.2.7
111
-
112
- ## 3.2.6
113
-
114
- ### Patch Changes
115
-
116
- - @objectstack/spec@3.2.6
117
- - @objectstack/core@3.2.6
118
- - @objectstack/types@3.2.6
119
- - @objectstack/rest@3.2.6
120
-
121
- ## 3.2.5
122
-
123
- ### Patch Changes
124
-
125
- - @objectstack/spec@3.2.5
126
- - @objectstack/core@3.2.5
127
- - @objectstack/types@3.2.5
128
- - @objectstack/rest@3.2.5
129
-
130
- ## 3.2.4
131
-
132
- ### Patch Changes
133
-
134
- - @objectstack/spec@3.2.4
135
- - @objectstack/core@3.2.4
136
- - @objectstack/types@3.2.4
137
- - @objectstack/rest@3.2.4
138
-
139
- ## 3.2.3
140
-
141
- ### Patch Changes
142
-
143
- - @objectstack/spec@3.2.3
144
- - @objectstack/core@3.2.3
145
- - @objectstack/types@3.2.3
146
- - @objectstack/rest@3.2.3
147
-
148
- ## 3.2.2
149
-
150
- ### Patch Changes
151
-
152
- - Updated dependencies [46defbb]
153
- - @objectstack/spec@3.2.2
154
- - @objectstack/core@3.2.2
155
- - @objectstack/rest@3.2.2
156
- - @objectstack/types@3.2.2
157
-
158
- ## 3.2.1
159
-
160
- ### Patch Changes
161
-
162
- - Updated dependencies [850b546]
163
- - @objectstack/spec@3.2.1
164
- - @objectstack/core@3.2.1
165
- - @objectstack/rest@3.2.1
166
- - @objectstack/types@3.2.1
167
-
168
- ## 3.2.0
169
-
170
- ### Patch Changes
171
-
172
- - Updated dependencies [5901c29]
173
- - @objectstack/spec@3.2.0
174
- - @objectstack/core@3.2.0
175
- - @objectstack/rest@3.2.0
176
- - @objectstack/types@3.2.0
177
-
178
- ## 3.1.1
179
-
180
- ### Patch Changes
181
-
182
- - Updated dependencies [953d667]
183
- - @objectstack/spec@3.1.1
184
- - @objectstack/core@3.1.1
185
- - @objectstack/rest@3.1.1
186
- - @objectstack/types@3.1.1
187
-
188
- ## 3.1.0
189
-
190
- ### Patch Changes
191
-
192
- - Updated dependencies [0088830]
193
- - @objectstack/spec@3.1.0
194
- - @objectstack/core@3.1.0
195
- - @objectstack/rest@3.1.0
196
- - @objectstack/types@3.1.0
197
-
198
- ## 3.0.11
199
-
200
- ### Patch Changes
201
-
202
- - Updated dependencies [92d9d99]
203
- - @objectstack/spec@3.0.11
204
- - @objectstack/core@3.0.11
205
- - @objectstack/rest@3.0.11
206
- - @objectstack/types@3.0.11
207
-
208
- ## 3.0.10
209
-
210
- ### Patch Changes
211
-
212
- - Updated dependencies [d1e5d31]
213
- - @objectstack/spec@3.0.10
214
- - @objectstack/core@3.0.10
215
- - @objectstack/rest@3.0.10
216
- - @objectstack/types@3.0.10
217
-
218
- ## 3.0.9
219
-
220
- ### Patch Changes
221
-
222
- - Updated dependencies [15e0df6]
223
- - @objectstack/spec@3.0.9
224
- - @objectstack/core@3.0.9
225
- - @objectstack/rest@3.0.9
226
- - @objectstack/types@3.0.9
227
-
228
- ## 3.0.8
229
-
230
- ### Patch Changes
231
-
232
- - Updated dependencies [5a968a2]
233
- - @objectstack/spec@3.0.8
234
- - @objectstack/core@3.0.8
235
- - @objectstack/rest@3.0.8
236
- - @objectstack/types@3.0.8
237
-
238
- ## 3.0.7
239
-
240
- ### Patch Changes
241
-
242
- - Updated dependencies [0119bd7]
243
- - Updated dependencies [5426bdf]
244
- - @objectstack/spec@3.0.7
245
- - @objectstack/core@3.0.7
246
- - @objectstack/rest@3.0.7
247
- - @objectstack/types@3.0.7
248
-
249
- ## 3.0.6
250
-
251
- ### Patch Changes
252
-
253
- - Updated dependencies [5df254c]
254
- - @objectstack/spec@3.0.6
255
- - @objectstack/core@3.0.6
256
- - @objectstack/rest@3.0.6
257
- - @objectstack/types@3.0.6
258
-
259
- ## 3.0.5
260
-
261
- ### Patch Changes
262
-
263
- - Updated dependencies [23a4a68]
264
- - @objectstack/spec@3.0.5
265
- - @objectstack/core@3.0.5
266
- - @objectstack/rest@3.0.5
267
- - @objectstack/types@3.0.5
268
-
269
- ## 3.0.4
270
-
271
- ### Patch Changes
272
-
273
- - Updated dependencies [d738987]
274
- - @objectstack/spec@3.0.4
275
- - @objectstack/core@3.0.4
276
- - @objectstack/rest@3.0.4
277
- - @objectstack/types@3.0.4
278
-
279
- ## 3.0.3
280
-
281
- ### Patch Changes
282
-
283
- - c7267f6: Patch release for maintenance updates and improvements.
284
- - Updated dependencies [c7267f6]
285
- - @objectstack/spec@3.0.3
286
- - @objectstack/core@3.0.3
287
- - @objectstack/types@3.0.3
288
- - @objectstack/rest@3.0.3
289
-
290
- ## 3.0.2
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [28985f5]
295
- - @objectstack/spec@3.0.2
296
- - @objectstack/core@3.0.2
297
- - @objectstack/rest@3.0.2
298
- - @objectstack/types@3.0.2
299
-
300
- ## 3.0.1
301
-
302
- ### Patch Changes
303
-
304
- - Updated dependencies [389725a]
305
- - @objectstack/spec@3.0.1
306
- - @objectstack/core@3.0.1
307
- - @objectstack/rest@3.0.1
308
- - @objectstack/types@3.0.1
309
-
310
- ## 3.0.0
311
-
312
- ### Major Changes
313
-
314
- - Release v3.0.0 — unified version bump for all ObjectStack packages.
315
-
316
- ### Patch Changes
317
-
318
- - Updated dependencies
319
- - @objectstack/spec@3.0.0
320
- - @objectstack/core@3.0.0
321
- - @objectstack/types@3.0.0
322
- - @objectstack/rest@3.0.0
323
-
324
- ## 2.0.7
325
-
326
- ### Patch Changes
327
-
328
- - Updated dependencies
329
- - @objectstack/spec@2.0.7
330
- - @objectstack/core@2.0.7
331
- - @objectstack/rest@2.0.7
332
- - @objectstack/types@2.0.7
333
-
334
- ## 2.0.6
335
-
336
- ### Patch Changes
337
-
338
- - Patch release for maintenance and stability improvements
339
- - Updated dependencies
340
- - @objectstack/spec@2.0.6
341
- - @objectstack/core@2.0.6
342
- - @objectstack/types@2.0.6
343
- - @objectstack/rest@2.0.6
344
-
345
- ## 2.0.5
346
-
347
- ### Patch Changes
348
-
349
- - Updated dependencies
350
- - @objectstack/spec@2.0.5
351
- - @objectstack/core@2.0.5
352
- - @objectstack/rest@2.0.5
353
- - @objectstack/types@2.0.5
354
-
355
- ## 2.0.4
356
-
357
- ### Patch Changes
358
-
359
- - Patch release for maintenance and stability improvements
360
- - Updated dependencies
361
- - @objectstack/spec@2.0.4
362
- - @objectstack/core@2.0.4
363
- - @objectstack/types@2.0.4
364
- - @objectstack/rest@2.0.4
365
-
366
- ## 2.0.3
367
-
368
- ### Patch Changes
369
-
370
- - Patch release for maintenance and stability improvements
371
- - Updated dependencies
372
- - @objectstack/spec@2.0.3
373
- - @objectstack/core@2.0.3
374
- - @objectstack/types@2.0.3
375
- - @objectstack/rest@2.0.3
376
-
377
- ## 2.0.2
378
-
379
- ### Patch Changes
380
-
381
- - Updated dependencies [1db8559]
382
- - @objectstack/spec@2.0.2
383
- - @objectstack/core@2.0.2
384
- - @objectstack/rest@2.0.2
385
- - @objectstack/types@2.0.2
386
-
387
- ## 2.0.1
388
-
389
- ### Patch Changes
390
-
391
- - Patch release for maintenance and stability improvements
392
- - Updated dependencies
393
- - @objectstack/spec@2.0.1
394
- - @objectstack/core@2.0.1
395
- - @objectstack/types@2.0.1
396
- - @objectstack/rest@2.0.1
397
-
398
- ## 2.0.0
399
-
400
- ### Patch Changes
401
-
402
- - Updated dependencies [38e5dd5]
403
- - Updated dependencies [38e5dd5]
404
- - @objectstack/spec@2.0.0
405
- - @objectstack/core@2.0.0
406
- - @objectstack/rest@2.0.0
407
- - @objectstack/types@2.0.0
408
-
409
- ## 1.0.12
410
-
411
- ### Patch Changes
412
-
413
- - chore: add Vercel deployment configs, simplify console runtime configuration
414
- - Updated dependencies
415
- - @objectstack/spec@1.0.12
416
- - @objectstack/core@1.0.12
417
- - @objectstack/types@1.0.12
418
-
419
- ## 1.0.11
420
-
421
- ### Patch Changes
422
-
423
- - @objectstack/spec@1.0.11
424
- - @objectstack/core@1.0.11
425
- - @objectstack/types@1.0.11
426
-
427
- ## 1.0.10
428
-
429
- ### Patch Changes
430
-
431
- - Updated dependencies [10f52e1]
432
- - @objectstack/core@1.0.10
433
- - @objectstack/spec@1.0.10
434
- - @objectstack/types@1.0.10
435
-
436
- ## 1.0.9
437
-
438
- ### Patch Changes
439
-
440
- - @objectstack/spec@1.0.9
441
- - @objectstack/core@1.0.9
442
- - @objectstack/types@1.0.9
443
-
444
- ## 1.0.8
445
-
446
- ### Patch Changes
447
-
448
- - @objectstack/spec@1.0.8
449
- - @objectstack/core@1.0.8
450
- - @objectstack/types@1.0.8
451
-
452
- ## 1.0.7
453
-
454
- ### Patch Changes
455
-
456
- - ebdf787: feat: implement standard service discovery via `/.well-known/objectstack`
457
- - @objectstack/spec@1.0.7
458
- - @objectstack/core@1.0.7
459
- - @objectstack/types@1.0.7
460
-
461
- ## 1.0.6
462
-
463
- ### Patch Changes
464
-
465
- - Updated dependencies [a7f7b9d]
466
- - @objectstack/spec@1.0.6
467
- - @objectstack/core@1.0.6
468
- - @objectstack/types@1.0.6
469
-
470
- ## 1.0.5
471
-
472
- ### Patch Changes
473
-
474
- - b1d24bd: refactor: migrate build system from tsc to tsup for faster builds
475
- - Replaced `tsc` with `tsup` (using esbuild) across all packages
476
- - Added shared `tsup.config.ts` in workspace root
477
- - Added `tsup` as workspace dev dependency
478
- - significantly improved build performance
479
- - 877b864: fix: add SPA fallback to hono, fix msw context binding, improve runtime resilience, and fix client-react build types
480
- - Updated dependencies [b1d24bd]
481
- - @objectstack/core@1.0.5
482
- - @objectstack/types@1.0.5
483
- - @objectstack/spec@1.0.5
484
-
485
- ## 1.0.4
486
-
487
- ### Patch Changes
488
-
489
- - @objectstack/spec@1.0.4
490
- - @objectstack/core@1.0.4
491
- - @objectstack/types@1.0.4
492
-
493
- ## 1.0.3
494
-
495
- ### Patch Changes
496
-
497
- - fb2eabd: fix: resolve "process is not defined" runtime error in browser environments by adding safe environment detection and polyfills
498
- - Updated dependencies [fb2eabd]
499
- - @objectstack/core@1.0.3
500
- - @objectstack/spec@1.0.3
501
- - @objectstack/types@1.0.3
502
-
503
- ## 1.0.2
504
-
505
- ### Patch Changes
506
-
507
- - a0a6c85: Infrastructure and development tooling improvements
508
-
509
- - Add changeset configuration for automated version management
510
- - Add comprehensive GitHub Actions workflows (CI, CodeQL, linting, releases)
511
- - Add development configuration files (.cursorrules, .github/prompts)
512
- - Add documentation files (ARCHITECTURE.md, CONTRIBUTING.md, workflows docs)
513
- - Update test script configuration in package.json
514
- - Add @objectstack/cli to devDependencies for better development experience
515
-
516
- - 109fc5b: Unified patch release to align all package versions.
517
- - Updated dependencies [a0a6c85]
518
- - Updated dependencies [109fc5b]
519
- - @objectstack/spec@1.0.2
520
- - @objectstack/core@1.0.2
521
- - @objectstack/types@1.0.2
522
-
523
- ## 1.0.1
524
-
525
- ### Patch Changes
526
-
527
- - Fix TypeScript error in http-dispatcher tests to resolve CI build failures.
528
- - @objectstack/spec@1.0.1
529
- - @objectstack/core@1.0.1
530
- - @objectstack/types@1.0.1
531
-
532
- ## 1.0.0
533
-
534
- ### Major Changes
535
-
536
- - Major version release for ObjectStack Protocol v1.0.
537
- - Stabilized Protocol Definitions
538
- - Enhanced Runtime Plugin Support
539
- - Fixed Type Compliance across Monorepo
540
-
541
- ### Patch Changes
542
-
543
- - Updated dependencies
544
- - @objectstack/spec@1.0.0
545
- - @objectstack/core@1.0.0
546
- - @objectstack/types@1.0.0
547
-
548
- ## 0.9.2
549
-
550
- ### Patch Changes
551
-
552
- - Updated dependencies
553
- - @objectstack/spec@0.9.2
554
- - @objectstack/core@0.9.2
555
- - @objectstack/types@0.9.2
556
-
557
- ## 0.9.1
558
-
559
- ### Patch Changes
560
-
561
- - Patch release for maintenance and stability improvements. All packages updated with unified versioning.
562
- - Updated dependencies
563
- - @objectstack/spec@0.9.1
564
- - @objectstack/core@0.9.1
565
- - @objectstack/types@0.9.1
566
-
567
- ## 0.8.2
568
-
569
- ### Patch Changes
570
-
571
- - Updated dependencies [555e6a7]
572
- - @objectstack/spec@0.8.2
573
- - @objectstack/core@0.8.2
574
- - @objectstack/types@0.8.2
575
-
576
- ## 0.8.1
577
-
578
- ### Patch Changes
579
-
580
- - @objectstack/spec@0.8.1
581
- - @objectstack/core@0.8.1
582
- - @objectstack/types@0.8.1
583
-
584
- ## 1.0.0
585
-
586
- ### Minor Changes
587
-
588
- - # Upgrade to Zod v4 and Protocol Improvements
589
-
590
- This release includes a major upgrade to the core validation engine (Zod v4) and aligns all protocol definitions with stricter type safety.
591
-
592
- ### Patch Changes
593
-
594
- - Updated dependencies
595
- - @objectstack/spec@1.0.0
596
- - @objectstack/core@1.0.0
597
- - @objectstack/types@1.0.0
598
-
599
- ## 0.7.2
600
-
601
- ### Patch Changes
602
-
603
- - fb41cc0: Patch release: Updated documentation and JSON schemas
604
- - Updated dependencies [fb41cc0]
605
- - @objectstack/spec@0.7.2
606
- - @objectstack/core@0.7.2
607
- - @objectstack/types@0.7.2
608
-
609
- ## 0.7.1
610
-
611
- ### Patch Changes
612
-
613
- - Patch release for maintenance and stability improvements
614
- - Updated dependencies
615
- - @objectstack/spec@0.7.1
616
- - @objectstack/types@0.7.1
617
- - @objectstack/core@0.7.1
618
-
619
- ## 0.6.1
620
-
621
- ### Patch Changes
622
-
623
- - Patch release for maintenance and stability improvements
624
- - Updated dependencies
625
- - @objectstack/spec@0.6.1
626
- - @objectstack/types@0.6.1
627
- - @objectstack/core@0.6.1
628
-
629
- ## 0.6.0
630
-
631
- ### Minor Changes
632
-
633
- - b2df5f7: Unified version bump to 0.5.0
634
-
635
- - Standardized all package versions to 0.5.0 across the monorepo
636
- - Fixed driver-memory package.json paths for proper module resolution
637
- - Ensured all packages are in sync for the 0.5.0 release
638
-
639
- ### Patch Changes
640
-
641
- - Updated dependencies [b2df5f7]
642
- - @objectstack/spec@0.6.0
643
- - @objectstack/objectql@0.6.0
644
- - @objectstack/types@0.6.0
645
- - @objectstack/core@0.6.0
646
-
647
- ## 0.4.2
648
-
649
- ### Patch Changes
650
-
651
- - Unify all package versions to 0.4.2
652
- - Updated dependencies
653
- - @objectstack/spec@0.4.2
654
- - @objectstack/objectql@0.4.2
655
- - @objectstack/types@0.4.2
656
-
657
- ## 0.4.1
658
-
659
- ### Patch Changes
660
-
661
- - Version synchronization and dependency updates
662
-
663
- - Synchronized plugin-msw version to 0.4.1
664
- - Updated runtime peer dependency versions to ^0.4.1
665
- - Fixed internal dependency version mismatches
666
-
667
- - Updated dependencies
668
- - @objectstack/spec@0.4.1
669
- - @objectstack/types@0.4.1
670
- - @objectstack/objectql@0.4.1
671
-
672
- ## 0.4.0
673
-
674
- ### Minor Changes
675
-
676
- - Release version 0.4.0
677
-
678
- ## 0.3.3
679
-
680
- ### Patch Changes
681
-
682
- - Workflow and configuration improvements
683
-
684
- - Enhanced GitHub workflows for CI, release, and PR automation
685
- - Added comprehensive prompt templates for different protocol areas
686
- - Improved project documentation and automation guides
687
- - Updated changeset configuration
688
- - Added cursor rules for better development experience
689
-
690
- - Updated dependencies
691
- - @objectstack/spec@0.3.3
692
- - @objectstack/objectql@0.3.3
693
- - @objectstack/types@0.3.3
694
-
695
- ## 0.3.2
696
-
697
- ### Patch Changes
698
-
699
- - Patch release for maintenance and stability improvements
700
- - Updated dependencies
701
- - @objectstack/objectql@0.3.2
702
- - @objectstack/spec@0.3.2
703
- - @objectstack/types@0.3.2
704
-
705
- ## 0.3.1
706
-
707
- ### Patch Changes
708
-
709
- - Organize zod schema files by folder structure and improve project documentation
710
- - @objectstack/spec@0.3.1
711
- - @objectstack/objectql@0.3.1
712
- - @objectstack/types@0.3.1
713
-
714
- ## 0.3.0
715
-
716
- ### Patch Changes
717
-
718
- - Updated dependencies
719
- - @objectstack/spec@1.0.0
720
- - @objectstack/objectql@1.0.0
721
- - @objectstack/types@1.0.0
722
-
723
- ## 0.2.0
724
-
725
- ### Minor Changes
726
-
727
- - Initial release of ObjectStack Protocol & Specification packages
728
-
729
- This is the first public release of the ObjectStack ecosystem, providing:
730
-
731
- - Core protocol definitions and TypeScript types
732
- - ObjectQL query language and runtime
733
- - Memory driver for in-memory data storage
734
- - Client library for interacting with ObjectStack
735
- - Hono server plugin for REST API endpoints
736
- - Complete JSON schema generation for all specifications
737
-
738
- ### Patch Changes
739
-
740
- - Updated dependencies
741
- - @objectstack/spec@0.2.0
742
- - @objectstack/types@0.2.0
743
- - @objectstack/objectql@0.2.0
744
-
745
- ## 0.1.1
746
-
747
- ### Patch Changes
748
-
749
- - Remove debug logs from registry and protocol modules
750
- - Updated dependencies
751
- - @objectstack/spec@0.1.2
752
- - @objectstack/objectql@0.1.1
753
- - @objectstack/types@0.1.1