@jskit-ai/jskit-catalog 0.1.147 → 0.1.149

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 +183 -163
  2. package/package.json +1 -1
@@ -6,11 +6,11 @@
6
6
  "packages": [
7
7
  {
8
8
  "packageId": "@jskit-ai/assistant",
9
- "version": "0.1.141",
9
+ "version": "0.1.142",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.141",
13
+ "version": "0.1.142",
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.109",
350
+ "version": "0.1.110",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.109",
354
+ "version": "0.1.110",
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.130",
403
- "@jskit-ai/kernel": "0.1.132",
404
- "@jskit-ai/resource-core": "0.1.75",
405
- "@jskit-ai/resource-crud-core": "0.1.75",
406
- "@jskit-ai/users-core": "0.1.142",
402
+ "@jskit-ai/http-runtime": "0.1.131",
403
+ "@jskit-ai/kernel": "0.1.133",
404
+ "@jskit-ai/resource-core": "0.1.76",
405
+ "@jskit-ai/resource-crud-core": "0.1.76",
406
+ "@jskit-ai/users-core": "0.1.143",
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.104",
425
+ "version": "0.1.105",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.104",
429
+ "version": "0.1.105",
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.109",
526
- "@jskit-ai/database-runtime": "0.1.131",
527
- "@jskit-ai/http-runtime": "0.1.130",
528
- "@jskit-ai/kernel": "0.1.132",
529
- "@jskit-ai/shell-web": "0.1.133",
530
- "@jskit-ai/users-core": "0.1.142",
531
- "@jskit-ai/users-web": "0.1.148"
525
+ "@jskit-ai/assistant-core": "0.1.110",
526
+ "@jskit-ai/database-runtime": "0.1.132",
527
+ "@jskit-ai/http-runtime": "0.1.131",
528
+ "@jskit-ai/kernel": "0.1.133",
529
+ "@jskit-ai/shell-web": "0.1.134",
530
+ "@jskit-ai/users-core": "0.1.143",
531
+ "@jskit-ai/users-web": "0.1.149"
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.129",
586
+ "version": "0.1.130",
587
587
  "descriptor": {
588
588
  "packageVersion": 1,
589
589
  "packageId": "@jskit-ai/auth-core",
590
- "version": "0.1.129",
590
+ "version": "0.1.130",
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.132",
663
+ "@jskit-ai/kernel": "0.1.133",
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.33",
681
+ "version": "0.1.34",
682
682
  "descriptor": {
683
683
  "packageVersion": 1,
684
684
  "packageId": "@jskit-ai/auth-provider-local-core",
685
- "version": "0.1.33",
685
+ "version": "0.1.34",
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.129",
749
- "@jskit-ai/kernel": "0.1.132",
748
+ "@jskit-ai/auth-core": "0.1.130",
749
+ "@jskit-ai/kernel": "0.1.133",
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.24",
795
+ "version": "0.1.25",
796
796
  "descriptor": {
797
797
  "packageVersion": 1,
798
798
  "packageId": "@jskit-ai/auth-provider-local-db-core",
799
- "version": "0.1.24",
799
+ "version": "0.1.25",
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.33",
879
- "@jskit-ai/database-runtime": "0.1.131",
880
- "@jskit-ai/kernel": "0.1.132"
878
+ "@jskit-ai/auth-provider-local-core": "0.1.34",
879
+ "@jskit-ai/database-runtime": "0.1.132",
880
+ "@jskit-ai/kernel": "0.1.133"
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.130",
915
+ "version": "0.1.131",
916
916
  "descriptor": {
917
917
  "packageVersion": 1,
918
918
  "packageId": "@jskit-ai/auth-provider-supabase-core",
919
- "version": "0.1.130",
919
+ "version": "0.1.131",
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.129",
1002
- "@jskit-ai/kernel": "0.1.132",
1001
+ "@jskit-ai/auth-core": "0.1.130",
1002
+ "@jskit-ai/kernel": "0.1.133",
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.132",
1080
+ "version": "0.1.133",
1081
1081
  "descriptor": {
1082
1082
  "packageVersion": 1,
1083
1083
  "packageId": "@jskit-ai/auth-web",
1084
- "version": "0.1.132",
1084
+ "version": "0.1.133",
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.129",
1358
- "@jskit-ai/http-runtime": "0.1.130",
1359
- "@jskit-ai/kernel": "0.1.132",
1360
- "@jskit-ai/shell-web": "0.1.133"
1357
+ "@jskit-ai/auth-core": "0.1.130",
1358
+ "@jskit-ai/http-runtime": "0.1.131",
1359
+ "@jskit-ai/kernel": "0.1.133",
1360
+ "@jskit-ai/shell-web": "0.1.134"
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.96",
1459
+ "version": "0.1.97",
1460
1460
  "descriptor": {
1461
1461
  "packageVersion": 1,
1462
1462
  "packageId": "@jskit-ai/console-core",
1463
- "version": "0.1.96",
1463
+ "version": "0.1.97",
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.129",
1548
- "@jskit-ai/database-runtime": "0.1.131",
1549
- "@jskit-ai/http-runtime": "0.1.130",
1550
- "@jskit-ai/kernel": "0.1.132",
1551
- "@jskit-ai/resource-crud-core": "0.1.75",
1552
- "@jskit-ai/users-core": "0.1.142"
1547
+ "@jskit-ai/auth-core": "0.1.130",
1548
+ "@jskit-ai/database-runtime": "0.1.132",
1549
+ "@jskit-ai/http-runtime": "0.1.131",
1550
+ "@jskit-ai/kernel": "0.1.133",
1551
+ "@jskit-ai/resource-crud-core": "0.1.76",
1552
+ "@jskit-ai/users-core": "0.1.143"
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.101",
1577
+ "version": "0.1.102",
1578
1578
  "descriptor": {
1579
1579
  "packageVersion": 1,
1580
1580
  "packageId": "@jskit-ai/console-web",
1581
- "version": "0.1.101",
1581
+ "version": "0.1.102",
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.132",
1692
- "@jskit-ai/console-core": "0.1.96",
1693
- "@jskit-ai/shell-web": "0.1.133"
1691
+ "@jskit-ai/auth-web": "0.1.133",
1692
+ "@jskit-ai/console-core": "0.1.97",
1693
+ "@jskit-ai/shell-web": "0.1.134"
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.140",
1800
+ "version": "0.1.141",
1801
1801
  "descriptor": {
1802
1802
  "packageVersion": 1,
1803
1803
  "packageId": "@jskit-ai/crud-core",
1804
- "version": "0.1.140",
1804
+ "version": "0.1.141",
1805
1805
  "kind": "runtime",
1806
1806
  "description": "Shared CRUD helpers used by CRUD modules.",
1807
1807
  "dependsOn": [
@@ -1830,7 +1830,7 @@
1830
1830
  "mutations": {
1831
1831
  "dependencies": {
1832
1832
  "runtime": {
1833
- "@jskit-ai/crud-core": "0.1.140"
1833
+ "@jskit-ai/crud-core": "0.1.141"
1834
1834
  },
1835
1835
  "dev": {}
1836
1836
  },
@@ -1844,11 +1844,11 @@
1844
1844
  },
1845
1845
  {
1846
1846
  "packageId": "@jskit-ai/crud-server-generator",
1847
- "version": "0.1.141",
1847
+ "version": "0.1.143",
1848
1848
  "descriptor": {
1849
1849
  "packageVersion": 1,
1850
1850
  "packageId": "@jskit-ai/crud-server-generator",
1851
- "version": "0.1.141",
1851
+ "version": "0.1.143",
1852
1852
  "kind": "generator",
1853
1853
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1854
1854
  "options": {
@@ -2039,14 +2039,14 @@
2039
2039
  "mutations": {
2040
2040
  "dependencies": {
2041
2041
  "runtime": {
2042
- "@jskit-ai/auth-core": "0.1.129",
2043
- "@jskit-ai/crud-core": "0.1.140",
2044
- "@jskit-ai/database-runtime": "0.1.131",
2045
- "@jskit-ai/http-runtime": "0.1.130",
2046
- "@jskit-ai/json-rest-api-core": "0.1.76",
2047
- "@jskit-ai/kernel": "0.1.132",
2048
- "@jskit-ai/realtime": "0.1.129",
2049
- "@jskit-ai/resource-crud-core": "0.1.75",
2042
+ "@jskit-ai/auth-core": "0.1.130",
2043
+ "@jskit-ai/crud-core": "0.1.141",
2044
+ "@jskit-ai/database-runtime": "0.1.132",
2045
+ "@jskit-ai/http-runtime": "0.1.131",
2046
+ "@jskit-ai/json-rest-api-core": "0.1.77",
2047
+ "@jskit-ai/kernel": "0.1.133",
2048
+ "@jskit-ai/realtime": "0.1.130",
2049
+ "@jskit-ai/resource-crud-core": "0.1.76",
2050
2050
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
2051
2051
  },
2052
2052
  "dev": {}
@@ -2069,6 +2069,19 @@
2069
2069
  "export": "buildTemplateContext"
2070
2070
  }
2071
2071
  },
2072
+ {
2073
+ "op": "install-migration",
2074
+ "from": "templates/migrations/crud_foreign_keys.cjs",
2075
+ "toDir": "migrations/constraints",
2076
+ "extension": ".cjs",
2077
+ "reason": "Install CRUD foreign keys after all table-creation migrations.",
2078
+ "category": "crud",
2079
+ "id": "crud-foreign-keys-${option:namespace|snake}",
2080
+ "templateContext": {
2081
+ "entrypoint": "src/server/buildTemplateContext.js",
2082
+ "export": "buildTemplateContext"
2083
+ }
2084
+ },
2072
2085
  {
2073
2086
  "from": "templates/src/local-package/package.json",
2074
2087
  "to": "packages/${option:namespace|kebab}/package.json",
@@ -2178,11 +2191,11 @@
2178
2191
  },
2179
2192
  {
2180
2193
  "packageId": "@jskit-ai/crud-ui-generator",
2181
- "version": "0.1.115",
2194
+ "version": "0.1.116",
2182
2195
  "descriptor": {
2183
2196
  "packageVersion": 1,
2184
2197
  "packageId": "@jskit-ai/crud-ui-generator",
2185
- "version": "0.1.115",
2198
+ "version": "0.1.116",
2186
2199
  "kind": "generator",
2187
2200
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2188
2201
  "options": {
@@ -2381,7 +2394,7 @@
2381
2394
  "mutations": {
2382
2395
  "dependencies": {
2383
2396
  "runtime": {
2384
- "@jskit-ai/users-web": "0.1.148"
2397
+ "@jskit-ai/users-web": "0.1.149"
2385
2398
  },
2386
2399
  "dev": {}
2387
2400
  },
@@ -2640,11 +2653,11 @@
2640
2653
  },
2641
2654
  {
2642
2655
  "packageId": "@jskit-ai/database-runtime",
2643
- "version": "0.1.131",
2656
+ "version": "0.1.132",
2644
2657
  "descriptor": {
2645
2658
  "packageVersion": 1,
2646
2659
  "packageId": "@jskit-ai/database-runtime",
2647
- "version": "0.1.131",
2660
+ "version": "0.1.132",
2648
2661
  "kind": "runtime",
2649
2662
  "dependsOn": [
2650
2663
  "@jskit-ai/kernel"
@@ -2713,7 +2726,7 @@
2713
2726
  "mutations": {
2714
2727
  "dependencies": {
2715
2728
  "runtime": {
2716
- "@jskit-ai/kernel": "0.1.132",
2729
+ "@jskit-ai/kernel": "0.1.133",
2717
2730
  "dotenv": "^16.4.5",
2718
2731
  "knex": "^3.1.0"
2719
2732
  },
@@ -2742,6 +2755,13 @@
2742
2755
  "reason": "Ensure migrations directory exists so Knex migration commands can run before any module installs migrations.",
2743
2756
  "category": "database-runtime",
2744
2757
  "id": "database-runtime-migrations-dir"
2758
+ },
2759
+ {
2760
+ "from": "templates/migrations/constraints/.gitkeep",
2761
+ "to": "migrations/constraints/.gitkeep",
2762
+ "reason": "Ensure the ordered deferred-constraint migration directory exists.",
2763
+ "category": "database-runtime",
2764
+ "id": "database-runtime-constraint-migrations-dir"
2745
2765
  }
2746
2766
  ]
2747
2767
  }
@@ -2749,11 +2769,11 @@
2749
2769
  },
2750
2770
  {
2751
2771
  "packageId": "@jskit-ai/database-runtime-mysql",
2752
- "version": "0.1.130",
2772
+ "version": "0.1.131",
2753
2773
  "descriptor": {
2754
2774
  "packageVersion": 1,
2755
2775
  "packageId": "@jskit-ai/database-runtime-mysql",
2756
- "version": "0.1.130",
2776
+ "version": "0.1.131",
2757
2777
  "kind": "runtime",
2758
2778
  "options": {
2759
2779
  "db-host": {
@@ -2875,7 +2895,7 @@
2875
2895
  "mutations": {
2876
2896
  "dependencies": {
2877
2897
  "runtime": {
2878
- "@jskit-ai/database-runtime": "0.1.131",
2898
+ "@jskit-ai/database-runtime": "0.1.132",
2879
2899
  "mysql2": "^3.11.2"
2880
2900
  },
2881
2901
  "dev": {}
@@ -2946,11 +2966,11 @@
2946
2966
  },
2947
2967
  {
2948
2968
  "packageId": "@jskit-ai/database-runtime-postgres",
2949
- "version": "0.1.129",
2969
+ "version": "0.1.130",
2950
2970
  "descriptor": {
2951
2971
  "packageVersion": 1,
2952
2972
  "packageId": "@jskit-ai/database-runtime-postgres",
2953
- "version": "0.1.129",
2973
+ "version": "0.1.130",
2954
2974
  "kind": "runtime",
2955
2975
  "options": {
2956
2976
  "db-host": {
@@ -3071,7 +3091,7 @@
3071
3091
  "mutations": {
3072
3092
  "dependencies": {
3073
3093
  "runtime": {
3074
- "@jskit-ai/database-runtime": "0.1.131",
3094
+ "@jskit-ai/database-runtime": "0.1.132",
3075
3095
  "pg": "^8.13.1"
3076
3096
  },
3077
3097
  "dev": {}
@@ -3142,11 +3162,11 @@
3142
3162
  },
3143
3163
  {
3144
3164
  "packageId": "@jskit-ai/feature-server-generator",
3145
- "version": "0.1.74",
3165
+ "version": "0.1.75",
3146
3166
  "descriptor": {
3147
3167
  "packageVersion": 1,
3148
3168
  "packageId": "@jskit-ai/feature-server-generator",
3149
- "version": "0.1.74",
3169
+ "version": "0.1.75",
3150
3170
  "kind": "generator",
3151
3171
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
3152
3172
  "options": {
@@ -3311,27 +3331,27 @@
3311
3331
  "dependencies": {
3312
3332
  "runtime": {
3313
3333
  "@jskit-ai/database-runtime": {
3314
- "version": "0.1.131",
3334
+ "version": "0.1.132",
3315
3335
  "when": {
3316
3336
  "option": "mode",
3317
3337
  "notEquals": "orchestrator"
3318
3338
  }
3319
3339
  },
3320
3340
  "@jskit-ai/database-runtime-mysql": {
3321
- "version": "0.1.130",
3341
+ "version": "0.1.131",
3322
3342
  "when": {
3323
3343
  "option": "mode",
3324
3344
  "notEquals": "orchestrator"
3325
3345
  }
3326
3346
  },
3327
3347
  "@jskit-ai/json-rest-api-core": {
3328
- "version": "0.1.76",
3348
+ "version": "0.1.77",
3329
3349
  "when": {
3330
3350
  "option": "mode",
3331
3351
  "equals": "json-rest"
3332
3352
  }
3333
3353
  },
3334
- "@jskit-ai/kernel": "0.1.132",
3354
+ "@jskit-ai/kernel": "0.1.133",
3335
3355
  "json-rest-schema": "1.x.x",
3336
3356
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
3337
3357
  },
@@ -3444,11 +3464,11 @@
3444
3464
  },
3445
3465
  {
3446
3466
  "packageId": "@jskit-ai/google-rewarded-core",
3447
- "version": "0.1.69",
3467
+ "version": "0.1.70",
3448
3468
  "descriptor": {
3449
3469
  "packageVersion": 1,
3450
3470
  "packageId": "@jskit-ai/google-rewarded-core",
3451
- "version": "0.1.69",
3471
+ "version": "0.1.70",
3452
3472
  "kind": "runtime",
3453
3473
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3454
3474
  "dependsOn": [
@@ -3575,14 +3595,14 @@
3575
3595
  "mutations": {
3576
3596
  "dependencies": {
3577
3597
  "runtime": {
3578
- "@jskit-ai/auth-core": "0.1.129",
3579
- "@jskit-ai/crud-core": "0.1.140",
3580
- "@jskit-ai/database-runtime": "0.1.131",
3581
- "@jskit-ai/http-runtime": "0.1.130",
3582
- "@jskit-ai/json-rest-api-core": "0.1.76",
3583
- "@jskit-ai/kernel": "0.1.132",
3584
- "@jskit-ai/resource-crud-core": "0.1.75",
3585
- "@jskit-ai/workspaces-core": "0.1.109"
3598
+ "@jskit-ai/auth-core": "0.1.130",
3599
+ "@jskit-ai/crud-core": "0.1.141",
3600
+ "@jskit-ai/database-runtime": "0.1.132",
3601
+ "@jskit-ai/http-runtime": "0.1.131",
3602
+ "@jskit-ai/json-rest-api-core": "0.1.77",
3603
+ "@jskit-ai/kernel": "0.1.133",
3604
+ "@jskit-ai/resource-crud-core": "0.1.76",
3605
+ "@jskit-ai/workspaces-core": "0.1.110"
3586
3606
  },
3587
3607
  "dev": {}
3588
3608
  },
@@ -3634,11 +3654,11 @@
3634
3654
  },
3635
3655
  {
3636
3656
  "packageId": "@jskit-ai/google-rewarded-web",
3637
- "version": "0.1.69",
3657
+ "version": "0.1.70",
3638
3658
  "descriptor": {
3639
3659
  "packageVersion": 1,
3640
3660
  "packageId": "@jskit-ai/google-rewarded-web",
3641
- "version": "0.1.69",
3661
+ "version": "0.1.70",
3642
3662
  "kind": "runtime",
3643
3663
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3644
3664
  "dependsOn": [
@@ -3685,10 +3705,10 @@
3685
3705
  "mutations": {
3686
3706
  "dependencies": {
3687
3707
  "runtime": {
3688
- "@jskit-ai/google-rewarded-core": "0.1.69",
3689
- "@jskit-ai/http-runtime": "0.1.130",
3690
- "@jskit-ai/kernel": "0.1.132",
3691
- "@jskit-ai/shell-web": "0.1.133"
3708
+ "@jskit-ai/google-rewarded-core": "0.1.70",
3709
+ "@jskit-ai/http-runtime": "0.1.131",
3710
+ "@jskit-ai/kernel": "0.1.133",
3711
+ "@jskit-ai/shell-web": "0.1.134"
3692
3712
  },
3693
3713
  "dev": {}
3694
3714
  },
@@ -3706,11 +3726,11 @@
3706
3726
  },
3707
3727
  {
3708
3728
  "packageId": "@jskit-ai/http-runtime",
3709
- "version": "0.1.130",
3729
+ "version": "0.1.131",
3710
3730
  "descriptor": {
3711
3731
  "packageVersion": 1,
3712
3732
  "packageId": "@jskit-ai/http-runtime",
3713
- "version": "0.1.130",
3733
+ "version": "0.1.131",
3714
3734
  "kind": "runtime",
3715
3735
  "dependsOn": [],
3716
3736
  "capabilities": {
@@ -3776,7 +3796,7 @@
3776
3796
  "mutations": {
3777
3797
  "dependencies": {
3778
3798
  "runtime": {
3779
- "@jskit-ai/kernel": "0.1.132"
3799
+ "@jskit-ai/kernel": "0.1.133"
3780
3800
  },
3781
3801
  "dev": {}
3782
3802
  },
@@ -3790,11 +3810,11 @@
3790
3810
  },
3791
3811
  {
3792
3812
  "packageId": "@jskit-ai/json-rest-api-core",
3793
- "version": "0.1.76",
3813
+ "version": "0.1.77",
3794
3814
  "descriptor": {
3795
3815
  "packageVersion": 1,
3796
3816
  "packageId": "@jskit-ai/json-rest-api-core",
3797
- "version": "0.1.76",
3817
+ "version": "0.1.77",
3798
3818
  "kind": "runtime",
3799
3819
  "description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
3800
3820
  "dependsOn": [
@@ -3854,11 +3874,11 @@
3854
3874
  },
3855
3875
  {
3856
3876
  "packageId": "@jskit-ai/mobile-capacitor",
3857
- "version": "0.1.68",
3877
+ "version": "0.1.69",
3858
3878
  "descriptor": {
3859
3879
  "packageVersion": 1,
3860
3880
  "packageId": "@jskit-ai/mobile-capacitor",
3861
- "version": "0.1.68",
3881
+ "version": "0.1.69",
3862
3882
  "kind": "runtime",
3863
3883
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3864
3884
  "dependsOn": [
@@ -3921,8 +3941,8 @@
3921
3941
  "@capacitor/app": "^7.1.0",
3922
3942
  "@capacitor/browser": "^7.0.1",
3923
3943
  "@capacitor/core": "^7.4.3",
3924
- "@jskit-ai/kernel": "0.1.132",
3925
- "@jskit-ai/shell-web": "0.1.133"
3944
+ "@jskit-ai/kernel": "0.1.133",
3945
+ "@jskit-ai/shell-web": "0.1.134"
3926
3946
  },
3927
3947
  "dev": {
3928
3948
  "@capacitor/cli": "^7.4.3"
@@ -3974,11 +3994,11 @@
3974
3994
  },
3975
3995
  {
3976
3996
  "packageId": "@jskit-ai/realtime",
3977
- "version": "0.1.129",
3997
+ "version": "0.1.130",
3978
3998
  "descriptor": {
3979
3999
  "packageVersion": 1,
3980
4000
  "packageId": "@jskit-ai/realtime",
3981
- "version": "0.1.129",
4001
+ "version": "0.1.130",
3982
4002
  "kind": "runtime",
3983
4003
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
3984
4004
  "options": {
@@ -4074,7 +4094,7 @@
4074
4094
  "mutations": {
4075
4095
  "dependencies": {
4076
4096
  "runtime": {
4077
- "@jskit-ai/kernel": "0.1.132",
4097
+ "@jskit-ai/kernel": "0.1.133",
4078
4098
  "@socket.io/redis-adapter": "^8.3.0",
4079
4099
  "redis": "^5.8.2",
4080
4100
  "socket.io": "^4.8.3",
@@ -4123,11 +4143,11 @@
4123
4143
  },
4124
4144
  {
4125
4145
  "packageId": "@jskit-ai/resource-core",
4126
- "version": "0.1.75",
4146
+ "version": "0.1.76",
4127
4147
  "descriptor": {
4128
4148
  "packageVersion": 1,
4129
4149
  "packageId": "@jskit-ai/resource-core",
4130
- "version": "0.1.75",
4150
+ "version": "0.1.76",
4131
4151
  "kind": "runtime",
4132
4152
  "description": "Generic resource-definition helpers and schema-definition normalization.",
4133
4153
  "dependsOn": [
@@ -4150,7 +4170,7 @@
4150
4170
  "mutations": {
4151
4171
  "dependencies": {
4152
4172
  "runtime": {
4153
- "@jskit-ai/resource-core": "0.1.75"
4173
+ "@jskit-ai/resource-core": "0.1.76"
4154
4174
  },
4155
4175
  "dev": {}
4156
4176
  },
@@ -4165,11 +4185,11 @@
4165
4185
  },
4166
4186
  {
4167
4187
  "packageId": "@jskit-ai/resource-crud-core",
4168
- "version": "0.1.75",
4188
+ "version": "0.1.76",
4169
4189
  "descriptor": {
4170
4190
  "packageVersion": 1,
4171
4191
  "packageId": "@jskit-ai/resource-crud-core",
4172
- "version": "0.1.75",
4192
+ "version": "0.1.76",
4173
4193
  "kind": "runtime",
4174
4194
  "description": "CRUD-specific resource-definition helpers and namespace support.",
4175
4195
  "dependsOn": [
@@ -4193,7 +4213,7 @@
4193
4213
  "mutations": {
4194
4214
  "dependencies": {
4195
4215
  "runtime": {
4196
- "@jskit-ai/resource-crud-core": "0.1.75"
4216
+ "@jskit-ai/resource-crud-core": "0.1.76"
4197
4217
  },
4198
4218
  "dev": {}
4199
4219
  },
@@ -4208,11 +4228,11 @@
4208
4228
  },
4209
4229
  {
4210
4230
  "packageId": "@jskit-ai/shell-web",
4211
- "version": "0.1.133",
4231
+ "version": "0.1.134",
4212
4232
  "descriptor": {
4213
4233
  "packageVersion": 1,
4214
4234
  "packageId": "@jskit-ai/shell-web",
4215
- "version": "0.1.133",
4235
+ "version": "0.1.134",
4216
4236
  "kind": "runtime",
4217
4237
  "description": "Web shell layout runtime with outlet-based placement contributions.",
4218
4238
  "dependsOn": [],
@@ -4558,7 +4578,7 @@
4558
4578
  "dependencies": {
4559
4579
  "runtime": {
4560
4580
  "@mdi/js": "^7.4.47",
4561
- "@jskit-ai/kernel": "0.1.132"
4581
+ "@jskit-ai/kernel": "0.1.133"
4562
4582
  },
4563
4583
  "dev": {
4564
4584
  "@playwright/test": "1.61.1"
@@ -4787,11 +4807,11 @@
4787
4807
  },
4788
4808
  {
4789
4809
  "packageId": "@jskit-ai/storage-runtime",
4790
- "version": "0.1.130",
4810
+ "version": "0.1.131",
4791
4811
  "descriptor": {
4792
4812
  "packageVersion": 1,
4793
4813
  "packageId": "@jskit-ai/storage-runtime",
4794
- "version": "0.1.130",
4814
+ "version": "0.1.131",
4795
4815
  "kind": "runtime",
4796
4816
  "dependsOn": [
4797
4817
  "@jskit-ai/kernel"
@@ -4840,7 +4860,7 @@
4840
4860
  "mutations": {
4841
4861
  "dependencies": {
4842
4862
  "runtime": {
4843
- "@jskit-ai/kernel": "0.1.132",
4863
+ "@jskit-ai/kernel": "0.1.133",
4844
4864
  "unstorage": "^1.17.3"
4845
4865
  },
4846
4866
  "dev": {}
@@ -4856,11 +4876,11 @@
4856
4876
  },
4857
4877
  {
4858
4878
  "packageId": "@jskit-ai/ui-generator",
4859
- "version": "0.1.115",
4879
+ "version": "0.1.116",
4860
4880
  "descriptor": {
4861
4881
  "packageVersion": 1,
4862
4882
  "packageId": "@jskit-ai/ui-generator",
4863
- "version": "0.1.115",
4883
+ "version": "0.1.116",
4864
4884
  "kind": "generator",
4865
4885
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4866
4886
  "options": {
@@ -5293,7 +5313,7 @@
5293
5313
  "mutations": {
5294
5314
  "dependencies": {
5295
5315
  "runtime": {
5296
- "@jskit-ai/users-web": "0.1.148"
5316
+ "@jskit-ai/users-web": "0.1.149"
5297
5317
  },
5298
5318
  "dev": {}
5299
5319
  },
@@ -5308,11 +5328,11 @@
5308
5328
  },
5309
5329
  {
5310
5330
  "packageId": "@jskit-ai/uploads-image-web",
5311
- "version": "0.1.108",
5331
+ "version": "0.1.109",
5312
5332
  "descriptor": {
5313
5333
  "packageVersion": 1,
5314
5334
  "packageId": "@jskit-ai/uploads-image-web",
5315
- "version": "0.1.108",
5335
+ "version": "0.1.109",
5316
5336
  "kind": "runtime",
5317
5337
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
5318
5338
  "dependsOn": [
@@ -5376,7 +5396,7 @@
5376
5396
  "mutations": {
5377
5397
  "dependencies": {
5378
5398
  "runtime": {
5379
- "@jskit-ai/uploads-runtime": "0.1.108",
5399
+ "@jskit-ai/uploads-runtime": "0.1.109",
5380
5400
  "@uppy/compressor": "^3.1.0",
5381
5401
  "@uppy/core": "^5.2.0",
5382
5402
  "@uppy/dashboard": "^5.1.1",
@@ -5396,11 +5416,11 @@
5396
5416
  },
5397
5417
  {
5398
5418
  "packageId": "@jskit-ai/uploads-runtime",
5399
- "version": "0.1.108",
5419
+ "version": "0.1.109",
5400
5420
  "descriptor": {
5401
5421
  "packageVersion": 1,
5402
5422
  "packageId": "@jskit-ai/uploads-runtime",
5403
- "version": "0.1.108",
5423
+ "version": "0.1.109",
5404
5424
  "kind": "runtime",
5405
5425
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
5406
5426
  "dependsOn": [
@@ -5470,7 +5490,7 @@
5470
5490
  "dependencies": {
5471
5491
  "runtime": {
5472
5492
  "@fastify/multipart": "^9.4.0",
5473
- "@jskit-ai/kernel": "0.1.132"
5493
+ "@jskit-ai/kernel": "0.1.133"
5474
5494
  },
5475
5495
  "dev": {}
5476
5496
  },
@@ -5485,11 +5505,11 @@
5485
5505
  },
5486
5506
  {
5487
5507
  "packageId": "@jskit-ai/users-core",
5488
- "version": "0.1.142",
5508
+ "version": "0.1.143",
5489
5509
  "descriptor": {
5490
5510
  "packageVersion": 1,
5491
5511
  "packageId": "@jskit-ai/users-core",
5492
- "version": "0.1.142",
5512
+ "version": "0.1.143",
5493
5513
  "kind": "runtime",
5494
5514
  "description": "Users/account runtime plus HTTP routes for account features.",
5495
5515
  "dependsOn": [
@@ -5633,16 +5653,16 @@
5633
5653
  "mutations": {
5634
5654
  "dependencies": {
5635
5655
  "runtime": {
5636
- "@jskit-ai/auth-core": "0.1.129",
5637
- "@jskit-ai/crud-core": "0.1.140",
5638
- "@jskit-ai/database-runtime": "0.1.131",
5639
- "@jskit-ai/http-runtime": "0.1.130",
5640
- "@jskit-ai/json-rest-api-core": "0.1.76",
5641
- "@jskit-ai/kernel": "0.1.132",
5642
- "@jskit-ai/resource-core": "0.1.75",
5643
- "@jskit-ai/resource-crud-core": "0.1.75",
5656
+ "@jskit-ai/auth-core": "0.1.130",
5657
+ "@jskit-ai/crud-core": "0.1.141",
5658
+ "@jskit-ai/database-runtime": "0.1.132",
5659
+ "@jskit-ai/http-runtime": "0.1.131",
5660
+ "@jskit-ai/json-rest-api-core": "0.1.77",
5661
+ "@jskit-ai/kernel": "0.1.133",
5662
+ "@jskit-ai/resource-core": "0.1.76",
5663
+ "@jskit-ai/resource-crud-core": "0.1.76",
5644
5664
  "@local/users": "file:packages/users",
5645
- "@jskit-ai/uploads-runtime": "0.1.108"
5665
+ "@jskit-ai/uploads-runtime": "0.1.109"
5646
5666
  },
5647
5667
  "dev": {}
5648
5668
  },
@@ -5869,11 +5889,11 @@
5869
5889
  },
5870
5890
  {
5871
5891
  "packageId": "@jskit-ai/users-web",
5872
- "version": "0.1.148",
5892
+ "version": "0.1.149",
5873
5893
  "descriptor": {
5874
5894
  "packageVersion": 1,
5875
5895
  "packageId": "@jskit-ai/users-web",
5876
- "version": "0.1.148",
5896
+ "version": "0.1.149",
5877
5897
  "kind": "runtime",
5878
5898
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5879
5899
  "dependsOn": [
@@ -6176,12 +6196,12 @@
6176
6196
  "dependencies": {
6177
6197
  "runtime": {
6178
6198
  "@mdi/js": "^7.4.47",
6179
- "@jskit-ai/http-runtime": "0.1.130",
6180
- "@jskit-ai/realtime": "0.1.129",
6181
- "@jskit-ai/kernel": "0.1.132",
6182
- "@jskit-ai/shell-web": "0.1.133",
6183
- "@jskit-ai/uploads-image-web": "0.1.108",
6184
- "@jskit-ai/users-core": "0.1.142"
6199
+ "@jskit-ai/http-runtime": "0.1.131",
6200
+ "@jskit-ai/realtime": "0.1.130",
6201
+ "@jskit-ai/kernel": "0.1.133",
6202
+ "@jskit-ai/shell-web": "0.1.134",
6203
+ "@jskit-ai/uploads-image-web": "0.1.109",
6204
+ "@jskit-ai/users-core": "0.1.143"
6185
6205
  },
6186
6206
  "dev": {}
6187
6207
  },
@@ -6362,11 +6382,11 @@
6362
6382
  },
6363
6383
  {
6364
6384
  "packageId": "@jskit-ai/workspaces-core",
6365
- "version": "0.1.109",
6385
+ "version": "0.1.110",
6366
6386
  "descriptor": {
6367
6387
  "packageVersion": 1,
6368
6388
  "packageId": "@jskit-ai/workspaces-core",
6369
- "version": "0.1.109",
6389
+ "version": "0.1.110",
6370
6390
  "kind": "runtime",
6371
6391
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6372
6392
  "dependsOn": [
@@ -6512,10 +6532,10 @@
6512
6532
  "mutations": {
6513
6533
  "dependencies": {
6514
6534
  "runtime": {
6515
- "@jskit-ai/json-rest-api-core": "0.1.76",
6516
- "@jskit-ai/resource-core": "0.1.75",
6517
- "@jskit-ai/resource-crud-core": "0.1.75",
6518
- "@jskit-ai/users-core": "0.1.142"
6535
+ "@jskit-ai/json-rest-api-core": "0.1.77",
6536
+ "@jskit-ai/resource-core": "0.1.76",
6537
+ "@jskit-ai/resource-crud-core": "0.1.76",
6538
+ "@jskit-ai/users-core": "0.1.143"
6519
6539
  },
6520
6540
  "dev": {}
6521
6541
  },
@@ -6719,11 +6739,11 @@
6719
6739
  },
6720
6740
  {
6721
6741
  "packageId": "@jskit-ai/workspaces-web",
6722
- "version": "0.1.111",
6742
+ "version": "0.1.112",
6723
6743
  "descriptor": {
6724
6744
  "packageVersion": 1,
6725
6745
  "packageId": "@jskit-ai/workspaces-web",
6726
- "version": "0.1.111",
6746
+ "version": "0.1.112",
6727
6747
  "kind": "runtime",
6728
6748
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6729
6749
  "dependsOn": [
@@ -6980,9 +7000,9 @@
6980
7000
  "mutations": {
6981
7001
  "dependencies": {
6982
7002
  "runtime": {
6983
- "@jskit-ai/auth-web": "0.1.132",
6984
- "@jskit-ai/workspaces-core": "0.1.109",
6985
- "@jskit-ai/users-web": "0.1.148"
7003
+ "@jskit-ai/auth-web": "0.1.133",
7004
+ "@jskit-ai/workspaces-core": "0.1.110",
7005
+ "@jskit-ai/users-web": "0.1.149"
6986
7006
  },
6987
7007
  "dev": {}
6988
7008
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.147",
3
+ "version": "0.1.149",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [