@jskit-ai/jskit-catalog 0.1.69 → 0.1.71

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/catalog/packages.json +202 -133
  2. package/package.json +1 -1
@@ -6,11 +6,11 @@
6
6
  "packages": [
7
7
  {
8
8
  "packageId": "@jskit-ai/assistant",
9
- "version": "0.1.70",
9
+ "version": "0.1.72",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.70",
13
+ "version": "0.1.72",
14
14
  "kind": "generator",
15
15
  "description": "Install assistant runtime/config for one surface and scaffold assistant pages at explicit target files.",
16
16
  "options": {
@@ -356,11 +356,11 @@
356
356
  },
357
357
  {
358
358
  "packageId": "@jskit-ai/assistant-core",
359
- "version": "0.1.37",
359
+ "version": "0.1.39",
360
360
  "descriptor": {
361
361
  "packageVersion": 1,
362
362
  "packageId": "@jskit-ai/assistant-core",
363
- "version": "0.1.37",
363
+ "version": "0.1.39",
364
364
  "kind": "runtime",
365
365
  "description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
366
366
  "dependsOn": [
@@ -408,11 +408,11 @@
408
408
  "mutations": {
409
409
  "dependencies": {
410
410
  "runtime": {
411
- "@jskit-ai/http-runtime": "0.1.60",
412
- "@jskit-ai/kernel": "0.1.61",
413
- "@jskit-ai/resource-core": "0.1.6",
414
- "@jskit-ai/resource-crud-core": "0.1.6",
415
- "@jskit-ai/users-core": "0.1.71",
411
+ "@jskit-ai/http-runtime": "0.1.62",
412
+ "@jskit-ai/kernel": "0.1.63",
413
+ "@jskit-ai/resource-core": "0.1.8",
414
+ "@jskit-ai/resource-crud-core": "0.1.8",
415
+ "@jskit-ai/users-core": "0.1.73",
416
416
  "@tanstack/vue-query": "^5.90.5",
417
417
  "dompurify": "^3.3.3",
418
418
  "json-rest-schema": "1.x.x",
@@ -433,11 +433,11 @@
433
433
  },
434
434
  {
435
435
  "packageId": "@jskit-ai/assistant-runtime",
436
- "version": "0.1.32",
436
+ "version": "0.1.34",
437
437
  "descriptor": {
438
438
  "packageVersion": 1,
439
439
  "packageId": "@jskit-ai/assistant-runtime",
440
- "version": "0.1.32",
440
+ "version": "0.1.34",
441
441
  "kind": "runtime",
442
442
  "description": "Shared assistant runtime with per-surface assistant registration.",
443
443
  "dependsOn": [
@@ -480,6 +480,27 @@
480
480
  }
481
481
  },
482
482
  "metadata": {
483
+ "jskit": {
484
+ "tableOwnership": {
485
+ "tables": [
486
+ {
487
+ "tableName": "assistant_config",
488
+ "provenance": "runtime-package",
489
+ "ownerKind": "package-runtime"
490
+ },
491
+ {
492
+ "tableName": "assistant_conversations",
493
+ "provenance": "runtime-package",
494
+ "ownerKind": "package-runtime"
495
+ },
496
+ {
497
+ "tableName": "assistant_messages",
498
+ "provenance": "runtime-package",
499
+ "ownerKind": "package-runtime"
500
+ }
501
+ ]
502
+ }
503
+ },
483
504
  "apiSummary": {
484
505
  "surfaces": [
485
506
  {
@@ -512,13 +533,13 @@
512
533
  "mutations": {
513
534
  "dependencies": {
514
535
  "runtime": {
515
- "@jskit-ai/assistant-core": "0.1.37",
516
- "@jskit-ai/database-runtime": "0.1.61",
517
- "@jskit-ai/http-runtime": "0.1.60",
518
- "@jskit-ai/kernel": "0.1.61",
519
- "@jskit-ai/shell-web": "0.1.60",
520
- "@jskit-ai/users-core": "0.1.71",
521
- "@jskit-ai/users-web": "0.1.76",
536
+ "@jskit-ai/assistant-core": "0.1.39",
537
+ "@jskit-ai/database-runtime": "0.1.63",
538
+ "@jskit-ai/http-runtime": "0.1.62",
539
+ "@jskit-ai/kernel": "0.1.63",
540
+ "@jskit-ai/shell-web": "0.1.62",
541
+ "@jskit-ai/users-core": "0.1.73",
542
+ "@jskit-ai/users-web": "0.1.78",
522
543
  "@tanstack/vue-query": "^5.90.5",
523
544
  "vuetify": "^4.0.0"
524
545
  },
@@ -575,11 +596,11 @@
575
596
  },
576
597
  {
577
598
  "packageId": "@jskit-ai/auth-core",
578
- "version": "0.1.60",
599
+ "version": "0.1.62",
579
600
  "descriptor": {
580
601
  "packageVersion": 1,
581
602
  "packageId": "@jskit-ai/auth-core",
582
- "version": "0.1.60",
603
+ "version": "0.1.62",
583
604
  "kind": "runtime",
584
605
  "dependsOn": [
585
606
  "@jskit-ai/value-app-config-shared"
@@ -647,7 +668,7 @@
647
668
  "mutations": {
648
669
  "dependencies": {
649
670
  "runtime": {
650
- "@jskit-ai/kernel": "0.1.61",
671
+ "@jskit-ai/kernel": "0.1.63",
651
672
  "@fastify/cookie": "^11.0.2",
652
673
  "@fastify/csrf-protection": "^7.1.0",
653
674
  "@fastify/rate-limit": "^10.3.0"
@@ -665,11 +686,11 @@
665
686
  },
666
687
  {
667
688
  "packageId": "@jskit-ai/auth-provider-supabase-core",
668
- "version": "0.1.60",
689
+ "version": "0.1.62",
669
690
  "descriptor": {
670
691
  "packageVersion": 1,
671
692
  "packageId": "@jskit-ai/auth-provider-supabase-core",
672
- "version": "0.1.60",
693
+ "version": "0.1.62",
673
694
  "kind": "runtime",
674
695
  "options": {
675
696
  "auth-supabase-url": {
@@ -751,8 +772,8 @@
751
772
  "mutations": {
752
773
  "dependencies": {
753
774
  "runtime": {
754
- "@jskit-ai/auth-core": "0.1.60",
755
- "@jskit-ai/kernel": "0.1.61",
775
+ "@jskit-ai/auth-core": "0.1.62",
776
+ "@jskit-ai/kernel": "0.1.63",
756
777
  "dotenv": "^16.4.5",
757
778
  "@supabase/supabase-js": "^2.57.4",
758
779
  "jose": "^6.1.0"
@@ -817,11 +838,11 @@
817
838
  },
818
839
  {
819
840
  "packageId": "@jskit-ai/auth-web",
820
- "version": "0.1.62",
841
+ "version": "0.1.64",
821
842
  "descriptor": {
822
843
  "packageVersion": 1,
823
844
  "packageId": "@jskit-ai/auth-web",
824
- "version": "0.1.62",
845
+ "version": "0.1.64",
825
846
  "kind": "runtime",
826
847
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
827
848
  "dependsOn": [
@@ -1047,10 +1068,10 @@
1047
1068
  "runtime": {
1048
1069
  "@tanstack/vue-query": "5.92.12",
1049
1070
  "@mdi/js": "^7.4.47",
1050
- "@jskit-ai/auth-core": "0.1.60",
1051
- "@jskit-ai/http-runtime": "0.1.60",
1052
- "@jskit-ai/kernel": "0.1.61",
1053
- "@jskit-ai/shell-web": "0.1.60",
1071
+ "@jskit-ai/auth-core": "0.1.62",
1072
+ "@jskit-ai/http-runtime": "0.1.62",
1073
+ "@jskit-ai/kernel": "0.1.63",
1074
+ "@jskit-ai/shell-web": "0.1.62",
1054
1075
  "vuetify": "^4.0.0"
1055
1076
  },
1056
1077
  "dev": {}
@@ -1120,11 +1141,11 @@
1120
1141
  },
1121
1142
  {
1122
1143
  "packageId": "@jskit-ai/console-core",
1123
- "version": "0.1.24",
1144
+ "version": "0.1.26",
1124
1145
  "descriptor": {
1125
1146
  "packageVersion": 1,
1126
1147
  "packageId": "@jskit-ai/console-core",
1127
- "version": "0.1.24",
1148
+ "version": "0.1.26",
1128
1149
  "kind": "runtime",
1129
1150
  "description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
1130
1151
  "dependsOn": [
@@ -1159,6 +1180,17 @@
1159
1180
  }
1160
1181
  },
1161
1182
  "metadata": {
1183
+ "jskit": {
1184
+ "tableOwnership": {
1185
+ "tables": [
1186
+ {
1187
+ "tableName": "console_settings",
1188
+ "provenance": "runtime-package",
1189
+ "ownerKind": "package-runtime"
1190
+ }
1191
+ ]
1192
+ }
1193
+ },
1162
1194
  "apiSummary": {
1163
1195
  "surfaces": [
1164
1196
  {
@@ -1197,12 +1229,12 @@
1197
1229
  "mutations": {
1198
1230
  "dependencies": {
1199
1231
  "runtime": {
1200
- "@jskit-ai/auth-core": "0.1.60",
1201
- "@jskit-ai/database-runtime": "0.1.61",
1202
- "@jskit-ai/http-runtime": "0.1.60",
1203
- "@jskit-ai/kernel": "0.1.61",
1204
- "@jskit-ai/resource-crud-core": "0.1.6",
1205
- "@jskit-ai/users-core": "0.1.71"
1232
+ "@jskit-ai/auth-core": "0.1.62",
1233
+ "@jskit-ai/database-runtime": "0.1.63",
1234
+ "@jskit-ai/http-runtime": "0.1.62",
1235
+ "@jskit-ai/kernel": "0.1.63",
1236
+ "@jskit-ai/resource-crud-core": "0.1.8",
1237
+ "@jskit-ai/users-core": "0.1.73"
1206
1238
  },
1207
1239
  "dev": {}
1208
1240
  },
@@ -1227,11 +1259,11 @@
1227
1259
  },
1228
1260
  {
1229
1261
  "packageId": "@jskit-ai/console-web",
1230
- "version": "0.1.29",
1262
+ "version": "0.1.31",
1231
1263
  "descriptor": {
1232
1264
  "packageVersion": 1,
1233
1265
  "packageId": "@jskit-ai/console-web",
1234
- "version": "0.1.29",
1266
+ "version": "0.1.31",
1235
1267
  "kind": "runtime",
1236
1268
  "description": "Authenticated console surface scaffold and surface policy wiring.",
1237
1269
  "dependsOn": [
@@ -1310,9 +1342,9 @@
1310
1342
  "mutations": {
1311
1343
  "dependencies": {
1312
1344
  "runtime": {
1313
- "@jskit-ai/auth-web": "0.1.62",
1314
- "@jskit-ai/console-core": "0.1.24",
1315
- "@jskit-ai/shell-web": "0.1.60"
1345
+ "@jskit-ai/auth-web": "0.1.64",
1346
+ "@jskit-ai/console-core": "0.1.26",
1347
+ "@jskit-ai/shell-web": "0.1.62"
1316
1348
  },
1317
1349
  "dev": {}
1318
1350
  },
@@ -1409,11 +1441,11 @@
1409
1441
  },
1410
1442
  {
1411
1443
  "packageId": "@jskit-ai/crud-core",
1412
- "version": "0.1.69",
1444
+ "version": "0.1.71",
1413
1445
  "descriptor": {
1414
1446
  "packageVersion": 1,
1415
1447
  "packageId": "@jskit-ai/crud-core",
1416
- "version": "0.1.69",
1448
+ "version": "0.1.71",
1417
1449
  "kind": "runtime",
1418
1450
  "description": "Shared CRUD helpers used by CRUD modules.",
1419
1451
  "dependsOn": [
@@ -1442,7 +1474,7 @@
1442
1474
  "mutations": {
1443
1475
  "dependencies": {
1444
1476
  "runtime": {
1445
- "@jskit-ai/crud-core": "0.1.69"
1477
+ "@jskit-ai/crud-core": "0.1.71"
1446
1478
  },
1447
1479
  "dev": {}
1448
1480
  },
@@ -1456,11 +1488,11 @@
1456
1488
  },
1457
1489
  {
1458
1490
  "packageId": "@jskit-ai/crud-server-generator",
1459
- "version": "0.1.69",
1491
+ "version": "0.1.71",
1460
1492
  "descriptor": {
1461
1493
  "packageVersion": 1,
1462
1494
  "packageId": "@jskit-ai/crud-server-generator",
1463
- "version": "0.1.69",
1495
+ "version": "0.1.71",
1464
1496
  "kind": "generator",
1465
1497
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1466
1498
  "options": {
@@ -1619,14 +1651,14 @@
1619
1651
  "mutations": {
1620
1652
  "dependencies": {
1621
1653
  "runtime": {
1622
- "@jskit-ai/auth-core": "0.1.60",
1623
- "@jskit-ai/crud-core": "0.1.69",
1624
- "@jskit-ai/database-runtime": "0.1.61",
1625
- "@jskit-ai/http-runtime": "0.1.60",
1626
- "@jskit-ai/json-rest-api-core": "0.1.6",
1627
- "@jskit-ai/kernel": "0.1.61",
1628
- "@jskit-ai/realtime": "0.1.60",
1629
- "@jskit-ai/resource-crud-core": "0.1.6",
1654
+ "@jskit-ai/auth-core": "0.1.62",
1655
+ "@jskit-ai/crud-core": "0.1.71",
1656
+ "@jskit-ai/database-runtime": "0.1.63",
1657
+ "@jskit-ai/http-runtime": "0.1.62",
1658
+ "@jskit-ai/json-rest-api-core": "0.1.8",
1659
+ "@jskit-ai/kernel": "0.1.63",
1660
+ "@jskit-ai/realtime": "0.1.62",
1661
+ "@jskit-ai/resource-crud-core": "0.1.8",
1630
1662
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
1631
1663
  },
1632
1664
  "dev": {}
@@ -1754,11 +1786,11 @@
1754
1786
  },
1755
1787
  {
1756
1788
  "packageId": "@jskit-ai/crud-ui-generator",
1757
- "version": "0.1.44",
1789
+ "version": "0.1.46",
1758
1790
  "descriptor": {
1759
1791
  "packageVersion": 1,
1760
1792
  "packageId": "@jskit-ai/crud-ui-generator",
1761
- "version": "0.1.44",
1793
+ "version": "0.1.46",
1762
1794
  "kind": "generator",
1763
1795
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
1764
1796
  "options": {
@@ -1948,7 +1980,7 @@
1948
1980
  "mutations": {
1949
1981
  "dependencies": {
1950
1982
  "runtime": {
1951
- "@jskit-ai/users-web": "0.1.76"
1983
+ "@jskit-ai/users-web": "0.1.78"
1952
1984
  },
1953
1985
  "dev": {}
1954
1986
  },
@@ -2181,11 +2213,11 @@
2181
2213
  },
2182
2214
  {
2183
2215
  "packageId": "@jskit-ai/database-runtime",
2184
- "version": "0.1.61",
2216
+ "version": "0.1.63",
2185
2217
  "descriptor": {
2186
2218
  "packageVersion": 1,
2187
2219
  "packageId": "@jskit-ai/database-runtime",
2188
- "version": "0.1.61",
2220
+ "version": "0.1.63",
2189
2221
  "kind": "runtime",
2190
2222
  "dependsOn": [
2191
2223
  "@jskit-ai/kernel"
@@ -2242,7 +2274,7 @@
2242
2274
  "mutations": {
2243
2275
  "dependencies": {
2244
2276
  "runtime": {
2245
- "@jskit-ai/kernel": "0.1.61",
2277
+ "@jskit-ai/kernel": "0.1.63",
2246
2278
  "dotenv": "^16.4.5",
2247
2279
  "knex": "^3.1.0"
2248
2280
  },
@@ -2277,11 +2309,11 @@
2277
2309
  },
2278
2310
  {
2279
2311
  "packageId": "@jskit-ai/database-runtime-mysql",
2280
- "version": "0.1.60",
2312
+ "version": "0.1.62",
2281
2313
  "descriptor": {
2282
2314
  "packageVersion": 1,
2283
2315
  "packageId": "@jskit-ai/database-runtime-mysql",
2284
- "version": "0.1.60",
2316
+ "version": "0.1.62",
2285
2317
  "kind": "runtime",
2286
2318
  "options": {
2287
2319
  "db-host": {
@@ -2371,7 +2403,7 @@
2371
2403
  "mutations": {
2372
2404
  "dependencies": {
2373
2405
  "runtime": {
2374
- "@jskit-ai/database-runtime": "0.1.61",
2406
+ "@jskit-ai/database-runtime": "0.1.63",
2375
2407
  "mysql2": "^3.11.2"
2376
2408
  },
2377
2409
  "dev": {}
@@ -2442,11 +2474,11 @@
2442
2474
  },
2443
2475
  {
2444
2476
  "packageId": "@jskit-ai/database-runtime-postgres",
2445
- "version": "0.1.60",
2477
+ "version": "0.1.62",
2446
2478
  "descriptor": {
2447
2479
  "packageVersion": 1,
2448
2480
  "packageId": "@jskit-ai/database-runtime-postgres",
2449
- "version": "0.1.60",
2481
+ "version": "0.1.62",
2450
2482
  "kind": "runtime",
2451
2483
  "options": {
2452
2484
  "db-host": {
@@ -2536,7 +2568,7 @@
2536
2568
  "mutations": {
2537
2569
  "dependencies": {
2538
2570
  "runtime": {
2539
- "@jskit-ai/database-runtime": "0.1.61",
2571
+ "@jskit-ai/database-runtime": "0.1.63",
2540
2572
  "pg": "^8.13.1"
2541
2573
  },
2542
2574
  "dev": {}
@@ -2607,11 +2639,11 @@
2607
2639
  },
2608
2640
  {
2609
2641
  "packageId": "@jskit-ai/feature-server-generator",
2610
- "version": "0.1.3",
2642
+ "version": "0.1.5",
2611
2643
  "descriptor": {
2612
2644
  "packageVersion": 1,
2613
2645
  "packageId": "@jskit-ai/feature-server-generator",
2614
- "version": "0.1.3",
2646
+ "version": "0.1.5",
2615
2647
  "kind": "generator",
2616
2648
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
2617
2649
  "options": {
@@ -2775,10 +2807,10 @@
2775
2807
  "mutations": {
2776
2808
  "dependencies": {
2777
2809
  "runtime": {
2778
- "@jskit-ai/database-runtime": "0.1.61",
2779
- "@jskit-ai/database-runtime-mysql": "0.1.60",
2780
- "@jskit-ai/json-rest-api-core": "0.1.6",
2781
- "@jskit-ai/kernel": "0.1.61",
2810
+ "@jskit-ai/database-runtime": "0.1.63",
2811
+ "@jskit-ai/database-runtime-mysql": "0.1.62",
2812
+ "@jskit-ai/json-rest-api-core": "0.1.8",
2813
+ "@jskit-ai/kernel": "0.1.63",
2782
2814
  "json-rest-schema": "1.x.x",
2783
2815
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
2784
2816
  },
@@ -2891,11 +2923,11 @@
2891
2923
  },
2892
2924
  {
2893
2925
  "packageId": "@jskit-ai/http-runtime",
2894
- "version": "0.1.60",
2926
+ "version": "0.1.62",
2895
2927
  "descriptor": {
2896
2928
  "packageVersion": 1,
2897
2929
  "packageId": "@jskit-ai/http-runtime",
2898
- "version": "0.1.60",
2930
+ "version": "0.1.62",
2899
2931
  "kind": "runtime",
2900
2932
  "dependsOn": [],
2901
2933
  "capabilities": {
@@ -2961,7 +2993,7 @@
2961
2993
  "mutations": {
2962
2994
  "dependencies": {
2963
2995
  "runtime": {
2964
- "@jskit-ai/kernel": "0.1.61"
2996
+ "@jskit-ai/kernel": "0.1.63"
2965
2997
  },
2966
2998
  "dev": {}
2967
2999
  },
@@ -2975,11 +3007,11 @@
2975
3007
  },
2976
3008
  {
2977
3009
  "packageId": "@jskit-ai/json-rest-api-core",
2978
- "version": "0.1.6",
3010
+ "version": "0.1.8",
2979
3011
  "descriptor": {
2980
3012
  "packageVersion": 1,
2981
3013
  "packageId": "@jskit-ai/json-rest-api-core",
2982
- "version": "0.1.6",
3014
+ "version": "0.1.8",
2983
3015
  "kind": "runtime",
2984
3016
  "description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
2985
3017
  "dependsOn": [
@@ -3039,11 +3071,11 @@
3039
3071
  },
3040
3072
  {
3041
3073
  "packageId": "@jskit-ai/realtime",
3042
- "version": "0.1.60",
3074
+ "version": "0.1.62",
3043
3075
  "descriptor": {
3044
3076
  "packageVersion": 1,
3045
3077
  "packageId": "@jskit-ai/realtime",
3046
- "version": "0.1.60",
3078
+ "version": "0.1.62",
3047
3079
  "kind": "runtime",
3048
3080
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
3049
3081
  "options": {
@@ -3138,7 +3170,7 @@
3138
3170
  "mutations": {
3139
3171
  "dependencies": {
3140
3172
  "runtime": {
3141
- "@jskit-ai/kernel": "0.1.61",
3173
+ "@jskit-ai/kernel": "0.1.63",
3142
3174
  "@socket.io/redis-adapter": "^8.3.0",
3143
3175
  "redis": "^5.8.2",
3144
3176
  "socket.io": "^4.8.3",
@@ -3187,11 +3219,11 @@
3187
3219
  },
3188
3220
  {
3189
3221
  "packageId": "@jskit-ai/resource-core",
3190
- "version": "0.1.6",
3222
+ "version": "0.1.8",
3191
3223
  "descriptor": {
3192
3224
  "packageVersion": 1,
3193
3225
  "packageId": "@jskit-ai/resource-core",
3194
- "version": "0.1.6",
3226
+ "version": "0.1.8",
3195
3227
  "kind": "runtime",
3196
3228
  "description": "Generic resource-definition helpers and schema-definition normalization.",
3197
3229
  "dependsOn": [
@@ -3214,7 +3246,7 @@
3214
3246
  "mutations": {
3215
3247
  "dependencies": {
3216
3248
  "runtime": {
3217
- "@jskit-ai/resource-core": "0.1.6"
3249
+ "@jskit-ai/resource-core": "0.1.8"
3218
3250
  },
3219
3251
  "dev": {}
3220
3252
  },
@@ -3229,11 +3261,11 @@
3229
3261
  },
3230
3262
  {
3231
3263
  "packageId": "@jskit-ai/resource-crud-core",
3232
- "version": "0.1.6",
3264
+ "version": "0.1.8",
3233
3265
  "descriptor": {
3234
3266
  "packageVersion": 1,
3235
3267
  "packageId": "@jskit-ai/resource-crud-core",
3236
- "version": "0.1.6",
3268
+ "version": "0.1.8",
3237
3269
  "kind": "runtime",
3238
3270
  "description": "CRUD-specific resource-definition helpers and namespace support.",
3239
3271
  "dependsOn": [
@@ -3257,7 +3289,7 @@
3257
3289
  "mutations": {
3258
3290
  "dependencies": {
3259
3291
  "runtime": {
3260
- "@jskit-ai/resource-crud-core": "0.1.6"
3292
+ "@jskit-ai/resource-crud-core": "0.1.8"
3261
3293
  },
3262
3294
  "dev": {}
3263
3295
  },
@@ -3272,11 +3304,11 @@
3272
3304
  },
3273
3305
  {
3274
3306
  "packageId": "@jskit-ai/shell-web",
3275
- "version": "0.1.60",
3307
+ "version": "0.1.62",
3276
3308
  "descriptor": {
3277
3309
  "packageVersion": 1,
3278
3310
  "packageId": "@jskit-ai/shell-web",
3279
- "version": "0.1.60",
3311
+ "version": "0.1.62",
3280
3312
  "kind": "runtime",
3281
3313
  "description": "Web shell layout runtime with outlet-based placement contributions.",
3282
3314
  "dependsOn": [],
@@ -3413,7 +3445,7 @@
3413
3445
  "runtime": {
3414
3446
  "@mdi/js": "^7.4.47",
3415
3447
  "@tanstack/vue-query": "^5.90.5",
3416
- "@jskit-ai/kernel": "0.1.61",
3448
+ "@jskit-ai/kernel": "0.1.63",
3417
3449
  "vuetify": "^4.0.0"
3418
3450
  },
3419
3451
  "dev": {}
@@ -3598,11 +3630,11 @@
3598
3630
  },
3599
3631
  {
3600
3632
  "packageId": "@jskit-ai/storage-runtime",
3601
- "version": "0.1.60",
3633
+ "version": "0.1.62",
3602
3634
  "descriptor": {
3603
3635
  "packageVersion": 1,
3604
3636
  "packageId": "@jskit-ai/storage-runtime",
3605
- "version": "0.1.60",
3637
+ "version": "0.1.62",
3606
3638
  "kind": "runtime",
3607
3639
  "dependsOn": [
3608
3640
  "@jskit-ai/kernel"
@@ -3651,7 +3683,7 @@
3651
3683
  "mutations": {
3652
3684
  "dependencies": {
3653
3685
  "runtime": {
3654
- "@jskit-ai/kernel": "0.1.61",
3686
+ "@jskit-ai/kernel": "0.1.63",
3655
3687
  "unstorage": "^1.17.3"
3656
3688
  },
3657
3689
  "dev": {}
@@ -3667,11 +3699,11 @@
3667
3699
  },
3668
3700
  {
3669
3701
  "packageId": "@jskit-ai/ui-generator",
3670
- "version": "0.1.44",
3702
+ "version": "0.1.46",
3671
3703
  "descriptor": {
3672
3704
  "packageVersion": 1,
3673
3705
  "packageId": "@jskit-ai/ui-generator",
3674
- "version": "0.1.44",
3706
+ "version": "0.1.46",
3675
3707
  "kind": "generator",
3676
3708
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
3677
3709
  "options": {
@@ -3970,7 +4002,7 @@
3970
4002
  "mutations": {
3971
4003
  "dependencies": {
3972
4004
  "runtime": {
3973
- "@jskit-ai/users-web": "0.1.76"
4005
+ "@jskit-ai/users-web": "0.1.78"
3974
4006
  },
3975
4007
  "dev": {}
3976
4008
  },
@@ -3985,11 +4017,11 @@
3985
4017
  },
3986
4018
  {
3987
4019
  "packageId": "@jskit-ai/uploads-image-web",
3988
- "version": "0.1.39",
4020
+ "version": "0.1.41",
3989
4021
  "descriptor": {
3990
4022
  "packageVersion": 1,
3991
4023
  "packageId": "@jskit-ai/uploads-image-web",
3992
- "version": "0.1.39",
4024
+ "version": "0.1.41",
3993
4025
  "kind": "runtime",
3994
4026
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
3995
4027
  "dependsOn": [
@@ -4053,7 +4085,7 @@
4053
4085
  "mutations": {
4054
4086
  "dependencies": {
4055
4087
  "runtime": {
4056
- "@jskit-ai/uploads-runtime": "0.1.39",
4088
+ "@jskit-ai/uploads-runtime": "0.1.41",
4057
4089
  "@uppy/compressor": "^3.1.0",
4058
4090
  "@uppy/core": "^5.2.0",
4059
4091
  "@uppy/dashboard": "^5.1.1",
@@ -4073,11 +4105,11 @@
4073
4105
  },
4074
4106
  {
4075
4107
  "packageId": "@jskit-ai/uploads-runtime",
4076
- "version": "0.1.39",
4108
+ "version": "0.1.41",
4077
4109
  "descriptor": {
4078
4110
  "packageVersion": 1,
4079
4111
  "packageId": "@jskit-ai/uploads-runtime",
4080
- "version": "0.1.39",
4112
+ "version": "0.1.41",
4081
4113
  "kind": "runtime",
4082
4114
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
4083
4115
  "dependsOn": [
@@ -4147,7 +4179,7 @@
4147
4179
  "dependencies": {
4148
4180
  "runtime": {
4149
4181
  "@fastify/multipart": "^9.4.0",
4150
- "@jskit-ai/kernel": "0.1.61"
4182
+ "@jskit-ai/kernel": "0.1.63"
4151
4183
  },
4152
4184
  "dev": {}
4153
4185
  },
@@ -4162,11 +4194,11 @@
4162
4194
  },
4163
4195
  {
4164
4196
  "packageId": "@jskit-ai/users-core",
4165
- "version": "0.1.71",
4197
+ "version": "0.1.73",
4166
4198
  "descriptor": {
4167
4199
  "packageVersion": 1,
4168
4200
  "packageId": "@jskit-ai/users-core",
4169
- "version": "0.1.71",
4201
+ "version": "0.1.73",
4170
4202
  "kind": "runtime",
4171
4203
  "description": "Users/account runtime plus HTTP routes for account features.",
4172
4204
  "dependsOn": [
@@ -4208,6 +4240,17 @@
4208
4240
  }
4209
4241
  },
4210
4242
  "metadata": {
4243
+ "jskit": {
4244
+ "tableOwnership": {
4245
+ "tables": [
4246
+ {
4247
+ "tableName": "user_settings",
4248
+ "provenance": "runtime-package",
4249
+ "ownerKind": "package-runtime"
4250
+ }
4251
+ ]
4252
+ }
4253
+ },
4211
4254
  "apiSummary": {
4212
4255
  "surfaces": [
4213
4256
  {
@@ -4296,16 +4339,16 @@
4296
4339
  "mutations": {
4297
4340
  "dependencies": {
4298
4341
  "runtime": {
4299
- "@jskit-ai/auth-core": "0.1.60",
4300
- "@jskit-ai/crud-core": "0.1.69",
4301
- "@jskit-ai/database-runtime": "0.1.61",
4302
- "@jskit-ai/http-runtime": "0.1.60",
4303
- "@jskit-ai/json-rest-api-core": "0.1.6",
4304
- "@jskit-ai/kernel": "0.1.61",
4305
- "@jskit-ai/resource-core": "0.1.6",
4306
- "@jskit-ai/resource-crud-core": "0.1.6",
4342
+ "@jskit-ai/auth-core": "0.1.62",
4343
+ "@jskit-ai/crud-core": "0.1.71",
4344
+ "@jskit-ai/database-runtime": "0.1.63",
4345
+ "@jskit-ai/http-runtime": "0.1.62",
4346
+ "@jskit-ai/json-rest-api-core": "0.1.8",
4347
+ "@jskit-ai/kernel": "0.1.63",
4348
+ "@jskit-ai/resource-core": "0.1.8",
4349
+ "@jskit-ai/resource-crud-core": "0.1.8",
4307
4350
  "@local/users": "file:packages/users",
4308
- "@jskit-ai/uploads-runtime": "0.1.39"
4351
+ "@jskit-ai/uploads-runtime": "0.1.41"
4309
4352
  },
4310
4353
  "dev": {}
4311
4354
  },
@@ -4522,11 +4565,11 @@
4522
4565
  },
4523
4566
  {
4524
4567
  "packageId": "@jskit-ai/users-web",
4525
- "version": "0.1.76",
4568
+ "version": "0.1.78",
4526
4569
  "descriptor": {
4527
4570
  "packageVersion": 1,
4528
4571
  "packageId": "@jskit-ai/users-web",
4529
- "version": "0.1.76",
4572
+ "version": "0.1.78",
4530
4573
  "kind": "runtime",
4531
4574
  "description": "Users web module: account/profile UI plus shared users web widgets.",
4532
4575
  "dependsOn": [
@@ -4722,12 +4765,12 @@
4722
4765
  "runtime": {
4723
4766
  "@tanstack/vue-query": "5.92.12",
4724
4767
  "@mdi/js": "^7.4.47",
4725
- "@jskit-ai/http-runtime": "0.1.60",
4726
- "@jskit-ai/realtime": "0.1.60",
4727
- "@jskit-ai/kernel": "0.1.61",
4728
- "@jskit-ai/shell-web": "0.1.60",
4729
- "@jskit-ai/uploads-image-web": "0.1.39",
4730
- "@jskit-ai/users-core": "0.1.71",
4768
+ "@jskit-ai/http-runtime": "0.1.62",
4769
+ "@jskit-ai/realtime": "0.1.62",
4770
+ "@jskit-ai/kernel": "0.1.63",
4771
+ "@jskit-ai/shell-web": "0.1.62",
4772
+ "@jskit-ai/uploads-image-web": "0.1.41",
4773
+ "@jskit-ai/users-core": "0.1.73",
4731
4774
  "vuetify": "^4.0.0"
4732
4775
  },
4733
4776
  "dev": {}
@@ -4877,11 +4920,11 @@
4877
4920
  },
4878
4921
  {
4879
4922
  "packageId": "@jskit-ai/workspaces-core",
4880
- "version": "0.1.37",
4923
+ "version": "0.1.39",
4881
4924
  "descriptor": {
4882
4925
  "packageVersion": 1,
4883
4926
  "packageId": "@jskit-ai/workspaces-core",
4884
- "version": "0.1.37",
4927
+ "version": "0.1.39",
4885
4928
  "kind": "runtime",
4886
4929
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
4887
4930
  "dependsOn": [
@@ -4914,6 +4957,32 @@
4914
4957
  }
4915
4958
  },
4916
4959
  "metadata": {
4960
+ "jskit": {
4961
+ "tableOwnership": {
4962
+ "tables": [
4963
+ {
4964
+ "tableName": "workspaces",
4965
+ "provenance": "runtime-package",
4966
+ "ownerKind": "package-runtime"
4967
+ },
4968
+ {
4969
+ "tableName": "workspace_memberships",
4970
+ "provenance": "runtime-package",
4971
+ "ownerKind": "package-runtime"
4972
+ },
4973
+ {
4974
+ "tableName": "workspace_settings",
4975
+ "provenance": "runtime-package",
4976
+ "ownerKind": "package-runtime"
4977
+ },
4978
+ {
4979
+ "tableName": "workspace_invites",
4980
+ "provenance": "runtime-package",
4981
+ "ownerKind": "package-runtime"
4982
+ }
4983
+ ]
4984
+ }
4985
+ },
4917
4986
  "apiSummary": {
4918
4987
  "surfaces": [
4919
4988
  {
@@ -4996,10 +5065,10 @@
4996
5065
  "mutations": {
4997
5066
  "dependencies": {
4998
5067
  "runtime": {
4999
- "@jskit-ai/json-rest-api-core": "0.1.6",
5000
- "@jskit-ai/resource-core": "0.1.6",
5001
- "@jskit-ai/resource-crud-core": "0.1.6",
5002
- "@jskit-ai/users-core": "0.1.71"
5068
+ "@jskit-ai/json-rest-api-core": "0.1.8",
5069
+ "@jskit-ai/resource-core": "0.1.8",
5070
+ "@jskit-ai/resource-crud-core": "0.1.8",
5071
+ "@jskit-ai/users-core": "0.1.73"
5003
5072
  },
5004
5073
  "dev": {}
5005
5074
  },
@@ -5171,11 +5240,11 @@
5171
5240
  },
5172
5241
  {
5173
5242
  "packageId": "@jskit-ai/workspaces-web",
5174
- "version": "0.1.37",
5243
+ "version": "0.1.39",
5175
5244
  "descriptor": {
5176
5245
  "packageVersion": 1,
5177
5246
  "packageId": "@jskit-ai/workspaces-web",
5178
- "version": "0.1.37",
5247
+ "version": "0.1.39",
5179
5248
  "kind": "runtime",
5180
5249
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
5181
5250
  "dependsOn": [
@@ -5362,8 +5431,8 @@
5362
5431
  "mutations": {
5363
5432
  "dependencies": {
5364
5433
  "runtime": {
5365
- "@jskit-ai/workspaces-core": "0.1.37",
5366
- "@jskit-ai/users-web": "0.1.76",
5434
+ "@jskit-ai/workspaces-core": "0.1.39",
5435
+ "@jskit-ai/users-web": "0.1.78",
5367
5436
  "vuetify": "^4.0.0"
5368
5437
  },
5369
5438
  "dev": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [