@objectstack/metadata-fs 17.0.0-rc.0 → 17.0.0-rc.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +716 -0
  2. package/package.json +7 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,716 @@
1
+ # @objectstack/metadata-fs
2
+
3
+ ## 17.0.0-rc.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [65f184b]
8
+ - Updated dependencies [ce92674]
9
+ - @objectstack/metadata-core@17.0.0-rc.2
10
+
11
+ ## 17.0.0-rc.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 2e836de: chore(packaging): CHANGELOG.md ships in every npm tarball (#4261)
16
+
17
+ The AGENTS.md post-task checklist requires breaking changesets to carry their
18
+ FROM → TO migration because "this text ships to consumers as `CHANGELOG.md`
19
+ inside the npm package and is what an upgrading agent greps after the tombstone
20
+ error." That delivery path was severed for 68 of the 69 publishable packages:
21
+ npm packs `package.json` / `README*` / `LICENSE*` unconditionally but — unlike
22
+ older npm versions — not `CHANGELOG.md`, and the canonical
23
+ `"files": ["dist", "README.md"]` whitelist never named it. Measured on npm
24
+ 10.9.7: `npm pack --dry-run` on `@objectstack/types` shipped 3 files while its
25
+ 70KB `CHANGELOG.md` stayed behind. Only `@objectstack/spec` listed it
26
+ explicitly.
27
+
28
+ The tombstone-error scenario is precisely the one where the repo is out of
29
+ reach — the upgrading agent has `node_modules` and nothing else — so the
30
+ migration text has to ride in the tarball. Every publishable package now
31
+ declares `CHANGELOG.md` in `files`, and the canonical whitelist is
32
+ `["dist", "README.md", "CHANGELOG.md"]`.
33
+
34
+ The other half is the gate: `check:published-files` gains a fifth invariant,
35
+ COMPLETE — a whitelist that fails to cover `CHANGELOG.md` fails the
36
+ always-required lint job, so the next package cannot silently sever the path
37
+ again. `@objectstack/spec`'s per-package EXTRA_ENTRIES exemption dissolves
38
+ into the canonical set.
39
+
40
+ Consumer-visible change: one more file per install (the package's changelog,
41
+ e.g. 70.8KB for `@objectstack/types`), and `grep -r "removed key"
42
+ node_modules/@objectstack/*/CHANGELOG.md` now finds the migration it was
43
+ promised.
44
+
45
+ - Updated dependencies [f5a4ef0]
46
+ - Updated dependencies [2e836de]
47
+ - @objectstack/metadata-core@17.0.0-rc.1
48
+
49
+ ## 17.0.0-rc.0
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [db48ad5]
54
+ - Updated dependencies [c073b8c]
55
+ - @objectstack/metadata-core@17.0.0-rc.0
56
+
57
+ ## 16.1.0
58
+
59
+ ### Patch Changes
60
+
61
+ - @objectstack/metadata-core@16.1.0
62
+
63
+ ## 16.0.0
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [62a2117]
68
+ - Updated dependencies [06cb319]
69
+ - @objectstack/metadata-core@16.0.0
70
+
71
+ ## 16.0.0-rc.1
72
+
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies [62a2117]
76
+ - @objectstack/metadata-core@16.0.0-rc.1
77
+
78
+ ## 16.0.0-rc.0
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [06cb319]
83
+ - @objectstack/metadata-core@16.0.0-rc.0
84
+
85
+ ## 15.1.1
86
+
87
+ ### Patch Changes
88
+
89
+ - @objectstack/metadata-core@15.1.1
90
+
91
+ ## 15.1.0
92
+
93
+ ### Patch Changes
94
+
95
+ - @objectstack/metadata-core@15.1.0
96
+
97
+ ## 15.0.0
98
+
99
+ ### Patch Changes
100
+
101
+ - @objectstack/metadata-core@15.0.0
102
+
103
+ ## 14.8.0
104
+
105
+ ### Patch Changes
106
+
107
+ - @objectstack/metadata-core@14.8.0
108
+
109
+ ## 14.7.0
110
+
111
+ ### Patch Changes
112
+
113
+ - @objectstack/metadata-core@14.7.0
114
+
115
+ ## 14.6.0
116
+
117
+ ### Patch Changes
118
+
119
+ - @objectstack/metadata-core@14.6.0
120
+
121
+ ## 14.5.0
122
+
123
+ ### Patch Changes
124
+
125
+ - @objectstack/metadata-core@14.5.0
126
+
127
+ ## 14.4.0
128
+
129
+ ### Patch Changes
130
+
131
+ - Updated dependencies [7953832]
132
+ - @objectstack/metadata-core@14.4.0
133
+
134
+ ## 14.3.0
135
+
136
+ ### Patch Changes
137
+
138
+ - @objectstack/metadata-core@14.3.0
139
+
140
+ ## 14.2.0
141
+
142
+ ### Patch Changes
143
+
144
+ - @objectstack/metadata-core@14.2.0
145
+
146
+ ## 14.1.0
147
+
148
+ ### Patch Changes
149
+
150
+ - @objectstack/metadata-core@14.1.0
151
+
152
+ ## 14.0.0
153
+
154
+ ### Patch Changes
155
+
156
+ - @objectstack/metadata-core@14.0.0
157
+
158
+ ## 13.0.0
159
+
160
+ ### Patch Changes
161
+
162
+ - @objectstack/metadata-core@13.0.0
163
+
164
+ ## 12.6.0
165
+
166
+ ### Patch Changes
167
+
168
+ - @objectstack/metadata-core@12.6.0
169
+
170
+ ## 12.5.0
171
+
172
+ ### Patch Changes
173
+
174
+ - @objectstack/metadata-core@12.5.0
175
+
176
+ ## 12.4.0
177
+
178
+ ### Patch Changes
179
+
180
+ - Updated dependencies [60dc3ba]
181
+ - @objectstack/metadata-core@12.4.0
182
+
183
+ ## 12.3.0
184
+
185
+ ### Patch Changes
186
+
187
+ - @objectstack/metadata-core@12.3.0
188
+
189
+ ## 12.2.0
190
+
191
+ ### Patch Changes
192
+
193
+ - Updated dependencies [da807f7]
194
+ - @objectstack/metadata-core@12.2.0
195
+
196
+ ## 12.1.0
197
+
198
+ ### Patch Changes
199
+
200
+ - @objectstack/metadata-core@12.1.0
201
+
202
+ ## 12.0.0
203
+
204
+ ### Patch Changes
205
+
206
+ - @objectstack/metadata-core@12.0.0
207
+
208
+ ## 11.10.0
209
+
210
+ ### Patch Changes
211
+
212
+ - @objectstack/metadata-core@11.10.0
213
+
214
+ ## 11.9.0
215
+
216
+ ### Patch Changes
217
+
218
+ - @objectstack/metadata-core@11.9.0
219
+
220
+ ## 11.8.0
221
+
222
+ ### Patch Changes
223
+
224
+ - @objectstack/metadata-core@11.8.0
225
+
226
+ ## 11.7.0
227
+
228
+ ### Patch Changes
229
+
230
+ - @objectstack/metadata-core@11.7.0
231
+
232
+ ## 11.6.0
233
+
234
+ ### Patch Changes
235
+
236
+ - @objectstack/metadata-core@11.6.0
237
+
238
+ ## 11.5.0
239
+
240
+ ### Patch Changes
241
+
242
+ - @objectstack/metadata-core@11.5.0
243
+
244
+ ## 11.4.0
245
+
246
+ ### Patch Changes
247
+
248
+ - @objectstack/metadata-core@11.4.0
249
+
250
+ ## 11.3.0
251
+
252
+ ### Patch Changes
253
+
254
+ - @objectstack/metadata-core@11.3.0
255
+
256
+ ## 11.2.0
257
+
258
+ ### Patch Changes
259
+
260
+ - @objectstack/metadata-core@11.2.0
261
+
262
+ ## 11.1.0
263
+
264
+ ### Patch Changes
265
+
266
+ - @objectstack/metadata-core@11.1.0
267
+
268
+ ## 11.0.0
269
+
270
+ ### Patch Changes
271
+
272
+ - Updated dependencies [4d99a5c]
273
+ - @objectstack/metadata-core@11.0.0
274
+
275
+ ## 10.3.0
276
+
277
+ ### Patch Changes
278
+
279
+ - @objectstack/metadata-core@10.3.0
280
+
281
+ ## 10.2.0
282
+
283
+ ### Patch Changes
284
+
285
+ - @objectstack/metadata-core@10.2.0
286
+
287
+ ## 10.1.0
288
+
289
+ ### Patch Changes
290
+
291
+ - @objectstack/metadata-core@10.1.0
292
+
293
+ ## 10.0.0
294
+
295
+ ### Patch Changes
296
+
297
+ - @objectstack/metadata-core@10.0.0
298
+
299
+ ## 9.11.0
300
+
301
+ ### Patch Changes
302
+
303
+ - @objectstack/metadata-core@9.11.0
304
+
305
+ ## 9.10.0
306
+
307
+ ### Patch Changes
308
+
309
+ - @objectstack/metadata-core@9.10.0
310
+
311
+ ## 9.9.1
312
+
313
+ ### Patch Changes
314
+
315
+ - @objectstack/metadata-core@9.9.1
316
+
317
+ ## 9.9.0
318
+
319
+ ### Patch Changes
320
+
321
+ - @objectstack/metadata-core@9.9.0
322
+
323
+ ## 9.8.0
324
+
325
+ ### Patch Changes
326
+
327
+ - @objectstack/metadata-core@9.8.0
328
+
329
+ ## 9.7.0
330
+
331
+ ### Patch Changes
332
+
333
+ - @objectstack/metadata-core@9.7.0
334
+
335
+ ## 9.6.0
336
+
337
+ ### Patch Changes
338
+
339
+ - @objectstack/metadata-core@9.6.0
340
+
341
+ ## 9.5.1
342
+
343
+ ### Patch Changes
344
+
345
+ - @objectstack/metadata-core@9.5.1
346
+
347
+ ## 9.5.0
348
+
349
+ ### Patch Changes
350
+
351
+ - @objectstack/metadata-core@9.5.0
352
+
353
+ ## 9.4.0
354
+
355
+ ### Patch Changes
356
+
357
+ - Updated dependencies [fef38ec]
358
+ - @objectstack/metadata-core@9.4.0
359
+
360
+ ## 9.3.0
361
+
362
+ ### Patch Changes
363
+
364
+ - @objectstack/metadata-core@9.3.0
365
+
366
+ ## 9.2.0
367
+
368
+ ### Patch Changes
369
+
370
+ - @objectstack/metadata-core@9.2.0
371
+
372
+ ## 9.1.0
373
+
374
+ ### Patch Changes
375
+
376
+ - @objectstack/metadata-core@9.1.0
377
+
378
+ ## 9.0.1
379
+
380
+ ### Patch Changes
381
+
382
+ - @objectstack/metadata-core@9.0.1
383
+
384
+ ## 9.0.0
385
+
386
+ ### Patch Changes
387
+
388
+ - @objectstack/metadata-core@9.0.0
389
+
390
+ ## 8.0.1
391
+
392
+ ### Patch Changes
393
+
394
+ - @objectstack/metadata-core@8.0.1
395
+
396
+ ## 8.0.0
397
+
398
+ ### Patch Changes
399
+
400
+ - @objectstack/metadata-core@8.0.0
401
+
402
+ ## 7.9.0
403
+
404
+ ### Patch Changes
405
+
406
+ - @objectstack/metadata-core@7.9.0
407
+
408
+ ## 7.8.0
409
+
410
+ ### Patch Changes
411
+
412
+ - @objectstack/metadata-core@7.8.0
413
+
414
+ ## 7.7.0
415
+
416
+ ### Patch Changes
417
+
418
+ - Updated dependencies [764c747]
419
+ - @objectstack/metadata-core@7.7.0
420
+
421
+ ## 7.6.0
422
+
423
+ ### Patch Changes
424
+
425
+ - @objectstack/metadata-core@7.6.0
426
+
427
+ ## 7.5.0
428
+
429
+ ### Patch Changes
430
+
431
+ - @objectstack/metadata-core@7.5.0
432
+
433
+ ## 7.4.1
434
+
435
+ ### Patch Changes
436
+
437
+ - @objectstack/metadata-core@7.4.1
438
+
439
+ ## 7.4.0
440
+
441
+ ### Patch Changes
442
+
443
+ - @objectstack/metadata-core@7.4.0
444
+
445
+ ## 7.3.0
446
+
447
+ ### Patch Changes
448
+
449
+ - @objectstack/metadata-core@7.3.0
450
+
451
+ ## 7.2.1
452
+
453
+ ### Patch Changes
454
+
455
+ - @objectstack/metadata-core@7.2.1
456
+
457
+ ## 7.2.0
458
+
459
+ ### Patch Changes
460
+
461
+ - @objectstack/metadata-core@7.2.0
462
+
463
+ ## 7.1.0
464
+
465
+ ### Patch Changes
466
+
467
+ - @objectstack/metadata-core@7.1.0
468
+
469
+ ## 7.0.0
470
+
471
+ ### Patch Changes
472
+
473
+ - @objectstack/metadata-core@7.0.0
474
+
475
+ ## 6.9.0
476
+
477
+ ### Patch Changes
478
+
479
+ - @objectstack/metadata-core@6.9.0
480
+
481
+ ## 6.8.1
482
+
483
+ ### Patch Changes
484
+
485
+ - @objectstack/metadata-core@6.8.1
486
+
487
+ ## 6.8.0
488
+
489
+ ### Patch Changes
490
+
491
+ - @objectstack/metadata-core@6.8.0
492
+
493
+ ## 6.7.1
494
+
495
+ ### Patch Changes
496
+
497
+ - @objectstack/metadata-core@6.7.1
498
+
499
+ ## 6.7.0
500
+
501
+ ### Patch Changes
502
+
503
+ - @objectstack/metadata-core@6.7.0
504
+
505
+ ## 6.6.0
506
+
507
+ ### Patch Changes
508
+
509
+ - @objectstack/metadata-core@6.6.0
510
+
511
+ ## 6.5.1
512
+
513
+ ### Patch Changes
514
+
515
+ - @objectstack/metadata-core@6.5.1
516
+
517
+ ## 6.5.0
518
+
519
+ ### Patch Changes
520
+
521
+ - @objectstack/metadata-core@6.5.0
522
+
523
+ ## 6.4.0
524
+
525
+ ### Patch Changes
526
+
527
+ - @objectstack/metadata-core@6.4.0
528
+
529
+ ## 6.3.0
530
+
531
+ ### Patch Changes
532
+
533
+ - @objectstack/metadata-core@6.3.0
534
+
535
+ ## 6.2.0
536
+
537
+ ### Patch Changes
538
+
539
+ - @objectstack/metadata-core@6.2.0
540
+
541
+ ## 6.1.1
542
+
543
+ ### Patch Changes
544
+
545
+ - @objectstack/metadata-core@6.1.1
546
+
547
+ ## 6.1.0
548
+
549
+ ### Patch Changes
550
+
551
+ - @objectstack/metadata-core@6.1.0
552
+
553
+ ## 6.0.0
554
+
555
+ ### Patch Changes
556
+
557
+ - @objectstack/metadata-core@6.0.0
558
+
559
+ ## 5.2.0
560
+
561
+ ### Patch Changes
562
+
563
+ - Updated dependencies [bab2b20]
564
+ - @objectstack/metadata-core@5.2.0
565
+
566
+ ## 5.1.0
567
+
568
+ ### Patch Changes
569
+
570
+ - 75f4ee6: feat(metadata): introduce `executionPinned` capability for runtime version pinning (ADR-0009)
571
+
572
+ Adds a new capability flag on the metadata type registry so that types whose runtime
573
+ transaction rows reference a specific historical version (flow, workflow, approval)
574
+ get unified pinning behavior — instead of every business table re-implementing its
575
+ own snapshot column.
576
+
577
+ - `MetadataTypeRegistryEntrySchema` gains `executionPinned: boolean`, enforced
578
+ invariant `executionPinned ⇒ supportsVersioning`.
579
+ - `flow`, `workflow`, `approval` flipped to `executionPinned: true`. `approval`
580
+ also corrected to `supportsVersioning: true` (it was wrongly `false`).
581
+ - `MetadataRepository.getByHash(ref, hash)` added to the interface. Production
582
+ implementation in `SysMetadataRepository` resolves historical bodies through
583
+ `sys_metadata_history` keyed by `(organization_id, type, name, checksum)`.
584
+ In-memory and FS repositories serve HEAD-only matches.
585
+ - `sys_metadata_history` gains an index on `(organization_id, type, name, checksum)`
586
+ to keep hash lookups O(log n).
587
+ - `HistoryCleanupManager` skips pinned types entirely (both age-based and
588
+ count-based retention) — pinned-type history must never be GC'd.
589
+
590
+ See `docs/adr/0009-execution-pinned-metadata.md` for full rationale and the
591
+ list of rejected alternatives (no shared snapshot table, no inlined snapshot column).
592
+
593
+ - Updated dependencies [75f4ee6]
594
+ - @objectstack/metadata-core@5.1.0
595
+
596
+ ## 5.0.0
597
+
598
+ ### Minor Changes
599
+
600
+ - 5e9dcb4: **BREAKING — metadata: remove `project` and `branch` from `MetaRef`**
601
+
602
+ The metadata layer no longer models project or branch. Customisation is now
603
+ scoped purely to **organisation**. Project remains exclusively as an artifact
604
+ packaging concept (the `objectstack.json` bundle envelope); branching is left
605
+ to Git.
606
+
607
+ What changed:
608
+
609
+ - `MetaRef` is now `{ org, type, name, version? }` (was
610
+ `{ org, project, branch, type, name, version? }`). `refKey()` is the two
611
+ segment string `${org}/${type}/${name}` (was five segments).
612
+ - `MetadataItem.seq` is monotonic **per org** (was per branch).
613
+ - `BranchRef`, `MergeStrategy`, `MergeResult` types and the optional
614
+ `fork`/`merge` methods on `MetadataRepository` are removed.
615
+ - `ListFilter` / `WatchFilter` / `HistoryOptions` no longer accept `project`
616
+ or `branch`.
617
+ - `FileSystemRepository` disk layout simplified to
618
+ `<root>/<type>/<name>.json` (was `<root>/<project>/<branch>/<type>/<name>.json`);
619
+ change-log path is now `.objectstack/.log/main.jsonl` regardless of any
620
+ branch concept. Constructor no longer accepts `project` / `branch`.
621
+ - `SysMetadataRepository`: removed `projectLabel` / `branchLabel` options;
622
+ the `sys_metadata` schema's `project_id` / `branch` columns (if present)
623
+ are ignored. A future major release will `DROP` them.
624
+ - `MetadataManager.setRepository(repo, opts)` no longer takes an opts object
625
+ with `branch`.
626
+
627
+ Migration:
628
+
629
+ ```diff
630
+ -const ref = { org: 'acme', project: 'crm', branch: 'main', type: 'view', name: 'home' };
631
+ +const ref = { org: 'acme', type: 'view', name: 'home' };
632
+
633
+ -new FileSystemRepository({ root, org: 'acme', project: 'crm', branch: 'main' });
634
+ +new FileSystemRepository({ root, org: 'acme' });
635
+ ```
636
+
637
+ Existing `sys_metadata` rows continue to load; the deprecated columns are
638
+ ignored at read time.
639
+
640
+ - 32ce912: Add `@objectstack/metadata-fs` — Node-only `FileSystemRepository`
641
+ implementation of the M0 Repository contract.
642
+
643
+ Layout:
644
+
645
+ ```
646
+ <root>/
647
+ <type>/<name>.json # canonical body (atomic rename writes)
648
+ .objectstack/.log/<branch>.jsonl # append-only change log
649
+ ```
650
+
651
+ Features:
652
+
653
+ - All 17 contract tests pass (`singleBranch: true`).
654
+ - Per-key serialization via `KeyedMutex`.
655
+ - Atomic writes via tmpfile + rename.
656
+ - Heads and `seq` recovered from the JSONL log on `start()` — survives
657
+ process restart.
658
+ - chokidar watcher translates external edits (e.g. VSCode saves) into
659
+ `MetadataEvent`s with `source: 'fs'`.
660
+ - Self-write suppression: 200ms window prevents the watcher from
661
+ re-emitting events for files we wrote ourselves.
662
+ - Manual `AsyncIterator` for `watch()` to mirror the in-memory pattern.
663
+
664
+ Also (`metadata-core`):
665
+
666
+ - Add `singleBranch` option to `runRepositoryContractTests` so
667
+ single-branch backends (like the FS one) skip the cross-branch test.
668
+ - Switch tsup `splitting: true` so `index.js` and `testing.js` share a
669
+ single `ConflictError` class identity (was double-bundled before).
670
+
671
+ See ADR-0008 §10 PR-4.
672
+
673
+ ### Patch Changes
674
+
675
+ - 96ad4df: Fix dev-mode HMR data-reload for `*.view.ts` / `*.flow.ts` source-file edits.
676
+
677
+ Three coordinated fixes close the long-standing gap where editing a
678
+ declarative-metadata source file in dev (e.g. `case.view.ts`) would
679
+ recompile `dist/objectstack.json` but the running server kept serving
680
+ the stale boot-time value:
681
+
682
+ 1. **`@objectstack/objectql`** — `ObjectStackProtocolImplementation.getMetaItem`
683
+ now consults `MetadataService` (HMR-aware) **before** the in-memory
684
+ `SchemaRegistry` (boot-time cache). Previously the registry shadowed
685
+ freshly-registered values: `manager.register('view','case',newDef)`
686
+ updated MetadataManager but `getMetaItem` returned the stale registry
687
+ copy because step 2 (registry) ran before step 3 (service). Reordered
688
+ to "1. sys_metadata overlay → 2. MetadataService → 3. SchemaRegistry".
689
+
690
+ 2. **`@objectstack/runtime`** — `createStandaloneStack` now enables the
691
+ `MetadataPlugin` artifact-file watcher in non-production environments
692
+ (`NODE_ENV !== 'production'`). Previously hard-coded to `watch: false`,
693
+ leaving nothing watching `dist/objectstack.json` when the CLI dev mode
694
+ recompiled it.
695
+
696
+ 3. **`@objectstack/metadata`** & **`@objectstack/metadata-fs`** — Both
697
+ chokidar watchers now use `usePolling: true` to avoid `fs.watch`
698
+ EMFILE on macOS / busy dev hosts where the native file-descriptor
699
+ pool can be exhausted by other long-running node processes.
700
+
701
+ With these three changes:
702
+
703
+ - CLI edits source → recompile artifact (~400ms)
704
+ - Server's polling chokidar detects artifact change → `_loadFromLocalFile`
705
+ - `_loadFromLocalFile` calls `manager.register(type, name, item)`
706
+ - MetadataService now has the fresh value
707
+ - Read path returns the fresh value via the new step-2 lookup
708
+ - Studio SSE listeners re-render
709
+
710
+ - Updated dependencies [5e9dcb4]
711
+ - Updated dependencies [4150fe4]
712
+ - Updated dependencies [8337cdb]
713
+ - Updated dependencies [58835a6]
714
+ - Updated dependencies [8cc30b4]
715
+ - Updated dependencies [32ce912]
716
+ - @objectstack/metadata-core@5.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/metadata-fs",
3
- "version": "17.0.0-rc.0",
3
+ "version": "17.0.0-rc.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "FileSystemRepository: Node-only Repository implementation backed by JSON files and a JSONL change log (ADR-0008).",
6
6
  "type": "module",
@@ -15,7 +15,8 @@
15
15
  },
16
16
  "files": [
17
17
  "dist",
18
- "README.md"
18
+ "README.md",
19
+ "CHANGELOG.md"
19
20
  ],
20
21
  "keywords": [
21
22
  "objectstack",
@@ -25,10 +26,10 @@
25
26
  ],
26
27
  "dependencies": {
27
28
  "chokidar": "^5.0.0",
28
- "@objectstack/metadata-core": "17.0.0-rc.0"
29
+ "@objectstack/metadata-core": "17.0.0-rc.2"
29
30
  },
30
31
  "devDependencies": {
31
- "@types/node": "^26.1.1",
32
+ "@types/node": "^26.1.2",
32
33
  "tsup": "^8.5.1",
33
34
  "typescript": "^6.0.3",
34
35
  "vitest": "^4.1.10"
@@ -52,6 +53,7 @@
52
53
  "dev": "tsc --watch",
53
54
  "clean": "rm -rf dist",
54
55
  "test": "vitest run",
55
- "test:watch": "vitest"
56
+ "test:watch": "vitest",
57
+ "typecheck": "tsc --noEmit"
56
58
  }
57
59
  }