@jskit-ai/jskit-catalog 0.1.139 → 0.1.141

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 +185 -163
  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.134",
9
+ "version": "0.1.136",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.134",
13
+ "version": "0.1.136",
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": {
@@ -347,11 +347,11 @@
347
347
  },
348
348
  {
349
349
  "packageId": "@jskit-ai/assistant-core",
350
- "version": "0.1.102",
350
+ "version": "0.1.104",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.102",
354
+ "version": "0.1.104",
355
355
  "kind": "runtime",
356
356
  "description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
357
357
  "dependsOn": [
@@ -399,11 +399,11 @@
399
399
  "mutations": {
400
400
  "dependencies": {
401
401
  "runtime": {
402
- "@jskit-ai/http-runtime": "0.1.123",
403
- "@jskit-ai/kernel": "0.1.125",
404
- "@jskit-ai/resource-core": "0.1.68",
405
- "@jskit-ai/resource-crud-core": "0.1.68",
406
- "@jskit-ai/users-core": "0.1.135",
402
+ "@jskit-ai/http-runtime": "0.1.125",
403
+ "@jskit-ai/kernel": "0.1.127",
404
+ "@jskit-ai/resource-core": "0.1.70",
405
+ "@jskit-ai/resource-crud-core": "0.1.70",
406
+ "@jskit-ai/users-core": "0.1.137",
407
407
  "dompurify": "^3.3.3",
408
408
  "json-rest-schema": "1.x.x",
409
409
  "marked": "^17.0.4",
@@ -422,11 +422,11 @@
422
422
  },
423
423
  {
424
424
  "packageId": "@jskit-ai/assistant-runtime",
425
- "version": "0.1.97",
425
+ "version": "0.1.99",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.97",
429
+ "version": "0.1.99",
430
430
  "kind": "runtime",
431
431
  "description": "Shared assistant runtime with per-surface assistant registration.",
432
432
  "dependsOn": [
@@ -522,13 +522,13 @@
522
522
  "mutations": {
523
523
  "dependencies": {
524
524
  "runtime": {
525
- "@jskit-ai/assistant-core": "0.1.102",
526
- "@jskit-ai/database-runtime": "0.1.124",
527
- "@jskit-ai/http-runtime": "0.1.123",
528
- "@jskit-ai/kernel": "0.1.125",
529
- "@jskit-ai/shell-web": "0.1.126",
530
- "@jskit-ai/users-core": "0.1.135",
531
- "@jskit-ai/users-web": "0.1.141"
525
+ "@jskit-ai/assistant-core": "0.1.104",
526
+ "@jskit-ai/database-runtime": "0.1.126",
527
+ "@jskit-ai/http-runtime": "0.1.125",
528
+ "@jskit-ai/kernel": "0.1.127",
529
+ "@jskit-ai/shell-web": "0.1.128",
530
+ "@jskit-ai/users-core": "0.1.137",
531
+ "@jskit-ai/users-web": "0.1.143"
532
532
  },
533
533
  "dev": {}
534
534
  },
@@ -583,11 +583,11 @@
583
583
  },
584
584
  {
585
585
  "packageId": "@jskit-ai/auth-core",
586
- "version": "0.1.122",
586
+ "version": "0.1.124",
587
587
  "descriptor": {
588
588
  "packageVersion": 1,
589
589
  "packageId": "@jskit-ai/auth-core",
590
- "version": "0.1.122",
590
+ "version": "0.1.124",
591
591
  "kind": "runtime",
592
592
  "dependsOn": [
593
593
  "@jskit-ai/value-app-config-shared"
@@ -660,7 +660,7 @@
660
660
  "mutations": {
661
661
  "dependencies": {
662
662
  "runtime": {
663
- "@jskit-ai/kernel": "0.1.125",
663
+ "@jskit-ai/kernel": "0.1.127",
664
664
  "@fastify/cookie": "^11.0.2",
665
665
  "@fastify/csrf-protection": "^7.1.0",
666
666
  "@fastify/rate-limit": "^10.3.0"
@@ -678,11 +678,11 @@
678
678
  },
679
679
  {
680
680
  "packageId": "@jskit-ai/auth-provider-local-core",
681
- "version": "0.1.26",
681
+ "version": "0.1.28",
682
682
  "descriptor": {
683
683
  "packageVersion": 1,
684
684
  "packageId": "@jskit-ai/auth-provider-local-core",
685
- "version": "0.1.26",
685
+ "version": "0.1.28",
686
686
  "kind": "runtime",
687
687
  "description": "Local auth provider with a file backend default and no database requirement.",
688
688
  "dependsOn": [
@@ -745,8 +745,8 @@
745
745
  "mutations": {
746
746
  "dependencies": {
747
747
  "runtime": {
748
- "@jskit-ai/auth-core": "0.1.122",
749
- "@jskit-ai/kernel": "0.1.125",
748
+ "@jskit-ai/auth-core": "0.1.124",
749
+ "@jskit-ai/kernel": "0.1.127",
750
750
  "nodemailer": "^9.0.3",
751
751
  "dotenv": "^16.4.5"
752
752
  },
@@ -792,11 +792,11 @@
792
792
  },
793
793
  {
794
794
  "packageId": "@jskit-ai/auth-provider-local-db-core",
795
- "version": "0.1.17",
795
+ "version": "0.1.19",
796
796
  "descriptor": {
797
797
  "packageVersion": 1,
798
798
  "packageId": "@jskit-ai/auth-provider-local-db-core",
799
- "version": "0.1.17",
799
+ "version": "0.1.19",
800
800
  "kind": "runtime",
801
801
  "description": "Database-backed local auth storage backend for JSKIT local auth.",
802
802
  "dependsOn": [
@@ -875,9 +875,9 @@
875
875
  "mutations": {
876
876
  "dependencies": {
877
877
  "runtime": {
878
- "@jskit-ai/auth-provider-local-core": "0.1.26",
879
- "@jskit-ai/database-runtime": "0.1.124",
880
- "@jskit-ai/kernel": "0.1.125"
878
+ "@jskit-ai/auth-provider-local-core": "0.1.28",
879
+ "@jskit-ai/database-runtime": "0.1.126",
880
+ "@jskit-ai/kernel": "0.1.127"
881
881
  },
882
882
  "dev": {}
883
883
  },
@@ -912,11 +912,11 @@
912
912
  },
913
913
  {
914
914
  "packageId": "@jskit-ai/auth-provider-supabase-core",
915
- "version": "0.1.123",
915
+ "version": "0.1.125",
916
916
  "descriptor": {
917
917
  "packageVersion": 1,
918
918
  "packageId": "@jskit-ai/auth-provider-supabase-core",
919
- "version": "0.1.123",
919
+ "version": "0.1.125",
920
920
  "kind": "runtime",
921
921
  "options": {
922
922
  "auth-supabase-url": {
@@ -998,8 +998,8 @@
998
998
  "mutations": {
999
999
  "dependencies": {
1000
1000
  "runtime": {
1001
- "@jskit-ai/auth-core": "0.1.122",
1002
- "@jskit-ai/kernel": "0.1.125",
1001
+ "@jskit-ai/auth-core": "0.1.124",
1002
+ "@jskit-ai/kernel": "0.1.127",
1003
1003
  "dotenv": "^16.4.5",
1004
1004
  "@supabase/supabase-js": "^2.57.4",
1005
1005
  "jose": "^6.1.0"
@@ -1077,11 +1077,11 @@
1077
1077
  },
1078
1078
  {
1079
1079
  "packageId": "@jskit-ai/auth-web",
1080
- "version": "0.1.125",
1080
+ "version": "0.1.127",
1081
1081
  "descriptor": {
1082
1082
  "packageVersion": 1,
1083
1083
  "packageId": "@jskit-ai/auth-web",
1084
- "version": "0.1.125",
1084
+ "version": "0.1.127",
1085
1085
  "kind": "runtime",
1086
1086
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
1087
1087
  "dependsOn": [
@@ -1354,10 +1354,10 @@
1354
1354
  "dependencies": {
1355
1355
  "runtime": {
1356
1356
  "@mdi/js": "^7.4.47",
1357
- "@jskit-ai/auth-core": "0.1.122",
1358
- "@jskit-ai/http-runtime": "0.1.123",
1359
- "@jskit-ai/kernel": "0.1.125",
1360
- "@jskit-ai/shell-web": "0.1.126"
1357
+ "@jskit-ai/auth-core": "0.1.124",
1358
+ "@jskit-ai/http-runtime": "0.1.125",
1359
+ "@jskit-ai/kernel": "0.1.127",
1360
+ "@jskit-ai/shell-web": "0.1.128"
1361
1361
  },
1362
1362
  "dev": {}
1363
1363
  },
@@ -1373,6 +1373,7 @@
1373
1373
  {
1374
1374
  "from": "templates/src/views/auth/LoginView.vue",
1375
1375
  "to": "src/views/auth/LoginView.vue",
1376
+ "ownership": "app",
1376
1377
  "reason": "Install minimal login container that renders the module-provided DefaultLoginView by default.",
1377
1378
  "category": "auth-web",
1378
1379
  "id": "auth-view-login"
@@ -1380,6 +1381,7 @@
1380
1381
  {
1381
1382
  "from": "templates/src/views/auth/SignOutView.vue",
1382
1383
  "to": "src/views/auth/SignOutView.vue",
1384
+ "ownership": "app",
1383
1385
  "reason": "Install minimal sign-out container that renders the module-provided SignOutView by default (edit the scaffolded file to customize).",
1384
1386
  "category": "auth-web",
1385
1387
  "id": "auth-view-signout"
@@ -1387,6 +1389,7 @@
1387
1389
  {
1388
1390
  "from": "templates/src/views/auth/ResetPasswordView.vue",
1389
1391
  "to": "src/views/auth/ResetPasswordView.vue",
1392
+ "ownership": "app",
1390
1393
  "reason": "Install minimal password reset container that renders the module-provided DefaultResetPasswordView by default.",
1391
1394
  "category": "auth-web",
1392
1395
  "id": "auth-view-reset-password"
@@ -1394,6 +1397,7 @@
1394
1397
  {
1395
1398
  "from": "templates/src/pages/auth/login.vue",
1396
1399
  "to": "src/pages/auth/login.vue",
1400
+ "ownership": "app",
1397
1401
  "reason": "Provide an auth-surface /auth/login wrapper that renders the package login view.",
1398
1402
  "category": "auth-web",
1399
1403
  "id": "auth-page-login"
@@ -1401,6 +1405,7 @@
1401
1405
  {
1402
1406
  "from": "templates/src/pages/auth/signout.vue",
1403
1407
  "to": "src/pages/auth/signout.vue",
1408
+ "ownership": "app",
1404
1409
  "reason": "Provide an auth-surface /auth/signout wrapper that renders the package sign-out view.",
1405
1410
  "category": "auth-web",
1406
1411
  "id": "auth-page-signout"
@@ -1408,6 +1413,7 @@
1408
1413
  {
1409
1414
  "from": "templates/src/pages/auth/reset-password.vue",
1410
1415
  "to": "src/pages/auth/reset-password.vue",
1416
+ "ownership": "app",
1411
1417
  "reason": "Provide an auth-surface /auth/reset-password wrapper that renders the package password reset view.",
1412
1418
  "category": "auth-web",
1413
1419
  "id": "auth-page-reset-password"
@@ -1450,11 +1456,11 @@
1450
1456
  },
1451
1457
  {
1452
1458
  "packageId": "@jskit-ai/console-core",
1453
- "version": "0.1.89",
1459
+ "version": "0.1.91",
1454
1460
  "descriptor": {
1455
1461
  "packageVersion": 1,
1456
1462
  "packageId": "@jskit-ai/console-core",
1457
- "version": "0.1.89",
1463
+ "version": "0.1.91",
1458
1464
  "kind": "runtime",
1459
1465
  "description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
1460
1466
  "dependsOn": [
@@ -1538,12 +1544,12 @@
1538
1544
  "mutations": {
1539
1545
  "dependencies": {
1540
1546
  "runtime": {
1541
- "@jskit-ai/auth-core": "0.1.122",
1542
- "@jskit-ai/database-runtime": "0.1.124",
1543
- "@jskit-ai/http-runtime": "0.1.123",
1544
- "@jskit-ai/kernel": "0.1.125",
1545
- "@jskit-ai/resource-crud-core": "0.1.68",
1546
- "@jskit-ai/users-core": "0.1.135"
1547
+ "@jskit-ai/auth-core": "0.1.124",
1548
+ "@jskit-ai/database-runtime": "0.1.126",
1549
+ "@jskit-ai/http-runtime": "0.1.125",
1550
+ "@jskit-ai/kernel": "0.1.127",
1551
+ "@jskit-ai/resource-crud-core": "0.1.70",
1552
+ "@jskit-ai/users-core": "0.1.137"
1547
1553
  },
1548
1554
  "dev": {}
1549
1555
  },
@@ -1568,11 +1574,11 @@
1568
1574
  },
1569
1575
  {
1570
1576
  "packageId": "@jskit-ai/console-web",
1571
- "version": "0.1.94",
1577
+ "version": "0.1.96",
1572
1578
  "descriptor": {
1573
1579
  "packageVersion": 1,
1574
1580
  "packageId": "@jskit-ai/console-web",
1575
- "version": "0.1.94",
1581
+ "version": "0.1.96",
1576
1582
  "kind": "runtime",
1577
1583
  "description": "Authenticated console surface scaffold and surface policy wiring.",
1578
1584
  "dependsOn": [
@@ -1682,9 +1688,9 @@
1682
1688
  "mutations": {
1683
1689
  "dependencies": {
1684
1690
  "runtime": {
1685
- "@jskit-ai/auth-web": "0.1.125",
1686
- "@jskit-ai/console-core": "0.1.89",
1687
- "@jskit-ai/shell-web": "0.1.126"
1691
+ "@jskit-ai/auth-web": "0.1.127",
1692
+ "@jskit-ai/console-core": "0.1.91",
1693
+ "@jskit-ai/shell-web": "0.1.128"
1688
1694
  },
1689
1695
  "dev": {}
1690
1696
  },
@@ -1791,11 +1797,11 @@
1791
1797
  },
1792
1798
  {
1793
1799
  "packageId": "@jskit-ai/crud-core",
1794
- "version": "0.1.133",
1800
+ "version": "0.1.135",
1795
1801
  "descriptor": {
1796
1802
  "packageVersion": 1,
1797
1803
  "packageId": "@jskit-ai/crud-core",
1798
- "version": "0.1.133",
1804
+ "version": "0.1.135",
1799
1805
  "kind": "runtime",
1800
1806
  "description": "Shared CRUD helpers used by CRUD modules.",
1801
1807
  "dependsOn": [
@@ -1824,7 +1830,7 @@
1824
1830
  "mutations": {
1825
1831
  "dependencies": {
1826
1832
  "runtime": {
1827
- "@jskit-ai/crud-core": "0.1.133"
1833
+ "@jskit-ai/crud-core": "0.1.135"
1828
1834
  },
1829
1835
  "dev": {}
1830
1836
  },
@@ -1838,11 +1844,11 @@
1838
1844
  },
1839
1845
  {
1840
1846
  "packageId": "@jskit-ai/crud-server-generator",
1841
- "version": "0.1.134",
1847
+ "version": "0.1.136",
1842
1848
  "descriptor": {
1843
1849
  "packageVersion": 1,
1844
1850
  "packageId": "@jskit-ai/crud-server-generator",
1845
- "version": "0.1.134",
1851
+ "version": "0.1.136",
1846
1852
  "kind": "generator",
1847
1853
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1848
1854
  "options": {
@@ -2033,14 +2039,14 @@
2033
2039
  "mutations": {
2034
2040
  "dependencies": {
2035
2041
  "runtime": {
2036
- "@jskit-ai/auth-core": "0.1.122",
2037
- "@jskit-ai/crud-core": "0.1.133",
2038
- "@jskit-ai/database-runtime": "0.1.124",
2039
- "@jskit-ai/http-runtime": "0.1.123",
2040
- "@jskit-ai/json-rest-api-core": "0.1.69",
2041
- "@jskit-ai/kernel": "0.1.125",
2042
- "@jskit-ai/realtime": "0.1.122",
2043
- "@jskit-ai/resource-crud-core": "0.1.68",
2042
+ "@jskit-ai/auth-core": "0.1.124",
2043
+ "@jskit-ai/crud-core": "0.1.135",
2044
+ "@jskit-ai/database-runtime": "0.1.126",
2045
+ "@jskit-ai/http-runtime": "0.1.125",
2046
+ "@jskit-ai/json-rest-api-core": "0.1.71",
2047
+ "@jskit-ai/kernel": "0.1.127",
2048
+ "@jskit-ai/realtime": "0.1.124",
2049
+ "@jskit-ai/resource-crud-core": "0.1.70",
2044
2050
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
2045
2051
  },
2046
2052
  "dev": {}
@@ -2172,11 +2178,11 @@
2172
2178
  },
2173
2179
  {
2174
2180
  "packageId": "@jskit-ai/crud-ui-generator",
2175
- "version": "0.1.108",
2181
+ "version": "0.1.110",
2176
2182
  "descriptor": {
2177
2183
  "packageVersion": 1,
2178
2184
  "packageId": "@jskit-ai/crud-ui-generator",
2179
- "version": "0.1.108",
2185
+ "version": "0.1.110",
2180
2186
  "kind": "generator",
2181
2187
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2182
2188
  "options": {
@@ -2375,7 +2381,7 @@
2375
2381
  "mutations": {
2376
2382
  "dependencies": {
2377
2383
  "runtime": {
2378
- "@jskit-ai/users-web": "0.1.141"
2384
+ "@jskit-ai/users-web": "0.1.143"
2379
2385
  },
2380
2386
  "dev": {}
2381
2387
  },
@@ -2634,11 +2640,11 @@
2634
2640
  },
2635
2641
  {
2636
2642
  "packageId": "@jskit-ai/database-runtime",
2637
- "version": "0.1.124",
2643
+ "version": "0.1.126",
2638
2644
  "descriptor": {
2639
2645
  "packageVersion": 1,
2640
2646
  "packageId": "@jskit-ai/database-runtime",
2641
- "version": "0.1.124",
2647
+ "version": "0.1.126",
2642
2648
  "kind": "runtime",
2643
2649
  "dependsOn": [
2644
2650
  "@jskit-ai/kernel"
@@ -2707,7 +2713,7 @@
2707
2713
  "mutations": {
2708
2714
  "dependencies": {
2709
2715
  "runtime": {
2710
- "@jskit-ai/kernel": "0.1.125",
2716
+ "@jskit-ai/kernel": "0.1.127",
2711
2717
  "dotenv": "^16.4.5",
2712
2718
  "knex": "^3.1.0"
2713
2719
  },
@@ -2743,11 +2749,11 @@
2743
2749
  },
2744
2750
  {
2745
2751
  "packageId": "@jskit-ai/database-runtime-mysql",
2746
- "version": "0.1.123",
2752
+ "version": "0.1.125",
2747
2753
  "descriptor": {
2748
2754
  "packageVersion": 1,
2749
2755
  "packageId": "@jskit-ai/database-runtime-mysql",
2750
- "version": "0.1.123",
2756
+ "version": "0.1.125",
2751
2757
  "kind": "runtime",
2752
2758
  "options": {
2753
2759
  "db-host": {
@@ -2869,7 +2875,7 @@
2869
2875
  "mutations": {
2870
2876
  "dependencies": {
2871
2877
  "runtime": {
2872
- "@jskit-ai/database-runtime": "0.1.124",
2878
+ "@jskit-ai/database-runtime": "0.1.126",
2873
2879
  "mysql2": "^3.11.2"
2874
2880
  },
2875
2881
  "dev": {}
@@ -2940,11 +2946,11 @@
2940
2946
  },
2941
2947
  {
2942
2948
  "packageId": "@jskit-ai/database-runtime-postgres",
2943
- "version": "0.1.122",
2949
+ "version": "0.1.124",
2944
2950
  "descriptor": {
2945
2951
  "packageVersion": 1,
2946
2952
  "packageId": "@jskit-ai/database-runtime-postgres",
2947
- "version": "0.1.122",
2953
+ "version": "0.1.124",
2948
2954
  "kind": "runtime",
2949
2955
  "options": {
2950
2956
  "db-host": {
@@ -3065,7 +3071,7 @@
3065
3071
  "mutations": {
3066
3072
  "dependencies": {
3067
3073
  "runtime": {
3068
- "@jskit-ai/database-runtime": "0.1.124",
3074
+ "@jskit-ai/database-runtime": "0.1.126",
3069
3075
  "pg": "^8.13.1"
3070
3076
  },
3071
3077
  "dev": {}
@@ -3136,11 +3142,11 @@
3136
3142
  },
3137
3143
  {
3138
3144
  "packageId": "@jskit-ai/feature-server-generator",
3139
- "version": "0.1.67",
3145
+ "version": "0.1.69",
3140
3146
  "descriptor": {
3141
3147
  "packageVersion": 1,
3142
3148
  "packageId": "@jskit-ai/feature-server-generator",
3143
- "version": "0.1.67",
3149
+ "version": "0.1.69",
3144
3150
  "kind": "generator",
3145
3151
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
3146
3152
  "options": {
@@ -3305,27 +3311,27 @@
3305
3311
  "dependencies": {
3306
3312
  "runtime": {
3307
3313
  "@jskit-ai/database-runtime": {
3308
- "version": "0.1.124",
3314
+ "version": "0.1.126",
3309
3315
  "when": {
3310
3316
  "option": "mode",
3311
3317
  "notEquals": "orchestrator"
3312
3318
  }
3313
3319
  },
3314
3320
  "@jskit-ai/database-runtime-mysql": {
3315
- "version": "0.1.123",
3321
+ "version": "0.1.125",
3316
3322
  "when": {
3317
3323
  "option": "mode",
3318
3324
  "notEquals": "orchestrator"
3319
3325
  }
3320
3326
  },
3321
3327
  "@jskit-ai/json-rest-api-core": {
3322
- "version": "0.1.69",
3328
+ "version": "0.1.71",
3323
3329
  "when": {
3324
3330
  "option": "mode",
3325
3331
  "equals": "json-rest"
3326
3332
  }
3327
3333
  },
3328
- "@jskit-ai/kernel": "0.1.125",
3334
+ "@jskit-ai/kernel": "0.1.127",
3329
3335
  "json-rest-schema": "1.x.x",
3330
3336
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
3331
3337
  },
@@ -3438,11 +3444,11 @@
3438
3444
  },
3439
3445
  {
3440
3446
  "packageId": "@jskit-ai/google-rewarded-core",
3441
- "version": "0.1.62",
3447
+ "version": "0.1.64",
3442
3448
  "descriptor": {
3443
3449
  "packageVersion": 1,
3444
3450
  "packageId": "@jskit-ai/google-rewarded-core",
3445
- "version": "0.1.62",
3451
+ "version": "0.1.64",
3446
3452
  "kind": "runtime",
3447
3453
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3448
3454
  "dependsOn": [
@@ -3569,14 +3575,14 @@
3569
3575
  "mutations": {
3570
3576
  "dependencies": {
3571
3577
  "runtime": {
3572
- "@jskit-ai/auth-core": "0.1.122",
3573
- "@jskit-ai/crud-core": "0.1.133",
3574
- "@jskit-ai/database-runtime": "0.1.124",
3575
- "@jskit-ai/http-runtime": "0.1.123",
3576
- "@jskit-ai/json-rest-api-core": "0.1.69",
3577
- "@jskit-ai/kernel": "0.1.125",
3578
- "@jskit-ai/resource-crud-core": "0.1.68",
3579
- "@jskit-ai/workspaces-core": "0.1.102"
3578
+ "@jskit-ai/auth-core": "0.1.124",
3579
+ "@jskit-ai/crud-core": "0.1.135",
3580
+ "@jskit-ai/database-runtime": "0.1.126",
3581
+ "@jskit-ai/http-runtime": "0.1.125",
3582
+ "@jskit-ai/json-rest-api-core": "0.1.71",
3583
+ "@jskit-ai/kernel": "0.1.127",
3584
+ "@jskit-ai/resource-crud-core": "0.1.70",
3585
+ "@jskit-ai/workspaces-core": "0.1.104"
3580
3586
  },
3581
3587
  "dev": {}
3582
3588
  },
@@ -3628,11 +3634,11 @@
3628
3634
  },
3629
3635
  {
3630
3636
  "packageId": "@jskit-ai/google-rewarded-web",
3631
- "version": "0.1.62",
3637
+ "version": "0.1.64",
3632
3638
  "descriptor": {
3633
3639
  "packageVersion": 1,
3634
3640
  "packageId": "@jskit-ai/google-rewarded-web",
3635
- "version": "0.1.62",
3641
+ "version": "0.1.64",
3636
3642
  "kind": "runtime",
3637
3643
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3638
3644
  "dependsOn": [
@@ -3679,10 +3685,10 @@
3679
3685
  "mutations": {
3680
3686
  "dependencies": {
3681
3687
  "runtime": {
3682
- "@jskit-ai/google-rewarded-core": "0.1.62",
3683
- "@jskit-ai/http-runtime": "0.1.123",
3684
- "@jskit-ai/kernel": "0.1.125",
3685
- "@jskit-ai/shell-web": "0.1.126"
3688
+ "@jskit-ai/google-rewarded-core": "0.1.64",
3689
+ "@jskit-ai/http-runtime": "0.1.125",
3690
+ "@jskit-ai/kernel": "0.1.127",
3691
+ "@jskit-ai/shell-web": "0.1.128"
3686
3692
  },
3687
3693
  "dev": {}
3688
3694
  },
@@ -3700,11 +3706,11 @@
3700
3706
  },
3701
3707
  {
3702
3708
  "packageId": "@jskit-ai/http-runtime",
3703
- "version": "0.1.123",
3709
+ "version": "0.1.125",
3704
3710
  "descriptor": {
3705
3711
  "packageVersion": 1,
3706
3712
  "packageId": "@jskit-ai/http-runtime",
3707
- "version": "0.1.123",
3713
+ "version": "0.1.125",
3708
3714
  "kind": "runtime",
3709
3715
  "dependsOn": [],
3710
3716
  "capabilities": {
@@ -3770,7 +3776,7 @@
3770
3776
  "mutations": {
3771
3777
  "dependencies": {
3772
3778
  "runtime": {
3773
- "@jskit-ai/kernel": "0.1.125"
3779
+ "@jskit-ai/kernel": "0.1.127"
3774
3780
  },
3775
3781
  "dev": {}
3776
3782
  },
@@ -3784,11 +3790,11 @@
3784
3790
  },
3785
3791
  {
3786
3792
  "packageId": "@jskit-ai/json-rest-api-core",
3787
- "version": "0.1.69",
3793
+ "version": "0.1.71",
3788
3794
  "descriptor": {
3789
3795
  "packageVersion": 1,
3790
3796
  "packageId": "@jskit-ai/json-rest-api-core",
3791
- "version": "0.1.69",
3797
+ "version": "0.1.71",
3792
3798
  "kind": "runtime",
3793
3799
  "description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
3794
3800
  "dependsOn": [
@@ -3848,11 +3854,11 @@
3848
3854
  },
3849
3855
  {
3850
3856
  "packageId": "@jskit-ai/mobile-capacitor",
3851
- "version": "0.1.61",
3857
+ "version": "0.1.63",
3852
3858
  "descriptor": {
3853
3859
  "packageVersion": 1,
3854
3860
  "packageId": "@jskit-ai/mobile-capacitor",
3855
- "version": "0.1.61",
3861
+ "version": "0.1.63",
3856
3862
  "kind": "runtime",
3857
3863
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3858
3864
  "dependsOn": [
@@ -3915,8 +3921,8 @@
3915
3921
  "@capacitor/app": "^7.1.0",
3916
3922
  "@capacitor/browser": "^7.0.1",
3917
3923
  "@capacitor/core": "^7.4.3",
3918
- "@jskit-ai/kernel": "0.1.125",
3919
- "@jskit-ai/shell-web": "0.1.126"
3924
+ "@jskit-ai/kernel": "0.1.127",
3925
+ "@jskit-ai/shell-web": "0.1.128"
3920
3926
  },
3921
3927
  "dev": {
3922
3928
  "@capacitor/cli": "^7.4.3"
@@ -3968,11 +3974,11 @@
3968
3974
  },
3969
3975
  {
3970
3976
  "packageId": "@jskit-ai/realtime",
3971
- "version": "0.1.122",
3977
+ "version": "0.1.124",
3972
3978
  "descriptor": {
3973
3979
  "packageVersion": 1,
3974
3980
  "packageId": "@jskit-ai/realtime",
3975
- "version": "0.1.122",
3981
+ "version": "0.1.124",
3976
3982
  "kind": "runtime",
3977
3983
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
3978
3984
  "options": {
@@ -4068,7 +4074,7 @@
4068
4074
  "mutations": {
4069
4075
  "dependencies": {
4070
4076
  "runtime": {
4071
- "@jskit-ai/kernel": "0.1.125",
4077
+ "@jskit-ai/kernel": "0.1.127",
4072
4078
  "@socket.io/redis-adapter": "^8.3.0",
4073
4079
  "redis": "^5.8.2",
4074
4080
  "socket.io": "^4.8.3",
@@ -4117,11 +4123,11 @@
4117
4123
  },
4118
4124
  {
4119
4125
  "packageId": "@jskit-ai/resource-core",
4120
- "version": "0.1.68",
4126
+ "version": "0.1.70",
4121
4127
  "descriptor": {
4122
4128
  "packageVersion": 1,
4123
4129
  "packageId": "@jskit-ai/resource-core",
4124
- "version": "0.1.68",
4130
+ "version": "0.1.70",
4125
4131
  "kind": "runtime",
4126
4132
  "description": "Generic resource-definition helpers and schema-definition normalization.",
4127
4133
  "dependsOn": [
@@ -4144,7 +4150,7 @@
4144
4150
  "mutations": {
4145
4151
  "dependencies": {
4146
4152
  "runtime": {
4147
- "@jskit-ai/resource-core": "0.1.68"
4153
+ "@jskit-ai/resource-core": "0.1.70"
4148
4154
  },
4149
4155
  "dev": {}
4150
4156
  },
@@ -4159,11 +4165,11 @@
4159
4165
  },
4160
4166
  {
4161
4167
  "packageId": "@jskit-ai/resource-crud-core",
4162
- "version": "0.1.68",
4168
+ "version": "0.1.70",
4163
4169
  "descriptor": {
4164
4170
  "packageVersion": 1,
4165
4171
  "packageId": "@jskit-ai/resource-crud-core",
4166
- "version": "0.1.68",
4172
+ "version": "0.1.70",
4167
4173
  "kind": "runtime",
4168
4174
  "description": "CRUD-specific resource-definition helpers and namespace support.",
4169
4175
  "dependsOn": [
@@ -4187,7 +4193,7 @@
4187
4193
  "mutations": {
4188
4194
  "dependencies": {
4189
4195
  "runtime": {
4190
- "@jskit-ai/resource-crud-core": "0.1.68"
4196
+ "@jskit-ai/resource-crud-core": "0.1.70"
4191
4197
  },
4192
4198
  "dev": {}
4193
4199
  },
@@ -4202,11 +4208,11 @@
4202
4208
  },
4203
4209
  {
4204
4210
  "packageId": "@jskit-ai/shell-web",
4205
- "version": "0.1.126",
4211
+ "version": "0.1.128",
4206
4212
  "descriptor": {
4207
4213
  "packageVersion": 1,
4208
4214
  "packageId": "@jskit-ai/shell-web",
4209
- "version": "0.1.126",
4215
+ "version": "0.1.128",
4210
4216
  "kind": "runtime",
4211
4217
  "description": "Web shell layout runtime with outlet-based placement contributions.",
4212
4218
  "dependsOn": [],
@@ -4552,7 +4558,7 @@
4552
4558
  "dependencies": {
4553
4559
  "runtime": {
4554
4560
  "@mdi/js": "^7.4.47",
4555
- "@jskit-ai/kernel": "0.1.125"
4561
+ "@jskit-ai/kernel": "0.1.127"
4556
4562
  },
4557
4563
  "dev": {
4558
4564
  "@playwright/test": "1.61.1"
@@ -4781,11 +4787,11 @@
4781
4787
  },
4782
4788
  {
4783
4789
  "packageId": "@jskit-ai/storage-runtime",
4784
- "version": "0.1.123",
4790
+ "version": "0.1.125",
4785
4791
  "descriptor": {
4786
4792
  "packageVersion": 1,
4787
4793
  "packageId": "@jskit-ai/storage-runtime",
4788
- "version": "0.1.123",
4794
+ "version": "0.1.125",
4789
4795
  "kind": "runtime",
4790
4796
  "dependsOn": [
4791
4797
  "@jskit-ai/kernel"
@@ -4834,7 +4840,7 @@
4834
4840
  "mutations": {
4835
4841
  "dependencies": {
4836
4842
  "runtime": {
4837
- "@jskit-ai/kernel": "0.1.125",
4843
+ "@jskit-ai/kernel": "0.1.127",
4838
4844
  "unstorage": "^1.17.3"
4839
4845
  },
4840
4846
  "dev": {}
@@ -4850,11 +4856,11 @@
4850
4856
  },
4851
4857
  {
4852
4858
  "packageId": "@jskit-ai/ui-generator",
4853
- "version": "0.1.108",
4859
+ "version": "0.1.110",
4854
4860
  "descriptor": {
4855
4861
  "packageVersion": 1,
4856
4862
  "packageId": "@jskit-ai/ui-generator",
4857
- "version": "0.1.108",
4863
+ "version": "0.1.110",
4858
4864
  "kind": "generator",
4859
4865
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4860
4866
  "options": {
@@ -5287,7 +5293,7 @@
5287
5293
  "mutations": {
5288
5294
  "dependencies": {
5289
5295
  "runtime": {
5290
- "@jskit-ai/users-web": "0.1.141"
5296
+ "@jskit-ai/users-web": "0.1.143"
5291
5297
  },
5292
5298
  "dev": {}
5293
5299
  },
@@ -5302,11 +5308,11 @@
5302
5308
  },
5303
5309
  {
5304
5310
  "packageId": "@jskit-ai/uploads-image-web",
5305
- "version": "0.1.101",
5311
+ "version": "0.1.103",
5306
5312
  "descriptor": {
5307
5313
  "packageVersion": 1,
5308
5314
  "packageId": "@jskit-ai/uploads-image-web",
5309
- "version": "0.1.101",
5315
+ "version": "0.1.103",
5310
5316
  "kind": "runtime",
5311
5317
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
5312
5318
  "dependsOn": [
@@ -5370,7 +5376,7 @@
5370
5376
  "mutations": {
5371
5377
  "dependencies": {
5372
5378
  "runtime": {
5373
- "@jskit-ai/uploads-runtime": "0.1.101",
5379
+ "@jskit-ai/uploads-runtime": "0.1.103",
5374
5380
  "@uppy/compressor": "^3.1.0",
5375
5381
  "@uppy/core": "^5.2.0",
5376
5382
  "@uppy/dashboard": "^5.1.1",
@@ -5390,11 +5396,11 @@
5390
5396
  },
5391
5397
  {
5392
5398
  "packageId": "@jskit-ai/uploads-runtime",
5393
- "version": "0.1.101",
5399
+ "version": "0.1.103",
5394
5400
  "descriptor": {
5395
5401
  "packageVersion": 1,
5396
5402
  "packageId": "@jskit-ai/uploads-runtime",
5397
- "version": "0.1.101",
5403
+ "version": "0.1.103",
5398
5404
  "kind": "runtime",
5399
5405
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
5400
5406
  "dependsOn": [
@@ -5464,7 +5470,7 @@
5464
5470
  "dependencies": {
5465
5471
  "runtime": {
5466
5472
  "@fastify/multipart": "^9.4.0",
5467
- "@jskit-ai/kernel": "0.1.125"
5473
+ "@jskit-ai/kernel": "0.1.127"
5468
5474
  },
5469
5475
  "dev": {}
5470
5476
  },
@@ -5479,11 +5485,11 @@
5479
5485
  },
5480
5486
  {
5481
5487
  "packageId": "@jskit-ai/users-core",
5482
- "version": "0.1.135",
5488
+ "version": "0.1.137",
5483
5489
  "descriptor": {
5484
5490
  "packageVersion": 1,
5485
5491
  "packageId": "@jskit-ai/users-core",
5486
- "version": "0.1.135",
5492
+ "version": "0.1.137",
5487
5493
  "kind": "runtime",
5488
5494
  "description": "Users/account runtime plus HTTP routes for account features.",
5489
5495
  "dependsOn": [
@@ -5627,16 +5633,16 @@
5627
5633
  "mutations": {
5628
5634
  "dependencies": {
5629
5635
  "runtime": {
5630
- "@jskit-ai/auth-core": "0.1.122",
5631
- "@jskit-ai/crud-core": "0.1.133",
5632
- "@jskit-ai/database-runtime": "0.1.124",
5633
- "@jskit-ai/http-runtime": "0.1.123",
5634
- "@jskit-ai/json-rest-api-core": "0.1.69",
5635
- "@jskit-ai/kernel": "0.1.125",
5636
- "@jskit-ai/resource-core": "0.1.68",
5637
- "@jskit-ai/resource-crud-core": "0.1.68",
5636
+ "@jskit-ai/auth-core": "0.1.124",
5637
+ "@jskit-ai/crud-core": "0.1.135",
5638
+ "@jskit-ai/database-runtime": "0.1.126",
5639
+ "@jskit-ai/http-runtime": "0.1.125",
5640
+ "@jskit-ai/json-rest-api-core": "0.1.71",
5641
+ "@jskit-ai/kernel": "0.1.127",
5642
+ "@jskit-ai/resource-core": "0.1.70",
5643
+ "@jskit-ai/resource-crud-core": "0.1.70",
5638
5644
  "@local/users": "file:packages/users",
5639
- "@jskit-ai/uploads-runtime": "0.1.101"
5645
+ "@jskit-ai/uploads-runtime": "0.1.103"
5640
5646
  },
5641
5647
  "dev": {}
5642
5648
  },
@@ -5863,11 +5869,11 @@
5863
5869
  },
5864
5870
  {
5865
5871
  "packageId": "@jskit-ai/users-web",
5866
- "version": "0.1.141",
5872
+ "version": "0.1.143",
5867
5873
  "descriptor": {
5868
5874
  "packageVersion": 1,
5869
5875
  "packageId": "@jskit-ai/users-web",
5870
- "version": "0.1.141",
5876
+ "version": "0.1.143",
5871
5877
  "kind": "runtime",
5872
5878
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5873
5879
  "dependsOn": [
@@ -6170,12 +6176,12 @@
6170
6176
  "dependencies": {
6171
6177
  "runtime": {
6172
6178
  "@mdi/js": "^7.4.47",
6173
- "@jskit-ai/http-runtime": "0.1.123",
6174
- "@jskit-ai/realtime": "0.1.122",
6175
- "@jskit-ai/kernel": "0.1.125",
6176
- "@jskit-ai/shell-web": "0.1.126",
6177
- "@jskit-ai/uploads-image-web": "0.1.101",
6178
- "@jskit-ai/users-core": "0.1.135"
6179
+ "@jskit-ai/http-runtime": "0.1.125",
6180
+ "@jskit-ai/realtime": "0.1.124",
6181
+ "@jskit-ai/kernel": "0.1.127",
6182
+ "@jskit-ai/shell-web": "0.1.128",
6183
+ "@jskit-ai/uploads-image-web": "0.1.103",
6184
+ "@jskit-ai/users-core": "0.1.137"
6179
6185
  },
6180
6186
  "dev": {}
6181
6187
  },
@@ -6191,6 +6197,7 @@
6191
6197
  {
6192
6198
  "from": "templates/src/pages/account/index.vue",
6193
6199
  "to": "src/pages/account/index.vue",
6200
+ "ownership": "app",
6194
6201
  "reason": "Install app-owned account surface root page scaffold.",
6195
6202
  "category": "users-web",
6196
6203
  "id": "users-web-page-account-root"
@@ -6198,6 +6205,7 @@
6198
6205
  {
6199
6206
  "from": "templates/src/components/account/settings/AccountSettingsProfileSection.vue",
6200
6207
  "to": "src/components/account/settings/AccountSettingsProfileSection.vue",
6208
+ "ownership": "app",
6201
6209
  "reason": "Install app-owned account settings profile section scaffold.",
6202
6210
  "category": "users-web",
6203
6211
  "id": "users-web-component-account-settings-profile"
@@ -6205,6 +6213,7 @@
6205
6213
  {
6206
6214
  "from": "templates/src/components/account/settings/AccountSettingsPreferencesSection.vue",
6207
6215
  "to": "src/components/account/settings/AccountSettingsPreferencesSection.vue",
6216
+ "ownership": "app",
6208
6217
  "reason": "Install app-owned account settings preferences section scaffold.",
6209
6218
  "category": "users-web",
6210
6219
  "id": "users-web-component-account-settings-preferences"
@@ -6212,6 +6221,7 @@
6212
6221
  {
6213
6222
  "from": "templates/src/components/account/settings/AccountSettingsNotificationsSection.vue",
6214
6223
  "to": "src/components/account/settings/AccountSettingsNotificationsSection.vue",
6224
+ "ownership": "app",
6215
6225
  "reason": "Install app-owned account settings notifications section scaffold.",
6216
6226
  "category": "users-web",
6217
6227
  "id": "users-web-component-account-settings-notifications"
@@ -6352,11 +6362,11 @@
6352
6362
  },
6353
6363
  {
6354
6364
  "packageId": "@jskit-ai/workspaces-core",
6355
- "version": "0.1.102",
6365
+ "version": "0.1.104",
6356
6366
  "descriptor": {
6357
6367
  "packageVersion": 1,
6358
6368
  "packageId": "@jskit-ai/workspaces-core",
6359
- "version": "0.1.102",
6369
+ "version": "0.1.104",
6360
6370
  "kind": "runtime",
6361
6371
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6362
6372
  "dependsOn": [
@@ -6502,10 +6512,10 @@
6502
6512
  "mutations": {
6503
6513
  "dependencies": {
6504
6514
  "runtime": {
6505
- "@jskit-ai/json-rest-api-core": "0.1.69",
6506
- "@jskit-ai/resource-core": "0.1.68",
6507
- "@jskit-ai/resource-crud-core": "0.1.68",
6508
- "@jskit-ai/users-core": "0.1.135"
6515
+ "@jskit-ai/json-rest-api-core": "0.1.71",
6516
+ "@jskit-ai/resource-core": "0.1.70",
6517
+ "@jskit-ai/resource-crud-core": "0.1.70",
6518
+ "@jskit-ai/users-core": "0.1.137"
6509
6519
  },
6510
6520
  "dev": {}
6511
6521
  },
@@ -6709,11 +6719,11 @@
6709
6719
  },
6710
6720
  {
6711
6721
  "packageId": "@jskit-ai/workspaces-web",
6712
- "version": "0.1.103",
6722
+ "version": "0.1.105",
6713
6723
  "descriptor": {
6714
6724
  "packageVersion": 1,
6715
6725
  "packageId": "@jskit-ai/workspaces-web",
6716
- "version": "0.1.103",
6726
+ "version": "0.1.105",
6717
6727
  "kind": "runtime",
6718
6728
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6719
6729
  "dependsOn": [
@@ -6970,9 +6980,9 @@
6970
6980
  "mutations": {
6971
6981
  "dependencies": {
6972
6982
  "runtime": {
6973
- "@jskit-ai/auth-web": "0.1.125",
6974
- "@jskit-ai/workspaces-core": "0.1.102",
6975
- "@jskit-ai/users-web": "0.1.141"
6983
+ "@jskit-ai/auth-web": "0.1.127",
6984
+ "@jskit-ai/workspaces-core": "0.1.104",
6985
+ "@jskit-ai/users-web": "0.1.143"
6976
6986
  },
6977
6987
  "dev": {}
6978
6988
  },
@@ -6989,6 +6999,7 @@
6989
6999
  {
6990
7000
  "from": "templates/packages/main/src/client/components/AccountPendingInvitesCue.vue",
6991
7001
  "to": "packages/main/src/client/components/AccountPendingInvitesCue.vue",
7002
+ "ownership": "app",
6992
7003
  "reason": "Install app-owned account pending invites cue component scaffold.",
6993
7004
  "category": "workspaces-web",
6994
7005
  "id": "users-web-main-component-account-pending-invites-cue"
@@ -6996,6 +7007,7 @@
6996
7007
  {
6997
7008
  "from": "templates/packages/main/src/client/components/AccountSettingsInvitesSection.vue",
6998
7009
  "to": "packages/main/src/client/components/AccountSettingsInvitesSection.vue",
7010
+ "ownership": "app",
6999
7011
  "reason": "Install app-owned account invites section scaffold for multihoming account settings.",
7000
7012
  "category": "workspaces-web",
7001
7013
  "id": "users-web-main-component-account-settings-invites-section"
@@ -7003,6 +7015,7 @@
7003
7015
  {
7004
7016
  "from": "templates/src/pages/invite/[token].vue",
7005
7017
  "to": "src/pages/invite/[token].vue",
7018
+ "ownership": "app",
7006
7019
  "reason": "Install public workspace invite acceptance route scaffold.",
7007
7020
  "category": "workspaces-web",
7008
7021
  "id": "workspaces-web-page-public-invite"
@@ -7010,6 +7023,7 @@
7010
7023
  {
7011
7024
  "from": "templates/src/components/WorkspaceNotFoundCard.vue",
7012
7025
  "to": "src/components/WorkspaceNotFoundCard.vue",
7026
+ "ownership": "app",
7013
7027
  "reason": "Install app-owned workspace not-found card component used by workspace-dependent surfaces.",
7014
7028
  "category": "workspaces-web",
7015
7029
  "id": "users-web-component-workspace-not-found-card",
@@ -7024,6 +7038,7 @@
7024
7038
  {
7025
7039
  "from": "templates/src/composables/useWorkspaceNotFoundState.js",
7026
7040
  "to": "src/composables/useWorkspaceNotFoundState.js",
7041
+ "ownership": "app",
7027
7042
  "reason": "Install app-owned workspace bootstrap status composable for workspace-dependent surfaces.",
7028
7043
  "category": "workspaces-web",
7029
7044
  "id": "users-web-composable-workspace-not-found-state",
@@ -7039,6 +7054,7 @@
7039
7054
  "from": "templates/src/surfaces/app/root.vue",
7040
7055
  "toSurface": "app",
7041
7056
  "toSurfaceRoot": true,
7057
+ "ownership": "app",
7042
7058
  "reason": "Install workspace app surface wrapper shell for workspaces-web.",
7043
7059
  "category": "workspaces-web",
7044
7060
  "id": "users-web-page-app-wrapper",
@@ -7054,6 +7070,7 @@
7054
7070
  "from": "templates/src/surfaces/app/index.vue",
7055
7071
  "toSurface": "app",
7056
7072
  "toSurfacePath": "index.vue",
7073
+ "ownership": "app",
7057
7074
  "reason": "Install workspace app surface starter page scaffold for workspaces-web.",
7058
7075
  "category": "workspaces-web",
7059
7076
  "id": "users-web-page-app-index",
@@ -7069,6 +7086,7 @@
7069
7086
  "from": "templates/src/surfaces/admin/root.vue",
7070
7087
  "toSurface": "admin",
7071
7088
  "toSurfaceRoot": true,
7089
+ "ownership": "app",
7072
7090
  "reason": "Install workspace admin surface wrapper shell for workspaces-web.",
7073
7091
  "category": "workspaces-web",
7074
7092
  "id": "users-web-page-admin-wrapper",
@@ -7084,6 +7102,7 @@
7084
7102
  "from": "templates/src/surfaces/admin/index.vue",
7085
7103
  "toSurface": "admin",
7086
7104
  "toSurfacePath": "index.vue",
7105
+ "ownership": "app",
7087
7106
  "reason": "Install workspace admin surface starter page scaffold for workspaces-web.",
7088
7107
  "category": "workspaces-web",
7089
7108
  "id": "users-web-page-admin-index",
@@ -7099,6 +7118,7 @@
7099
7118
  "from": "templates/src/pages/admin/members/index.vue",
7100
7119
  "toSurface": "admin",
7101
7120
  "toSurfacePath": "members/index.vue",
7121
+ "ownership": "app",
7102
7122
  "reason": "Install admin members starter page scaffold for workspaces-web members UI.",
7103
7123
  "category": "workspaces-web",
7104
7124
  "id": "users-web-page-admin-members",
@@ -7114,6 +7134,7 @@
7114
7134
  "from": "templates/src/pages/admin/workspace/settings.vue",
7115
7135
  "toSurface": "admin",
7116
7136
  "toSurfacePath": "workspace/settings.vue",
7137
+ "ownership": "app",
7117
7138
  "reason": "Install workspace settings shell route scaffold for workspaces-web workspace admin UI.",
7118
7139
  "category": "workspaces-web",
7119
7140
  "id": "users-web-page-admin-workspace-settings-shell",
@@ -7129,6 +7150,7 @@
7129
7150
  "from": "templates/src/pages/admin/workspace/settings/index.vue",
7130
7151
  "toSurface": "admin",
7131
7152
  "toSurfacePath": "workspace/settings/index.vue",
7153
+ "ownership": "app",
7132
7154
  "reason": "Install workspace settings index stub scaffold for app-owned landing or redirect behavior.",
7133
7155
  "category": "workspaces-web",
7134
7156
  "id": "users-web-page-admin-workspace-settings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.139",
3
+ "version": "0.1.141",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [