@jskit-ai/jskit-catalog 0.1.132 → 0.1.135

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 +189 -169
  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.130",
9
+ "version": "0.1.132",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.130",
13
+ "version": "0.1.132",
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.98",
350
+ "version": "0.1.100",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.98",
354
+ "version": "0.1.100",
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.119",
403
- "@jskit-ai/kernel": "0.1.121",
404
- "@jskit-ai/resource-core": "0.1.64",
405
- "@jskit-ai/resource-crud-core": "0.1.64",
406
- "@jskit-ai/users-core": "0.1.131",
402
+ "@jskit-ai/http-runtime": "0.1.121",
403
+ "@jskit-ai/kernel": "0.1.123",
404
+ "@jskit-ai/resource-core": "0.1.66",
405
+ "@jskit-ai/resource-crud-core": "0.1.66",
406
+ "@jskit-ai/users-core": "0.1.133",
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.93",
425
+ "version": "0.1.95",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.93",
429
+ "version": "0.1.95",
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.98",
526
- "@jskit-ai/database-runtime": "0.1.120",
527
- "@jskit-ai/http-runtime": "0.1.119",
528
- "@jskit-ai/kernel": "0.1.121",
529
- "@jskit-ai/shell-web": "0.1.121",
530
- "@jskit-ai/users-core": "0.1.131",
531
- "@jskit-ai/users-web": "0.1.137"
525
+ "@jskit-ai/assistant-core": "0.1.100",
526
+ "@jskit-ai/database-runtime": "0.1.122",
527
+ "@jskit-ai/http-runtime": "0.1.121",
528
+ "@jskit-ai/kernel": "0.1.123",
529
+ "@jskit-ai/shell-web": "0.1.124",
530
+ "@jskit-ai/users-core": "0.1.133",
531
+ "@jskit-ai/users-web": "0.1.139"
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.118",
586
+ "version": "0.1.120",
587
587
  "descriptor": {
588
588
  "packageVersion": 1,
589
589
  "packageId": "@jskit-ai/auth-core",
590
- "version": "0.1.118",
590
+ "version": "0.1.120",
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.121",
663
+ "@jskit-ai/kernel": "0.1.123",
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.21",
681
+ "version": "0.1.24",
682
682
  "descriptor": {
683
683
  "packageVersion": 1,
684
684
  "packageId": "@jskit-ai/auth-provider-local-core",
685
- "version": "0.1.21",
685
+ "version": "0.1.24",
686
686
  "kind": "runtime",
687
687
  "description": "Local auth provider with a file backend default and no database requirement.",
688
688
  "dependsOn": [
@@ -745,9 +745,9 @@
745
745
  "mutations": {
746
746
  "dependencies": {
747
747
  "runtime": {
748
- "@jskit-ai/auth-core": "0.1.118",
749
- "@jskit-ai/kernel": "0.1.121",
750
- "nodemailer": "^7.0.10",
748
+ "@jskit-ai/auth-core": "0.1.120",
749
+ "@jskit-ai/kernel": "0.1.123",
750
+ "nodemailer": "^9.0.3",
751
751
  "dotenv": "^16.4.5"
752
752
  },
753
753
  "dev": {}
@@ -792,11 +792,11 @@
792
792
  },
793
793
  {
794
794
  "packageId": "@jskit-ai/auth-provider-local-db-core",
795
- "version": "0.1.13",
795
+ "version": "0.1.15",
796
796
  "descriptor": {
797
797
  "packageVersion": 1,
798
798
  "packageId": "@jskit-ai/auth-provider-local-db-core",
799
- "version": "0.1.13",
799
+ "version": "0.1.15",
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.21",
879
- "@jskit-ai/database-runtime": "0.1.120",
880
- "@jskit-ai/kernel": "0.1.121"
878
+ "@jskit-ai/auth-provider-local-core": "0.1.24",
879
+ "@jskit-ai/database-runtime": "0.1.122",
880
+ "@jskit-ai/kernel": "0.1.123"
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.119",
915
+ "version": "0.1.121",
916
916
  "descriptor": {
917
917
  "packageVersion": 1,
918
918
  "packageId": "@jskit-ai/auth-provider-supabase-core",
919
- "version": "0.1.119",
919
+ "version": "0.1.121",
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.118",
1002
- "@jskit-ai/kernel": "0.1.121",
1001
+ "@jskit-ai/auth-core": "0.1.120",
1002
+ "@jskit-ai/kernel": "0.1.123",
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.121",
1080
+ "version": "0.1.123",
1081
1081
  "descriptor": {
1082
1082
  "packageVersion": 1,
1083
1083
  "packageId": "@jskit-ai/auth-web",
1084
- "version": "0.1.121",
1084
+ "version": "0.1.123",
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.118",
1358
- "@jskit-ai/http-runtime": "0.1.119",
1359
- "@jskit-ai/kernel": "0.1.121",
1360
- "@jskit-ai/shell-web": "0.1.121"
1357
+ "@jskit-ai/auth-core": "0.1.120",
1358
+ "@jskit-ai/http-runtime": "0.1.121",
1359
+ "@jskit-ai/kernel": "0.1.123",
1360
+ "@jskit-ai/shell-web": "0.1.124"
1361
1361
  },
1362
1362
  "dev": {}
1363
1363
  },
@@ -1450,11 +1450,11 @@
1450
1450
  },
1451
1451
  {
1452
1452
  "packageId": "@jskit-ai/console-core",
1453
- "version": "0.1.84",
1453
+ "version": "0.1.86",
1454
1454
  "descriptor": {
1455
1455
  "packageVersion": 1,
1456
1456
  "packageId": "@jskit-ai/console-core",
1457
- "version": "0.1.84",
1457
+ "version": "0.1.86",
1458
1458
  "kind": "runtime",
1459
1459
  "description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
1460
1460
  "dependsOn": [
@@ -1538,12 +1538,12 @@
1538
1538
  "mutations": {
1539
1539
  "dependencies": {
1540
1540
  "runtime": {
1541
- "@jskit-ai/auth-core": "0.1.118",
1542
- "@jskit-ai/database-runtime": "0.1.120",
1543
- "@jskit-ai/http-runtime": "0.1.119",
1544
- "@jskit-ai/kernel": "0.1.121",
1545
- "@jskit-ai/resource-crud-core": "0.1.64",
1546
- "@jskit-ai/users-core": "0.1.131"
1541
+ "@jskit-ai/auth-core": "0.1.120",
1542
+ "@jskit-ai/database-runtime": "0.1.122",
1543
+ "@jskit-ai/http-runtime": "0.1.121",
1544
+ "@jskit-ai/kernel": "0.1.123",
1545
+ "@jskit-ai/resource-crud-core": "0.1.66",
1546
+ "@jskit-ai/users-core": "0.1.133"
1547
1547
  },
1548
1548
  "dev": {}
1549
1549
  },
@@ -1568,11 +1568,11 @@
1568
1568
  },
1569
1569
  {
1570
1570
  "packageId": "@jskit-ai/console-web",
1571
- "version": "0.1.89",
1571
+ "version": "0.1.91",
1572
1572
  "descriptor": {
1573
1573
  "packageVersion": 1,
1574
1574
  "packageId": "@jskit-ai/console-web",
1575
- "version": "0.1.89",
1575
+ "version": "0.1.91",
1576
1576
  "kind": "runtime",
1577
1577
  "description": "Authenticated console surface scaffold and surface policy wiring.",
1578
1578
  "dependsOn": [
@@ -1682,9 +1682,9 @@
1682
1682
  "mutations": {
1683
1683
  "dependencies": {
1684
1684
  "runtime": {
1685
- "@jskit-ai/auth-web": "0.1.121",
1686
- "@jskit-ai/console-core": "0.1.84",
1687
- "@jskit-ai/shell-web": "0.1.121"
1685
+ "@jskit-ai/auth-web": "0.1.123",
1686
+ "@jskit-ai/console-core": "0.1.86",
1687
+ "@jskit-ai/shell-web": "0.1.124"
1688
1688
  },
1689
1689
  "dev": {}
1690
1690
  },
@@ -1791,11 +1791,11 @@
1791
1791
  },
1792
1792
  {
1793
1793
  "packageId": "@jskit-ai/crud-core",
1794
- "version": "0.1.129",
1794
+ "version": "0.1.131",
1795
1795
  "descriptor": {
1796
1796
  "packageVersion": 1,
1797
1797
  "packageId": "@jskit-ai/crud-core",
1798
- "version": "0.1.129",
1798
+ "version": "0.1.131",
1799
1799
  "kind": "runtime",
1800
1800
  "description": "Shared CRUD helpers used by CRUD modules.",
1801
1801
  "dependsOn": [
@@ -1824,7 +1824,7 @@
1824
1824
  "mutations": {
1825
1825
  "dependencies": {
1826
1826
  "runtime": {
1827
- "@jskit-ai/crud-core": "0.1.129"
1827
+ "@jskit-ai/crud-core": "0.1.131"
1828
1828
  },
1829
1829
  "dev": {}
1830
1830
  },
@@ -1838,11 +1838,11 @@
1838
1838
  },
1839
1839
  {
1840
1840
  "packageId": "@jskit-ai/crud-server-generator",
1841
- "version": "0.1.129",
1841
+ "version": "0.1.131",
1842
1842
  "descriptor": {
1843
1843
  "packageVersion": 1,
1844
1844
  "packageId": "@jskit-ai/crud-server-generator",
1845
- "version": "0.1.129",
1845
+ "version": "0.1.131",
1846
1846
  "kind": "generator",
1847
1847
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1848
1848
  "options": {
@@ -2009,14 +2009,14 @@
2009
2009
  "mutations": {
2010
2010
  "dependencies": {
2011
2011
  "runtime": {
2012
- "@jskit-ai/auth-core": "0.1.118",
2013
- "@jskit-ai/crud-core": "0.1.129",
2014
- "@jskit-ai/database-runtime": "0.1.120",
2015
- "@jskit-ai/http-runtime": "0.1.119",
2016
- "@jskit-ai/json-rest-api-core": "0.1.65",
2017
- "@jskit-ai/kernel": "0.1.121",
2018
- "@jskit-ai/realtime": "0.1.118",
2019
- "@jskit-ai/resource-crud-core": "0.1.64",
2012
+ "@jskit-ai/auth-core": "0.1.120",
2013
+ "@jskit-ai/crud-core": "0.1.131",
2014
+ "@jskit-ai/database-runtime": "0.1.122",
2015
+ "@jskit-ai/http-runtime": "0.1.121",
2016
+ "@jskit-ai/json-rest-api-core": "0.1.67",
2017
+ "@jskit-ai/kernel": "0.1.123",
2018
+ "@jskit-ai/realtime": "0.1.120",
2019
+ "@jskit-ai/resource-crud-core": "0.1.66",
2020
2020
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
2021
2021
  },
2022
2022
  "dev": {}
@@ -2148,11 +2148,11 @@
2148
2148
  },
2149
2149
  {
2150
2150
  "packageId": "@jskit-ai/crud-ui-generator",
2151
- "version": "0.1.104",
2151
+ "version": "0.1.106",
2152
2152
  "descriptor": {
2153
2153
  "packageVersion": 1,
2154
2154
  "packageId": "@jskit-ai/crud-ui-generator",
2155
- "version": "0.1.104",
2155
+ "version": "0.1.106",
2156
2156
  "kind": "generator",
2157
2157
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2158
2158
  "options": {
@@ -2351,7 +2351,7 @@
2351
2351
  "mutations": {
2352
2352
  "dependencies": {
2353
2353
  "runtime": {
2354
- "@jskit-ai/users-web": "0.1.137"
2354
+ "@jskit-ai/users-web": "0.1.139"
2355
2355
  },
2356
2356
  "dev": {}
2357
2357
  },
@@ -2610,11 +2610,11 @@
2610
2610
  },
2611
2611
  {
2612
2612
  "packageId": "@jskit-ai/database-runtime",
2613
- "version": "0.1.120",
2613
+ "version": "0.1.122",
2614
2614
  "descriptor": {
2615
2615
  "packageVersion": 1,
2616
2616
  "packageId": "@jskit-ai/database-runtime",
2617
- "version": "0.1.120",
2617
+ "version": "0.1.122",
2618
2618
  "kind": "runtime",
2619
2619
  "dependsOn": [
2620
2620
  "@jskit-ai/kernel"
@@ -2683,7 +2683,7 @@
2683
2683
  "mutations": {
2684
2684
  "dependencies": {
2685
2685
  "runtime": {
2686
- "@jskit-ai/kernel": "0.1.121",
2686
+ "@jskit-ai/kernel": "0.1.123",
2687
2687
  "dotenv": "^16.4.5",
2688
2688
  "knex": "^3.1.0"
2689
2689
  },
@@ -2719,11 +2719,11 @@
2719
2719
  },
2720
2720
  {
2721
2721
  "packageId": "@jskit-ai/database-runtime-mysql",
2722
- "version": "0.1.119",
2722
+ "version": "0.1.121",
2723
2723
  "descriptor": {
2724
2724
  "packageVersion": 1,
2725
2725
  "packageId": "@jskit-ai/database-runtime-mysql",
2726
- "version": "0.1.119",
2726
+ "version": "0.1.121",
2727
2727
  "kind": "runtime",
2728
2728
  "options": {
2729
2729
  "db-host": {
@@ -2845,7 +2845,7 @@
2845
2845
  "mutations": {
2846
2846
  "dependencies": {
2847
2847
  "runtime": {
2848
- "@jskit-ai/database-runtime": "0.1.120",
2848
+ "@jskit-ai/database-runtime": "0.1.122",
2849
2849
  "mysql2": "^3.11.2"
2850
2850
  },
2851
2851
  "dev": {}
@@ -2916,11 +2916,11 @@
2916
2916
  },
2917
2917
  {
2918
2918
  "packageId": "@jskit-ai/database-runtime-postgres",
2919
- "version": "0.1.118",
2919
+ "version": "0.1.120",
2920
2920
  "descriptor": {
2921
2921
  "packageVersion": 1,
2922
2922
  "packageId": "@jskit-ai/database-runtime-postgres",
2923
- "version": "0.1.118",
2923
+ "version": "0.1.120",
2924
2924
  "kind": "runtime",
2925
2925
  "options": {
2926
2926
  "db-host": {
@@ -3041,7 +3041,7 @@
3041
3041
  "mutations": {
3042
3042
  "dependencies": {
3043
3043
  "runtime": {
3044
- "@jskit-ai/database-runtime": "0.1.120",
3044
+ "@jskit-ai/database-runtime": "0.1.122",
3045
3045
  "pg": "^8.13.1"
3046
3046
  },
3047
3047
  "dev": {}
@@ -3112,11 +3112,11 @@
3112
3112
  },
3113
3113
  {
3114
3114
  "packageId": "@jskit-ai/feature-server-generator",
3115
- "version": "0.1.63",
3115
+ "version": "0.1.65",
3116
3116
  "descriptor": {
3117
3117
  "packageVersion": 1,
3118
3118
  "packageId": "@jskit-ai/feature-server-generator",
3119
- "version": "0.1.63",
3119
+ "version": "0.1.65",
3120
3120
  "kind": "generator",
3121
3121
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
3122
3122
  "options": {
@@ -3281,27 +3281,27 @@
3281
3281
  "dependencies": {
3282
3282
  "runtime": {
3283
3283
  "@jskit-ai/database-runtime": {
3284
- "version": "0.1.120",
3284
+ "version": "0.1.122",
3285
3285
  "when": {
3286
3286
  "option": "mode",
3287
3287
  "notEquals": "orchestrator"
3288
3288
  }
3289
3289
  },
3290
3290
  "@jskit-ai/database-runtime-mysql": {
3291
- "version": "0.1.119",
3291
+ "version": "0.1.121",
3292
3292
  "when": {
3293
3293
  "option": "mode",
3294
3294
  "notEquals": "orchestrator"
3295
3295
  }
3296
3296
  },
3297
3297
  "@jskit-ai/json-rest-api-core": {
3298
- "version": "0.1.65",
3298
+ "version": "0.1.67",
3299
3299
  "when": {
3300
3300
  "option": "mode",
3301
3301
  "equals": "json-rest"
3302
3302
  }
3303
3303
  },
3304
- "@jskit-ai/kernel": "0.1.121",
3304
+ "@jskit-ai/kernel": "0.1.123",
3305
3305
  "json-rest-schema": "1.x.x",
3306
3306
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
3307
3307
  },
@@ -3414,11 +3414,11 @@
3414
3414
  },
3415
3415
  {
3416
3416
  "packageId": "@jskit-ai/google-rewarded-core",
3417
- "version": "0.1.58",
3417
+ "version": "0.1.60",
3418
3418
  "descriptor": {
3419
3419
  "packageVersion": 1,
3420
3420
  "packageId": "@jskit-ai/google-rewarded-core",
3421
- "version": "0.1.58",
3421
+ "version": "0.1.60",
3422
3422
  "kind": "runtime",
3423
3423
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3424
3424
  "dependsOn": [
@@ -3545,14 +3545,14 @@
3545
3545
  "mutations": {
3546
3546
  "dependencies": {
3547
3547
  "runtime": {
3548
- "@jskit-ai/auth-core": "0.1.118",
3549
- "@jskit-ai/crud-core": "0.1.129",
3550
- "@jskit-ai/database-runtime": "0.1.120",
3551
- "@jskit-ai/http-runtime": "0.1.119",
3552
- "@jskit-ai/json-rest-api-core": "0.1.65",
3553
- "@jskit-ai/kernel": "0.1.121",
3554
- "@jskit-ai/resource-crud-core": "0.1.64",
3555
- "@jskit-ai/workspaces-core": "0.1.97"
3548
+ "@jskit-ai/auth-core": "0.1.120",
3549
+ "@jskit-ai/crud-core": "0.1.131",
3550
+ "@jskit-ai/database-runtime": "0.1.122",
3551
+ "@jskit-ai/http-runtime": "0.1.121",
3552
+ "@jskit-ai/json-rest-api-core": "0.1.67",
3553
+ "@jskit-ai/kernel": "0.1.123",
3554
+ "@jskit-ai/resource-crud-core": "0.1.66",
3555
+ "@jskit-ai/workspaces-core": "0.1.99"
3556
3556
  },
3557
3557
  "dev": {}
3558
3558
  },
@@ -3604,11 +3604,11 @@
3604
3604
  },
3605
3605
  {
3606
3606
  "packageId": "@jskit-ai/google-rewarded-web",
3607
- "version": "0.1.58",
3607
+ "version": "0.1.60",
3608
3608
  "descriptor": {
3609
3609
  "packageVersion": 1,
3610
3610
  "packageId": "@jskit-ai/google-rewarded-web",
3611
- "version": "0.1.58",
3611
+ "version": "0.1.60",
3612
3612
  "kind": "runtime",
3613
3613
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3614
3614
  "dependsOn": [
@@ -3655,10 +3655,10 @@
3655
3655
  "mutations": {
3656
3656
  "dependencies": {
3657
3657
  "runtime": {
3658
- "@jskit-ai/google-rewarded-core": "0.1.58",
3659
- "@jskit-ai/http-runtime": "0.1.119",
3660
- "@jskit-ai/kernel": "0.1.121",
3661
- "@jskit-ai/shell-web": "0.1.121"
3658
+ "@jskit-ai/google-rewarded-core": "0.1.60",
3659
+ "@jskit-ai/http-runtime": "0.1.121",
3660
+ "@jskit-ai/kernel": "0.1.123",
3661
+ "@jskit-ai/shell-web": "0.1.124"
3662
3662
  },
3663
3663
  "dev": {}
3664
3664
  },
@@ -3676,11 +3676,11 @@
3676
3676
  },
3677
3677
  {
3678
3678
  "packageId": "@jskit-ai/http-runtime",
3679
- "version": "0.1.119",
3679
+ "version": "0.1.121",
3680
3680
  "descriptor": {
3681
3681
  "packageVersion": 1,
3682
3682
  "packageId": "@jskit-ai/http-runtime",
3683
- "version": "0.1.119",
3683
+ "version": "0.1.121",
3684
3684
  "kind": "runtime",
3685
3685
  "dependsOn": [],
3686
3686
  "capabilities": {
@@ -3746,7 +3746,7 @@
3746
3746
  "mutations": {
3747
3747
  "dependencies": {
3748
3748
  "runtime": {
3749
- "@jskit-ai/kernel": "0.1.121"
3749
+ "@jskit-ai/kernel": "0.1.123"
3750
3750
  },
3751
3751
  "dev": {}
3752
3752
  },
@@ -3760,11 +3760,11 @@
3760
3760
  },
3761
3761
  {
3762
3762
  "packageId": "@jskit-ai/json-rest-api-core",
3763
- "version": "0.1.65",
3763
+ "version": "0.1.67",
3764
3764
  "descriptor": {
3765
3765
  "packageVersion": 1,
3766
3766
  "packageId": "@jskit-ai/json-rest-api-core",
3767
- "version": "0.1.65",
3767
+ "version": "0.1.67",
3768
3768
  "kind": "runtime",
3769
3769
  "description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
3770
3770
  "dependsOn": [
@@ -3824,11 +3824,11 @@
3824
3824
  },
3825
3825
  {
3826
3826
  "packageId": "@jskit-ai/mobile-capacitor",
3827
- "version": "0.1.57",
3827
+ "version": "0.1.59",
3828
3828
  "descriptor": {
3829
3829
  "packageVersion": 1,
3830
3830
  "packageId": "@jskit-ai/mobile-capacitor",
3831
- "version": "0.1.57",
3831
+ "version": "0.1.59",
3832
3832
  "kind": "runtime",
3833
3833
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3834
3834
  "dependsOn": [
@@ -3891,8 +3891,8 @@
3891
3891
  "@capacitor/app": "^7.1.0",
3892
3892
  "@capacitor/browser": "^7.0.1",
3893
3893
  "@capacitor/core": "^7.4.3",
3894
- "@jskit-ai/kernel": "0.1.121",
3895
- "@jskit-ai/shell-web": "0.1.121"
3894
+ "@jskit-ai/kernel": "0.1.123",
3895
+ "@jskit-ai/shell-web": "0.1.124"
3896
3896
  },
3897
3897
  "dev": {
3898
3898
  "@capacitor/cli": "^7.4.3"
@@ -3944,11 +3944,11 @@
3944
3944
  },
3945
3945
  {
3946
3946
  "packageId": "@jskit-ai/realtime",
3947
- "version": "0.1.118",
3947
+ "version": "0.1.120",
3948
3948
  "descriptor": {
3949
3949
  "packageVersion": 1,
3950
3950
  "packageId": "@jskit-ai/realtime",
3951
- "version": "0.1.118",
3951
+ "version": "0.1.120",
3952
3952
  "kind": "runtime",
3953
3953
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
3954
3954
  "options": {
@@ -4044,7 +4044,7 @@
4044
4044
  "mutations": {
4045
4045
  "dependencies": {
4046
4046
  "runtime": {
4047
- "@jskit-ai/kernel": "0.1.121",
4047
+ "@jskit-ai/kernel": "0.1.123",
4048
4048
  "@socket.io/redis-adapter": "^8.3.0",
4049
4049
  "redis": "^5.8.2",
4050
4050
  "socket.io": "^4.8.3",
@@ -4093,11 +4093,11 @@
4093
4093
  },
4094
4094
  {
4095
4095
  "packageId": "@jskit-ai/resource-core",
4096
- "version": "0.1.64",
4096
+ "version": "0.1.66",
4097
4097
  "descriptor": {
4098
4098
  "packageVersion": 1,
4099
4099
  "packageId": "@jskit-ai/resource-core",
4100
- "version": "0.1.64",
4100
+ "version": "0.1.66",
4101
4101
  "kind": "runtime",
4102
4102
  "description": "Generic resource-definition helpers and schema-definition normalization.",
4103
4103
  "dependsOn": [
@@ -4120,7 +4120,7 @@
4120
4120
  "mutations": {
4121
4121
  "dependencies": {
4122
4122
  "runtime": {
4123
- "@jskit-ai/resource-core": "0.1.64"
4123
+ "@jskit-ai/resource-core": "0.1.66"
4124
4124
  },
4125
4125
  "dev": {}
4126
4126
  },
@@ -4135,11 +4135,11 @@
4135
4135
  },
4136
4136
  {
4137
4137
  "packageId": "@jskit-ai/resource-crud-core",
4138
- "version": "0.1.64",
4138
+ "version": "0.1.66",
4139
4139
  "descriptor": {
4140
4140
  "packageVersion": 1,
4141
4141
  "packageId": "@jskit-ai/resource-crud-core",
4142
- "version": "0.1.64",
4142
+ "version": "0.1.66",
4143
4143
  "kind": "runtime",
4144
4144
  "description": "CRUD-specific resource-definition helpers and namespace support.",
4145
4145
  "dependsOn": [
@@ -4163,7 +4163,7 @@
4163
4163
  "mutations": {
4164
4164
  "dependencies": {
4165
4165
  "runtime": {
4166
- "@jskit-ai/resource-crud-core": "0.1.64"
4166
+ "@jskit-ai/resource-crud-core": "0.1.66"
4167
4167
  },
4168
4168
  "dev": {}
4169
4169
  },
@@ -4178,11 +4178,11 @@
4178
4178
  },
4179
4179
  {
4180
4180
  "packageId": "@jskit-ai/shell-web",
4181
- "version": "0.1.121",
4181
+ "version": "0.1.124",
4182
4182
  "descriptor": {
4183
4183
  "packageVersion": 1,
4184
4184
  "packageId": "@jskit-ai/shell-web",
4185
- "version": "0.1.121",
4185
+ "version": "0.1.124",
4186
4186
  "kind": "runtime",
4187
4187
  "description": "Web shell layout runtime with outlet-based placement contributions.",
4188
4188
  "dependsOn": [],
@@ -4528,7 +4528,7 @@
4528
4528
  "dependencies": {
4529
4529
  "runtime": {
4530
4530
  "@mdi/js": "^7.4.47",
4531
- "@jskit-ai/kernel": "0.1.121"
4531
+ "@jskit-ai/kernel": "0.1.123"
4532
4532
  },
4533
4533
  "dev": {
4534
4534
  "@playwright/test": "1.61.1"
@@ -4684,7 +4684,11 @@
4684
4684
  "expectedExistingFrom": "templates/expected-existing/src/pages/home.vue",
4685
4685
  "reason": "Install shell-driven home wrapper page.",
4686
4686
  "category": "shell-web",
4687
- "id": "shell-web-page-home-wrapper"
4687
+ "id": "shell-web-page-home-wrapper",
4688
+ "when": {
4689
+ "config": "surfaceDefinitions.home.enabled",
4690
+ "equals": "true"
4691
+ }
4688
4692
  },
4689
4693
  {
4690
4694
  "from": "templates/src/pages/home/index.vue",
@@ -4694,7 +4698,11 @@
4694
4698
  "expectedExistingFrom": "templates/expected-existing/src/pages/home/index.vue",
4695
4699
  "reason": "Install shell-driven home surface starter page.",
4696
4700
  "category": "shell-web",
4697
- "id": "shell-web-page-home"
4701
+ "id": "shell-web-page-home",
4702
+ "when": {
4703
+ "config": "surfaceDefinitions.home.enabled",
4704
+ "equals": "true"
4705
+ }
4698
4706
  },
4699
4707
  {
4700
4708
  "from": "templates/src/pages/home/settings.vue",
@@ -4703,7 +4711,11 @@
4703
4711
  "ownership": "app",
4704
4712
  "reason": "Install shell-driven home settings shell route with section navigation.",
4705
4713
  "category": "shell-web",
4706
- "id": "shell-web-page-home-settings-shell"
4714
+ "id": "shell-web-page-home-settings-shell",
4715
+ "when": {
4716
+ "config": "surfaceDefinitions.home.enabled",
4717
+ "equals": "true"
4718
+ }
4707
4719
  },
4708
4720
  {
4709
4721
  "from": "templates/src/pages/home/settings/index.vue",
@@ -4712,7 +4724,11 @@
4712
4724
  "ownership": "app",
4713
4725
  "reason": "Install shell-driven home settings redirect so the starter settings shell lands on a real child page.",
4714
4726
  "category": "shell-web",
4715
- "id": "shell-web-page-home-settings"
4727
+ "id": "shell-web-page-home-settings",
4728
+ "when": {
4729
+ "config": "surfaceDefinitions.home.enabled",
4730
+ "equals": "true"
4731
+ }
4716
4732
  },
4717
4733
  {
4718
4734
  "from": "templates/src/pages/home/settings/general/index.vue",
@@ -4721,7 +4737,11 @@
4721
4737
  "ownership": "app",
4722
4738
  "reason": "Install shell-driven general settings child page with a tiny browser-local shell preference example.",
4723
4739
  "category": "shell-web",
4724
- "id": "shell-web-page-home-settings-general"
4740
+ "id": "shell-web-page-home-settings-general",
4741
+ "when": {
4742
+ "config": "surfaceDefinitions.home.enabled",
4743
+ "equals": "true"
4744
+ }
4725
4745
  },
4726
4746
  {
4727
4747
  "from": "templates/tests/e2e/adaptive-shell.spec.ts",
@@ -4737,11 +4757,11 @@
4737
4757
  },
4738
4758
  {
4739
4759
  "packageId": "@jskit-ai/storage-runtime",
4740
- "version": "0.1.119",
4760
+ "version": "0.1.121",
4741
4761
  "descriptor": {
4742
4762
  "packageVersion": 1,
4743
4763
  "packageId": "@jskit-ai/storage-runtime",
4744
- "version": "0.1.119",
4764
+ "version": "0.1.121",
4745
4765
  "kind": "runtime",
4746
4766
  "dependsOn": [
4747
4767
  "@jskit-ai/kernel"
@@ -4790,7 +4810,7 @@
4790
4810
  "mutations": {
4791
4811
  "dependencies": {
4792
4812
  "runtime": {
4793
- "@jskit-ai/kernel": "0.1.121",
4813
+ "@jskit-ai/kernel": "0.1.123",
4794
4814
  "unstorage": "^1.17.3"
4795
4815
  },
4796
4816
  "dev": {}
@@ -4806,11 +4826,11 @@
4806
4826
  },
4807
4827
  {
4808
4828
  "packageId": "@jskit-ai/ui-generator",
4809
- "version": "0.1.104",
4829
+ "version": "0.1.106",
4810
4830
  "descriptor": {
4811
4831
  "packageVersion": 1,
4812
4832
  "packageId": "@jskit-ai/ui-generator",
4813
- "version": "0.1.104",
4833
+ "version": "0.1.106",
4814
4834
  "kind": "generator",
4815
4835
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4816
4836
  "options": {
@@ -5243,7 +5263,7 @@
5243
5263
  "mutations": {
5244
5264
  "dependencies": {
5245
5265
  "runtime": {
5246
- "@jskit-ai/users-web": "0.1.137"
5266
+ "@jskit-ai/users-web": "0.1.139"
5247
5267
  },
5248
5268
  "dev": {}
5249
5269
  },
@@ -5258,11 +5278,11 @@
5258
5278
  },
5259
5279
  {
5260
5280
  "packageId": "@jskit-ai/uploads-image-web",
5261
- "version": "0.1.97",
5281
+ "version": "0.1.99",
5262
5282
  "descriptor": {
5263
5283
  "packageVersion": 1,
5264
5284
  "packageId": "@jskit-ai/uploads-image-web",
5265
- "version": "0.1.97",
5285
+ "version": "0.1.99",
5266
5286
  "kind": "runtime",
5267
5287
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
5268
5288
  "dependsOn": [
@@ -5326,7 +5346,7 @@
5326
5346
  "mutations": {
5327
5347
  "dependencies": {
5328
5348
  "runtime": {
5329
- "@jskit-ai/uploads-runtime": "0.1.97",
5349
+ "@jskit-ai/uploads-runtime": "0.1.99",
5330
5350
  "@uppy/compressor": "^3.1.0",
5331
5351
  "@uppy/core": "^5.2.0",
5332
5352
  "@uppy/dashboard": "^5.1.1",
@@ -5346,11 +5366,11 @@
5346
5366
  },
5347
5367
  {
5348
5368
  "packageId": "@jskit-ai/uploads-runtime",
5349
- "version": "0.1.97",
5369
+ "version": "0.1.99",
5350
5370
  "descriptor": {
5351
5371
  "packageVersion": 1,
5352
5372
  "packageId": "@jskit-ai/uploads-runtime",
5353
- "version": "0.1.97",
5373
+ "version": "0.1.99",
5354
5374
  "kind": "runtime",
5355
5375
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
5356
5376
  "dependsOn": [
@@ -5420,7 +5440,7 @@
5420
5440
  "dependencies": {
5421
5441
  "runtime": {
5422
5442
  "@fastify/multipart": "^9.4.0",
5423
- "@jskit-ai/kernel": "0.1.121"
5443
+ "@jskit-ai/kernel": "0.1.123"
5424
5444
  },
5425
5445
  "dev": {}
5426
5446
  },
@@ -5435,11 +5455,11 @@
5435
5455
  },
5436
5456
  {
5437
5457
  "packageId": "@jskit-ai/users-core",
5438
- "version": "0.1.131",
5458
+ "version": "0.1.133",
5439
5459
  "descriptor": {
5440
5460
  "packageVersion": 1,
5441
5461
  "packageId": "@jskit-ai/users-core",
5442
- "version": "0.1.131",
5462
+ "version": "0.1.133",
5443
5463
  "kind": "runtime",
5444
5464
  "description": "Users/account runtime plus HTTP routes for account features.",
5445
5465
  "dependsOn": [
@@ -5583,16 +5603,16 @@
5583
5603
  "mutations": {
5584
5604
  "dependencies": {
5585
5605
  "runtime": {
5586
- "@jskit-ai/auth-core": "0.1.118",
5587
- "@jskit-ai/crud-core": "0.1.129",
5588
- "@jskit-ai/database-runtime": "0.1.120",
5589
- "@jskit-ai/http-runtime": "0.1.119",
5590
- "@jskit-ai/json-rest-api-core": "0.1.65",
5591
- "@jskit-ai/kernel": "0.1.121",
5592
- "@jskit-ai/resource-core": "0.1.64",
5593
- "@jskit-ai/resource-crud-core": "0.1.64",
5606
+ "@jskit-ai/auth-core": "0.1.120",
5607
+ "@jskit-ai/crud-core": "0.1.131",
5608
+ "@jskit-ai/database-runtime": "0.1.122",
5609
+ "@jskit-ai/http-runtime": "0.1.121",
5610
+ "@jskit-ai/json-rest-api-core": "0.1.67",
5611
+ "@jskit-ai/kernel": "0.1.123",
5612
+ "@jskit-ai/resource-core": "0.1.66",
5613
+ "@jskit-ai/resource-crud-core": "0.1.66",
5594
5614
  "@local/users": "file:packages/users",
5595
- "@jskit-ai/uploads-runtime": "0.1.97"
5615
+ "@jskit-ai/uploads-runtime": "0.1.99"
5596
5616
  },
5597
5617
  "dev": {}
5598
5618
  },
@@ -5819,11 +5839,11 @@
5819
5839
  },
5820
5840
  {
5821
5841
  "packageId": "@jskit-ai/users-web",
5822
- "version": "0.1.137",
5842
+ "version": "0.1.139",
5823
5843
  "descriptor": {
5824
5844
  "packageVersion": 1,
5825
5845
  "packageId": "@jskit-ai/users-web",
5826
- "version": "0.1.137",
5846
+ "version": "0.1.139",
5827
5847
  "kind": "runtime",
5828
5848
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5829
5849
  "dependsOn": [
@@ -6126,12 +6146,12 @@
6126
6146
  "dependencies": {
6127
6147
  "runtime": {
6128
6148
  "@mdi/js": "^7.4.47",
6129
- "@jskit-ai/http-runtime": "0.1.119",
6130
- "@jskit-ai/realtime": "0.1.118",
6131
- "@jskit-ai/kernel": "0.1.121",
6132
- "@jskit-ai/shell-web": "0.1.121",
6133
- "@jskit-ai/uploads-image-web": "0.1.97",
6134
- "@jskit-ai/users-core": "0.1.131"
6149
+ "@jskit-ai/http-runtime": "0.1.121",
6150
+ "@jskit-ai/realtime": "0.1.120",
6151
+ "@jskit-ai/kernel": "0.1.123",
6152
+ "@jskit-ai/shell-web": "0.1.124",
6153
+ "@jskit-ai/uploads-image-web": "0.1.99",
6154
+ "@jskit-ai/users-core": "0.1.133"
6135
6155
  },
6136
6156
  "dev": {}
6137
6157
  },
@@ -6308,11 +6328,11 @@
6308
6328
  },
6309
6329
  {
6310
6330
  "packageId": "@jskit-ai/workspaces-core",
6311
- "version": "0.1.97",
6331
+ "version": "0.1.99",
6312
6332
  "descriptor": {
6313
6333
  "packageVersion": 1,
6314
6334
  "packageId": "@jskit-ai/workspaces-core",
6315
- "version": "0.1.97",
6335
+ "version": "0.1.99",
6316
6336
  "kind": "runtime",
6317
6337
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6318
6338
  "dependsOn": [
@@ -6458,10 +6478,10 @@
6458
6478
  "mutations": {
6459
6479
  "dependencies": {
6460
6480
  "runtime": {
6461
- "@jskit-ai/json-rest-api-core": "0.1.65",
6462
- "@jskit-ai/resource-core": "0.1.64",
6463
- "@jskit-ai/resource-crud-core": "0.1.64",
6464
- "@jskit-ai/users-core": "0.1.131"
6481
+ "@jskit-ai/json-rest-api-core": "0.1.67",
6482
+ "@jskit-ai/resource-core": "0.1.66",
6483
+ "@jskit-ai/resource-crud-core": "0.1.66",
6484
+ "@jskit-ai/users-core": "0.1.133"
6465
6485
  },
6466
6486
  "dev": {}
6467
6487
  },
@@ -6664,11 +6684,11 @@
6664
6684
  },
6665
6685
  {
6666
6686
  "packageId": "@jskit-ai/workspaces-web",
6667
- "version": "0.1.98",
6687
+ "version": "0.1.100",
6668
6688
  "descriptor": {
6669
6689
  "packageVersion": 1,
6670
6690
  "packageId": "@jskit-ai/workspaces-web",
6671
- "version": "0.1.98",
6691
+ "version": "0.1.100",
6672
6692
  "kind": "runtime",
6673
6693
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6674
6694
  "dependsOn": [
@@ -6925,9 +6945,9 @@
6925
6945
  "mutations": {
6926
6946
  "dependencies": {
6927
6947
  "runtime": {
6928
- "@jskit-ai/auth-web": "0.1.121",
6929
- "@jskit-ai/workspaces-core": "0.1.97",
6930
- "@jskit-ai/users-web": "0.1.137"
6948
+ "@jskit-ai/auth-web": "0.1.123",
6949
+ "@jskit-ai/workspaces-core": "0.1.99",
6950
+ "@jskit-ai/users-web": "0.1.139"
6931
6951
  },
6932
6952
  "dev": {}
6933
6953
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.132",
3
+ "version": "0.1.135",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [