@jskit-ai/jskit-catalog 0.1.180 → 0.1.182

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 +383 -387
  2. package/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
  "packages": [
7
7
  {
8
8
  "packageId": "@jskit-ai/assistant",
9
- "version": "0.1.163",
9
+ "version": "0.1.165",
10
10
  "description": "Install assistant runtime/config for one surface and scaffold assistant pages at explicit target files.",
11
11
  "jskit": {
12
12
  "kind": "generator",
@@ -340,14 +340,14 @@
340
340
  },
341
341
  "packageJson": {
342
342
  "dependencies": {
343
- "@jskit-ai/assistant-runtime": "0.1.126",
344
- "@jskit-ai/kernel": "0.1.155"
343
+ "@jskit-ai/assistant-runtime": "0.1.128",
344
+ "@jskit-ai/kernel": "0.1.157"
345
345
  }
346
346
  }
347
347
  },
348
348
  {
349
349
  "packageId": "@jskit-ai/assistant-core",
350
- "version": "0.1.131",
350
+ "version": "0.1.133",
351
351
  "description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
352
352
  "jskit": {
353
353
  "kind": "runtime",
@@ -374,7 +374,7 @@
374
374
  },
375
375
  {
376
376
  "subpath": "./server",
377
- "summary": "Exports reusable assistant AI/provider helpers, NDJSON streaming helpers, and repository persistence helpers."
377
+ "summary": "Exports reusable assistant AI/provider and NDJSON streaming helpers."
378
378
  },
379
379
  {
380
380
  "subpath": "./shared",
@@ -390,11 +390,10 @@
390
390
  "mutations": {
391
391
  "dependencies": {
392
392
  "runtime": {
393
- "@jskit-ai/http-runtime": "0.1.153",
394
- "@jskit-ai/kernel": "0.1.155",
395
- "@jskit-ai/resource-core": "0.1.97",
396
- "@jskit-ai/resource-crud-core": "0.1.97",
397
- "@jskit-ai/users-core": "0.1.168",
393
+ "@jskit-ai/http-runtime": "0.1.155",
394
+ "@jskit-ai/kernel": "0.1.157",
395
+ "@jskit-ai/resource-core": "0.1.99",
396
+ "@jskit-ai/resource-crud-core": "0.1.99",
398
397
  "dompurify": "^3.4.13",
399
398
  "json-rest-schema": "^1.0.17",
400
399
  "marked": "^17.0.4",
@@ -412,12 +411,10 @@
412
411
  },
413
412
  "packageJson": {
414
413
  "dependencies": {
415
- "@jskit-ai/database-runtime": "0.1.155",
416
- "@jskit-ai/http-runtime": "0.1.153",
417
- "@jskit-ai/kernel": "0.1.155",
418
- "@jskit-ai/resource-core": "0.1.97",
419
- "@jskit-ai/resource-crud-core": "0.1.97",
420
- "@jskit-ai/users-core": "0.1.168",
414
+ "@jskit-ai/http-runtime": "0.1.155",
415
+ "@jskit-ai/kernel": "0.1.157",
416
+ "@jskit-ai/resource-core": "0.1.99",
417
+ "@jskit-ai/resource-crud-core": "0.1.99",
421
418
  "dompurify": "^3.4.13",
422
419
  "json-rest-schema": "^1.0.17",
423
420
  "marked": "^17.0.4",
@@ -431,7 +428,7 @@
431
428
  },
432
429
  {
433
430
  "packageId": "@jskit-ai/assistant-runtime",
434
- "version": "0.1.126",
431
+ "version": "0.1.128",
435
432
  "description": "Shared assistant runtime with per-surface assistant registration.",
436
433
  "jskit": {
437
434
  "kind": "runtime",
@@ -443,6 +440,7 @@
443
440
  "runtime.actions",
444
441
  "runtime.database",
445
442
  "auth.policy",
443
+ "runtime.http-web",
446
444
  "runtime.http-client",
447
445
  "users.core",
448
446
  "users.web"
@@ -520,13 +518,14 @@
520
518
  "mutations": {
521
519
  "dependencies": {
522
520
  "runtime": {
523
- "@jskit-ai/assistant-core": "0.1.131",
524
- "@jskit-ai/database-runtime": "0.1.155",
525
- "@jskit-ai/http-runtime": "0.1.153",
526
- "@jskit-ai/kernel": "0.1.155",
527
- "@jskit-ai/shell-web": "0.1.159",
528
- "@jskit-ai/users-core": "0.1.168",
529
- "@jskit-ai/users-web": "0.1.173"
521
+ "@jskit-ai/assistant-core": "0.1.133",
522
+ "@jskit-ai/database-runtime": "0.1.157",
523
+ "@jskit-ai/http-web": "0.1.2",
524
+ "@jskit-ai/http-runtime": "0.1.155",
525
+ "@jskit-ai/kernel": "0.1.157",
526
+ "@jskit-ai/shell-web": "0.1.161",
527
+ "@jskit-ai/users-core": "0.1.170",
528
+ "@jskit-ai/users-web": "0.1.175"
530
529
  },
531
530
  "dev": {}
532
531
  },
@@ -580,13 +579,14 @@
580
579
  },
581
580
  "packageJson": {
582
581
  "dependencies": {
583
- "@jskit-ai/assistant-core": "0.1.131",
584
- "@jskit-ai/database-runtime": "0.1.155",
585
- "@jskit-ai/http-runtime": "0.1.153",
586
- "@jskit-ai/kernel": "0.1.155",
587
- "@jskit-ai/shell-web": "0.1.159",
588
- "@jskit-ai/users-core": "0.1.168",
589
- "@jskit-ai/users-web": "0.1.173",
582
+ "@jskit-ai/assistant-core": "0.1.133",
583
+ "@jskit-ai/database-runtime": "0.1.157",
584
+ "@jskit-ai/http-web": "0.1.2",
585
+ "@jskit-ai/http-runtime": "0.1.155",
586
+ "@jskit-ai/kernel": "0.1.157",
587
+ "@jskit-ai/shell-web": "0.1.161",
588
+ "@jskit-ai/users-core": "0.1.170",
589
+ "@jskit-ai/users-web": "0.1.175",
590
590
  "json-rest-schema": "^1.0.17"
591
591
  },
592
592
  "peerDependencies": {
@@ -598,7 +598,7 @@
598
598
  },
599
599
  {
600
600
  "packageId": "@jskit-ai/auth-core",
601
- "version": "0.1.153",
601
+ "version": "0.1.155",
602
602
  "jskit": {
603
603
  "kind": "runtime",
604
604
  "capabilities": {
@@ -669,7 +669,7 @@
669
669
  "mutations": {
670
670
  "dependencies": {
671
671
  "runtime": {
672
- "@jskit-ai/kernel": "0.1.155",
672
+ "@jskit-ai/kernel": "0.1.157",
673
673
  "@fastify/cookie": "^11.0.2",
674
674
  "@fastify/csrf-protection": "^7.1.0",
675
675
  "@fastify/rate-limit": "^10.3.0"
@@ -689,14 +689,14 @@
689
689
  "@fastify/cookie": "^11.0.2",
690
690
  "@fastify/csrf-protection": "^7.1.0",
691
691
  "@fastify/rate-limit": "^10.3.0",
692
- "@jskit-ai/kernel": "0.1.155",
692
+ "@jskit-ai/kernel": "0.1.157",
693
693
  "json-rest-schema": "^1.0.17"
694
694
  }
695
695
  }
696
696
  },
697
697
  {
698
698
  "packageId": "@jskit-ai/auth-provider-local-core",
699
- "version": "0.1.56",
699
+ "version": "0.1.58",
700
700
  "description": "Local auth provider with a file backend default and no database requirement.",
701
701
  "jskit": {
702
702
  "kind": "runtime",
@@ -756,8 +756,8 @@
756
756
  "mutations": {
757
757
  "dependencies": {
758
758
  "runtime": {
759
- "@jskit-ai/auth-core": "0.1.153",
760
- "@jskit-ai/kernel": "0.1.155",
759
+ "@jskit-ai/auth-core": "0.1.155",
760
+ "@jskit-ai/kernel": "0.1.157",
761
761
  "nodemailer": "^9.0.3",
762
762
  "dotenv": "^16.4.5"
763
763
  },
@@ -802,15 +802,15 @@
802
802
  },
803
803
  "packageJson": {
804
804
  "dependencies": {
805
- "@jskit-ai/auth-core": "0.1.153",
806
- "@jskit-ai/kernel": "0.1.155",
805
+ "@jskit-ai/auth-core": "0.1.155",
806
+ "@jskit-ai/kernel": "0.1.157",
807
807
  "nodemailer": "^9.0.3"
808
808
  }
809
809
  }
810
810
  },
811
811
  {
812
812
  "packageId": "@jskit-ai/auth-provider-local-db-core",
813
- "version": "0.1.47",
813
+ "version": "0.1.49",
814
814
  "description": "Database-backed local auth storage backend for JSKIT local auth.",
815
815
  "jskit": {
816
816
  "kind": "runtime",
@@ -886,9 +886,8 @@
886
886
  "mutations": {
887
887
  "dependencies": {
888
888
  "runtime": {
889
- "@jskit-ai/auth-provider-local-core": "0.1.56",
890
- "@jskit-ai/database-runtime": "0.1.155",
891
- "@jskit-ai/kernel": "0.1.155"
889
+ "@jskit-ai/auth-provider-local-core": "0.1.58",
890
+ "@jskit-ai/database-runtime": "0.1.157"
892
891
  },
893
892
  "dev": {}
894
893
  },
@@ -922,15 +921,14 @@
922
921
  },
923
922
  "packageJson": {
924
923
  "dependencies": {
925
- "@jskit-ai/auth-provider-local-core": "0.1.56",
926
- "@jskit-ai/database-runtime": "0.1.155",
927
- "@jskit-ai/kernel": "0.1.155"
924
+ "@jskit-ai/auth-provider-local-core": "0.1.58",
925
+ "@jskit-ai/database-runtime": "0.1.157"
928
926
  }
929
927
  }
930
928
  },
931
929
  {
932
930
  "packageId": "@jskit-ai/auth-provider-supabase-core",
933
- "version": "0.1.152",
931
+ "version": "0.1.154",
934
932
  "jskit": {
935
933
  "kind": "runtime",
936
934
  "options": {
@@ -1009,8 +1007,8 @@
1009
1007
  "mutations": {
1010
1008
  "dependencies": {
1011
1009
  "runtime": {
1012
- "@jskit-ai/auth-core": "0.1.153",
1013
- "@jskit-ai/kernel": "0.1.155",
1010
+ "@jskit-ai/auth-core": "0.1.155",
1011
+ "@jskit-ai/kernel": "0.1.157",
1014
1012
  "dotenv": "^16.4.5",
1015
1013
  "@supabase/supabase-js": "^2.57.4",
1016
1014
  "jose": "^6.1.0"
@@ -1087,8 +1085,8 @@
1087
1085
  },
1088
1086
  "packageJson": {
1089
1087
  "dependencies": {
1090
- "@jskit-ai/auth-core": "0.1.153",
1091
- "@jskit-ai/kernel": "0.1.155",
1088
+ "@jskit-ai/auth-core": "0.1.155",
1089
+ "@jskit-ai/kernel": "0.1.157",
1092
1090
  "@supabase/supabase-js": "^2.57.4",
1093
1091
  "jose": "^6.1.0",
1094
1092
  "json-rest-schema": "^1.0.17",
@@ -1098,7 +1096,7 @@
1098
1096
  },
1099
1097
  {
1100
1098
  "packageId": "@jskit-ai/auth-web",
1101
- "version": "0.1.155",
1099
+ "version": "0.1.157",
1102
1100
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
1103
1101
  "jskit": {
1104
1102
  "kind": "runtime",
@@ -1366,10 +1364,10 @@
1366
1364
  "dependencies": {
1367
1365
  "runtime": {
1368
1366
  "@mdi/js": "^7.4.47",
1369
- "@jskit-ai/auth-core": "0.1.153",
1370
- "@jskit-ai/http-runtime": "0.1.153",
1371
- "@jskit-ai/kernel": "0.1.155",
1372
- "@jskit-ai/shell-web": "0.1.159"
1367
+ "@jskit-ai/auth-core": "0.1.155",
1368
+ "@jskit-ai/http-runtime": "0.1.155",
1369
+ "@jskit-ai/kernel": "0.1.157",
1370
+ "@jskit-ai/shell-web": "0.1.161"
1373
1371
  },
1374
1372
  "dev": {}
1375
1373
  },
@@ -1467,10 +1465,10 @@
1467
1465
  },
1468
1466
  "packageJson": {
1469
1467
  "dependencies": {
1470
- "@jskit-ai/auth-core": "0.1.153",
1471
- "@jskit-ai/http-runtime": "0.1.153",
1472
- "@jskit-ai/kernel": "0.1.155",
1473
- "@jskit-ai/shell-web": "0.1.159",
1468
+ "@jskit-ai/auth-core": "0.1.155",
1469
+ "@jskit-ai/http-runtime": "0.1.155",
1470
+ "@jskit-ai/kernel": "0.1.157",
1471
+ "@jskit-ai/shell-web": "0.1.161",
1474
1472
  "@mdi/js": "^7.4.47"
1475
1473
  },
1476
1474
  "peerDependencies": {
@@ -1484,7 +1482,7 @@
1484
1482
  },
1485
1483
  {
1486
1484
  "packageId": "@jskit-ai/console-core",
1487
- "version": "0.1.118",
1485
+ "version": "0.1.120",
1488
1486
  "description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
1489
1487
  "jskit": {
1490
1488
  "kind": "runtime",
@@ -1562,12 +1560,12 @@
1562
1560
  "mutations": {
1563
1561
  "dependencies": {
1564
1562
  "runtime": {
1565
- "@jskit-ai/auth-core": "0.1.153",
1566
- "@jskit-ai/database-runtime": "0.1.155",
1567
- "@jskit-ai/http-runtime": "0.1.153",
1568
- "@jskit-ai/kernel": "0.1.155",
1569
- "@jskit-ai/resource-crud-core": "0.1.97",
1570
- "@jskit-ai/users-core": "0.1.168"
1563
+ "@jskit-ai/auth-core": "0.1.155",
1564
+ "@jskit-ai/database-runtime": "0.1.157",
1565
+ "@jskit-ai/http-runtime": "0.1.155",
1566
+ "@jskit-ai/kernel": "0.1.157",
1567
+ "@jskit-ai/resource-crud-core": "0.1.99",
1568
+ "@jskit-ai/users-core": "0.1.170"
1571
1569
  },
1572
1570
  "dev": {}
1573
1571
  },
@@ -1591,19 +1589,19 @@
1591
1589
  },
1592
1590
  "packageJson": {
1593
1591
  "dependencies": {
1594
- "@jskit-ai/auth-core": "0.1.153",
1595
- "@jskit-ai/database-runtime": "0.1.155",
1596
- "@jskit-ai/http-runtime": "0.1.153",
1597
- "@jskit-ai/kernel": "0.1.155",
1598
- "@jskit-ai/resource-crud-core": "0.1.97",
1599
- "@jskit-ai/users-core": "0.1.168",
1592
+ "@jskit-ai/auth-core": "0.1.155",
1593
+ "@jskit-ai/database-runtime": "0.1.157",
1594
+ "@jskit-ai/http-runtime": "0.1.155",
1595
+ "@jskit-ai/kernel": "0.1.157",
1596
+ "@jskit-ai/resource-crud-core": "0.1.99",
1597
+ "@jskit-ai/users-core": "0.1.170",
1600
1598
  "json-rest-schema": "^1.0.17"
1601
1599
  }
1602
1600
  }
1603
1601
  },
1604
1602
  {
1605
1603
  "packageId": "@jskit-ai/console-web",
1606
- "version": "0.1.123",
1604
+ "version": "0.1.125",
1607
1605
  "description": "Authenticated console surface scaffold and surface policy wiring.",
1608
1606
  "jskit": {
1609
1607
  "kind": "runtime",
@@ -1709,9 +1707,9 @@
1709
1707
  "mutations": {
1710
1708
  "dependencies": {
1711
1709
  "runtime": {
1712
- "@jskit-ai/auth-web": "0.1.155",
1713
- "@jskit-ai/console-core": "0.1.118",
1714
- "@jskit-ai/shell-web": "0.1.159"
1710
+ "@jskit-ai/auth-web": "0.1.157",
1711
+ "@jskit-ai/console-core": "0.1.120",
1712
+ "@jskit-ai/shell-web": "0.1.161"
1715
1713
  },
1716
1714
  "dev": {}
1717
1715
  },
@@ -1817,16 +1815,16 @@
1817
1815
  },
1818
1816
  "packageJson": {
1819
1817
  "dependencies": {
1820
- "@jskit-ai/auth-web": "0.1.155",
1821
- "@jskit-ai/console-core": "0.1.118",
1822
- "@jskit-ai/shell-web": "0.1.159"
1818
+ "@jskit-ai/auth-web": "0.1.157",
1819
+ "@jskit-ai/console-core": "0.1.120",
1820
+ "@jskit-ai/shell-web": "0.1.161"
1823
1821
  }
1824
1822
  }
1825
1823
  },
1826
1824
  {
1827
1825
  "packageId": "@jskit-ai/crud-core",
1828
- "version": "0.1.166",
1829
- "description": "Shared CRUD helpers used by CRUD modules.",
1826
+ "version": "0.1.168",
1827
+ "description": "Shared server-side CRUD service, repository, route, and query helpers.",
1830
1828
  "jskit": {
1831
1829
  "kind": "runtime",
1832
1830
  "capabilities": {
@@ -1846,7 +1844,7 @@
1846
1844
  "mutations": {
1847
1845
  "dependencies": {
1848
1846
  "runtime": {
1849
- "@jskit-ai/crud-core": "0.1.166"
1847
+ "@jskit-ai/crud-core": "0.1.168"
1850
1848
  },
1851
1849
  "dev": {}
1852
1850
  },
@@ -1859,24 +1857,17 @@
1859
1857
  },
1860
1858
  "packageJson": {
1861
1859
  "dependencies": {
1862
- "@jskit-ai/database-runtime": "0.1.155",
1863
- "@jskit-ai/http-runtime": "0.1.153",
1864
- "@jskit-ai/kernel": "0.1.155",
1865
- "@jskit-ai/realtime": "0.1.152",
1866
- "@jskit-ai/resource-crud-core": "0.1.97",
1867
- "@jskit-ai/shell-web": "0.1.159",
1860
+ "@jskit-ai/database-runtime": "0.1.157",
1861
+ "@jskit-ai/http-runtime": "0.1.155",
1862
+ "@jskit-ai/kernel": "0.1.157",
1863
+ "@jskit-ai/resource-crud-core": "0.1.99",
1868
1864
  "json-rest-schema": "^1.0.17"
1869
- },
1870
- "peerDependencies": {
1871
- "@tanstack/vue-query": "^5.90.5",
1872
- "vue": "^3.5.13",
1873
- "vue-router": "^5.0.4"
1874
1865
  }
1875
1866
  }
1876
1867
  },
1877
1868
  {
1878
1869
  "packageId": "@jskit-ai/crud-server-generator",
1879
- "version": "0.1.168",
1870
+ "version": "0.1.170",
1880
1871
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1881
1872
  "jskit": {
1882
1873
  "kind": "generator",
@@ -2072,14 +2063,14 @@
2072
2063
  "mutations": {
2073
2064
  "dependencies": {
2074
2065
  "runtime": {
2075
- "@jskit-ai/auth-core": "0.1.153",
2076
- "@jskit-ai/crud-core": "0.1.166",
2077
- "@jskit-ai/database-runtime": "0.1.155",
2078
- "@jskit-ai/http-runtime": "0.1.153",
2079
- "@jskit-ai/json-rest-api-core": "0.1.99",
2080
- "@jskit-ai/kernel": "0.1.155",
2081
- "@jskit-ai/realtime": "0.1.152",
2082
- "@jskit-ai/resource-crud-core": "0.1.97",
2066
+ "@jskit-ai/auth-core": "0.1.155",
2067
+ "@jskit-ai/crud-core": "0.1.168",
2068
+ "@jskit-ai/database-runtime": "0.1.157",
2069
+ "@jskit-ai/http-runtime": "0.1.155",
2070
+ "@jskit-ai/json-rest-api-core": "0.1.101",
2071
+ "@jskit-ai/kernel": "0.1.157",
2072
+ "@jskit-ai/realtime": "0.1.154",
2073
+ "@jskit-ai/resource-crud-core": "0.1.99",
2083
2074
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
2084
2075
  },
2085
2076
  "dev": {}
@@ -2217,21 +2208,21 @@
2217
2208
  "packageJson": {
2218
2209
  "dependencies": {
2219
2210
  "@babel/parser": "^7.29.2",
2220
- "@jskit-ai/auth-core": "0.1.153",
2221
- "@jskit-ai/crud-core": "0.1.166",
2222
- "@jskit-ai/database-runtime": "0.1.155",
2223
- "@jskit-ai/http-runtime": "0.1.153",
2224
- "@jskit-ai/json-rest-api-core": "0.1.99",
2225
- "@jskit-ai/kernel": "0.1.155",
2226
- "@jskit-ai/realtime": "0.1.152",
2227
- "@jskit-ai/resource-crud-core": "0.1.97",
2211
+ "@jskit-ai/auth-core": "0.1.155",
2212
+ "@jskit-ai/crud-core": "0.1.168",
2213
+ "@jskit-ai/database-runtime": "0.1.157",
2214
+ "@jskit-ai/http-runtime": "0.1.155",
2215
+ "@jskit-ai/json-rest-api-core": "0.1.101",
2216
+ "@jskit-ai/kernel": "0.1.157",
2217
+ "@jskit-ai/realtime": "0.1.154",
2218
+ "@jskit-ai/resource-crud-core": "0.1.99",
2228
2219
  "recast": "^0.23.11"
2229
2220
  }
2230
2221
  }
2231
2222
  },
2232
2223
  {
2233
2224
  "packageId": "@jskit-ai/crud-ui-generator",
2234
- "version": "0.1.139",
2225
+ "version": "0.1.141",
2235
2226
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2236
2227
  "jskit": {
2237
2228
  "kind": "generator",
@@ -2440,7 +2431,7 @@
2440
2431
  "mutations": {
2441
2432
  "dependencies": {
2442
2433
  "runtime": {
2443
- "@jskit-ai/users-web": "0.1.173"
2434
+ "@jskit-ai/http-web": "0.1.2"
2444
2435
  },
2445
2436
  "dev": {}
2446
2437
  },
@@ -2698,15 +2689,14 @@
2698
2689
  },
2699
2690
  "packageJson": {
2700
2691
  "dependencies": {
2701
- "@jskit-ai/crud-core": "0.1.166",
2702
- "@jskit-ai/kernel": "0.1.155",
2703
- "@jskit-ai/resource-crud-core": "0.1.97"
2692
+ "@jskit-ai/kernel": "0.1.157",
2693
+ "@jskit-ai/resource-crud-core": "0.1.99"
2704
2694
  }
2705
2695
  }
2706
2696
  },
2707
2697
  {
2708
2698
  "packageId": "@jskit-ai/database-runtime",
2709
- "version": "0.1.155",
2699
+ "version": "0.1.157",
2710
2700
  "jskit": {
2711
2701
  "kind": "runtime",
2712
2702
  "capabilities": {
@@ -2773,7 +2763,7 @@
2773
2763
  "mutations": {
2774
2764
  "dependencies": {
2775
2765
  "runtime": {
2776
- "@jskit-ai/kernel": "0.1.155",
2766
+ "@jskit-ai/kernel": "0.1.157",
2777
2767
  "dotenv": "^16.4.5",
2778
2768
  "knex": "^3.1.0"
2779
2769
  },
@@ -2815,13 +2805,13 @@
2815
2805
  },
2816
2806
  "packageJson": {
2817
2807
  "dependencies": {
2818
- "@jskit-ai/kernel": "0.1.155"
2808
+ "@jskit-ai/kernel": "0.1.157"
2819
2809
  }
2820
2810
  }
2821
2811
  },
2822
2812
  {
2823
2813
  "packageId": "@jskit-ai/database-runtime-mysql",
2824
- "version": "0.1.153",
2814
+ "version": "0.1.155",
2825
2815
  "jskit": {
2826
2816
  "kind": "runtime",
2827
2817
  "options": {
@@ -2941,7 +2931,7 @@
2941
2931
  "mutations": {
2942
2932
  "dependencies": {
2943
2933
  "runtime": {
2944
- "@jskit-ai/database-runtime": "0.1.155",
2934
+ "@jskit-ai/database-runtime": "0.1.157",
2945
2935
  "mysql2": "^3.11.2"
2946
2936
  },
2947
2937
  "dev": {}
@@ -3011,14 +3001,14 @@
3011
3001
  },
3012
3002
  "packageJson": {
3013
3003
  "dependencies": {
3014
- "@jskit-ai/database-runtime": "0.1.155",
3015
- "@jskit-ai/kernel": "0.1.155"
3004
+ "@jskit-ai/database-runtime": "0.1.157",
3005
+ "@jskit-ai/kernel": "0.1.157"
3016
3006
  }
3017
3007
  }
3018
3008
  },
3019
3009
  {
3020
3010
  "packageId": "@jskit-ai/database-runtime-postgres",
3021
- "version": "0.1.152",
3011
+ "version": "0.1.154",
3022
3012
  "jskit": {
3023
3013
  "kind": "runtime",
3024
3014
  "options": {
@@ -3137,7 +3127,7 @@
3137
3127
  "mutations": {
3138
3128
  "dependencies": {
3139
3129
  "runtime": {
3140
- "@jskit-ai/database-runtime": "0.1.155",
3130
+ "@jskit-ai/database-runtime": "0.1.157",
3141
3131
  "pg": "^8.13.1"
3142
3132
  },
3143
3133
  "dev": {}
@@ -3207,13 +3197,13 @@
3207
3197
  },
3208
3198
  "packageJson": {
3209
3199
  "dependencies": {
3210
- "@jskit-ai/database-runtime": "0.1.155"
3200
+ "@jskit-ai/database-runtime": "0.1.157"
3211
3201
  }
3212
3202
  }
3213
3203
  },
3214
3204
  {
3215
3205
  "packageId": "@jskit-ai/feature-server-generator",
3216
- "version": "0.1.97",
3206
+ "version": "0.1.99",
3217
3207
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
3218
3208
  "jskit": {
3219
3209
  "kind": "generator",
@@ -3378,27 +3368,27 @@
3378
3368
  "dependencies": {
3379
3369
  "runtime": {
3380
3370
  "@jskit-ai/database-runtime": {
3381
- "version": "0.1.155",
3371
+ "version": "0.1.157",
3382
3372
  "when": {
3383
3373
  "option": "mode",
3384
3374
  "notEquals": "orchestrator"
3385
3375
  }
3386
3376
  },
3387
3377
  "@jskit-ai/database-runtime-mysql": {
3388
- "version": "0.1.153",
3378
+ "version": "0.1.155",
3389
3379
  "when": {
3390
3380
  "option": "mode",
3391
3381
  "notEquals": "orchestrator"
3392
3382
  }
3393
3383
  },
3394
3384
  "@jskit-ai/json-rest-api-core": {
3395
- "version": "0.1.99",
3385
+ "version": "0.1.101",
3396
3386
  "when": {
3397
3387
  "option": "mode",
3398
3388
  "equals": "json-rest"
3399
3389
  }
3400
3390
  },
3401
- "@jskit-ai/kernel": "0.1.155",
3391
+ "@jskit-ai/kernel": "0.1.157",
3402
3392
  "json-rest-schema": "^1.0.17",
3403
3393
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
3404
3394
  },
@@ -3505,7 +3495,7 @@
3505
3495
  },
3506
3496
  {
3507
3497
  "packageId": "@jskit-ai/google-rewarded-core",
3508
- "version": "0.1.91",
3498
+ "version": "0.1.93",
3509
3499
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3510
3500
  "jskit": {
3511
3501
  "kind": "runtime",
@@ -3623,14 +3613,14 @@
3623
3613
  "mutations": {
3624
3614
  "dependencies": {
3625
3615
  "runtime": {
3626
- "@jskit-ai/auth-core": "0.1.153",
3627
- "@jskit-ai/crud-core": "0.1.166",
3628
- "@jskit-ai/database-runtime": "0.1.155",
3629
- "@jskit-ai/http-runtime": "0.1.153",
3630
- "@jskit-ai/json-rest-api-core": "0.1.99",
3631
- "@jskit-ai/kernel": "0.1.155",
3632
- "@jskit-ai/resource-crud-core": "0.1.97",
3633
- "@jskit-ai/workspaces-core": "0.1.133"
3616
+ "@jskit-ai/auth-core": "0.1.155",
3617
+ "@jskit-ai/crud-core": "0.1.168",
3618
+ "@jskit-ai/database-runtime": "0.1.157",
3619
+ "@jskit-ai/http-runtime": "0.1.155",
3620
+ "@jskit-ai/json-rest-api-core": "0.1.101",
3621
+ "@jskit-ai/kernel": "0.1.157",
3622
+ "@jskit-ai/resource-crud-core": "0.1.99",
3623
+ "@jskit-ai/workspaces-core": "0.1.135"
3634
3624
  },
3635
3625
  "dev": {}
3636
3626
  },
@@ -3681,20 +3671,20 @@
3681
3671
  },
3682
3672
  "packageJson": {
3683
3673
  "dependencies": {
3684
- "@jskit-ai/auth-core": "0.1.153",
3685
- "@jskit-ai/crud-core": "0.1.166",
3686
- "@jskit-ai/database-runtime": "0.1.155",
3687
- "@jskit-ai/http-runtime": "0.1.153",
3688
- "@jskit-ai/json-rest-api-core": "0.1.99",
3689
- "@jskit-ai/kernel": "0.1.155",
3690
- "@jskit-ai/resource-crud-core": "0.1.97",
3691
- "@jskit-ai/workspaces-core": "0.1.133"
3674
+ "@jskit-ai/auth-core": "0.1.155",
3675
+ "@jskit-ai/crud-core": "0.1.168",
3676
+ "@jskit-ai/database-runtime": "0.1.157",
3677
+ "@jskit-ai/http-runtime": "0.1.155",
3678
+ "@jskit-ai/json-rest-api-core": "0.1.101",
3679
+ "@jskit-ai/kernel": "0.1.157",
3680
+ "@jskit-ai/resource-crud-core": "0.1.99",
3681
+ "@jskit-ai/workspaces-core": "0.1.135"
3692
3682
  }
3693
3683
  }
3694
3684
  },
3695
3685
  {
3696
3686
  "packageId": "@jskit-ai/google-rewarded-web",
3697
- "version": "0.1.91",
3687
+ "version": "0.1.93",
3698
3688
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3699
3689
  "jskit": {
3700
3690
  "kind": "runtime",
@@ -3736,10 +3726,10 @@
3736
3726
  "mutations": {
3737
3727
  "dependencies": {
3738
3728
  "runtime": {
3739
- "@jskit-ai/google-rewarded-core": "0.1.91",
3740
- "@jskit-ai/http-runtime": "0.1.153",
3741
- "@jskit-ai/kernel": "0.1.155",
3742
- "@jskit-ai/shell-web": "0.1.159"
3729
+ "@jskit-ai/google-rewarded-core": "0.1.93",
3730
+ "@jskit-ai/http-runtime": "0.1.155",
3731
+ "@jskit-ai/kernel": "0.1.157",
3732
+ "@jskit-ai/shell-web": "0.1.161"
3743
3733
  },
3744
3734
  "dev": {}
3745
3735
  },
@@ -3747,25 +3737,22 @@
3747
3737
  "scripts": {}
3748
3738
  },
3749
3739
  "procfile": {},
3750
- "vite": {
3751
- "proxy": []
3752
- },
3753
3740
  "text": [],
3754
3741
  "files": []
3755
3742
  }
3756
3743
  },
3757
3744
  "packageJson": {
3758
3745
  "dependencies": {
3759
- "@jskit-ai/google-rewarded-core": "0.1.91",
3760
- "@jskit-ai/http-runtime": "0.1.153",
3761
- "@jskit-ai/kernel": "0.1.155",
3762
- "@jskit-ai/shell-web": "0.1.159"
3746
+ "@jskit-ai/google-rewarded-core": "0.1.93",
3747
+ "@jskit-ai/http-runtime": "0.1.155",
3748
+ "@jskit-ai/kernel": "0.1.157",
3749
+ "@jskit-ai/shell-web": "0.1.161"
3763
3750
  }
3764
3751
  }
3765
3752
  },
3766
3753
  {
3767
3754
  "packageId": "@jskit-ai/http-runtime",
3768
- "version": "0.1.153",
3755
+ "version": "0.1.155",
3769
3756
  "jskit": {
3770
3757
  "kind": "runtime",
3771
3758
  "capabilities": {
@@ -3831,7 +3818,7 @@
3831
3818
  "mutations": {
3832
3819
  "dependencies": {
3833
3820
  "runtime": {
3834
- "@jskit-ai/kernel": "0.1.155"
3821
+ "@jskit-ai/kernel": "0.1.157"
3835
3822
  },
3836
3823
  "dev": {}
3837
3824
  },
@@ -3844,14 +3831,124 @@
3844
3831
  },
3845
3832
  "packageJson": {
3846
3833
  "dependencies": {
3847
- "@jskit-ai/kernel": "0.1.155",
3834
+ "@jskit-ai/kernel": "0.1.157",
3848
3835
  "json-rest-schema": "^1.0.17"
3849
3836
  }
3850
3837
  }
3851
3838
  },
3839
+ {
3840
+ "packageId": "@jskit-ai/http-web",
3841
+ "version": "0.1.2",
3842
+ "description": "Neutral Vue request, command, resource, and CRUD UI runtime for JSKIT web applications.",
3843
+ "jskit": {
3844
+ "kind": "runtime",
3845
+ "capabilities": {
3846
+ "provides": [
3847
+ "runtime.http-web"
3848
+ ],
3849
+ "requires": [
3850
+ "runtime.http-client",
3851
+ "runtime.web-error",
3852
+ "runtime.web-placement"
3853
+ ]
3854
+ },
3855
+ "runtime": {
3856
+ "server": {
3857
+ "providers": []
3858
+ },
3859
+ "client": {
3860
+ "providers": []
3861
+ }
3862
+ },
3863
+ "metadata": {
3864
+ "apiSummary": {
3865
+ "surfaces": [
3866
+ {
3867
+ "subpath": "./client",
3868
+ "summary": "Exports neutral web request, operation, permission, and CRUD UI APIs."
3869
+ },
3870
+ {
3871
+ "subpath": "./client/lib/httpClient",
3872
+ "summary": "Exports the configurable web HTTP client with credentials, CSRF handling, and safe-read retries."
3873
+ },
3874
+ {
3875
+ "subpath": "./client/composables/useCommand",
3876
+ "summary": "Exports the route-aware mutation runtime with validation, field errors, feedback, and duplicate-submit protection."
3877
+ },
3878
+ {
3879
+ "subpath": "./client/composables/useEndpointResource",
3880
+ "summary": "Exports the TanStack Query-backed custom endpoint primitive."
3881
+ },
3882
+ {
3883
+ "subpath": "./client/composables/useList",
3884
+ "summary": "Exports the route-aware list operation runtime."
3885
+ },
3886
+ {
3887
+ "subpath": "./client/composables/useView",
3888
+ "summary": "Exports the route-aware record-view operation runtime."
3889
+ },
3890
+ {
3891
+ "subpath": "./client/composables/useAddEdit",
3892
+ "summary": "Exports the route-aware add/edit operation runtime."
3893
+ },
3894
+ {
3895
+ "subpath": "./client/components/CrudListScreen",
3896
+ "summary": "Exports the shared generated CRUD list screen."
3897
+ },
3898
+ {
3899
+ "subpath": "./client/components/CrudViewScreen",
3900
+ "summary": "Exports the shared generated CRUD view screen."
3901
+ },
3902
+ {
3903
+ "subpath": "./client/components/CrudAddEditScreen",
3904
+ "summary": "Exports the shared generated CRUD add/edit screen."
3905
+ }
3906
+ ],
3907
+ "containerTokens": {
3908
+ "server": [],
3909
+ "client": []
3910
+ }
3911
+ }
3912
+ },
3913
+ "mutations": {
3914
+ "dependencies": {
3915
+ "runtime": {
3916
+ "@jskit-ai/http-runtime": "0.1.155",
3917
+ "@jskit-ai/kernel": "0.1.157",
3918
+ "@jskit-ai/realtime": "0.1.154",
3919
+ "@jskit-ai/resource-crud-core": "0.1.99",
3920
+ "@jskit-ai/shell-web": "0.1.161",
3921
+ "@mdi/js": "^7.4.47"
3922
+ },
3923
+ "dev": {}
3924
+ },
3925
+ "packageJson": {
3926
+ "scripts": {}
3927
+ },
3928
+ "procfile": {},
3929
+ "files": []
3930
+ }
3931
+ },
3932
+ "packageJson": {
3933
+ "dependencies": {
3934
+ "@jskit-ai/http-runtime": "0.1.155",
3935
+ "@jskit-ai/kernel": "0.1.157",
3936
+ "@jskit-ai/realtime": "0.1.154",
3937
+ "@jskit-ai/resource-crud-core": "0.1.99",
3938
+ "@jskit-ai/shell-web": "0.1.161",
3939
+ "@mdi/js": "^7.4.47"
3940
+ },
3941
+ "peerDependencies": {
3942
+ "@tanstack/vue-query": "^5.90.5",
3943
+ "vue": "^3.5.13",
3944
+ "vue-router": "^5.0.4",
3945
+ "vuetify": "^4.0.0"
3946
+ }
3947
+ }
3948
+ },
3852
3949
  {
3853
3950
  "packageId": "@jskit-ai/json-rest-api-core",
3854
- "version": "0.1.99",
3951
+ "version": "0.1.101",
3855
3952
  "description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
3856
3953
  "jskit": {
3857
3954
  "kind": "runtime",
@@ -3907,8 +4004,9 @@
3907
4004
  },
3908
4005
  "packageJson": {
3909
4006
  "dependencies": {
3910
- "@jskit-ai/database-runtime": "0.1.155",
3911
- "@jskit-ai/kernel": "0.1.155",
4007
+ "@jskit-ai/database-runtime": "0.1.157",
4008
+ "@jskit-ai/kernel": "0.1.157",
4009
+ "@jskit-ai/resource-crud-core": "0.1.99",
3912
4010
  "hooked-api": "1.x.x",
3913
4011
  "json-rest-api": "^1.0.27"
3914
4012
  }
@@ -3916,7 +4014,7 @@
3916
4014
  },
3917
4015
  {
3918
4016
  "packageId": "@jskit-ai/mobile-capacitor",
3919
- "version": "0.1.90",
4017
+ "version": "0.1.92",
3920
4018
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3921
4019
  "jskit": {
3922
4020
  "kind": "runtime",
@@ -3976,8 +4074,8 @@
3976
4074
  "@capacitor/app": "^7.1.0",
3977
4075
  "@capacitor/browser": "^7.0.1",
3978
4076
  "@capacitor/core": "^7.4.3",
3979
- "@jskit-ai/kernel": "0.1.155",
3980
- "@jskit-ai/shell-web": "0.1.159"
4077
+ "@jskit-ai/kernel": "0.1.157",
4078
+ "@jskit-ai/shell-web": "0.1.161"
3981
4079
  },
3982
4080
  "dev": {
3983
4081
  "@capacitor/cli": "^7.4.3"
@@ -3996,9 +4094,6 @@
3996
4094
  }
3997
4095
  },
3998
4096
  "procfile": {},
3999
- "vite": {
4000
- "proxy": []
4001
- },
4002
4097
  "text": [],
4003
4098
  "files": [
4004
4099
  {
@@ -4030,14 +4125,14 @@
4030
4125
  "dependencies": {
4031
4126
  "@capacitor/browser": "^7.0.1",
4032
4127
  "@capacitor/core": "^7.4.3",
4033
- "@jskit-ai/kernel": "0.1.155",
4034
- "@jskit-ai/shell-web": "0.1.159"
4128
+ "@jskit-ai/kernel": "0.1.157",
4129
+ "@jskit-ai/shell-web": "0.1.161"
4035
4130
  }
4036
4131
  }
4037
4132
  },
4038
4133
  {
4039
4134
  "packageId": "@jskit-ai/realtime",
4040
- "version": "0.1.152",
4135
+ "version": "0.1.154",
4041
4136
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
4042
4137
  "jskit": {
4043
4138
  "kind": "runtime",
@@ -4128,11 +4223,19 @@
4128
4223
  }
4129
4224
  }
4130
4225
  },
4226
+ "vite": {
4227
+ "proxy": {
4228
+ "/socket.io": {
4229
+ "changeOrigin": true,
4230
+ "ws": true
4231
+ }
4232
+ }
4233
+ },
4131
4234
  "mutations": {
4132
4235
  "dependencies": {
4133
4236
  "runtime": {
4134
- "@jskit-ai/kernel": "0.1.155",
4135
- "@jskit-ai/shell-web": "0.1.159",
4237
+ "@jskit-ai/kernel": "0.1.157",
4238
+ "@jskit-ai/shell-web": "0.1.161",
4136
4239
  "@socket.io/redis-adapter": "^8.3.0",
4137
4240
  "redis": "^5.8.2",
4138
4241
  "socket.io": "^4.8.3",
@@ -4145,16 +4248,6 @@
4145
4248
  },
4146
4249
  "procfile": {},
4147
4250
  "files": [],
4148
- "vite": {
4149
- "proxy": [
4150
- {
4151
- "id": "realtime-socket-io",
4152
- "path": "/socket.io",
4153
- "changeOrigin": true,
4154
- "ws": true
4155
- }
4156
- ]
4157
- },
4158
4251
  "text": [
4159
4252
  {
4160
4253
  "file": ".env",
@@ -4180,8 +4273,8 @@
4180
4273
  },
4181
4274
  "packageJson": {
4182
4275
  "dependencies": {
4183
- "@jskit-ai/kernel": "0.1.155",
4184
- "@jskit-ai/shell-web": "0.1.159",
4276
+ "@jskit-ai/kernel": "0.1.157",
4277
+ "@jskit-ai/shell-web": "0.1.161",
4185
4278
  "@socket.io/redis-adapter": "^8.3.0",
4186
4279
  "redis": "^5.8.2",
4187
4280
  "socket.io": "^4.8.3",
@@ -4194,7 +4287,7 @@
4194
4287
  },
4195
4288
  {
4196
4289
  "packageId": "@jskit-ai/resource-core",
4197
- "version": "0.1.97",
4290
+ "version": "0.1.99",
4198
4291
  "description": "Generic resource-definition helpers and schema-definition normalization.",
4199
4292
  "jskit": {
4200
4293
  "kind": "runtime",
@@ -4215,7 +4308,7 @@
4215
4308
  "mutations": {
4216
4309
  "dependencies": {
4217
4310
  "runtime": {
4218
- "@jskit-ai/resource-core": "0.1.97"
4311
+ "@jskit-ai/resource-core": "0.1.99"
4219
4312
  },
4220
4313
  "dev": {}
4221
4314
  },
@@ -4229,14 +4322,14 @@
4229
4322
  },
4230
4323
  "packageJson": {
4231
4324
  "dependencies": {
4232
- "@jskit-ai/kernel": "0.1.155"
4325
+ "@jskit-ai/kernel": "0.1.157"
4233
4326
  }
4234
4327
  }
4235
4328
  },
4236
4329
  {
4237
4330
  "packageId": "@jskit-ai/resource-crud-core",
4238
- "version": "0.1.97",
4239
- "description": "CRUD-specific resource-definition helpers and namespace support.",
4331
+ "version": "0.1.99",
4332
+ "description": "Shared CRUD resource, field, lookup, filter, and namespace contracts.",
4240
4333
  "jskit": {
4241
4334
  "kind": "runtime",
4242
4335
  "capabilities": {
@@ -4256,7 +4349,7 @@
4256
4349
  "mutations": {
4257
4350
  "dependencies": {
4258
4351
  "runtime": {
4259
- "@jskit-ai/resource-crud-core": "0.1.97"
4352
+ "@jskit-ai/resource-crud-core": "0.1.99"
4260
4353
  },
4261
4354
  "dev": {}
4262
4355
  },
@@ -4270,14 +4363,14 @@
4270
4363
  },
4271
4364
  "packageJson": {
4272
4365
  "dependencies": {
4273
- "@jskit-ai/kernel": "0.1.155",
4274
- "@jskit-ai/resource-core": "0.1.97"
4366
+ "@jskit-ai/kernel": "0.1.157",
4367
+ "@jskit-ai/resource-core": "0.1.99"
4275
4368
  }
4276
4369
  }
4277
4370
  },
4278
4371
  {
4279
4372
  "packageId": "@jskit-ai/shell-web",
4280
- "version": "0.1.159",
4373
+ "version": "0.1.161",
4281
4374
  "description": "Web shell layout runtime with outlet-based placement contributions.",
4282
4375
  "jskit": {
4283
4376
  "kind": "runtime",
@@ -4631,7 +4724,7 @@
4631
4724
  "dependencies": {
4632
4725
  "runtime": {
4633
4726
  "@mdi/js": "^7.4.47",
4634
- "@jskit-ai/kernel": "0.1.155"
4727
+ "@jskit-ai/kernel": "0.1.157"
4635
4728
  },
4636
4729
  "dev": {
4637
4730
  "@playwright/test": "1.61.1"
@@ -4860,7 +4953,7 @@
4860
4953
  "packageJson": {
4861
4954
  "dependencies": {
4862
4955
  "@mdi/js": "^7.4.47",
4863
- "@jskit-ai/kernel": "0.1.155"
4956
+ "@jskit-ai/kernel": "0.1.157"
4864
4957
  },
4865
4958
  "peerDependencies": {
4866
4959
  "pinia": "^3.0.4",
@@ -4872,7 +4965,7 @@
4872
4965
  },
4873
4966
  {
4874
4967
  "packageId": "@jskit-ai/storage-runtime",
4875
- "version": "0.1.152",
4968
+ "version": "0.1.154",
4876
4969
  "jskit": {
4877
4970
  "kind": "runtime",
4878
4971
  "capabilities": {
@@ -4919,7 +5012,7 @@
4919
5012
  "mutations": {
4920
5013
  "dependencies": {
4921
5014
  "runtime": {
4922
- "@jskit-ai/kernel": "0.1.155",
5015
+ "@jskit-ai/kernel": "0.1.157",
4923
5016
  "unstorage": "^1.17.3"
4924
5017
  },
4925
5018
  "dev": {}
@@ -4934,14 +5027,14 @@
4934
5027
  },
4935
5028
  "packageJson": {
4936
5029
  "dependencies": {
4937
- "@jskit-ai/kernel": "0.1.155",
5030
+ "@jskit-ai/kernel": "0.1.157",
4938
5031
  "unstorage": "^1.17.5"
4939
5032
  }
4940
5033
  }
4941
5034
  },
4942
5035
  {
4943
5036
  "packageId": "@jskit-ai/ui-generator",
4944
- "version": "0.1.137",
5037
+ "version": "0.1.139",
4945
5038
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4946
5039
  "jskit": {
4947
5040
  "kind": "generator",
@@ -5373,9 +5466,7 @@
5373
5466
  },
5374
5467
  "mutations": {
5375
5468
  "dependencies": {
5376
- "runtime": {
5377
- "@jskit-ai/users-web": "0.1.173"
5378
- },
5469
+ "runtime": {},
5379
5470
  "dev": {}
5380
5471
  },
5381
5472
  "packageJson": {
@@ -5388,14 +5479,14 @@
5388
5479
  },
5389
5480
  "packageJson": {
5390
5481
  "dependencies": {
5391
- "@jskit-ai/kernel": "0.1.155",
5392
- "@jskit-ai/shell-web": "0.1.159"
5482
+ "@jskit-ai/kernel": "0.1.157",
5483
+ "@jskit-ai/shell-web": "0.1.161"
5393
5484
  }
5394
5485
  }
5395
5486
  },
5396
5487
  {
5397
5488
  "packageId": "@jskit-ai/uploads-image-web",
5398
- "version": "0.1.130",
5489
+ "version": "0.1.132",
5399
5490
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
5400
5491
  "jskit": {
5401
5492
  "kind": "runtime",
@@ -5457,7 +5548,7 @@
5457
5548
  "mutations": {
5458
5549
  "dependencies": {
5459
5550
  "runtime": {
5460
- "@jskit-ai/uploads-runtime": "0.1.130",
5551
+ "@jskit-ai/uploads-runtime": "0.1.132",
5461
5552
  "@uppy/compressor": "^3.1.0",
5462
5553
  "@uppy/core": "^5.2.0",
5463
5554
  "@uppy/dashboard": "^5.1.1",
@@ -5476,7 +5567,7 @@
5476
5567
  },
5477
5568
  "packageJson": {
5478
5569
  "dependencies": {
5479
- "@jskit-ai/uploads-runtime": "0.1.130",
5570
+ "@jskit-ai/uploads-runtime": "0.1.132",
5480
5571
  "@uppy/compressor": "^3.1.0",
5481
5572
  "@uppy/core": "^5.2.0",
5482
5573
  "@uppy/dashboard": "^5.1.1",
@@ -5490,7 +5581,7 @@
5490
5581
  },
5491
5582
  {
5492
5583
  "packageId": "@jskit-ai/uploads-runtime",
5493
- "version": "0.1.130",
5584
+ "version": "0.1.132",
5494
5585
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
5495
5586
  "jskit": {
5496
5587
  "kind": "runtime",
@@ -5558,7 +5649,7 @@
5558
5649
  "dependencies": {
5559
5650
  "runtime": {
5560
5651
  "@fastify/multipart": "^9.4.0",
5561
- "@jskit-ai/kernel": "0.1.155"
5652
+ "@jskit-ai/kernel": "0.1.157"
5562
5653
  },
5563
5654
  "dev": {}
5564
5655
  },
@@ -5573,13 +5664,13 @@
5573
5664
  "packageJson": {
5574
5665
  "dependencies": {
5575
5666
  "@fastify/multipart": "^9.4.0",
5576
- "@jskit-ai/kernel": "0.1.155"
5667
+ "@jskit-ai/kernel": "0.1.157"
5577
5668
  }
5578
5669
  }
5579
5670
  },
5580
5671
  {
5581
5672
  "packageId": "@jskit-ai/users-core",
5582
- "version": "0.1.168",
5673
+ "version": "0.1.170",
5583
5674
  "description": "Users/account runtime plus HTTP routes for account features.",
5584
5675
  "jskit": {
5585
5676
  "kind": "runtime",
@@ -5714,16 +5805,16 @@
5714
5805
  "mutations": {
5715
5806
  "dependencies": {
5716
5807
  "runtime": {
5717
- "@jskit-ai/auth-core": "0.1.153",
5718
- "@jskit-ai/crud-core": "0.1.166",
5719
- "@jskit-ai/database-runtime": "0.1.155",
5720
- "@jskit-ai/http-runtime": "0.1.153",
5721
- "@jskit-ai/json-rest-api-core": "0.1.99",
5722
- "@jskit-ai/kernel": "0.1.155",
5723
- "@jskit-ai/resource-core": "0.1.97",
5724
- "@jskit-ai/resource-crud-core": "0.1.97",
5808
+ "@jskit-ai/auth-core": "0.1.155",
5809
+ "@jskit-ai/crud-core": "0.1.168",
5810
+ "@jskit-ai/database-runtime": "0.1.157",
5811
+ "@jskit-ai/http-runtime": "0.1.155",
5812
+ "@jskit-ai/json-rest-api-core": "0.1.101",
5813
+ "@jskit-ai/kernel": "0.1.157",
5814
+ "@jskit-ai/resource-core": "0.1.99",
5815
+ "@jskit-ai/resource-crud-core": "0.1.99",
5725
5816
  "@local/users": "file:packages/users",
5726
- "@jskit-ai/uploads-runtime": "0.1.130"
5817
+ "@jskit-ai/uploads-runtime": "0.1.132"
5727
5818
  },
5728
5819
  "dev": {}
5729
5820
  },
@@ -5940,23 +6031,23 @@
5940
6031
  },
5941
6032
  "packageJson": {
5942
6033
  "dependencies": {
5943
- "@jskit-ai/auth-core": "0.1.153",
5944
- "@jskit-ai/database-runtime": "0.1.155",
5945
- "@jskit-ai/http-runtime": "0.1.153",
5946
- "@jskit-ai/json-rest-api-core": "0.1.99",
5947
- "@jskit-ai/kernel": "0.1.155",
5948
- "@jskit-ai/resource-core": "0.1.97",
5949
- "@jskit-ai/resource-crud-core": "0.1.97",
5950
- "@jskit-ai/storage-runtime": "0.1.152",
5951
- "@jskit-ai/uploads-runtime": "0.1.130",
6034
+ "@jskit-ai/auth-core": "0.1.155",
6035
+ "@jskit-ai/database-runtime": "0.1.157",
6036
+ "@jskit-ai/http-runtime": "0.1.155",
6037
+ "@jskit-ai/json-rest-api-core": "0.1.101",
6038
+ "@jskit-ai/kernel": "0.1.157",
6039
+ "@jskit-ai/resource-core": "0.1.99",
6040
+ "@jskit-ai/resource-crud-core": "0.1.99",
6041
+ "@jskit-ai/storage-runtime": "0.1.154",
6042
+ "@jskit-ai/uploads-runtime": "0.1.132",
5952
6043
  "json-rest-schema": "^1.0.17"
5953
6044
  }
5954
6045
  }
5955
6046
  },
5956
6047
  {
5957
6048
  "packageId": "@jskit-ai/users-web",
5958
- "version": "0.1.173",
5959
- "description": "Users web module: account/profile UI plus shared users web widgets.",
6049
+ "version": "0.1.175",
6050
+ "description": "Users web module with account, profile, and user-specific shell UI.",
5960
6051
  "jskit": {
5961
6052
  "kind": "runtime",
5962
6053
  "capabilities": {
@@ -5964,6 +6055,7 @@
5964
6055
  "users.web"
5965
6056
  ],
5966
6057
  "requires": [
6058
+ "runtime.http-web",
5967
6059
  "runtime.web-placement",
5968
6060
  "users.server-routes"
5969
6061
  ]
@@ -5996,102 +6088,6 @@
5996
6088
  "subpath": "./client/components/AccountSettingsClientElement",
5997
6089
  "summary": "Exports the package-owned account settings host that renders placement-backed account sections."
5998
6090
  },
5999
- {
6000
- "subpath": "./client/components/CrudAddEditScreen",
6001
- "summary": "Exports the package-owned CRUD add/edit screen shell used by generated form pages."
6002
- },
6003
- {
6004
- "subpath": "./client/components/CrudDeleteAction",
6005
- "summary": "Exports the standard generated CRUD delete action and confirmation dialog."
6006
- },
6007
- {
6008
- "subpath": "./client/components/CrudListBulkActionSurface",
6009
- "summary": "Exports the adaptive CRUD list bulk-action surface for generated list pages."
6010
- },
6011
- {
6012
- "subpath": "./client/components/CrudListFilterSurface",
6013
- "summary": "Exports the adaptive CRUD list filter surface for generated list pages."
6014
- },
6015
- {
6016
- "subpath": "./client/components/CrudListScreen",
6017
- "summary": "Exports the package-owned CRUD list screen shell used by generated list pages."
6018
- },
6019
- {
6020
- "subpath": "./client/components/CrudViewScreen",
6021
- "summary": "Exports the package-owned CRUD view screen shell used by generated detail pages."
6022
- },
6023
- {
6024
- "subpath": "./client/bulkActions",
6025
- "summary": "Exports client-side CRUD list bulk-action definition helpers."
6026
- },
6027
- {
6028
- "subpath": "./client/filters",
6029
- "summary": "Exports client-side CRUD list filter definition helpers."
6030
- },
6031
- {
6032
- "subpath": "./client/rowActions",
6033
- "summary": "Exports client-side CRUD list row-action definition helpers."
6034
- },
6035
- {
6036
- "subpath": "./client/components/ProfileClientElement",
6037
- "summary": "Exports profile settings client element scaffold component."
6038
- },
6039
- {
6040
- "subpath": "./client/composables/useAddEdit",
6041
- "summary": "Exports add/edit operation composable."
6042
- },
6043
- {
6044
- "subpath": "./client/composables/useList",
6045
- "summary": "Exports list operation composable."
6046
- },
6047
- {
6048
- "subpath": "./client/composables/crudLookupFieldRuntime",
6049
- "summary": "Exports CRUD lookup field runtime helpers for generated add/edit forms."
6050
- },
6051
- {
6052
- "subpath": "./client/composables/useCommand",
6053
- "summary": "Exports command operation composable."
6054
- },
6055
- {
6056
- "subpath": "./client/composables/useEndpointResource",
6057
- "summary": "Exports low-level endpoint resource composable for custom client requests."
6058
- },
6059
- {
6060
- "subpath": "./client/composables/useCrudListFilterLookups",
6061
- "summary": "Exports lookup-backed CRUD list filter helper for remote autocomplete filters."
6062
- },
6063
- {
6064
- "subpath": "./client/composables/useCrudAddEditScreen",
6065
- "summary": "Exports the package-owned add/edit screen runtime for generated form pages."
6066
- },
6067
- {
6068
- "subpath": "./client/composables/useCrudListBulkActions",
6069
- "summary": "Exports selected-record state and execution runtime for generated CRUD list bulk actions."
6070
- },
6071
- {
6072
- "subpath": "./client/composables/useCrudListRowActions",
6073
- "summary": "Exports per-record action state and execution runtime for generated CRUD list row actions."
6074
- },
6075
- {
6076
- "subpath": "./client/composables/useCrudListScreen",
6077
- "summary": "Exports the package-owned list screen runtime for generated list pages."
6078
- },
6079
- {
6080
- "subpath": "./client/composables/useView",
6081
- "summary": "Exports read/view operation composable."
6082
- },
6083
- {
6084
- "subpath": "./client/composables/useCrudViewScreen",
6085
- "summary": "Exports the package-owned view screen runtime for generated detail pages."
6086
- },
6087
- {
6088
- "subpath": "./client/composables/usePagedCollection",
6089
- "summary": "Exports paged collection query composable."
6090
- },
6091
- {
6092
- "subpath": "./client/lib/httpClient",
6093
- "summary": "Exports the shared users-web HTTP client with credentials and CSRF behavior."
6094
- },
6095
6091
  {
6096
6092
  "subpath": "./client/account-settings/sections",
6097
6093
  "summary": "Exports placement-backed account settings section helpers."
@@ -6251,13 +6247,12 @@
6251
6247
  "mutations": {
6252
6248
  "dependencies": {
6253
6249
  "runtime": {
6254
- "@mdi/js": "^7.4.47",
6255
- "@jskit-ai/http-runtime": "0.1.153",
6256
- "@jskit-ai/realtime": "0.1.152",
6257
- "@jskit-ai/kernel": "0.1.155",
6258
- "@jskit-ai/shell-web": "0.1.159",
6259
- "@jskit-ai/uploads-image-web": "0.1.130",
6260
- "@jskit-ai/users-core": "0.1.168"
6250
+ "@jskit-ai/http-web": "0.1.2",
6251
+ "@jskit-ai/http-runtime": "0.1.155",
6252
+ "@jskit-ai/kernel": "0.1.157",
6253
+ "@jskit-ai/shell-web": "0.1.161",
6254
+ "@jskit-ai/uploads-image-web": "0.1.132",
6255
+ "@jskit-ai/users-core": "0.1.170"
6261
6256
  },
6262
6257
  "dev": {}
6263
6258
  },
@@ -6437,14 +6432,13 @@
6437
6432
  },
6438
6433
  "packageJson": {
6439
6434
  "dependencies": {
6440
- "@jskit-ai/auth-web": "0.1.155",
6441
- "@jskit-ai/http-runtime": "0.1.153",
6442
- "@jskit-ai/kernel": "0.1.155",
6443
- "@jskit-ai/realtime": "0.1.152",
6444
- "@jskit-ai/shell-web": "0.1.159",
6445
- "@jskit-ai/uploads-image-web": "0.1.130",
6446
- "@jskit-ai/users-core": "0.1.168",
6447
- "@mdi/js": "^7.4.47"
6435
+ "@jskit-ai/auth-web": "0.1.157",
6436
+ "@jskit-ai/http-web": "0.1.2",
6437
+ "@jskit-ai/http-runtime": "0.1.155",
6438
+ "@jskit-ai/kernel": "0.1.157",
6439
+ "@jskit-ai/shell-web": "0.1.161",
6440
+ "@jskit-ai/uploads-image-web": "0.1.132",
6441
+ "@jskit-ai/users-core": "0.1.170"
6448
6442
  },
6449
6443
  "peerDependencies": {
6450
6444
  "@tanstack/vue-query": "^5.90.5",
@@ -6456,7 +6450,7 @@
6456
6450
  },
6457
6451
  {
6458
6452
  "packageId": "@jskit-ai/workspaces-core",
6459
- "version": "0.1.133",
6453
+ "version": "0.1.135",
6460
6454
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6461
6455
  "jskit": {
6462
6456
  "kind": "runtime",
@@ -6597,10 +6591,10 @@
6597
6591
  "mutations": {
6598
6592
  "dependencies": {
6599
6593
  "runtime": {
6600
- "@jskit-ai/json-rest-api-core": "0.1.99",
6601
- "@jskit-ai/resource-core": "0.1.97",
6602
- "@jskit-ai/resource-crud-core": "0.1.97",
6603
- "@jskit-ai/users-core": "0.1.168"
6594
+ "@jskit-ai/json-rest-api-core": "0.1.101",
6595
+ "@jskit-ai/resource-core": "0.1.99",
6596
+ "@jskit-ai/resource-crud-core": "0.1.99",
6597
+ "@jskit-ai/users-core": "0.1.170"
6604
6598
  },
6605
6599
  "dev": {}
6606
6600
  },
@@ -6803,21 +6797,21 @@
6803
6797
  },
6804
6798
  "packageJson": {
6805
6799
  "dependencies": {
6806
- "@jskit-ai/auth-core": "0.1.153",
6807
- "@jskit-ai/database-runtime": "0.1.155",
6808
- "@jskit-ai/http-runtime": "0.1.153",
6809
- "@jskit-ai/json-rest-api-core": "0.1.99",
6810
- "@jskit-ai/kernel": "0.1.155",
6811
- "@jskit-ai/resource-core": "0.1.97",
6812
- "@jskit-ai/resource-crud-core": "0.1.97",
6813
- "@jskit-ai/users-core": "0.1.168",
6800
+ "@jskit-ai/auth-core": "0.1.155",
6801
+ "@jskit-ai/database-runtime": "0.1.157",
6802
+ "@jskit-ai/http-runtime": "0.1.155",
6803
+ "@jskit-ai/json-rest-api-core": "0.1.101",
6804
+ "@jskit-ai/kernel": "0.1.157",
6805
+ "@jskit-ai/resource-core": "0.1.99",
6806
+ "@jskit-ai/resource-crud-core": "0.1.99",
6807
+ "@jskit-ai/users-core": "0.1.170",
6814
6808
  "json-rest-schema": "^1.0.17"
6815
6809
  }
6816
6810
  }
6817
6811
  },
6818
6812
  {
6819
6813
  "packageId": "@jskit-ai/workspaces-web",
6820
- "version": "0.1.134",
6814
+ "version": "0.1.136",
6821
6815
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6822
6816
  "jskit": {
6823
6817
  "kind": "runtime",
@@ -6826,6 +6820,7 @@
6826
6820
  "workspaces.web"
6827
6821
  ],
6828
6822
  "requires": [
6823
+ "runtime.http-web",
6829
6824
  "users.web",
6830
6825
  "workspaces.core"
6831
6826
  ]
@@ -6896,7 +6891,7 @@
6896
6891
  "surfaces": [
6897
6892
  "admin"
6898
6893
  ],
6899
- "source": "src/client/components/UsersWorkspaceToolsWidget.vue"
6894
+ "source": "src/client/components/WorkspaceToolsWidget.vue"
6900
6895
  }
6901
6896
  ],
6902
6897
  "topology": {
@@ -7070,9 +7065,10 @@
7070
7065
  "mutations": {
7071
7066
  "dependencies": {
7072
7067
  "runtime": {
7073
- "@jskit-ai/auth-web": "0.1.155",
7074
- "@jskit-ai/workspaces-core": "0.1.133",
7075
- "@jskit-ai/users-web": "0.1.173"
7068
+ "@jskit-ai/auth-web": "0.1.157",
7069
+ "@jskit-ai/http-web": "0.1.2",
7070
+ "@jskit-ai/workspaces-core": "0.1.135",
7071
+ "@jskit-ai/users-web": "0.1.175"
7076
7072
  },
7077
7073
  "dev": {}
7078
7074
  },
@@ -7092,7 +7088,7 @@
7092
7088
  "ownership": "app",
7093
7089
  "reason": "Install app-owned account pending invites cue component scaffold.",
7094
7090
  "category": "workspaces-web",
7095
- "id": "users-web-main-component-account-pending-invites-cue"
7091
+ "id": "workspaces-web-main-component-account-pending-invites-cue"
7096
7092
  },
7097
7093
  {
7098
7094
  "from": "templates/packages/main/src/client/components/AccountSettingsInvitesSection.vue",
@@ -7100,7 +7096,7 @@
7100
7096
  "ownership": "app",
7101
7097
  "reason": "Install app-owned account invites section scaffold for multihoming account settings.",
7102
7098
  "category": "workspaces-web",
7103
- "id": "users-web-main-component-account-settings-invites-section"
7099
+ "id": "workspaces-web-main-component-account-settings-invites-section"
7104
7100
  },
7105
7101
  {
7106
7102
  "from": "templates/src/pages/invite/[token].vue",
@@ -7116,7 +7112,7 @@
7116
7112
  "ownership": "app",
7117
7113
  "reason": "Install app-owned workspace not-found card component used by workspace-dependent surfaces.",
7118
7114
  "category": "workspaces-web",
7119
- "id": "users-web-component-workspace-not-found-card",
7115
+ "id": "workspaces-web-component-workspace-not-found-card",
7120
7116
  "when": {
7121
7117
  "config": "tenancyMode",
7122
7118
  "in": [
@@ -7131,7 +7127,7 @@
7131
7127
  "ownership": "app",
7132
7128
  "reason": "Install app-owned workspace bootstrap status composable for workspace-dependent surfaces.",
7133
7129
  "category": "workspaces-web",
7134
- "id": "users-web-composable-workspace-not-found-state",
7130
+ "id": "workspaces-web-composable-workspace-not-found-state",
7135
7131
  "when": {
7136
7132
  "config": "tenancyMode",
7137
7133
  "in": [
@@ -7147,7 +7143,7 @@
7147
7143
  "ownership": "app",
7148
7144
  "reason": "Install workspace app surface wrapper shell for workspaces-web.",
7149
7145
  "category": "workspaces-web",
7150
- "id": "users-web-page-app-wrapper",
7146
+ "id": "workspaces-web-page-app-wrapper",
7151
7147
  "when": {
7152
7148
  "config": "tenancyMode",
7153
7149
  "in": [
@@ -7163,7 +7159,7 @@
7163
7159
  "ownership": "app",
7164
7160
  "reason": "Install workspace app surface starter page scaffold for workspaces-web.",
7165
7161
  "category": "workspaces-web",
7166
- "id": "users-web-page-app-index",
7162
+ "id": "workspaces-web-page-app-index",
7167
7163
  "when": {
7168
7164
  "config": "tenancyMode",
7169
7165
  "in": [
@@ -7179,7 +7175,7 @@
7179
7175
  "ownership": "app",
7180
7176
  "reason": "Install workspace admin surface wrapper shell for workspaces-web.",
7181
7177
  "category": "workspaces-web",
7182
- "id": "users-web-page-admin-wrapper",
7178
+ "id": "workspaces-web-page-admin-wrapper",
7183
7179
  "when": {
7184
7180
  "config": "tenancyMode",
7185
7181
  "in": [
@@ -7195,7 +7191,7 @@
7195
7191
  "ownership": "app",
7196
7192
  "reason": "Install workspace admin surface starter page scaffold for workspaces-web.",
7197
7193
  "category": "workspaces-web",
7198
- "id": "users-web-page-admin-index",
7194
+ "id": "workspaces-web-page-admin-index",
7199
7195
  "when": {
7200
7196
  "config": "tenancyMode",
7201
7197
  "in": [
@@ -7211,7 +7207,7 @@
7211
7207
  "ownership": "app",
7212
7208
  "reason": "Install admin members starter page scaffold for workspaces-web members UI.",
7213
7209
  "category": "workspaces-web",
7214
- "id": "users-web-page-admin-members",
7210
+ "id": "workspaces-web-page-admin-members",
7215
7211
  "when": {
7216
7212
  "config": "tenancyMode",
7217
7213
  "in": [
@@ -7227,7 +7223,7 @@
7227
7223
  "ownership": "app",
7228
7224
  "reason": "Install workspace settings shell route scaffold for workspaces-web workspace admin UI.",
7229
7225
  "category": "workspaces-web",
7230
- "id": "users-web-page-admin-workspace-settings-shell",
7226
+ "id": "workspaces-web-page-admin-workspace-settings-shell",
7231
7227
  "when": {
7232
7228
  "config": "tenancyMode",
7233
7229
  "in": [
@@ -7243,7 +7239,7 @@
7243
7239
  "ownership": "app",
7244
7240
  "reason": "Install workspace settings index stub scaffold for app-owned landing or redirect behavior.",
7245
7241
  "category": "workspaces-web",
7246
- "id": "users-web-page-admin-workspace-settings",
7242
+ "id": "workspaces-web-page-admin-workspace-settings",
7247
7243
  "when": {
7248
7244
  "config": "tenancyMode",
7249
7245
  "in": [
@@ -7331,7 +7327,7 @@
7331
7327
  "from": "../components/AccountPendingInvitesCue.vue",
7332
7328
  "reason": "Bind app-owned account pending invites cue component into local main client provider imports.",
7333
7329
  "category": "workspaces-web",
7334
- "id": "users-web-main-client-provider-account-invites-import"
7330
+ "id": "workspaces-web-main-client-provider-account-invites-import"
7335
7331
  },
7336
7332
  {
7337
7333
  "op": "ensure-import",
@@ -7340,7 +7336,7 @@
7340
7336
  "from": "../components/AccountSettingsInvitesSection.vue",
7341
7337
  "reason": "Bind app-owned account invites section component into local main client provider imports.",
7342
7338
  "category": "workspaces-web",
7343
- "id": "users-web-main-client-provider-account-settings-section-import"
7339
+ "id": "workspaces-web-main-client-provider-account-settings-section-import"
7344
7340
  },
7345
7341
  {
7346
7342
  "op": "ensure-call",
@@ -7353,7 +7349,7 @@
7353
7349
  "beforeClass": "MainClientProvider",
7354
7350
  "reason": "Bind app-owned account pending invites cue component token into local main client provider registry.",
7355
7351
  "category": "workspaces-web",
7356
- "id": "users-web-main-client-provider-account-invites-register"
7352
+ "id": "workspaces-web-main-client-provider-account-invites-register"
7357
7353
  },
7358
7354
  {
7359
7355
  "op": "ensure-call",
@@ -7366,20 +7362,20 @@
7366
7362
  "beforeClass": "MainClientProvider",
7367
7363
  "reason": "Bind app-owned account invites section component token into local main client provider registry.",
7368
7364
  "category": "workspaces-web",
7369
- "id": "users-web-main-client-provider-account-settings-section-register"
7365
+ "id": "workspaces-web-main-client-provider-account-settings-section-register"
7370
7366
  }
7371
7367
  ]
7372
7368
  }
7373
7369
  },
7374
7370
  "packageJson": {
7375
7371
  "dependencies": {
7376
- "@jskit-ai/auth-web": "0.1.155",
7377
- "@jskit-ai/http-runtime": "0.1.153",
7378
- "@jskit-ai/kernel": "0.1.155",
7379
- "@jskit-ai/shell-web": "0.1.159",
7380
- "@jskit-ai/users-core": "0.1.168",
7381
- "@jskit-ai/users-web": "0.1.173",
7382
- "@jskit-ai/workspaces-core": "0.1.133",
7372
+ "@jskit-ai/auth-web": "0.1.157",
7373
+ "@jskit-ai/http-web": "0.1.2",
7374
+ "@jskit-ai/kernel": "0.1.157",
7375
+ "@jskit-ai/shell-web": "0.1.161",
7376
+ "@jskit-ai/users-core": "0.1.170",
7377
+ "@jskit-ai/users-web": "0.1.175",
7378
+ "@jskit-ai/workspaces-core": "0.1.135",
7383
7379
  "@mdi/js": "^7.4.47"
7384
7380
  },
7385
7381
  "peerDependencies": {