@jskit-ai/jskit-catalog 0.1.60 → 0.1.62

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 +190 -117
  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.61",
9
+ "version": "0.1.63",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.61",
13
+ "version": "0.1.63",
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.28",
359
+ "version": "0.1.30",
360
360
  "descriptor": {
361
361
  "packageVersion": 1,
362
362
  "packageId": "@jskit-ai/assistant-core",
363
- "version": "0.1.28",
363
+ "version": "0.1.30",
364
364
  "kind": "runtime",
365
365
  "description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
366
366
  "dependsOn": [
@@ -406,9 +406,9 @@
406
406
  "mutations": {
407
407
  "dependencies": {
408
408
  "runtime": {
409
- "@jskit-ai/http-runtime": "0.1.51",
410
- "@jskit-ai/kernel": "0.1.52",
411
- "@jskit-ai/users-core": "0.1.62",
409
+ "@jskit-ai/http-runtime": "0.1.53",
410
+ "@jskit-ai/kernel": "0.1.54",
411
+ "@jskit-ai/users-core": "0.1.64",
412
412
  "@tanstack/vue-query": "^5.90.5",
413
413
  "dompurify": "^3.3.3",
414
414
  "marked": "^17.0.4",
@@ -429,11 +429,11 @@
429
429
  },
430
430
  {
431
431
  "packageId": "@jskit-ai/assistant-runtime",
432
- "version": "0.1.23",
432
+ "version": "0.1.25",
433
433
  "descriptor": {
434
434
  "packageVersion": 1,
435
435
  "packageId": "@jskit-ai/assistant-runtime",
436
- "version": "0.1.23",
436
+ "version": "0.1.25",
437
437
  "kind": "runtime",
438
438
  "description": "Shared assistant runtime with per-surface assistant registration.",
439
439
  "dependsOn": [
@@ -508,13 +508,13 @@
508
508
  "mutations": {
509
509
  "dependencies": {
510
510
  "runtime": {
511
- "@jskit-ai/assistant-core": "0.1.28",
512
- "@jskit-ai/database-runtime": "0.1.52",
513
- "@jskit-ai/http-runtime": "0.1.51",
514
- "@jskit-ai/kernel": "0.1.52",
515
- "@jskit-ai/shell-web": "0.1.51",
516
- "@jskit-ai/users-core": "0.1.62",
517
- "@jskit-ai/users-web": "0.1.67",
511
+ "@jskit-ai/assistant-core": "0.1.30",
512
+ "@jskit-ai/database-runtime": "0.1.54",
513
+ "@jskit-ai/http-runtime": "0.1.53",
514
+ "@jskit-ai/kernel": "0.1.54",
515
+ "@jskit-ai/shell-web": "0.1.53",
516
+ "@jskit-ai/users-core": "0.1.64",
517
+ "@jskit-ai/users-web": "0.1.69",
518
518
  "@tanstack/vue-query": "^5.90.5",
519
519
  "vuetify": "^4.0.0"
520
520
  },
@@ -571,11 +571,11 @@
571
571
  },
572
572
  {
573
573
  "packageId": "@jskit-ai/auth-core",
574
- "version": "0.1.51",
574
+ "version": "0.1.53",
575
575
  "descriptor": {
576
576
  "packageVersion": 1,
577
577
  "packageId": "@jskit-ai/auth-core",
578
- "version": "0.1.51",
578
+ "version": "0.1.53",
579
579
  "kind": "runtime",
580
580
  "dependsOn": [
581
581
  "@jskit-ai/value-app-config-shared"
@@ -643,7 +643,7 @@
643
643
  "mutations": {
644
644
  "dependencies": {
645
645
  "runtime": {
646
- "@jskit-ai/kernel": "0.1.52",
646
+ "@jskit-ai/kernel": "0.1.54",
647
647
  "@fastify/cookie": "^11.0.2",
648
648
  "@fastify/csrf-protection": "^7.1.0",
649
649
  "@fastify/rate-limit": "^10.3.0"
@@ -661,11 +661,11 @@
661
661
  },
662
662
  {
663
663
  "packageId": "@jskit-ai/auth-provider-supabase-core",
664
- "version": "0.1.51",
664
+ "version": "0.1.53",
665
665
  "descriptor": {
666
666
  "packageVersion": 1,
667
667
  "packageId": "@jskit-ai/auth-provider-supabase-core",
668
- "version": "0.1.51",
668
+ "version": "0.1.53",
669
669
  "kind": "runtime",
670
670
  "options": {
671
671
  "auth-supabase-url": {
@@ -747,8 +747,8 @@
747
747
  "mutations": {
748
748
  "dependencies": {
749
749
  "runtime": {
750
- "@jskit-ai/auth-core": "0.1.51",
751
- "@jskit-ai/kernel": "0.1.52",
750
+ "@jskit-ai/auth-core": "0.1.53",
751
+ "@jskit-ai/kernel": "0.1.54",
752
752
  "dotenv": "^16.4.5",
753
753
  "@supabase/supabase-js": "^2.57.4",
754
754
  "jose": "^6.1.0"
@@ -813,11 +813,11 @@
813
813
  },
814
814
  {
815
815
  "packageId": "@jskit-ai/auth-web",
816
- "version": "0.1.53",
816
+ "version": "0.1.55",
817
817
  "descriptor": {
818
818
  "packageVersion": 1,
819
819
  "packageId": "@jskit-ai/auth-web",
820
- "version": "0.1.53",
820
+ "version": "0.1.55",
821
821
  "kind": "runtime",
822
822
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
823
823
  "dependsOn": [
@@ -1044,10 +1044,10 @@
1044
1044
  "@tanstack/vue-query": "5.92.12",
1045
1045
  "@mdi/js": "^7.4.47",
1046
1046
  "@fastify/type-provider-typebox": "^6.1.0",
1047
- "@jskit-ai/auth-core": "0.1.51",
1048
- "@jskit-ai/http-runtime": "0.1.51",
1049
- "@jskit-ai/kernel": "0.1.52",
1050
- "@jskit-ai/shell-web": "0.1.51",
1047
+ "@jskit-ai/auth-core": "0.1.53",
1048
+ "@jskit-ai/http-runtime": "0.1.53",
1049
+ "@jskit-ai/kernel": "0.1.54",
1050
+ "@jskit-ai/shell-web": "0.1.53",
1051
1051
  "vuetify": "^4.0.0"
1052
1052
  },
1053
1053
  "dev": {}
@@ -1117,11 +1117,11 @@
1117
1117
  },
1118
1118
  {
1119
1119
  "packageId": "@jskit-ai/console-core",
1120
- "version": "0.1.15",
1120
+ "version": "0.1.17",
1121
1121
  "descriptor": {
1122
1122
  "packageVersion": 1,
1123
1123
  "packageId": "@jskit-ai/console-core",
1124
- "version": "0.1.15",
1124
+ "version": "0.1.17",
1125
1125
  "kind": "runtime",
1126
1126
  "description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
1127
1127
  "dependsOn": [
@@ -1192,10 +1192,10 @@
1192
1192
  "mutations": {
1193
1193
  "dependencies": {
1194
1194
  "runtime": {
1195
- "@jskit-ai/database-runtime": "0.1.52",
1196
- "@jskit-ai/http-runtime": "0.1.51",
1197
- "@jskit-ai/kernel": "0.1.52",
1198
- "@jskit-ai/users-core": "0.1.62",
1195
+ "@jskit-ai/database-runtime": "0.1.54",
1196
+ "@jskit-ai/http-runtime": "0.1.53",
1197
+ "@jskit-ai/kernel": "0.1.54",
1198
+ "@jskit-ai/users-core": "0.1.64",
1199
1199
  "typebox": "^1.0.81"
1200
1200
  },
1201
1201
  "dev": {}
@@ -1240,11 +1240,11 @@
1240
1240
  },
1241
1241
  {
1242
1242
  "packageId": "@jskit-ai/console-web",
1243
- "version": "0.1.20",
1243
+ "version": "0.1.22",
1244
1244
  "descriptor": {
1245
1245
  "packageVersion": 1,
1246
1246
  "packageId": "@jskit-ai/console-web",
1247
- "version": "0.1.20",
1247
+ "version": "0.1.22",
1248
1248
  "kind": "runtime",
1249
1249
  "description": "Authenticated console surface scaffold and surface policy wiring.",
1250
1250
  "dependsOn": [
@@ -1312,9 +1312,9 @@
1312
1312
  "mutations": {
1313
1313
  "dependencies": {
1314
1314
  "runtime": {
1315
- "@jskit-ai/auth-web": "0.1.53",
1316
- "@jskit-ai/console-core": "0.1.15",
1317
- "@jskit-ai/shell-web": "0.1.51"
1315
+ "@jskit-ai/auth-web": "0.1.55",
1316
+ "@jskit-ai/console-core": "0.1.17",
1317
+ "@jskit-ai/shell-web": "0.1.53"
1318
1318
  },
1319
1319
  "dev": {}
1320
1320
  },
@@ -1401,11 +1401,11 @@
1401
1401
  },
1402
1402
  {
1403
1403
  "packageId": "@jskit-ai/crud-core",
1404
- "version": "0.1.60",
1404
+ "version": "0.1.62",
1405
1405
  "descriptor": {
1406
1406
  "packageVersion": 1,
1407
1407
  "packageId": "@jskit-ai/crud-core",
1408
- "version": "0.1.60",
1408
+ "version": "0.1.62",
1409
1409
  "kind": "runtime",
1410
1410
  "description": "Shared CRUD helpers used by CRUD modules.",
1411
1411
  "dependsOn": [
@@ -1432,7 +1432,7 @@
1432
1432
  "mutations": {
1433
1433
  "dependencies": {
1434
1434
  "runtime": {
1435
- "@jskit-ai/crud-core": "0.1.60"
1435
+ "@jskit-ai/crud-core": "0.1.62"
1436
1436
  },
1437
1437
  "dev": {}
1438
1438
  },
@@ -1446,11 +1446,11 @@
1446
1446
  },
1447
1447
  {
1448
1448
  "packageId": "@jskit-ai/crud-server-generator",
1449
- "version": "0.1.60",
1449
+ "version": "0.1.62",
1450
1450
  "descriptor": {
1451
1451
  "packageVersion": 1,
1452
1452
  "packageId": "@jskit-ai/crud-server-generator",
1453
- "version": "0.1.60",
1453
+ "version": "0.1.62",
1454
1454
  "kind": "generator",
1455
1455
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1456
1456
  "options": {
@@ -1608,13 +1608,13 @@
1608
1608
  "mutations": {
1609
1609
  "dependencies": {
1610
1610
  "runtime": {
1611
- "@jskit-ai/auth-core": "0.1.51",
1612
- "@jskit-ai/crud-core": "0.1.60",
1613
- "@jskit-ai/database-runtime": "0.1.52",
1614
- "@jskit-ai/http-runtime": "0.1.51",
1615
- "@jskit-ai/kernel": "0.1.52",
1616
- "@jskit-ai/realtime": "0.1.51",
1617
- "@jskit-ai/users-core": "0.1.62",
1611
+ "@jskit-ai/auth-core": "0.1.53",
1612
+ "@jskit-ai/crud-core": "0.1.62",
1613
+ "@jskit-ai/database-runtime": "0.1.54",
1614
+ "@jskit-ai/http-runtime": "0.1.53",
1615
+ "@jskit-ai/kernel": "0.1.54",
1616
+ "@jskit-ai/realtime": "0.1.53",
1617
+ "@jskit-ai/users-core": "0.1.64",
1618
1618
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
1619
1619
  "typebox": "^1.0.81"
1620
1620
  },
@@ -1761,11 +1761,11 @@
1761
1761
  },
1762
1762
  {
1763
1763
  "packageId": "@jskit-ai/crud-ui-generator",
1764
- "version": "0.1.35",
1764
+ "version": "0.1.37",
1765
1765
  "descriptor": {
1766
1766
  "packageVersion": 1,
1767
1767
  "packageId": "@jskit-ai/crud-ui-generator",
1768
- "version": "0.1.35",
1768
+ "version": "0.1.37",
1769
1769
  "kind": "generator",
1770
1770
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
1771
1771
  "options": {
@@ -1940,7 +1940,7 @@
1940
1940
  "mutations": {
1941
1941
  "dependencies": {
1942
1942
  "runtime": {
1943
- "@jskit-ai/users-web": "0.1.67"
1943
+ "@jskit-ai/users-web": "0.1.69"
1944
1944
  },
1945
1945
  "dev": {}
1946
1946
  },
@@ -2173,11 +2173,11 @@
2173
2173
  },
2174
2174
  {
2175
2175
  "packageId": "@jskit-ai/database-runtime",
2176
- "version": "0.1.52",
2176
+ "version": "0.1.54",
2177
2177
  "descriptor": {
2178
2178
  "packageVersion": 1,
2179
2179
  "packageId": "@jskit-ai/database-runtime",
2180
- "version": "0.1.52",
2180
+ "version": "0.1.54",
2181
2181
  "kind": "runtime",
2182
2182
  "dependsOn": [
2183
2183
  "@jskit-ai/kernel"
@@ -2234,7 +2234,7 @@
2234
2234
  "mutations": {
2235
2235
  "dependencies": {
2236
2236
  "runtime": {
2237
- "@jskit-ai/kernel": "0.1.52",
2237
+ "@jskit-ai/kernel": "0.1.54",
2238
2238
  "dotenv": "^16.4.5",
2239
2239
  "knex": "^3.1.0"
2240
2240
  },
@@ -2269,11 +2269,11 @@
2269
2269
  },
2270
2270
  {
2271
2271
  "packageId": "@jskit-ai/database-runtime-mysql",
2272
- "version": "0.1.51",
2272
+ "version": "0.1.53",
2273
2273
  "descriptor": {
2274
2274
  "packageVersion": 1,
2275
2275
  "packageId": "@jskit-ai/database-runtime-mysql",
2276
- "version": "0.1.51",
2276
+ "version": "0.1.53",
2277
2277
  "kind": "runtime",
2278
2278
  "options": {
2279
2279
  "db-host": {
@@ -2363,7 +2363,7 @@
2363
2363
  "mutations": {
2364
2364
  "dependencies": {
2365
2365
  "runtime": {
2366
- "@jskit-ai/database-runtime": "0.1.52",
2366
+ "@jskit-ai/database-runtime": "0.1.54",
2367
2367
  "mysql2": "^3.11.2"
2368
2368
  },
2369
2369
  "dev": {}
@@ -2434,11 +2434,11 @@
2434
2434
  },
2435
2435
  {
2436
2436
  "packageId": "@jskit-ai/database-runtime-postgres",
2437
- "version": "0.1.51",
2437
+ "version": "0.1.53",
2438
2438
  "descriptor": {
2439
2439
  "packageVersion": 1,
2440
2440
  "packageId": "@jskit-ai/database-runtime-postgres",
2441
- "version": "0.1.51",
2441
+ "version": "0.1.53",
2442
2442
  "kind": "runtime",
2443
2443
  "options": {
2444
2444
  "db-host": {
@@ -2528,7 +2528,7 @@
2528
2528
  "mutations": {
2529
2529
  "dependencies": {
2530
2530
  "runtime": {
2531
- "@jskit-ai/database-runtime": "0.1.52",
2531
+ "@jskit-ai/database-runtime": "0.1.54",
2532
2532
  "pg": "^8.13.1"
2533
2533
  },
2534
2534
  "dev": {}
@@ -2599,11 +2599,11 @@
2599
2599
  },
2600
2600
  {
2601
2601
  "packageId": "@jskit-ai/http-runtime",
2602
- "version": "0.1.51",
2602
+ "version": "0.1.53",
2603
2603
  "descriptor": {
2604
2604
  "packageVersion": 1,
2605
2605
  "packageId": "@jskit-ai/http-runtime",
2606
- "version": "0.1.51",
2606
+ "version": "0.1.53",
2607
2607
  "kind": "runtime",
2608
2608
  "dependsOn": [],
2609
2609
  "capabilities": {
@@ -2669,7 +2669,7 @@
2669
2669
  "mutations": {
2670
2670
  "dependencies": {
2671
2671
  "runtime": {
2672
- "@jskit-ai/kernel": "0.1.52",
2672
+ "@jskit-ai/kernel": "0.1.54",
2673
2673
  "@fastify/type-provider-typebox": "^6.1.0",
2674
2674
  "typebox": "^1.0.81"
2675
2675
  },
@@ -2685,11 +2685,11 @@
2685
2685
  },
2686
2686
  {
2687
2687
  "packageId": "@jskit-ai/realtime",
2688
- "version": "0.1.51",
2688
+ "version": "0.1.53",
2689
2689
  "descriptor": {
2690
2690
  "packageVersion": 1,
2691
2691
  "packageId": "@jskit-ai/realtime",
2692
- "version": "0.1.51",
2692
+ "version": "0.1.53",
2693
2693
  "kind": "runtime",
2694
2694
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
2695
2695
  "options": {
@@ -2784,7 +2784,7 @@
2784
2784
  "mutations": {
2785
2785
  "dependencies": {
2786
2786
  "runtime": {
2787
- "@jskit-ai/kernel": "0.1.52",
2787
+ "@jskit-ai/kernel": "0.1.54",
2788
2788
  "@socket.io/redis-adapter": "^8.3.0",
2789
2789
  "redis": "^5.8.2",
2790
2790
  "socket.io": "^4.8.3",
@@ -2833,11 +2833,11 @@
2833
2833
  },
2834
2834
  {
2835
2835
  "packageId": "@jskit-ai/shell-web",
2836
- "version": "0.1.51",
2836
+ "version": "0.1.53",
2837
2837
  "descriptor": {
2838
2838
  "packageVersion": 1,
2839
2839
  "packageId": "@jskit-ai/shell-web",
2840
- "version": "0.1.51",
2840
+ "version": "0.1.53",
2841
2841
  "kind": "runtime",
2842
2842
  "description": "Web shell layout runtime with outlet-based placement contributions.",
2843
2843
  "dependsOn": [],
@@ -2969,7 +2969,7 @@
2969
2969
  "runtime": {
2970
2970
  "@mdi/js": "^7.4.47",
2971
2971
  "@tanstack/vue-query": "^5.90.5",
2972
- "@jskit-ai/kernel": "0.1.52",
2972
+ "@jskit-ai/kernel": "0.1.54",
2973
2973
  "vuetify": "^4.0.0"
2974
2974
  },
2975
2975
  "dev": {}
@@ -3154,11 +3154,11 @@
3154
3154
  },
3155
3155
  {
3156
3156
  "packageId": "@jskit-ai/storage-runtime",
3157
- "version": "0.1.51",
3157
+ "version": "0.1.53",
3158
3158
  "descriptor": {
3159
3159
  "packageVersion": 1,
3160
3160
  "packageId": "@jskit-ai/storage-runtime",
3161
- "version": "0.1.51",
3161
+ "version": "0.1.53",
3162
3162
  "kind": "runtime",
3163
3163
  "dependsOn": [
3164
3164
  "@jskit-ai/kernel"
@@ -3207,7 +3207,7 @@
3207
3207
  "mutations": {
3208
3208
  "dependencies": {
3209
3209
  "runtime": {
3210
- "@jskit-ai/kernel": "0.1.52",
3210
+ "@jskit-ai/kernel": "0.1.54",
3211
3211
  "unstorage": "^1.17.3"
3212
3212
  },
3213
3213
  "dev": {}
@@ -3223,11 +3223,11 @@
3223
3223
  },
3224
3224
  {
3225
3225
  "packageId": "@jskit-ai/ui-generator",
3226
- "version": "0.1.35",
3226
+ "version": "0.1.37",
3227
3227
  "descriptor": {
3228
3228
  "packageVersion": 1,
3229
3229
  "packageId": "@jskit-ai/ui-generator",
3230
- "version": "0.1.35",
3230
+ "version": "0.1.37",
3231
3231
  "kind": "generator",
3232
3232
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
3233
3233
  "options": {
@@ -3526,7 +3526,7 @@
3526
3526
  "mutations": {
3527
3527
  "dependencies": {
3528
3528
  "runtime": {
3529
- "@jskit-ai/users-web": "0.1.67"
3529
+ "@jskit-ai/users-web": "0.1.69"
3530
3530
  },
3531
3531
  "dev": {}
3532
3532
  },
@@ -3541,11 +3541,11 @@
3541
3541
  },
3542
3542
  {
3543
3543
  "packageId": "@jskit-ai/uploads-image-web",
3544
- "version": "0.1.30",
3544
+ "version": "0.1.32",
3545
3545
  "descriptor": {
3546
3546
  "packageVersion": 1,
3547
3547
  "packageId": "@jskit-ai/uploads-image-web",
3548
- "version": "0.1.30",
3548
+ "version": "0.1.32",
3549
3549
  "kind": "runtime",
3550
3550
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
3551
3551
  "dependsOn": [
@@ -3609,7 +3609,7 @@
3609
3609
  "mutations": {
3610
3610
  "dependencies": {
3611
3611
  "runtime": {
3612
- "@jskit-ai/uploads-runtime": "0.1.30",
3612
+ "@jskit-ai/uploads-runtime": "0.1.32",
3613
3613
  "@uppy/compressor": "^3.1.0",
3614
3614
  "@uppy/core": "^5.2.0",
3615
3615
  "@uppy/dashboard": "^5.1.1",
@@ -3629,11 +3629,11 @@
3629
3629
  },
3630
3630
  {
3631
3631
  "packageId": "@jskit-ai/uploads-runtime",
3632
- "version": "0.1.30",
3632
+ "version": "0.1.32",
3633
3633
  "descriptor": {
3634
3634
  "packageVersion": 1,
3635
3635
  "packageId": "@jskit-ai/uploads-runtime",
3636
- "version": "0.1.30",
3636
+ "version": "0.1.32",
3637
3637
  "kind": "runtime",
3638
3638
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
3639
3639
  "dependsOn": [
@@ -3703,7 +3703,7 @@
3703
3703
  "dependencies": {
3704
3704
  "runtime": {
3705
3705
  "@fastify/multipart": "^9.4.0",
3706
- "@jskit-ai/kernel": "0.1.52"
3706
+ "@jskit-ai/kernel": "0.1.54"
3707
3707
  },
3708
3708
  "dev": {}
3709
3709
  },
@@ -3718,11 +3718,11 @@
3718
3718
  },
3719
3719
  {
3720
3720
  "packageId": "@jskit-ai/users-core",
3721
- "version": "0.1.62",
3721
+ "version": "0.1.64",
3722
3722
  "descriptor": {
3723
3723
  "packageVersion": 1,
3724
3724
  "packageId": "@jskit-ai/users-core",
3725
- "version": "0.1.62",
3725
+ "version": "0.1.64",
3726
3726
  "kind": "runtime",
3727
3727
  "description": "Users/account runtime plus HTTP routes for account features.",
3728
3728
  "dependsOn": [
@@ -3848,13 +3848,13 @@
3848
3848
  "mutations": {
3849
3849
  "dependencies": {
3850
3850
  "runtime": {
3851
- "@jskit-ai/auth-core": "0.1.51",
3852
- "@jskit-ai/crud-core": "0.1.60",
3853
- "@jskit-ai/database-runtime": "0.1.52",
3854
- "@jskit-ai/http-runtime": "0.1.51",
3855
- "@jskit-ai/kernel": "0.1.52",
3851
+ "@jskit-ai/auth-core": "0.1.53",
3852
+ "@jskit-ai/crud-core": "0.1.62",
3853
+ "@jskit-ai/database-runtime": "0.1.54",
3854
+ "@jskit-ai/http-runtime": "0.1.53",
3855
+ "@jskit-ai/kernel": "0.1.54",
3856
3856
  "@local/users": "file:packages/users",
3857
- "@jskit-ai/uploads-runtime": "0.1.30",
3857
+ "@jskit-ai/uploads-runtime": "0.1.32",
3858
3858
  "@fastify/type-provider-typebox": "^6.1.0",
3859
3859
  "typebox": "^1.0.81"
3860
3860
  },
@@ -4129,11 +4129,11 @@
4129
4129
  },
4130
4130
  {
4131
4131
  "packageId": "@jskit-ai/users-web",
4132
- "version": "0.1.67",
4132
+ "version": "0.1.69",
4133
4133
  "descriptor": {
4134
4134
  "packageVersion": 1,
4135
4135
  "packageId": "@jskit-ai/users-web",
4136
- "version": "0.1.67",
4136
+ "version": "0.1.69",
4137
4137
  "kind": "runtime",
4138
4138
  "description": "Users web module: account/profile UI plus shared users web widgets.",
4139
4139
  "dependsOn": [
@@ -4226,7 +4226,7 @@
4226
4226
  },
4227
4227
  {
4228
4228
  "subpath": "./client/account-settings/sections",
4229
- "summary": "Exports account settings section extension seam helpers."
4229
+ "summary": "Exports placement-backed account settings section helpers."
4230
4230
  }
4231
4231
  ],
4232
4232
  "containerTokens": {
@@ -4241,12 +4241,19 @@
4241
4241
  "placements": {
4242
4242
  "outlets": [
4243
4243
  {
4244
- "target": "home-tools:primary-menu",
4244
+ "target": "home-cog:primary-menu",
4245
4245
  "defaultLinkComponentToken": "local.main.ui.surface-aware-menu-link-item",
4246
4246
  "surfaces": [
4247
4247
  "home"
4248
4248
  ],
4249
4249
  "source": "src/client/components/UsersHomeToolsWidget.vue"
4250
+ },
4251
+ {
4252
+ "target": "account-settings:sections",
4253
+ "surfaces": [
4254
+ "account"
4255
+ ],
4256
+ "source": "templates/src/components/account/settings/AccountSettingsClientElement.vue"
4250
4257
  }
4251
4258
  ],
4252
4259
  "contributions": [
@@ -4274,7 +4281,7 @@
4274
4281
  },
4275
4282
  {
4276
4283
  "id": "users.home.menu.settings",
4277
- "target": "home-tools:primary-menu",
4284
+ "target": "home-cog:primary-menu",
4278
4285
  "surfaces": [
4279
4286
  "home"
4280
4287
  ],
@@ -4292,12 +4299,12 @@
4292
4299
  "runtime": {
4293
4300
  "@tanstack/vue-query": "5.92.12",
4294
4301
  "@mdi/js": "^7.4.47",
4295
- "@jskit-ai/http-runtime": "0.1.51",
4296
- "@jskit-ai/realtime": "0.1.51",
4297
- "@jskit-ai/kernel": "0.1.52",
4298
- "@jskit-ai/shell-web": "0.1.51",
4299
- "@jskit-ai/uploads-image-web": "0.1.30",
4300
- "@jskit-ai/users-core": "0.1.62",
4302
+ "@jskit-ai/http-runtime": "0.1.53",
4303
+ "@jskit-ai/realtime": "0.1.53",
4304
+ "@jskit-ai/kernel": "0.1.54",
4305
+ "@jskit-ai/shell-web": "0.1.53",
4306
+ "@jskit-ai/uploads-image-web": "0.1.32",
4307
+ "@jskit-ai/users-core": "0.1.64",
4301
4308
  "vuetify": "^4.0.0"
4302
4309
  },
4303
4310
  "dev": {}
@@ -4373,7 +4380,7 @@
4373
4380
  "file": "src/placement.js",
4374
4381
  "position": "bottom",
4375
4382
  "skipIfContains": "id: \"users.home.tools.widget\"",
4376
- "value": "\naddPlacement({\n id: \"users.home.tools.widget\",\n target: \"shell-layout:top-right\",\n surfaces: [\"home\"],\n order: 900,\n componentToken: \"users.web.home.tools.widget\",\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"users.home.menu.settings\",\n target: \"home-tools:primary-menu\",\n surfaces: [\"home\"],\n order: 100,\n componentToken: \"local.main.ui.surface-aware-menu-link-item\",\n props: {\n label: \"Settings\",\n surface: \"home\",\n scopedSuffix: \"/settings\",\n unscopedSuffix: \"/settings\"\n },\n when: ({ auth }) => auth?.authenticated === true\n});\n",
4383
+ "value": "\naddPlacement({\n id: \"users.home.tools.widget\",\n target: \"shell-layout:top-right\",\n surfaces: [\"home\"],\n order: 900,\n componentToken: \"users.web.home.tools.widget\",\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"users.home.menu.settings\",\n target: \"home-cog:primary-menu\",\n surfaces: [\"home\"],\n order: 100,\n componentToken: \"local.main.ui.surface-aware-menu-link-item\",\n props: {\n label: \"Settings\",\n surface: \"home\",\n scopedSuffix: \"/settings\",\n unscopedSuffix: \"/settings\"\n },\n when: ({ auth }) => auth?.authenticated === true\n});\n",
4377
4384
  "reason": "Append users-web home tools widget and settings menu placements into app-owned placement registry.",
4378
4385
  "category": "users-web",
4379
4386
  "id": "users-web-home-tools-placement"
@@ -4384,11 +4391,11 @@
4384
4391
  },
4385
4392
  {
4386
4393
  "packageId": "@jskit-ai/workspaces-core",
4387
- "version": "0.1.28",
4394
+ "version": "0.1.30",
4388
4395
  "descriptor": {
4389
4396
  "packageVersion": 1,
4390
4397
  "packageId": "@jskit-ai/workspaces-core",
4391
- "version": "0.1.28",
4398
+ "version": "0.1.30",
4392
4399
  "kind": "runtime",
4393
4400
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
4394
4401
  "dependsOn": [
@@ -4499,7 +4506,7 @@
4499
4506
  "mutations": {
4500
4507
  "dependencies": {
4501
4508
  "runtime": {
4502
- "@jskit-ai/users-core": "0.1.62"
4509
+ "@jskit-ai/users-core": "0.1.64"
4503
4510
  },
4504
4511
  "dev": {}
4505
4512
  },
@@ -4689,11 +4696,11 @@
4689
4696
  },
4690
4697
  {
4691
4698
  "packageId": "@jskit-ai/workspaces-web",
4692
- "version": "0.1.28",
4699
+ "version": "0.1.30",
4693
4700
  "descriptor": {
4694
4701
  "packageVersion": 1,
4695
4702
  "packageId": "@jskit-ai/workspaces-web",
4696
- "version": "0.1.28",
4703
+ "version": "0.1.30",
4697
4704
  "kind": "runtime",
4698
4705
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
4699
4706
  "dependsOn": [
@@ -4729,6 +4736,10 @@
4729
4736
  "subpath": "./client",
4730
4737
  "summary": "Exports workspaces-web client provider registration surface."
4731
4738
  },
4739
+ {
4740
+ "subpath": "./client/components/AccountSettingsInvitesSection",
4741
+ "summary": "Exports the default account invites section component used by multihoming installs."
4742
+ },
4732
4743
  {
4733
4744
  "subpath": "./client/providers/WorkspacesWebClientProvider",
4734
4745
  "summary": "Exports workspaces-web client provider class."
@@ -4748,8 +4759,7 @@
4748
4759
  "workspaces.web.workspace-members.menu-item",
4749
4760
  "workspaces.web.members-admin.element",
4750
4761
  "workspaces.web.bootstrap-placement.runtime",
4751
- "workspaces.web.scope-support",
4752
- "workspaces.web.account-settings.section.invites"
4762
+ "workspaces.web.scope-support"
4753
4763
  ]
4754
4764
  }
4755
4765
  },
@@ -4763,6 +4773,14 @@
4763
4773
  "admin"
4764
4774
  ],
4765
4775
  "source": "templates/src/pages/admin/workspace/settings.vue"
4776
+ },
4777
+ {
4778
+ "target": "admin-cog:primary-menu",
4779
+ "defaultLinkComponentToken": "local.main.ui.surface-aware-menu-link-item",
4780
+ "surfaces": [
4781
+ "admin"
4782
+ ],
4783
+ "source": "src/client/components/UsersWorkspaceToolsWidget.vue"
4766
4784
  }
4767
4785
  ],
4768
4786
  "contributions": [
@@ -4821,6 +4839,17 @@
4821
4839
  "when": "auth.authenticated === true",
4822
4840
  "source": "mutations.text#workspaces-web-placement-block"
4823
4841
  },
4842
+ {
4843
+ "id": "workspaces.account.settings.invites",
4844
+ "target": "account-settings:sections",
4845
+ "surfaces": [
4846
+ "account"
4847
+ ],
4848
+ "order": 400,
4849
+ "componentToken": "local.main.account-settings.section.invites",
4850
+ "when": "auth.authenticated === true && workspaceInvitesEnabled === true",
4851
+ "source": "mutations.text#workspaces-web-account-settings-placement"
4852
+ },
4824
4853
  {
4825
4854
  "id": "workspaces.workspace.tools.widget",
4826
4855
  "target": "shell-layout:top-right",
@@ -4833,7 +4862,7 @@
4833
4862
  },
4834
4863
  {
4835
4864
  "id": "workspaces.workspace.menu.workspace-settings",
4836
- "target": "workspace-tools:primary-menu",
4865
+ "target": "admin-cog:primary-menu",
4837
4866
  "surfaces": [
4838
4867
  "admin"
4839
4868
  ],
@@ -4843,7 +4872,7 @@
4843
4872
  },
4844
4873
  {
4845
4874
  "id": "workspaces.workspace.menu.members",
4846
- "target": "workspace-tools:primary-menu",
4875
+ "target": "admin-cog:primary-menu",
4847
4876
  "surfaces": [
4848
4877
  "admin"
4849
4878
  ],
@@ -4858,8 +4887,8 @@
4858
4887
  "mutations": {
4859
4888
  "dependencies": {
4860
4889
  "runtime": {
4861
- "@jskit-ai/workspaces-core": "0.1.28",
4862
- "@jskit-ai/users-web": "0.1.67",
4890
+ "@jskit-ai/workspaces-core": "0.1.30",
4891
+ "@jskit-ai/users-web": "0.1.69",
4863
4892
  "vuetify": "^4.0.0"
4864
4893
  },
4865
4894
  "dev": {}
@@ -4881,6 +4910,13 @@
4881
4910
  "category": "workspaces-web",
4882
4911
  "id": "users-web-main-component-account-pending-invites-cue"
4883
4912
  },
4913
+ {
4914
+ "from": "templates/packages/main/src/client/components/AccountSettingsInvitesSection.vue",
4915
+ "to": "packages/main/src/client/components/AccountSettingsInvitesSection.vue",
4916
+ "reason": "Install app-owned account invites section scaffold for multihoming account settings.",
4917
+ "category": "workspaces-web",
4918
+ "id": "users-web-main-component-account-settings-invites-section"
4919
+ },
4884
4920
  {
4885
4921
  "from": "templates/src/components/WorkspaceNotFoundCard.vue",
4886
4922
  "to": "src/components/WorkspaceNotFoundCard.vue",
@@ -5038,7 +5074,7 @@
5038
5074
  "file": "src/placement.js",
5039
5075
  "position": "bottom",
5040
5076
  "skipIfContains": "id: \"workspaces.workspace.selector\"",
5041
- "value": "\naddPlacement({\n id: \"workspaces.workspace.menu.app\",\n target: \"shell-layout:primary-menu\",\n surfaces: [\"app\"],\n order: 50,\n componentToken: \"local.main.ui.surface-aware-menu-link-item\",\n props: {\n label: \"Home\",\n surface: \"app\",\n scopedSuffix: \"/\",\n unscopedSuffix: \"/\",\n exact: true\n },\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"workspaces.workspace.menu.admin\",\n target: \"shell-layout:primary-menu\",\n surfaces: [\"admin\"],\n order: 60,\n componentToken: \"local.main.ui.surface-aware-menu-link-item\",\n props: {\n label: \"Home\",\n surface: \"admin\",\n scopedSuffix: \"/\",\n unscopedSuffix: \"/\",\n exact: true\n },\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"workspaces.workspace.selector\",\n target: \"shell-layout:top-left\",\n surfaces: [\"*\"],\n order: 200,\n componentToken: \"workspaces.web.workspace.selector\",\n props: {\n allowOnNonWorkspaceSurface: true,\n targetSurfaceId: \"app\"\n },\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"workspaces.account.invites.cue\",\n target: \"shell-layout:top-right\",\n surfaces: [\"*\"],\n order: 850,\n componentToken: \"local.main.account.pending-invites.cue\",\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"workspaces.workspace.tools.widget\",\n target: \"shell-layout:top-right\",\n surfaces: [\"admin\"],\n order: 900,\n componentToken: \"workspaces.web.workspace.tools.widget\"\n});\n\naddPlacement({\n id: \"workspaces.workspace.menu.workspace-settings\",\n target: \"workspace-tools:primary-menu\",\n surfaces: [\"admin\"],\n order: 100,\n componentToken: \"workspaces.web.workspace-settings.menu-item\"\n});\n\naddPlacement({\n id: \"workspaces.workspace.menu.members\",\n target: \"workspace-tools:primary-menu\",\n surfaces: [\"admin\"],\n order: 200,\n componentToken: \"workspaces.web.workspace-members.menu-item\"\n});\n",
5077
+ "value": "\naddPlacement({\n id: \"workspaces.workspace.menu.app\",\n target: \"shell-layout:primary-menu\",\n surfaces: [\"app\"],\n order: 50,\n componentToken: \"local.main.ui.surface-aware-menu-link-item\",\n props: {\n label: \"Home\",\n surface: \"app\",\n scopedSuffix: \"/\",\n unscopedSuffix: \"/\",\n exact: true\n },\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"workspaces.workspace.menu.admin\",\n target: \"shell-layout:primary-menu\",\n surfaces: [\"admin\"],\n order: 60,\n componentToken: \"local.main.ui.surface-aware-menu-link-item\",\n props: {\n label: \"Home\",\n surface: \"admin\",\n scopedSuffix: \"/\",\n unscopedSuffix: \"/\",\n exact: true\n },\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"workspaces.workspace.selector\",\n target: \"shell-layout:top-left\",\n surfaces: [\"*\"],\n order: 200,\n componentToken: \"workspaces.web.workspace.selector\",\n props: {\n allowOnNonWorkspaceSurface: true,\n targetSurfaceId: \"app\"\n },\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"workspaces.account.invites.cue\",\n target: \"shell-layout:top-right\",\n surfaces: [\"*\"],\n order: 850,\n componentToken: \"local.main.account.pending-invites.cue\",\n when: ({ auth }) => auth?.authenticated === true\n});\n\naddPlacement({\n id: \"workspaces.workspace.tools.widget\",\n target: \"shell-layout:top-right\",\n surfaces: [\"admin\"],\n order: 900,\n componentToken: \"workspaces.web.workspace.tools.widget\"\n});\n\naddPlacement({\n id: \"workspaces.workspace.menu.workspace-settings\",\n target: \"admin-cog:primary-menu\",\n surfaces: [\"admin\"],\n order: 100,\n componentToken: \"workspaces.web.workspace-settings.menu-item\"\n});\n\naddPlacement({\n id: \"workspaces.workspace.menu.members\",\n target: \"admin-cog:primary-menu\",\n surfaces: [\"admin\"],\n order: 200,\n componentToken: \"workspaces.web.workspace-members.menu-item\"\n});\n",
5042
5078
  "reason": "Append workspace placement entries into app-owned placement registry.",
5043
5079
  "category": "workspaces-web",
5044
5080
  "id": "workspaces-web-placement-block",
@@ -5050,6 +5086,23 @@
5050
5086
  ]
5051
5087
  }
5052
5088
  },
5089
+ {
5090
+ "op": "append-text",
5091
+ "file": "src/placement.js",
5092
+ "position": "bottom",
5093
+ "skipIfContains": "id: \"workspaces.account.settings.invites\"",
5094
+ "value": "\naddPlacement({\n id: \"workspaces.account.settings.invites\",\n target: \"account-settings:sections\",\n surfaces: [\"account\"],\n order: 400,\n componentToken: \"local.main.account-settings.section.invites\",\n props: {\n title: \"Invites\",\n value: \"invites\",\n usesSharedRuntime: false\n },\n when: ({ auth, workspaceInvitesEnabled }) => auth?.authenticated === true && workspaceInvitesEnabled === true\n});\n",
5095
+ "reason": "Append workspaces-web account settings invites section placement into app-owned placement registry.",
5096
+ "category": "workspaces-web",
5097
+ "id": "workspaces-web-account-settings-placement",
5098
+ "when": {
5099
+ "config": "tenancyMode",
5100
+ "in": [
5101
+ "personal",
5102
+ "workspaces"
5103
+ ]
5104
+ }
5105
+ },
5053
5106
  {
5054
5107
  "op": "append-text",
5055
5108
  "file": "packages/main/src/client/providers/MainClientProvider.js",
@@ -5060,6 +5113,16 @@
5060
5113
  "category": "workspaces-web",
5061
5114
  "id": "users-web-main-client-provider-account-invites-import"
5062
5115
  },
5116
+ {
5117
+ "op": "append-text",
5118
+ "file": "packages/main/src/client/providers/MainClientProvider.js",
5119
+ "position": "top",
5120
+ "skipIfContains": "import AccountSettingsInvitesSection from \"../components/AccountSettingsInvitesSection.vue\";",
5121
+ "value": "import AccountSettingsInvitesSection from \"../components/AccountSettingsInvitesSection.vue\";\n",
5122
+ "reason": "Bind app-owned account invites section component into local main client provider imports.",
5123
+ "category": "workspaces-web",
5124
+ "id": "users-web-main-client-provider-account-settings-section-import"
5125
+ },
5063
5126
  {
5064
5127
  "op": "append-text",
5065
5128
  "file": "packages/main/src/client/providers/MainClientProvider.js",
@@ -5069,6 +5132,16 @@
5069
5132
  "reason": "Bind app-owned account pending invites cue component token into local main client provider registry.",
5070
5133
  "category": "workspaces-web",
5071
5134
  "id": "users-web-main-client-provider-account-invites-register"
5135
+ },
5136
+ {
5137
+ "op": "append-text",
5138
+ "file": "packages/main/src/client/providers/MainClientProvider.js",
5139
+ "position": "bottom",
5140
+ "skipIfContains": "registerMainClientComponent(\"local.main.account-settings.section.invites\", () => AccountSettingsInvitesSection);",
5141
+ "value": "\nregisterMainClientComponent(\"local.main.account-settings.section.invites\", () => AccountSettingsInvitesSection);\n",
5142
+ "reason": "Bind app-owned account invites section component token into local main client provider registry.",
5143
+ "category": "workspaces-web",
5144
+ "id": "users-web-main-client-provider-account-settings-section-register"
5072
5145
  }
5073
5146
  ]
5074
5147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.60",
3
+ "version": "0.1.62",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [