@camstack/server 1.2.93 → 1.2.94

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.
@@ -2,7 +2,7 @@
2
2
  // AUTO-GENERATED by scripts/generate-cap-mounts.ts — DO NOT EDIT
3
3
  // Re-run: npx tsx scripts/generate-cap-mounts.ts
4
4
  //
5
- // Mounted: 145 Skipped (legacy): 3
5
+ // Mounted: 146 Skipped (legacy): 3
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.LEGACY_SHAPE_SKIP = void 0;
8
8
  exports.mountAllCaps = mountAllCaps;
@@ -406,6 +406,8 @@ function mountAllCaps(services) {
406
406
  const entries = reg.getCollectionEntries('storage-evictable');
407
407
  return entries[0]?.[1] ?? null;
408
408
  }, remoteCapProxy),
409
+ storageMigration: (0, generated_cap_routers_js_1.createCapRouter_storageMigration)((_ctx) => reg?.getSingleton('storage-migration') ??
410
+ null, remoteCapProxy),
409
411
  storageProvider: (0, generated_cap_routers_js_1.createCapRouter_storageProvider)((_ctx, addonId) => {
410
412
  if (!reg)
411
413
  return null;