@jskit-ai/jskit-catalog 0.1.135 → 0.1.138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/catalog/packages.json +190 -165
  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.132",
9
+ "version": "0.1.133",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.132",
13
+ "version": "0.1.133",
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.100",
350
+ "version": "0.1.101",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.100",
354
+ "version": "0.1.101",
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.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",
402
+ "@jskit-ai/http-runtime": "0.1.122",
403
+ "@jskit-ai/kernel": "0.1.124",
404
+ "@jskit-ai/resource-core": "0.1.67",
405
+ "@jskit-ai/resource-crud-core": "0.1.67",
406
+ "@jskit-ai/users-core": "0.1.134",
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.95",
425
+ "version": "0.1.96",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.95",
429
+ "version": "0.1.96",
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.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"
525
+ "@jskit-ai/assistant-core": "0.1.101",
526
+ "@jskit-ai/database-runtime": "0.1.123",
527
+ "@jskit-ai/http-runtime": "0.1.122",
528
+ "@jskit-ai/kernel": "0.1.124",
529
+ "@jskit-ai/shell-web": "0.1.125",
530
+ "@jskit-ai/users-core": "0.1.134",
531
+ "@jskit-ai/users-web": "0.1.140"
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.120",
586
+ "version": "0.1.121",
587
587
  "descriptor": {
588
588
  "packageVersion": 1,
589
589
  "packageId": "@jskit-ai/auth-core",
590
- "version": "0.1.120",
590
+ "version": "0.1.121",
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.123",
663
+ "@jskit-ai/kernel": "0.1.124",
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.24",
681
+ "version": "0.1.25",
682
682
  "descriptor": {
683
683
  "packageVersion": 1,
684
684
  "packageId": "@jskit-ai/auth-provider-local-core",
685
- "version": "0.1.24",
685
+ "version": "0.1.25",
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.120",
749
- "@jskit-ai/kernel": "0.1.123",
748
+ "@jskit-ai/auth-core": "0.1.121",
749
+ "@jskit-ai/kernel": "0.1.124",
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.15",
795
+ "version": "0.1.16",
796
796
  "descriptor": {
797
797
  "packageVersion": 1,
798
798
  "packageId": "@jskit-ai/auth-provider-local-db-core",
799
- "version": "0.1.15",
799
+ "version": "0.1.16",
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.24",
879
- "@jskit-ai/database-runtime": "0.1.122",
880
- "@jskit-ai/kernel": "0.1.123"
878
+ "@jskit-ai/auth-provider-local-core": "0.1.25",
879
+ "@jskit-ai/database-runtime": "0.1.123",
880
+ "@jskit-ai/kernel": "0.1.124"
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.121",
915
+ "version": "0.1.122",
916
916
  "descriptor": {
917
917
  "packageVersion": 1,
918
918
  "packageId": "@jskit-ai/auth-provider-supabase-core",
919
- "version": "0.1.121",
919
+ "version": "0.1.122",
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.120",
1002
- "@jskit-ai/kernel": "0.1.123",
1001
+ "@jskit-ai/auth-core": "0.1.121",
1002
+ "@jskit-ai/kernel": "0.1.124",
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.123",
1080
+ "version": "0.1.124",
1081
1081
  "descriptor": {
1082
1082
  "packageVersion": 1,
1083
1083
  "packageId": "@jskit-ai/auth-web",
1084
- "version": "0.1.123",
1084
+ "version": "0.1.124",
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.120",
1358
- "@jskit-ai/http-runtime": "0.1.121",
1359
- "@jskit-ai/kernel": "0.1.123",
1360
- "@jskit-ai/shell-web": "0.1.124"
1357
+ "@jskit-ai/auth-core": "0.1.121",
1358
+ "@jskit-ai/http-runtime": "0.1.122",
1359
+ "@jskit-ai/kernel": "0.1.124",
1360
+ "@jskit-ai/shell-web": "0.1.125"
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.86",
1453
+ "version": "0.1.88",
1454
1454
  "descriptor": {
1455
1455
  "packageVersion": 1,
1456
1456
  "packageId": "@jskit-ai/console-core",
1457
- "version": "0.1.86",
1457
+ "version": "0.1.88",
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.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"
1541
+ "@jskit-ai/auth-core": "0.1.121",
1542
+ "@jskit-ai/database-runtime": "0.1.123",
1543
+ "@jskit-ai/http-runtime": "0.1.122",
1544
+ "@jskit-ai/kernel": "0.1.124",
1545
+ "@jskit-ai/resource-crud-core": "0.1.67",
1546
+ "@jskit-ai/users-core": "0.1.134"
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.91",
1571
+ "version": "0.1.93",
1572
1572
  "descriptor": {
1573
1573
  "packageVersion": 1,
1574
1574
  "packageId": "@jskit-ai/console-web",
1575
- "version": "0.1.91",
1575
+ "version": "0.1.93",
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.123",
1686
- "@jskit-ai/console-core": "0.1.86",
1687
- "@jskit-ai/shell-web": "0.1.124"
1685
+ "@jskit-ai/auth-web": "0.1.124",
1686
+ "@jskit-ai/console-core": "0.1.88",
1687
+ "@jskit-ai/shell-web": "0.1.125"
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.131",
1794
+ "version": "0.1.132",
1795
1795
  "descriptor": {
1796
1796
  "packageVersion": 1,
1797
1797
  "packageId": "@jskit-ai/crud-core",
1798
- "version": "0.1.131",
1798
+ "version": "0.1.132",
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.131"
1827
+ "@jskit-ai/crud-core": "0.1.132"
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.131",
1841
+ "version": "0.1.133",
1842
1842
  "descriptor": {
1843
1843
  "packageVersion": 1,
1844
1844
  "packageId": "@jskit-ai/crud-server-generator",
1845
- "version": "0.1.131",
1845
+ "version": "0.1.133",
1846
1846
  "kind": "generator",
1847
1847
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1848
1848
  "options": {
@@ -1910,6 +1910,20 @@
1910
1910
  "defaultValue": "",
1911
1911
  "promptLabel": "Internal HTTP routes",
1912
1912
  "promptHint": "Mark generated CRUD HTTP routes as internal-only so they are not publicly registered."
1913
+ },
1914
+ "grant-role": {
1915
+ "required": false,
1916
+ "inputType": "text",
1917
+ "defaultValue": "",
1918
+ "promptLabel": "CRUD permission grant role",
1919
+ "promptHint": "Configured workspace role that receives generated CRUD permissions; choose this or --no-role-grant."
1920
+ },
1921
+ "no-role-grant": {
1922
+ "required": false,
1923
+ "inputType": "flag",
1924
+ "defaultValue": "",
1925
+ "promptLabel": "Skip automatic role grant",
1926
+ "promptHint": "Generate normal CRUD permissions without assigning them to a workspace role."
1913
1927
  }
1914
1928
  },
1915
1929
  "optionPolicies": {
@@ -1947,6 +1961,14 @@
1947
1961
  ]
1948
1962
  }
1949
1963
  },
1964
+ "lifecycle": {
1965
+ "install": {
1966
+ "prepare": {
1967
+ "entrypoint": "src/server/buildTemplateContext.js",
1968
+ "export": "prepareInstallHook"
1969
+ }
1970
+ }
1971
+ },
1950
1972
  "metadata": {
1951
1973
  "generatorPrimarySubcommand": "scaffold",
1952
1974
  "generatorSubcommands": {
@@ -1960,7 +1982,9 @@
1960
1982
  "id-column",
1961
1983
  "directory-prefix",
1962
1984
  "force",
1963
- "internal"
1985
+ "internal",
1986
+ "grant-role",
1987
+ "no-role-grant"
1964
1988
  ],
1965
1989
  "createTarget": {
1966
1990
  "pathTemplate": "packages/${option:namespace|kebab}",
@@ -2009,14 +2033,14 @@
2009
2033
  "mutations": {
2010
2034
  "dependencies": {
2011
2035
  "runtime": {
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",
2036
+ "@jskit-ai/auth-core": "0.1.121",
2037
+ "@jskit-ai/crud-core": "0.1.132",
2038
+ "@jskit-ai/database-runtime": "0.1.123",
2039
+ "@jskit-ai/http-runtime": "0.1.122",
2040
+ "@jskit-ai/json-rest-api-core": "0.1.68",
2041
+ "@jskit-ai/kernel": "0.1.124",
2042
+ "@jskit-ai/realtime": "0.1.121",
2043
+ "@jskit-ai/resource-crud-core": "0.1.67",
2020
2044
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
2021
2045
  },
2022
2046
  "dev": {}
@@ -2134,7 +2158,7 @@
2134
2158
  "position": "bottom",
2135
2159
  "skipIfContains": "\"crud.${option:namespace|snake}.list\"",
2136
2160
  "value": "__JSKIT_CRUD_ROLE_CATALOG_PERMISSION_GRANTS__",
2137
- "reason": "Grant generated CRUD action permissions to the default member role in the app-owned role catalog.",
2161
+ "reason": "Grant generated CRUD action permissions to the selected role in the app-owned role catalog.",
2138
2162
  "category": "crud",
2139
2163
  "id": "crud-role-catalog-permissions-${option:namespace|snake}",
2140
2164
  "templateContext": {
@@ -2148,11 +2172,11 @@
2148
2172
  },
2149
2173
  {
2150
2174
  "packageId": "@jskit-ai/crud-ui-generator",
2151
- "version": "0.1.106",
2175
+ "version": "0.1.107",
2152
2176
  "descriptor": {
2153
2177
  "packageVersion": 1,
2154
2178
  "packageId": "@jskit-ai/crud-ui-generator",
2155
- "version": "0.1.106",
2179
+ "version": "0.1.107",
2156
2180
  "kind": "generator",
2157
2181
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2158
2182
  "options": {
@@ -2351,7 +2375,7 @@
2351
2375
  "mutations": {
2352
2376
  "dependencies": {
2353
2377
  "runtime": {
2354
- "@jskit-ai/users-web": "0.1.139"
2378
+ "@jskit-ai/users-web": "0.1.140"
2355
2379
  },
2356
2380
  "dev": {}
2357
2381
  },
@@ -2610,11 +2634,11 @@
2610
2634
  },
2611
2635
  {
2612
2636
  "packageId": "@jskit-ai/database-runtime",
2613
- "version": "0.1.122",
2637
+ "version": "0.1.123",
2614
2638
  "descriptor": {
2615
2639
  "packageVersion": 1,
2616
2640
  "packageId": "@jskit-ai/database-runtime",
2617
- "version": "0.1.122",
2641
+ "version": "0.1.123",
2618
2642
  "kind": "runtime",
2619
2643
  "dependsOn": [
2620
2644
  "@jskit-ai/kernel"
@@ -2683,7 +2707,7 @@
2683
2707
  "mutations": {
2684
2708
  "dependencies": {
2685
2709
  "runtime": {
2686
- "@jskit-ai/kernel": "0.1.123",
2710
+ "@jskit-ai/kernel": "0.1.124",
2687
2711
  "dotenv": "^16.4.5",
2688
2712
  "knex": "^3.1.0"
2689
2713
  },
@@ -2719,11 +2743,11 @@
2719
2743
  },
2720
2744
  {
2721
2745
  "packageId": "@jskit-ai/database-runtime-mysql",
2722
- "version": "0.1.121",
2746
+ "version": "0.1.122",
2723
2747
  "descriptor": {
2724
2748
  "packageVersion": 1,
2725
2749
  "packageId": "@jskit-ai/database-runtime-mysql",
2726
- "version": "0.1.121",
2750
+ "version": "0.1.122",
2727
2751
  "kind": "runtime",
2728
2752
  "options": {
2729
2753
  "db-host": {
@@ -2845,7 +2869,7 @@
2845
2869
  "mutations": {
2846
2870
  "dependencies": {
2847
2871
  "runtime": {
2848
- "@jskit-ai/database-runtime": "0.1.122",
2872
+ "@jskit-ai/database-runtime": "0.1.123",
2849
2873
  "mysql2": "^3.11.2"
2850
2874
  },
2851
2875
  "dev": {}
@@ -2916,11 +2940,11 @@
2916
2940
  },
2917
2941
  {
2918
2942
  "packageId": "@jskit-ai/database-runtime-postgres",
2919
- "version": "0.1.120",
2943
+ "version": "0.1.121",
2920
2944
  "descriptor": {
2921
2945
  "packageVersion": 1,
2922
2946
  "packageId": "@jskit-ai/database-runtime-postgres",
2923
- "version": "0.1.120",
2947
+ "version": "0.1.121",
2924
2948
  "kind": "runtime",
2925
2949
  "options": {
2926
2950
  "db-host": {
@@ -3041,7 +3065,7 @@
3041
3065
  "mutations": {
3042
3066
  "dependencies": {
3043
3067
  "runtime": {
3044
- "@jskit-ai/database-runtime": "0.1.122",
3068
+ "@jskit-ai/database-runtime": "0.1.123",
3045
3069
  "pg": "^8.13.1"
3046
3070
  },
3047
3071
  "dev": {}
@@ -3112,11 +3136,11 @@
3112
3136
  },
3113
3137
  {
3114
3138
  "packageId": "@jskit-ai/feature-server-generator",
3115
- "version": "0.1.65",
3139
+ "version": "0.1.66",
3116
3140
  "descriptor": {
3117
3141
  "packageVersion": 1,
3118
3142
  "packageId": "@jskit-ai/feature-server-generator",
3119
- "version": "0.1.65",
3143
+ "version": "0.1.66",
3120
3144
  "kind": "generator",
3121
3145
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
3122
3146
  "options": {
@@ -3281,27 +3305,27 @@
3281
3305
  "dependencies": {
3282
3306
  "runtime": {
3283
3307
  "@jskit-ai/database-runtime": {
3284
- "version": "0.1.122",
3308
+ "version": "0.1.123",
3285
3309
  "when": {
3286
3310
  "option": "mode",
3287
3311
  "notEquals": "orchestrator"
3288
3312
  }
3289
3313
  },
3290
3314
  "@jskit-ai/database-runtime-mysql": {
3291
- "version": "0.1.121",
3315
+ "version": "0.1.122",
3292
3316
  "when": {
3293
3317
  "option": "mode",
3294
3318
  "notEquals": "orchestrator"
3295
3319
  }
3296
3320
  },
3297
3321
  "@jskit-ai/json-rest-api-core": {
3298
- "version": "0.1.67",
3322
+ "version": "0.1.68",
3299
3323
  "when": {
3300
3324
  "option": "mode",
3301
3325
  "equals": "json-rest"
3302
3326
  }
3303
3327
  },
3304
- "@jskit-ai/kernel": "0.1.123",
3328
+ "@jskit-ai/kernel": "0.1.124",
3305
3329
  "json-rest-schema": "1.x.x",
3306
3330
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
3307
3331
  },
@@ -3414,11 +3438,11 @@
3414
3438
  },
3415
3439
  {
3416
3440
  "packageId": "@jskit-ai/google-rewarded-core",
3417
- "version": "0.1.60",
3441
+ "version": "0.1.61",
3418
3442
  "descriptor": {
3419
3443
  "packageVersion": 1,
3420
3444
  "packageId": "@jskit-ai/google-rewarded-core",
3421
- "version": "0.1.60",
3445
+ "version": "0.1.61",
3422
3446
  "kind": "runtime",
3423
3447
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3424
3448
  "dependsOn": [
@@ -3545,14 +3569,14 @@
3545
3569
  "mutations": {
3546
3570
  "dependencies": {
3547
3571
  "runtime": {
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"
3572
+ "@jskit-ai/auth-core": "0.1.121",
3573
+ "@jskit-ai/crud-core": "0.1.132",
3574
+ "@jskit-ai/database-runtime": "0.1.123",
3575
+ "@jskit-ai/http-runtime": "0.1.122",
3576
+ "@jskit-ai/json-rest-api-core": "0.1.68",
3577
+ "@jskit-ai/kernel": "0.1.124",
3578
+ "@jskit-ai/resource-crud-core": "0.1.67",
3579
+ "@jskit-ai/workspaces-core": "0.1.100"
3556
3580
  },
3557
3581
  "dev": {}
3558
3582
  },
@@ -3604,11 +3628,11 @@
3604
3628
  },
3605
3629
  {
3606
3630
  "packageId": "@jskit-ai/google-rewarded-web",
3607
- "version": "0.1.60",
3631
+ "version": "0.1.61",
3608
3632
  "descriptor": {
3609
3633
  "packageVersion": 1,
3610
3634
  "packageId": "@jskit-ai/google-rewarded-web",
3611
- "version": "0.1.60",
3635
+ "version": "0.1.61",
3612
3636
  "kind": "runtime",
3613
3637
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3614
3638
  "dependsOn": [
@@ -3655,10 +3679,10 @@
3655
3679
  "mutations": {
3656
3680
  "dependencies": {
3657
3681
  "runtime": {
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"
3682
+ "@jskit-ai/google-rewarded-core": "0.1.61",
3683
+ "@jskit-ai/http-runtime": "0.1.122",
3684
+ "@jskit-ai/kernel": "0.1.124",
3685
+ "@jskit-ai/shell-web": "0.1.125"
3662
3686
  },
3663
3687
  "dev": {}
3664
3688
  },
@@ -3676,11 +3700,11 @@
3676
3700
  },
3677
3701
  {
3678
3702
  "packageId": "@jskit-ai/http-runtime",
3679
- "version": "0.1.121",
3703
+ "version": "0.1.122",
3680
3704
  "descriptor": {
3681
3705
  "packageVersion": 1,
3682
3706
  "packageId": "@jskit-ai/http-runtime",
3683
- "version": "0.1.121",
3707
+ "version": "0.1.122",
3684
3708
  "kind": "runtime",
3685
3709
  "dependsOn": [],
3686
3710
  "capabilities": {
@@ -3746,7 +3770,7 @@
3746
3770
  "mutations": {
3747
3771
  "dependencies": {
3748
3772
  "runtime": {
3749
- "@jskit-ai/kernel": "0.1.123"
3773
+ "@jskit-ai/kernel": "0.1.124"
3750
3774
  },
3751
3775
  "dev": {}
3752
3776
  },
@@ -3760,11 +3784,11 @@
3760
3784
  },
3761
3785
  {
3762
3786
  "packageId": "@jskit-ai/json-rest-api-core",
3763
- "version": "0.1.67",
3787
+ "version": "0.1.68",
3764
3788
  "descriptor": {
3765
3789
  "packageVersion": 1,
3766
3790
  "packageId": "@jskit-ai/json-rest-api-core",
3767
- "version": "0.1.67",
3791
+ "version": "0.1.68",
3768
3792
  "kind": "runtime",
3769
3793
  "description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
3770
3794
  "dependsOn": [
@@ -3824,11 +3848,11 @@
3824
3848
  },
3825
3849
  {
3826
3850
  "packageId": "@jskit-ai/mobile-capacitor",
3827
- "version": "0.1.59",
3851
+ "version": "0.1.60",
3828
3852
  "descriptor": {
3829
3853
  "packageVersion": 1,
3830
3854
  "packageId": "@jskit-ai/mobile-capacitor",
3831
- "version": "0.1.59",
3855
+ "version": "0.1.60",
3832
3856
  "kind": "runtime",
3833
3857
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3834
3858
  "dependsOn": [
@@ -3891,8 +3915,8 @@
3891
3915
  "@capacitor/app": "^7.1.0",
3892
3916
  "@capacitor/browser": "^7.0.1",
3893
3917
  "@capacitor/core": "^7.4.3",
3894
- "@jskit-ai/kernel": "0.1.123",
3895
- "@jskit-ai/shell-web": "0.1.124"
3918
+ "@jskit-ai/kernel": "0.1.124",
3919
+ "@jskit-ai/shell-web": "0.1.125"
3896
3920
  },
3897
3921
  "dev": {
3898
3922
  "@capacitor/cli": "^7.4.3"
@@ -3944,11 +3968,11 @@
3944
3968
  },
3945
3969
  {
3946
3970
  "packageId": "@jskit-ai/realtime",
3947
- "version": "0.1.120",
3971
+ "version": "0.1.121",
3948
3972
  "descriptor": {
3949
3973
  "packageVersion": 1,
3950
3974
  "packageId": "@jskit-ai/realtime",
3951
- "version": "0.1.120",
3975
+ "version": "0.1.121",
3952
3976
  "kind": "runtime",
3953
3977
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
3954
3978
  "options": {
@@ -4044,7 +4068,7 @@
4044
4068
  "mutations": {
4045
4069
  "dependencies": {
4046
4070
  "runtime": {
4047
- "@jskit-ai/kernel": "0.1.123",
4071
+ "@jskit-ai/kernel": "0.1.124",
4048
4072
  "@socket.io/redis-adapter": "^8.3.0",
4049
4073
  "redis": "^5.8.2",
4050
4074
  "socket.io": "^4.8.3",
@@ -4093,11 +4117,11 @@
4093
4117
  },
4094
4118
  {
4095
4119
  "packageId": "@jskit-ai/resource-core",
4096
- "version": "0.1.66",
4120
+ "version": "0.1.67",
4097
4121
  "descriptor": {
4098
4122
  "packageVersion": 1,
4099
4123
  "packageId": "@jskit-ai/resource-core",
4100
- "version": "0.1.66",
4124
+ "version": "0.1.67",
4101
4125
  "kind": "runtime",
4102
4126
  "description": "Generic resource-definition helpers and schema-definition normalization.",
4103
4127
  "dependsOn": [
@@ -4120,7 +4144,7 @@
4120
4144
  "mutations": {
4121
4145
  "dependencies": {
4122
4146
  "runtime": {
4123
- "@jskit-ai/resource-core": "0.1.66"
4147
+ "@jskit-ai/resource-core": "0.1.67"
4124
4148
  },
4125
4149
  "dev": {}
4126
4150
  },
@@ -4135,11 +4159,11 @@
4135
4159
  },
4136
4160
  {
4137
4161
  "packageId": "@jskit-ai/resource-crud-core",
4138
- "version": "0.1.66",
4162
+ "version": "0.1.67",
4139
4163
  "descriptor": {
4140
4164
  "packageVersion": 1,
4141
4165
  "packageId": "@jskit-ai/resource-crud-core",
4142
- "version": "0.1.66",
4166
+ "version": "0.1.67",
4143
4167
  "kind": "runtime",
4144
4168
  "description": "CRUD-specific resource-definition helpers and namespace support.",
4145
4169
  "dependsOn": [
@@ -4163,7 +4187,7 @@
4163
4187
  "mutations": {
4164
4188
  "dependencies": {
4165
4189
  "runtime": {
4166
- "@jskit-ai/resource-crud-core": "0.1.66"
4190
+ "@jskit-ai/resource-crud-core": "0.1.67"
4167
4191
  },
4168
4192
  "dev": {}
4169
4193
  },
@@ -4178,11 +4202,11 @@
4178
4202
  },
4179
4203
  {
4180
4204
  "packageId": "@jskit-ai/shell-web",
4181
- "version": "0.1.124",
4205
+ "version": "0.1.125",
4182
4206
  "descriptor": {
4183
4207
  "packageVersion": 1,
4184
4208
  "packageId": "@jskit-ai/shell-web",
4185
- "version": "0.1.124",
4209
+ "version": "0.1.125",
4186
4210
  "kind": "runtime",
4187
4211
  "description": "Web shell layout runtime with outlet-based placement contributions.",
4188
4212
  "dependsOn": [],
@@ -4528,7 +4552,7 @@
4528
4552
  "dependencies": {
4529
4553
  "runtime": {
4530
4554
  "@mdi/js": "^7.4.47",
4531
- "@jskit-ai/kernel": "0.1.123"
4555
+ "@jskit-ai/kernel": "0.1.124"
4532
4556
  },
4533
4557
  "dev": {
4534
4558
  "@playwright/test": "1.61.1"
@@ -4757,11 +4781,11 @@
4757
4781
  },
4758
4782
  {
4759
4783
  "packageId": "@jskit-ai/storage-runtime",
4760
- "version": "0.1.121",
4784
+ "version": "0.1.122",
4761
4785
  "descriptor": {
4762
4786
  "packageVersion": 1,
4763
4787
  "packageId": "@jskit-ai/storage-runtime",
4764
- "version": "0.1.121",
4788
+ "version": "0.1.122",
4765
4789
  "kind": "runtime",
4766
4790
  "dependsOn": [
4767
4791
  "@jskit-ai/kernel"
@@ -4810,7 +4834,7 @@
4810
4834
  "mutations": {
4811
4835
  "dependencies": {
4812
4836
  "runtime": {
4813
- "@jskit-ai/kernel": "0.1.123",
4837
+ "@jskit-ai/kernel": "0.1.124",
4814
4838
  "unstorage": "^1.17.3"
4815
4839
  },
4816
4840
  "dev": {}
@@ -4826,11 +4850,11 @@
4826
4850
  },
4827
4851
  {
4828
4852
  "packageId": "@jskit-ai/ui-generator",
4829
- "version": "0.1.106",
4853
+ "version": "0.1.107",
4830
4854
  "descriptor": {
4831
4855
  "packageVersion": 1,
4832
4856
  "packageId": "@jskit-ai/ui-generator",
4833
- "version": "0.1.106",
4857
+ "version": "0.1.107",
4834
4858
  "kind": "generator",
4835
4859
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4836
4860
  "options": {
@@ -5263,7 +5287,7 @@
5263
5287
  "mutations": {
5264
5288
  "dependencies": {
5265
5289
  "runtime": {
5266
- "@jskit-ai/users-web": "0.1.139"
5290
+ "@jskit-ai/users-web": "0.1.140"
5267
5291
  },
5268
5292
  "dev": {}
5269
5293
  },
@@ -5278,11 +5302,11 @@
5278
5302
  },
5279
5303
  {
5280
5304
  "packageId": "@jskit-ai/uploads-image-web",
5281
- "version": "0.1.99",
5305
+ "version": "0.1.100",
5282
5306
  "descriptor": {
5283
5307
  "packageVersion": 1,
5284
5308
  "packageId": "@jskit-ai/uploads-image-web",
5285
- "version": "0.1.99",
5309
+ "version": "0.1.100",
5286
5310
  "kind": "runtime",
5287
5311
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
5288
5312
  "dependsOn": [
@@ -5346,7 +5370,7 @@
5346
5370
  "mutations": {
5347
5371
  "dependencies": {
5348
5372
  "runtime": {
5349
- "@jskit-ai/uploads-runtime": "0.1.99",
5373
+ "@jskit-ai/uploads-runtime": "0.1.100",
5350
5374
  "@uppy/compressor": "^3.1.0",
5351
5375
  "@uppy/core": "^5.2.0",
5352
5376
  "@uppy/dashboard": "^5.1.1",
@@ -5366,11 +5390,11 @@
5366
5390
  },
5367
5391
  {
5368
5392
  "packageId": "@jskit-ai/uploads-runtime",
5369
- "version": "0.1.99",
5393
+ "version": "0.1.100",
5370
5394
  "descriptor": {
5371
5395
  "packageVersion": 1,
5372
5396
  "packageId": "@jskit-ai/uploads-runtime",
5373
- "version": "0.1.99",
5397
+ "version": "0.1.100",
5374
5398
  "kind": "runtime",
5375
5399
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
5376
5400
  "dependsOn": [
@@ -5440,7 +5464,7 @@
5440
5464
  "dependencies": {
5441
5465
  "runtime": {
5442
5466
  "@fastify/multipart": "^9.4.0",
5443
- "@jskit-ai/kernel": "0.1.123"
5467
+ "@jskit-ai/kernel": "0.1.124"
5444
5468
  },
5445
5469
  "dev": {}
5446
5470
  },
@@ -5455,11 +5479,11 @@
5455
5479
  },
5456
5480
  {
5457
5481
  "packageId": "@jskit-ai/users-core",
5458
- "version": "0.1.133",
5482
+ "version": "0.1.134",
5459
5483
  "descriptor": {
5460
5484
  "packageVersion": 1,
5461
5485
  "packageId": "@jskit-ai/users-core",
5462
- "version": "0.1.133",
5486
+ "version": "0.1.134",
5463
5487
  "kind": "runtime",
5464
5488
  "description": "Users/account runtime plus HTTP routes for account features.",
5465
5489
  "dependsOn": [
@@ -5603,16 +5627,16 @@
5603
5627
  "mutations": {
5604
5628
  "dependencies": {
5605
5629
  "runtime": {
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",
5630
+ "@jskit-ai/auth-core": "0.1.121",
5631
+ "@jskit-ai/crud-core": "0.1.132",
5632
+ "@jskit-ai/database-runtime": "0.1.123",
5633
+ "@jskit-ai/http-runtime": "0.1.122",
5634
+ "@jskit-ai/json-rest-api-core": "0.1.68",
5635
+ "@jskit-ai/kernel": "0.1.124",
5636
+ "@jskit-ai/resource-core": "0.1.67",
5637
+ "@jskit-ai/resource-crud-core": "0.1.67",
5614
5638
  "@local/users": "file:packages/users",
5615
- "@jskit-ai/uploads-runtime": "0.1.99"
5639
+ "@jskit-ai/uploads-runtime": "0.1.100"
5616
5640
  },
5617
5641
  "dev": {}
5618
5642
  },
@@ -5839,11 +5863,11 @@
5839
5863
  },
5840
5864
  {
5841
5865
  "packageId": "@jskit-ai/users-web",
5842
- "version": "0.1.139",
5866
+ "version": "0.1.140",
5843
5867
  "descriptor": {
5844
5868
  "packageVersion": 1,
5845
5869
  "packageId": "@jskit-ai/users-web",
5846
- "version": "0.1.139",
5870
+ "version": "0.1.140",
5847
5871
  "kind": "runtime",
5848
5872
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5849
5873
  "dependsOn": [
@@ -6146,12 +6170,12 @@
6146
6170
  "dependencies": {
6147
6171
  "runtime": {
6148
6172
  "@mdi/js": "^7.4.47",
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"
6173
+ "@jskit-ai/http-runtime": "0.1.122",
6174
+ "@jskit-ai/realtime": "0.1.121",
6175
+ "@jskit-ai/kernel": "0.1.124",
6176
+ "@jskit-ai/shell-web": "0.1.125",
6177
+ "@jskit-ai/uploads-image-web": "0.1.100",
6178
+ "@jskit-ai/users-core": "0.1.134"
6155
6179
  },
6156
6180
  "dev": {}
6157
6181
  },
@@ -6328,11 +6352,11 @@
6328
6352
  },
6329
6353
  {
6330
6354
  "packageId": "@jskit-ai/workspaces-core",
6331
- "version": "0.1.99",
6355
+ "version": "0.1.101",
6332
6356
  "descriptor": {
6333
6357
  "packageVersion": 1,
6334
6358
  "packageId": "@jskit-ai/workspaces-core",
6335
- "version": "0.1.99",
6359
+ "version": "0.1.101",
6336
6360
  "kind": "runtime",
6337
6361
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6338
6362
  "dependsOn": [
@@ -6478,10 +6502,10 @@
6478
6502
  "mutations": {
6479
6503
  "dependencies": {
6480
6504
  "runtime": {
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"
6505
+ "@jskit-ai/json-rest-api-core": "0.1.68",
6506
+ "@jskit-ai/resource-core": "0.1.67",
6507
+ "@jskit-ai/resource-crud-core": "0.1.67",
6508
+ "@jskit-ai/users-core": "0.1.134"
6485
6509
  },
6486
6510
  "dev": {}
6487
6511
  },
@@ -6523,6 +6547,7 @@
6523
6547
  {
6524
6548
  "from": "templates/config/roles.js",
6525
6549
  "to": "config/roles.js",
6550
+ "ownership": "app",
6526
6551
  "preserveOnRemove": true,
6527
6552
  "reason": "Install app-owned role catalog in a dedicated config file.",
6528
6553
  "category": "workspaces-core",
@@ -6684,11 +6709,11 @@
6684
6709
  },
6685
6710
  {
6686
6711
  "packageId": "@jskit-ai/workspaces-web",
6687
- "version": "0.1.100",
6712
+ "version": "0.1.102",
6688
6713
  "descriptor": {
6689
6714
  "packageVersion": 1,
6690
6715
  "packageId": "@jskit-ai/workspaces-web",
6691
- "version": "0.1.100",
6716
+ "version": "0.1.102",
6692
6717
  "kind": "runtime",
6693
6718
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6694
6719
  "dependsOn": [
@@ -6945,9 +6970,9 @@
6945
6970
  "mutations": {
6946
6971
  "dependencies": {
6947
6972
  "runtime": {
6948
- "@jskit-ai/auth-web": "0.1.123",
6949
- "@jskit-ai/workspaces-core": "0.1.99",
6950
- "@jskit-ai/users-web": "0.1.139"
6973
+ "@jskit-ai/auth-web": "0.1.124",
6974
+ "@jskit-ai/workspaces-core": "0.1.101",
6975
+ "@jskit-ai/users-web": "0.1.140"
6951
6976
  },
6952
6977
  "dev": {}
6953
6978
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.135",
3
+ "version": "0.1.138",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [