@jskit-ai/jskit-catalog 0.1.166 → 0.1.168

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 +181 -170
  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.154",
9
+ "version": "0.1.155",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.154",
13
+ "version": "0.1.155",
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.122",
350
+ "version": "0.1.123",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.122",
354
+ "version": "0.1.123",
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.143",
403
- "@jskit-ai/kernel": "0.1.145",
404
- "@jskit-ai/resource-core": "0.1.88",
405
- "@jskit-ai/resource-crud-core": "0.1.88",
406
- "@jskit-ai/users-core": "0.1.158",
402
+ "@jskit-ai/http-runtime": "0.1.144",
403
+ "@jskit-ai/kernel": "0.1.146",
404
+ "@jskit-ai/resource-core": "0.1.89",
405
+ "@jskit-ai/resource-crud-core": "0.1.89",
406
+ "@jskit-ai/users-core": "0.1.159",
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.117",
425
+ "version": "0.1.118",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.117",
429
+ "version": "0.1.118",
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.122",
526
- "@jskit-ai/database-runtime": "0.1.144",
527
- "@jskit-ai/http-runtime": "0.1.143",
528
- "@jskit-ai/kernel": "0.1.145",
529
- "@jskit-ai/shell-web": "0.1.146",
530
- "@jskit-ai/users-core": "0.1.158",
531
- "@jskit-ai/users-web": "0.1.162"
525
+ "@jskit-ai/assistant-core": "0.1.123",
526
+ "@jskit-ai/database-runtime": "0.1.145",
527
+ "@jskit-ai/http-runtime": "0.1.144",
528
+ "@jskit-ai/kernel": "0.1.146",
529
+ "@jskit-ai/shell-web": "0.1.147",
530
+ "@jskit-ai/users-core": "0.1.159",
531
+ "@jskit-ai/users-web": "0.1.163"
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.143",
586
+ "version": "0.1.145",
587
587
  "descriptor": {
588
588
  "packageVersion": 1,
589
589
  "packageId": "@jskit-ai/auth-core",
590
- "version": "0.1.143",
590
+ "version": "0.1.145",
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.145",
663
+ "@jskit-ai/kernel": "0.1.146",
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.47",
681
+ "version": "0.1.48",
682
682
  "descriptor": {
683
683
  "packageVersion": 1,
684
684
  "packageId": "@jskit-ai/auth-provider-local-core",
685
- "version": "0.1.47",
685
+ "version": "0.1.48",
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.143",
749
- "@jskit-ai/kernel": "0.1.145",
748
+ "@jskit-ai/auth-core": "0.1.144",
749
+ "@jskit-ai/kernel": "0.1.146",
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.38",
795
+ "version": "0.1.39",
796
796
  "descriptor": {
797
797
  "packageVersion": 1,
798
798
  "packageId": "@jskit-ai/auth-provider-local-db-core",
799
- "version": "0.1.38",
799
+ "version": "0.1.39",
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.47",
879
- "@jskit-ai/database-runtime": "0.1.144",
880
- "@jskit-ai/kernel": "0.1.145"
878
+ "@jskit-ai/auth-provider-local-core": "0.1.48",
879
+ "@jskit-ai/database-runtime": "0.1.145",
880
+ "@jskit-ai/kernel": "0.1.146"
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.143",
915
+ "version": "0.1.144",
916
916
  "descriptor": {
917
917
  "packageVersion": 1,
918
918
  "packageId": "@jskit-ai/auth-provider-supabase-core",
919
- "version": "0.1.143",
919
+ "version": "0.1.144",
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.143",
1002
- "@jskit-ai/kernel": "0.1.145",
1001
+ "@jskit-ai/auth-core": "0.1.144",
1002
+ "@jskit-ai/kernel": "0.1.146",
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.146",
1080
+ "version": "0.1.147",
1081
1081
  "descriptor": {
1082
1082
  "packageVersion": 1,
1083
1083
  "packageId": "@jskit-ai/auth-web",
1084
- "version": "0.1.146",
1084
+ "version": "0.1.147",
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.143",
1358
- "@jskit-ai/http-runtime": "0.1.143",
1359
- "@jskit-ai/kernel": "0.1.145",
1360
- "@jskit-ai/shell-web": "0.1.146"
1357
+ "@jskit-ai/auth-core": "0.1.144",
1358
+ "@jskit-ai/http-runtime": "0.1.144",
1359
+ "@jskit-ai/kernel": "0.1.146",
1360
+ "@jskit-ai/shell-web": "0.1.147"
1361
1361
  },
1362
1362
  "dev": {}
1363
1363
  },
@@ -1456,11 +1456,11 @@
1456
1456
  },
1457
1457
  {
1458
1458
  "packageId": "@jskit-ai/console-core",
1459
- "version": "0.1.109",
1459
+ "version": "0.1.110",
1460
1460
  "descriptor": {
1461
1461
  "packageVersion": 1,
1462
1462
  "packageId": "@jskit-ai/console-core",
1463
- "version": "0.1.109",
1463
+ "version": "0.1.110",
1464
1464
  "kind": "runtime",
1465
1465
  "description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
1466
1466
  "dependsOn": [
@@ -1544,12 +1544,12 @@
1544
1544
  "mutations": {
1545
1545
  "dependencies": {
1546
1546
  "runtime": {
1547
- "@jskit-ai/auth-core": "0.1.143",
1548
- "@jskit-ai/database-runtime": "0.1.144",
1549
- "@jskit-ai/http-runtime": "0.1.143",
1550
- "@jskit-ai/kernel": "0.1.145",
1551
- "@jskit-ai/resource-crud-core": "0.1.88",
1552
- "@jskit-ai/users-core": "0.1.158"
1547
+ "@jskit-ai/auth-core": "0.1.144",
1548
+ "@jskit-ai/database-runtime": "0.1.145",
1549
+ "@jskit-ai/http-runtime": "0.1.144",
1550
+ "@jskit-ai/kernel": "0.1.146",
1551
+ "@jskit-ai/resource-crud-core": "0.1.89",
1552
+ "@jskit-ai/users-core": "0.1.159"
1553
1553
  },
1554
1554
  "dev": {}
1555
1555
  },
@@ -1574,11 +1574,11 @@
1574
1574
  },
1575
1575
  {
1576
1576
  "packageId": "@jskit-ai/console-web",
1577
- "version": "0.1.114",
1577
+ "version": "0.1.115",
1578
1578
  "descriptor": {
1579
1579
  "packageVersion": 1,
1580
1580
  "packageId": "@jskit-ai/console-web",
1581
- "version": "0.1.114",
1581
+ "version": "0.1.115",
1582
1582
  "kind": "runtime",
1583
1583
  "description": "Authenticated console surface scaffold and surface policy wiring.",
1584
1584
  "dependsOn": [
@@ -1688,9 +1688,9 @@
1688
1688
  "mutations": {
1689
1689
  "dependencies": {
1690
1690
  "runtime": {
1691
- "@jskit-ai/auth-web": "0.1.146",
1692
- "@jskit-ai/console-core": "0.1.109",
1693
- "@jskit-ai/shell-web": "0.1.146"
1691
+ "@jskit-ai/auth-web": "0.1.147",
1692
+ "@jskit-ai/console-core": "0.1.110",
1693
+ "@jskit-ai/shell-web": "0.1.147"
1694
1694
  },
1695
1695
  "dev": {}
1696
1696
  },
@@ -1797,11 +1797,11 @@
1797
1797
  },
1798
1798
  {
1799
1799
  "packageId": "@jskit-ai/crud-core",
1800
- "version": "0.1.155",
1800
+ "version": "0.1.157",
1801
1801
  "descriptor": {
1802
1802
  "packageVersion": 1,
1803
1803
  "packageId": "@jskit-ai/crud-core",
1804
- "version": "0.1.155",
1804
+ "version": "0.1.157",
1805
1805
  "kind": "runtime",
1806
1806
  "description": "Shared CRUD helpers used by CRUD modules.",
1807
1807
  "dependsOn": [
@@ -1809,9 +1809,7 @@
1809
1809
  "@jskit-ai/kernel",
1810
1810
  "@jskit-ai/realtime",
1811
1811
  "@jskit-ai/resource-crud-core",
1812
- "@jskit-ai/shell-web",
1813
- "@jskit-ai/users-core",
1814
- "@jskit-ai/users-web"
1812
+ "@jskit-ai/shell-web"
1815
1813
  ],
1816
1814
  "capabilities": {
1817
1815
  "provides": [
@@ -1830,7 +1828,7 @@
1830
1828
  "mutations": {
1831
1829
  "dependencies": {
1832
1830
  "runtime": {
1833
- "@jskit-ai/crud-core": "0.1.155"
1831
+ "@jskit-ai/crud-core": "0.1.157"
1834
1832
  },
1835
1833
  "dev": {}
1836
1834
  },
@@ -1844,11 +1842,11 @@
1844
1842
  },
1845
1843
  {
1846
1844
  "packageId": "@jskit-ai/crud-server-generator",
1847
- "version": "0.1.157",
1845
+ "version": "0.1.159",
1848
1846
  "descriptor": {
1849
1847
  "packageVersion": 1,
1850
1848
  "packageId": "@jskit-ai/crud-server-generator",
1851
- "version": "0.1.157",
1849
+ "version": "0.1.159",
1852
1850
  "kind": "generator",
1853
1851
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1854
1852
  "options": {
@@ -1881,6 +1879,18 @@
1881
1879
  "promptLabel": "Ownership filter",
1882
1880
  "promptHint": "auto | public | user | workspace | workspace_user"
1883
1881
  },
1882
+ "access": {
1883
+ "required": false,
1884
+ "inputType": "text",
1885
+ "defaultValue": "authenticated",
1886
+ "validationType": "enum",
1887
+ "allowedValues": [
1888
+ "authenticated",
1889
+ "public"
1890
+ ],
1891
+ "promptLabel": "CRUD access",
1892
+ "promptHint": "authenticated | public; public requires a non-workspace surface with public ownership."
1893
+ },
1884
1894
  "directory-prefix": {
1885
1895
  "required": false,
1886
1896
  "inputType": "text",
@@ -1984,6 +1994,7 @@
1984
1994
  "namespace",
1985
1995
  "surface",
1986
1996
  "ownership-filter",
1997
+ "access",
1987
1998
  "table-name",
1988
1999
  "id-column",
1989
2000
  "directory-prefix",
@@ -2039,14 +2050,14 @@
2039
2050
  "mutations": {
2040
2051
  "dependencies": {
2041
2052
  "runtime": {
2042
- "@jskit-ai/auth-core": "0.1.143",
2043
- "@jskit-ai/crud-core": "0.1.155",
2044
- "@jskit-ai/database-runtime": "0.1.144",
2045
- "@jskit-ai/http-runtime": "0.1.143",
2046
- "@jskit-ai/json-rest-api-core": "0.1.89",
2047
- "@jskit-ai/kernel": "0.1.145",
2048
- "@jskit-ai/realtime": "0.1.142",
2049
- "@jskit-ai/resource-crud-core": "0.1.88",
2053
+ "@jskit-ai/auth-core": "0.1.145",
2054
+ "@jskit-ai/crud-core": "0.1.157",
2055
+ "@jskit-ai/database-runtime": "0.1.146",
2056
+ "@jskit-ai/http-runtime": "0.1.145",
2057
+ "@jskit-ai/json-rest-api-core": "0.1.91",
2058
+ "@jskit-ai/kernel": "0.1.146",
2059
+ "@jskit-ai/realtime": "0.1.143",
2060
+ "@jskit-ai/resource-crud-core": "0.1.89",
2050
2061
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
2051
2062
  },
2052
2063
  "dev": {}
@@ -2191,11 +2202,11 @@
2191
2202
  },
2192
2203
  {
2193
2204
  "packageId": "@jskit-ai/crud-ui-generator",
2194
- "version": "0.1.128",
2205
+ "version": "0.1.130",
2195
2206
  "descriptor": {
2196
2207
  "packageVersion": 1,
2197
2208
  "packageId": "@jskit-ai/crud-ui-generator",
2198
- "version": "0.1.128",
2209
+ "version": "0.1.130",
2199
2210
  "kind": "generator",
2200
2211
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2201
2212
  "options": {
@@ -2394,7 +2405,7 @@
2394
2405
  "mutations": {
2395
2406
  "dependencies": {
2396
2407
  "runtime": {
2397
- "@jskit-ai/users-web": "0.1.162"
2408
+ "@jskit-ai/users-web": "0.1.164"
2398
2409
  },
2399
2410
  "dev": {}
2400
2411
  },
@@ -2519,8 +2530,8 @@
2519
2530
  },
2520
2531
  {
2521
2532
  "from": "templates/src/pages/admin/ui-generator/AddEditForm.vue",
2522
- "to": "src/pages/${option:target-root|trim}/_components/CrudAddEditForm.vue",
2523
- "reason": "Install generated shared add/edit form component.",
2533
+ "to": "src/components/${option:target-root|trim}/CrudAddEditForm.vue",
2534
+ "reason": "Install generated shared add/edit form component outside the file-router pages root.",
2524
2535
  "category": "crud-ui-generator",
2525
2536
  "id": "crud-ui-page-add-edit-form-${option:target-root|snake}",
2526
2537
  "templateContext": {
@@ -2546,8 +2557,8 @@
2546
2557
  },
2547
2558
  {
2548
2559
  "from": "templates/src/pages/admin/ui-generator/AddEditFormFields.js",
2549
- "to": "src/pages/${option:target-root|trim}/_components/CrudAddEditFormFields.js",
2550
- "reason": "Install generated shared add/edit form field definitions.",
2560
+ "to": "src/components/${option:target-root|trim}/CrudAddEditFormFields.js",
2561
+ "reason": "Install generated shared add/edit form field definitions beside the non-routed form component.",
2551
2562
  "category": "crud-ui-generator",
2552
2563
  "id": "crud-ui-page-add-edit-form-fields-${option:target-root|snake}",
2553
2564
  "templateContext": {
@@ -2653,11 +2664,11 @@
2653
2664
  },
2654
2665
  {
2655
2666
  "packageId": "@jskit-ai/database-runtime",
2656
- "version": "0.1.144",
2667
+ "version": "0.1.146",
2657
2668
  "descriptor": {
2658
2669
  "packageVersion": 1,
2659
2670
  "packageId": "@jskit-ai/database-runtime",
2660
- "version": "0.1.144",
2671
+ "version": "0.1.146",
2661
2672
  "kind": "runtime",
2662
2673
  "dependsOn": [
2663
2674
  "@jskit-ai/kernel"
@@ -2726,7 +2737,7 @@
2726
2737
  "mutations": {
2727
2738
  "dependencies": {
2728
2739
  "runtime": {
2729
- "@jskit-ai/kernel": "0.1.145",
2740
+ "@jskit-ai/kernel": "0.1.146",
2730
2741
  "dotenv": "^16.4.5",
2731
2742
  "knex": "^3.1.0"
2732
2743
  },
@@ -2769,11 +2780,11 @@
2769
2780
  },
2770
2781
  {
2771
2782
  "packageId": "@jskit-ai/database-runtime-mysql",
2772
- "version": "0.1.143",
2783
+ "version": "0.1.145",
2773
2784
  "descriptor": {
2774
2785
  "packageVersion": 1,
2775
2786
  "packageId": "@jskit-ai/database-runtime-mysql",
2776
- "version": "0.1.143",
2787
+ "version": "0.1.145",
2777
2788
  "kind": "runtime",
2778
2789
  "options": {
2779
2790
  "db-host": {
@@ -2895,7 +2906,7 @@
2895
2906
  "mutations": {
2896
2907
  "dependencies": {
2897
2908
  "runtime": {
2898
- "@jskit-ai/database-runtime": "0.1.144",
2909
+ "@jskit-ai/database-runtime": "0.1.146",
2899
2910
  "mysql2": "^3.11.2"
2900
2911
  },
2901
2912
  "dev": {}
@@ -2966,11 +2977,11 @@
2966
2977
  },
2967
2978
  {
2968
2979
  "packageId": "@jskit-ai/database-runtime-postgres",
2969
- "version": "0.1.142",
2980
+ "version": "0.1.144",
2970
2981
  "descriptor": {
2971
2982
  "packageVersion": 1,
2972
2983
  "packageId": "@jskit-ai/database-runtime-postgres",
2973
- "version": "0.1.142",
2984
+ "version": "0.1.144",
2974
2985
  "kind": "runtime",
2975
2986
  "options": {
2976
2987
  "db-host": {
@@ -3091,7 +3102,7 @@
3091
3102
  "mutations": {
3092
3103
  "dependencies": {
3093
3104
  "runtime": {
3094
- "@jskit-ai/database-runtime": "0.1.144",
3105
+ "@jskit-ai/database-runtime": "0.1.146",
3095
3106
  "pg": "^8.13.1"
3096
3107
  },
3097
3108
  "dev": {}
@@ -3162,11 +3173,11 @@
3162
3173
  },
3163
3174
  {
3164
3175
  "packageId": "@jskit-ai/feature-server-generator",
3165
- "version": "0.1.87",
3176
+ "version": "0.1.89",
3166
3177
  "descriptor": {
3167
3178
  "packageVersion": 1,
3168
3179
  "packageId": "@jskit-ai/feature-server-generator",
3169
- "version": "0.1.87",
3180
+ "version": "0.1.89",
3170
3181
  "kind": "generator",
3171
3182
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
3172
3183
  "options": {
@@ -3331,27 +3342,27 @@
3331
3342
  "dependencies": {
3332
3343
  "runtime": {
3333
3344
  "@jskit-ai/database-runtime": {
3334
- "version": "0.1.144",
3345
+ "version": "0.1.146",
3335
3346
  "when": {
3336
3347
  "option": "mode",
3337
3348
  "notEquals": "orchestrator"
3338
3349
  }
3339
3350
  },
3340
3351
  "@jskit-ai/database-runtime-mysql": {
3341
- "version": "0.1.143",
3352
+ "version": "0.1.145",
3342
3353
  "when": {
3343
3354
  "option": "mode",
3344
3355
  "notEquals": "orchestrator"
3345
3356
  }
3346
3357
  },
3347
3358
  "@jskit-ai/json-rest-api-core": {
3348
- "version": "0.1.89",
3359
+ "version": "0.1.91",
3349
3360
  "when": {
3350
3361
  "option": "mode",
3351
3362
  "equals": "json-rest"
3352
3363
  }
3353
3364
  },
3354
- "@jskit-ai/kernel": "0.1.145",
3365
+ "@jskit-ai/kernel": "0.1.146",
3355
3366
  "json-rest-schema": "1.x.x",
3356
3367
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
3357
3368
  },
@@ -3464,11 +3475,11 @@
3464
3475
  },
3465
3476
  {
3466
3477
  "packageId": "@jskit-ai/google-rewarded-core",
3467
- "version": "0.1.82",
3478
+ "version": "0.1.83",
3468
3479
  "descriptor": {
3469
3480
  "packageVersion": 1,
3470
3481
  "packageId": "@jskit-ai/google-rewarded-core",
3471
- "version": "0.1.82",
3482
+ "version": "0.1.83",
3472
3483
  "kind": "runtime",
3473
3484
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3474
3485
  "dependsOn": [
@@ -3595,14 +3606,14 @@
3595
3606
  "mutations": {
3596
3607
  "dependencies": {
3597
3608
  "runtime": {
3598
- "@jskit-ai/auth-core": "0.1.143",
3599
- "@jskit-ai/crud-core": "0.1.155",
3600
- "@jskit-ai/database-runtime": "0.1.144",
3601
- "@jskit-ai/http-runtime": "0.1.143",
3602
- "@jskit-ai/json-rest-api-core": "0.1.89",
3603
- "@jskit-ai/kernel": "0.1.145",
3604
- "@jskit-ai/resource-crud-core": "0.1.88",
3605
- "@jskit-ai/workspaces-core": "0.1.124"
3609
+ "@jskit-ai/auth-core": "0.1.144",
3610
+ "@jskit-ai/crud-core": "0.1.156",
3611
+ "@jskit-ai/database-runtime": "0.1.145",
3612
+ "@jskit-ai/http-runtime": "0.1.144",
3613
+ "@jskit-ai/json-rest-api-core": "0.1.90",
3614
+ "@jskit-ai/kernel": "0.1.146",
3615
+ "@jskit-ai/resource-crud-core": "0.1.89",
3616
+ "@jskit-ai/workspaces-core": "0.1.125"
3606
3617
  },
3607
3618
  "dev": {}
3608
3619
  },
@@ -3654,11 +3665,11 @@
3654
3665
  },
3655
3666
  {
3656
3667
  "packageId": "@jskit-ai/google-rewarded-web",
3657
- "version": "0.1.82",
3668
+ "version": "0.1.83",
3658
3669
  "descriptor": {
3659
3670
  "packageVersion": 1,
3660
3671
  "packageId": "@jskit-ai/google-rewarded-web",
3661
- "version": "0.1.82",
3672
+ "version": "0.1.83",
3662
3673
  "kind": "runtime",
3663
3674
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3664
3675
  "dependsOn": [
@@ -3705,10 +3716,10 @@
3705
3716
  "mutations": {
3706
3717
  "dependencies": {
3707
3718
  "runtime": {
3708
- "@jskit-ai/google-rewarded-core": "0.1.82",
3709
- "@jskit-ai/http-runtime": "0.1.143",
3710
- "@jskit-ai/kernel": "0.1.145",
3711
- "@jskit-ai/shell-web": "0.1.146"
3719
+ "@jskit-ai/google-rewarded-core": "0.1.83",
3720
+ "@jskit-ai/http-runtime": "0.1.144",
3721
+ "@jskit-ai/kernel": "0.1.146",
3722
+ "@jskit-ai/shell-web": "0.1.147"
3712
3723
  },
3713
3724
  "dev": {}
3714
3725
  },
@@ -3726,11 +3737,11 @@
3726
3737
  },
3727
3738
  {
3728
3739
  "packageId": "@jskit-ai/http-runtime",
3729
- "version": "0.1.143",
3740
+ "version": "0.1.145",
3730
3741
  "descriptor": {
3731
3742
  "packageVersion": 1,
3732
3743
  "packageId": "@jskit-ai/http-runtime",
3733
- "version": "0.1.143",
3744
+ "version": "0.1.145",
3734
3745
  "kind": "runtime",
3735
3746
  "dependsOn": [],
3736
3747
  "capabilities": {
@@ -3796,7 +3807,7 @@
3796
3807
  "mutations": {
3797
3808
  "dependencies": {
3798
3809
  "runtime": {
3799
- "@jskit-ai/kernel": "0.1.145"
3810
+ "@jskit-ai/kernel": "0.1.146"
3800
3811
  },
3801
3812
  "dev": {}
3802
3813
  },
@@ -3810,11 +3821,11 @@
3810
3821
  },
3811
3822
  {
3812
3823
  "packageId": "@jskit-ai/json-rest-api-core",
3813
- "version": "0.1.89",
3824
+ "version": "0.1.91",
3814
3825
  "descriptor": {
3815
3826
  "packageVersion": 1,
3816
3827
  "packageId": "@jskit-ai/json-rest-api-core",
3817
- "version": "0.1.89",
3828
+ "version": "0.1.91",
3818
3829
  "kind": "runtime",
3819
3830
  "description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
3820
3831
  "dependsOn": [
@@ -3874,11 +3885,11 @@
3874
3885
  },
3875
3886
  {
3876
3887
  "packageId": "@jskit-ai/mobile-capacitor",
3877
- "version": "0.1.81",
3888
+ "version": "0.1.82",
3878
3889
  "descriptor": {
3879
3890
  "packageVersion": 1,
3880
3891
  "packageId": "@jskit-ai/mobile-capacitor",
3881
- "version": "0.1.81",
3892
+ "version": "0.1.82",
3882
3893
  "kind": "runtime",
3883
3894
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3884
3895
  "dependsOn": [
@@ -3941,8 +3952,8 @@
3941
3952
  "@capacitor/app": "^7.1.0",
3942
3953
  "@capacitor/browser": "^7.0.1",
3943
3954
  "@capacitor/core": "^7.4.3",
3944
- "@jskit-ai/kernel": "0.1.145",
3945
- "@jskit-ai/shell-web": "0.1.146"
3955
+ "@jskit-ai/kernel": "0.1.146",
3956
+ "@jskit-ai/shell-web": "0.1.147"
3946
3957
  },
3947
3958
  "dev": {
3948
3959
  "@capacitor/cli": "^7.4.3"
@@ -3994,11 +4005,11 @@
3994
4005
  },
3995
4006
  {
3996
4007
  "packageId": "@jskit-ai/realtime",
3997
- "version": "0.1.142",
4008
+ "version": "0.1.143",
3998
4009
  "descriptor": {
3999
4010
  "packageVersion": 1,
4000
4011
  "packageId": "@jskit-ai/realtime",
4001
- "version": "0.1.142",
4012
+ "version": "0.1.143",
4002
4013
  "kind": "runtime",
4003
4014
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
4004
4015
  "options": {
@@ -4094,7 +4105,7 @@
4094
4105
  "mutations": {
4095
4106
  "dependencies": {
4096
4107
  "runtime": {
4097
- "@jskit-ai/kernel": "0.1.145",
4108
+ "@jskit-ai/kernel": "0.1.146",
4098
4109
  "@socket.io/redis-adapter": "^8.3.0",
4099
4110
  "redis": "^5.8.2",
4100
4111
  "socket.io": "^4.8.3",
@@ -4143,11 +4154,11 @@
4143
4154
  },
4144
4155
  {
4145
4156
  "packageId": "@jskit-ai/resource-core",
4146
- "version": "0.1.88",
4157
+ "version": "0.1.89",
4147
4158
  "descriptor": {
4148
4159
  "packageVersion": 1,
4149
4160
  "packageId": "@jskit-ai/resource-core",
4150
- "version": "0.1.88",
4161
+ "version": "0.1.89",
4151
4162
  "kind": "runtime",
4152
4163
  "description": "Generic resource-definition helpers and schema-definition normalization.",
4153
4164
  "dependsOn": [
@@ -4170,7 +4181,7 @@
4170
4181
  "mutations": {
4171
4182
  "dependencies": {
4172
4183
  "runtime": {
4173
- "@jskit-ai/resource-core": "0.1.88"
4184
+ "@jskit-ai/resource-core": "0.1.89"
4174
4185
  },
4175
4186
  "dev": {}
4176
4187
  },
@@ -4185,11 +4196,11 @@
4185
4196
  },
4186
4197
  {
4187
4198
  "packageId": "@jskit-ai/resource-crud-core",
4188
- "version": "0.1.88",
4199
+ "version": "0.1.89",
4189
4200
  "descriptor": {
4190
4201
  "packageVersion": 1,
4191
4202
  "packageId": "@jskit-ai/resource-crud-core",
4192
- "version": "0.1.88",
4203
+ "version": "0.1.89",
4193
4204
  "kind": "runtime",
4194
4205
  "description": "CRUD-specific resource-definition helpers and namespace support.",
4195
4206
  "dependsOn": [
@@ -4213,7 +4224,7 @@
4213
4224
  "mutations": {
4214
4225
  "dependencies": {
4215
4226
  "runtime": {
4216
- "@jskit-ai/resource-crud-core": "0.1.88"
4227
+ "@jskit-ai/resource-crud-core": "0.1.89"
4217
4228
  },
4218
4229
  "dev": {}
4219
4230
  },
@@ -4228,11 +4239,11 @@
4228
4239
  },
4229
4240
  {
4230
4241
  "packageId": "@jskit-ai/shell-web",
4231
- "version": "0.1.146",
4242
+ "version": "0.1.147",
4232
4243
  "descriptor": {
4233
4244
  "packageVersion": 1,
4234
4245
  "packageId": "@jskit-ai/shell-web",
4235
- "version": "0.1.146",
4246
+ "version": "0.1.147",
4236
4247
  "kind": "runtime",
4237
4248
  "description": "Web shell layout runtime with outlet-based placement contributions.",
4238
4249
  "dependsOn": [],
@@ -4578,7 +4589,7 @@
4578
4589
  "dependencies": {
4579
4590
  "runtime": {
4580
4591
  "@mdi/js": "^7.4.47",
4581
- "@jskit-ai/kernel": "0.1.145"
4592
+ "@jskit-ai/kernel": "0.1.146"
4582
4593
  },
4583
4594
  "dev": {
4584
4595
  "@playwright/test": "1.61.1"
@@ -4807,11 +4818,11 @@
4807
4818
  },
4808
4819
  {
4809
4820
  "packageId": "@jskit-ai/storage-runtime",
4810
- "version": "0.1.143",
4821
+ "version": "0.1.144",
4811
4822
  "descriptor": {
4812
4823
  "packageVersion": 1,
4813
4824
  "packageId": "@jskit-ai/storage-runtime",
4814
- "version": "0.1.143",
4825
+ "version": "0.1.144",
4815
4826
  "kind": "runtime",
4816
4827
  "dependsOn": [
4817
4828
  "@jskit-ai/kernel"
@@ -4860,7 +4871,7 @@
4860
4871
  "mutations": {
4861
4872
  "dependencies": {
4862
4873
  "runtime": {
4863
- "@jskit-ai/kernel": "0.1.145",
4874
+ "@jskit-ai/kernel": "0.1.146",
4864
4875
  "unstorage": "^1.17.3"
4865
4876
  },
4866
4877
  "dev": {}
@@ -4876,11 +4887,11 @@
4876
4887
  },
4877
4888
  {
4878
4889
  "packageId": "@jskit-ai/ui-generator",
4879
- "version": "0.1.128",
4890
+ "version": "0.1.129",
4880
4891
  "descriptor": {
4881
4892
  "packageVersion": 1,
4882
4893
  "packageId": "@jskit-ai/ui-generator",
4883
- "version": "0.1.128",
4894
+ "version": "0.1.129",
4884
4895
  "kind": "generator",
4885
4896
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4886
4897
  "options": {
@@ -5313,7 +5324,7 @@
5313
5324
  "mutations": {
5314
5325
  "dependencies": {
5315
5326
  "runtime": {
5316
- "@jskit-ai/users-web": "0.1.162"
5327
+ "@jskit-ai/users-web": "0.1.163"
5317
5328
  },
5318
5329
  "dev": {}
5319
5330
  },
@@ -5328,11 +5339,11 @@
5328
5339
  },
5329
5340
  {
5330
5341
  "packageId": "@jskit-ai/uploads-image-web",
5331
- "version": "0.1.121",
5342
+ "version": "0.1.122",
5332
5343
  "descriptor": {
5333
5344
  "packageVersion": 1,
5334
5345
  "packageId": "@jskit-ai/uploads-image-web",
5335
- "version": "0.1.121",
5346
+ "version": "0.1.122",
5336
5347
  "kind": "runtime",
5337
5348
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
5338
5349
  "dependsOn": [
@@ -5396,7 +5407,7 @@
5396
5407
  "mutations": {
5397
5408
  "dependencies": {
5398
5409
  "runtime": {
5399
- "@jskit-ai/uploads-runtime": "0.1.121",
5410
+ "@jskit-ai/uploads-runtime": "0.1.122",
5400
5411
  "@uppy/compressor": "^3.1.0",
5401
5412
  "@uppy/core": "^5.2.0",
5402
5413
  "@uppy/dashboard": "^5.1.1",
@@ -5416,11 +5427,11 @@
5416
5427
  },
5417
5428
  {
5418
5429
  "packageId": "@jskit-ai/uploads-runtime",
5419
- "version": "0.1.121",
5430
+ "version": "0.1.122",
5420
5431
  "descriptor": {
5421
5432
  "packageVersion": 1,
5422
5433
  "packageId": "@jskit-ai/uploads-runtime",
5423
- "version": "0.1.121",
5434
+ "version": "0.1.122",
5424
5435
  "kind": "runtime",
5425
5436
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
5426
5437
  "dependsOn": [
@@ -5490,7 +5501,7 @@
5490
5501
  "dependencies": {
5491
5502
  "runtime": {
5492
5503
  "@fastify/multipart": "^9.4.0",
5493
- "@jskit-ai/kernel": "0.1.145"
5504
+ "@jskit-ai/kernel": "0.1.146"
5494
5505
  },
5495
5506
  "dev": {}
5496
5507
  },
@@ -5505,11 +5516,11 @@
5505
5516
  },
5506
5517
  {
5507
5518
  "packageId": "@jskit-ai/users-core",
5508
- "version": "0.1.158",
5519
+ "version": "0.1.160",
5509
5520
  "descriptor": {
5510
5521
  "packageVersion": 1,
5511
5522
  "packageId": "@jskit-ai/users-core",
5512
- "version": "0.1.158",
5523
+ "version": "0.1.160",
5513
5524
  "kind": "runtime",
5514
5525
  "description": "Users/account runtime plus HTTP routes for account features.",
5515
5526
  "dependsOn": [
@@ -5653,16 +5664,16 @@
5653
5664
  "mutations": {
5654
5665
  "dependencies": {
5655
5666
  "runtime": {
5656
- "@jskit-ai/auth-core": "0.1.143",
5657
- "@jskit-ai/crud-core": "0.1.155",
5658
- "@jskit-ai/database-runtime": "0.1.144",
5659
- "@jskit-ai/http-runtime": "0.1.143",
5660
- "@jskit-ai/json-rest-api-core": "0.1.89",
5661
- "@jskit-ai/kernel": "0.1.145",
5662
- "@jskit-ai/resource-core": "0.1.88",
5663
- "@jskit-ai/resource-crud-core": "0.1.88",
5667
+ "@jskit-ai/auth-core": "0.1.145",
5668
+ "@jskit-ai/crud-core": "0.1.157",
5669
+ "@jskit-ai/database-runtime": "0.1.146",
5670
+ "@jskit-ai/http-runtime": "0.1.145",
5671
+ "@jskit-ai/json-rest-api-core": "0.1.91",
5672
+ "@jskit-ai/kernel": "0.1.146",
5673
+ "@jskit-ai/resource-core": "0.1.89",
5674
+ "@jskit-ai/resource-crud-core": "0.1.89",
5664
5675
  "@local/users": "file:packages/users",
5665
- "@jskit-ai/uploads-runtime": "0.1.121"
5676
+ "@jskit-ai/uploads-runtime": "0.1.122"
5666
5677
  },
5667
5678
  "dev": {}
5668
5679
  },
@@ -5889,11 +5900,11 @@
5889
5900
  },
5890
5901
  {
5891
5902
  "packageId": "@jskit-ai/users-web",
5892
- "version": "0.1.162",
5903
+ "version": "0.1.164",
5893
5904
  "descriptor": {
5894
5905
  "packageVersion": 1,
5895
5906
  "packageId": "@jskit-ai/users-web",
5896
- "version": "0.1.162",
5907
+ "version": "0.1.164",
5897
5908
  "kind": "runtime",
5898
5909
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5899
5910
  "dependsOn": [
@@ -6196,12 +6207,12 @@
6196
6207
  "dependencies": {
6197
6208
  "runtime": {
6198
6209
  "@mdi/js": "^7.4.47",
6199
- "@jskit-ai/http-runtime": "0.1.143",
6200
- "@jskit-ai/realtime": "0.1.142",
6201
- "@jskit-ai/kernel": "0.1.145",
6202
- "@jskit-ai/shell-web": "0.1.146",
6203
- "@jskit-ai/uploads-image-web": "0.1.121",
6204
- "@jskit-ai/users-core": "0.1.158"
6210
+ "@jskit-ai/http-runtime": "0.1.145",
6211
+ "@jskit-ai/realtime": "0.1.143",
6212
+ "@jskit-ai/kernel": "0.1.146",
6213
+ "@jskit-ai/shell-web": "0.1.147",
6214
+ "@jskit-ai/uploads-image-web": "0.1.122",
6215
+ "@jskit-ai/users-core": "0.1.160"
6205
6216
  },
6206
6217
  "dev": {}
6207
6218
  },
@@ -6382,11 +6393,11 @@
6382
6393
  },
6383
6394
  {
6384
6395
  "packageId": "@jskit-ai/workspaces-core",
6385
- "version": "0.1.124",
6396
+ "version": "0.1.125",
6386
6397
  "descriptor": {
6387
6398
  "packageVersion": 1,
6388
6399
  "packageId": "@jskit-ai/workspaces-core",
6389
- "version": "0.1.124",
6400
+ "version": "0.1.125",
6390
6401
  "kind": "runtime",
6391
6402
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6392
6403
  "dependsOn": [
@@ -6532,10 +6543,10 @@
6532
6543
  "mutations": {
6533
6544
  "dependencies": {
6534
6545
  "runtime": {
6535
- "@jskit-ai/json-rest-api-core": "0.1.89",
6536
- "@jskit-ai/resource-core": "0.1.88",
6537
- "@jskit-ai/resource-crud-core": "0.1.88",
6538
- "@jskit-ai/users-core": "0.1.158"
6546
+ "@jskit-ai/json-rest-api-core": "0.1.90",
6547
+ "@jskit-ai/resource-core": "0.1.89",
6548
+ "@jskit-ai/resource-crud-core": "0.1.89",
6549
+ "@jskit-ai/users-core": "0.1.159"
6539
6550
  },
6540
6551
  "dev": {}
6541
6552
  },
@@ -6739,11 +6750,11 @@
6739
6750
  },
6740
6751
  {
6741
6752
  "packageId": "@jskit-ai/workspaces-web",
6742
- "version": "0.1.125",
6753
+ "version": "0.1.126",
6743
6754
  "descriptor": {
6744
6755
  "packageVersion": 1,
6745
6756
  "packageId": "@jskit-ai/workspaces-web",
6746
- "version": "0.1.125",
6757
+ "version": "0.1.126",
6747
6758
  "kind": "runtime",
6748
6759
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6749
6760
  "dependsOn": [
@@ -7000,9 +7011,9 @@
7000
7011
  "mutations": {
7001
7012
  "dependencies": {
7002
7013
  "runtime": {
7003
- "@jskit-ai/auth-web": "0.1.146",
7004
- "@jskit-ai/workspaces-core": "0.1.124",
7005
- "@jskit-ai/users-web": "0.1.162"
7014
+ "@jskit-ai/auth-web": "0.1.147",
7015
+ "@jskit-ai/workspaces-core": "0.1.125",
7016
+ "@jskit-ai/users-web": "0.1.163"
7006
7017
  },
7007
7018
  "dev": {}
7008
7019
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.166",
3
+ "version": "0.1.168",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [