@jskit-ai/jskit-catalog 0.1.149 → 0.1.151

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 +163 -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.142",
9
+ "version": "0.1.143",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.142",
13
+ "version": "0.1.143",
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.110",
350
+ "version": "0.1.111",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.110",
354
+ "version": "0.1.111",
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.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",
402
+ "@jskit-ai/http-runtime": "0.1.132",
403
+ "@jskit-ai/kernel": "0.1.134",
404
+ "@jskit-ai/resource-core": "0.1.77",
405
+ "@jskit-ai/resource-crud-core": "0.1.77",
406
+ "@jskit-ai/users-core": "0.1.145",
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.105",
425
+ "version": "0.1.106",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.105",
429
+ "version": "0.1.106",
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.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"
525
+ "@jskit-ai/assistant-core": "0.1.111",
526
+ "@jskit-ai/database-runtime": "0.1.133",
527
+ "@jskit-ai/http-runtime": "0.1.132",
528
+ "@jskit-ai/kernel": "0.1.134",
529
+ "@jskit-ai/shell-web": "0.1.135",
530
+ "@jskit-ai/users-core": "0.1.145",
531
+ "@jskit-ai/users-web": "0.1.151"
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.130",
586
+ "version": "0.1.132",
587
587
  "descriptor": {
588
588
  "packageVersion": 1,
589
589
  "packageId": "@jskit-ai/auth-core",
590
- "version": "0.1.130",
590
+ "version": "0.1.132",
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.133",
663
+ "@jskit-ai/kernel": "0.1.134",
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.34",
681
+ "version": "0.1.36",
682
682
  "descriptor": {
683
683
  "packageVersion": 1,
684
684
  "packageId": "@jskit-ai/auth-provider-local-core",
685
- "version": "0.1.34",
685
+ "version": "0.1.36",
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.130",
749
- "@jskit-ai/kernel": "0.1.133",
748
+ "@jskit-ai/auth-core": "0.1.132",
749
+ "@jskit-ai/kernel": "0.1.134",
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.25",
795
+ "version": "0.1.27",
796
796
  "descriptor": {
797
797
  "packageVersion": 1,
798
798
  "packageId": "@jskit-ai/auth-provider-local-db-core",
799
- "version": "0.1.25",
799
+ "version": "0.1.27",
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.34",
879
- "@jskit-ai/database-runtime": "0.1.132",
880
- "@jskit-ai/kernel": "0.1.133"
878
+ "@jskit-ai/auth-provider-local-core": "0.1.36",
879
+ "@jskit-ai/database-runtime": "0.1.133",
880
+ "@jskit-ai/kernel": "0.1.134"
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.131",
915
+ "version": "0.1.132",
916
916
  "descriptor": {
917
917
  "packageVersion": 1,
918
918
  "packageId": "@jskit-ai/auth-provider-supabase-core",
919
- "version": "0.1.131",
919
+ "version": "0.1.132",
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.130",
1002
- "@jskit-ai/kernel": "0.1.133",
1001
+ "@jskit-ai/auth-core": "0.1.132",
1002
+ "@jskit-ai/kernel": "0.1.134",
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.133",
1080
+ "version": "0.1.135",
1081
1081
  "descriptor": {
1082
1082
  "packageVersion": 1,
1083
1083
  "packageId": "@jskit-ai/auth-web",
1084
- "version": "0.1.133",
1084
+ "version": "0.1.135",
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.130",
1358
- "@jskit-ai/http-runtime": "0.1.131",
1359
- "@jskit-ai/kernel": "0.1.133",
1360
- "@jskit-ai/shell-web": "0.1.134"
1357
+ "@jskit-ai/auth-core": "0.1.132",
1358
+ "@jskit-ai/http-runtime": "0.1.132",
1359
+ "@jskit-ai/kernel": "0.1.134",
1360
+ "@jskit-ai/shell-web": "0.1.135"
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.97",
1459
+ "version": "0.1.98",
1460
1460
  "descriptor": {
1461
1461
  "packageVersion": 1,
1462
1462
  "packageId": "@jskit-ai/console-core",
1463
- "version": "0.1.97",
1463
+ "version": "0.1.98",
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.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"
1547
+ "@jskit-ai/auth-core": "0.1.132",
1548
+ "@jskit-ai/database-runtime": "0.1.133",
1549
+ "@jskit-ai/http-runtime": "0.1.132",
1550
+ "@jskit-ai/kernel": "0.1.134",
1551
+ "@jskit-ai/resource-crud-core": "0.1.77",
1552
+ "@jskit-ai/users-core": "0.1.145"
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.102",
1577
+ "version": "0.1.103",
1578
1578
  "descriptor": {
1579
1579
  "packageVersion": 1,
1580
1580
  "packageId": "@jskit-ai/console-web",
1581
- "version": "0.1.102",
1581
+ "version": "0.1.103",
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.133",
1692
- "@jskit-ai/console-core": "0.1.97",
1693
- "@jskit-ai/shell-web": "0.1.134"
1691
+ "@jskit-ai/auth-web": "0.1.135",
1692
+ "@jskit-ai/console-core": "0.1.98",
1693
+ "@jskit-ai/shell-web": "0.1.135"
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.141",
1800
+ "version": "0.1.143",
1801
1801
  "descriptor": {
1802
1802
  "packageVersion": 1,
1803
1803
  "packageId": "@jskit-ai/crud-core",
1804
- "version": "0.1.141",
1804
+ "version": "0.1.143",
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.141"
1833
+ "@jskit-ai/crud-core": "0.1.143"
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.143",
1847
+ "version": "0.1.144",
1848
1848
  "descriptor": {
1849
1849
  "packageVersion": 1,
1850
1850
  "packageId": "@jskit-ai/crud-server-generator",
1851
- "version": "0.1.143",
1851
+ "version": "0.1.144",
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.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",
2042
+ "@jskit-ai/auth-core": "0.1.132",
2043
+ "@jskit-ai/crud-core": "0.1.143",
2044
+ "@jskit-ai/database-runtime": "0.1.133",
2045
+ "@jskit-ai/http-runtime": "0.1.132",
2046
+ "@jskit-ai/json-rest-api-core": "0.1.78",
2047
+ "@jskit-ai/kernel": "0.1.134",
2048
+ "@jskit-ai/realtime": "0.1.131",
2049
+ "@jskit-ai/resource-crud-core": "0.1.77",
2050
2050
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
2051
2051
  },
2052
2052
  "dev": {}
@@ -2191,11 +2191,11 @@
2191
2191
  },
2192
2192
  {
2193
2193
  "packageId": "@jskit-ai/crud-ui-generator",
2194
- "version": "0.1.116",
2194
+ "version": "0.1.117",
2195
2195
  "descriptor": {
2196
2196
  "packageVersion": 1,
2197
2197
  "packageId": "@jskit-ai/crud-ui-generator",
2198
- "version": "0.1.116",
2198
+ "version": "0.1.117",
2199
2199
  "kind": "generator",
2200
2200
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2201
2201
  "options": {
@@ -2394,7 +2394,7 @@
2394
2394
  "mutations": {
2395
2395
  "dependencies": {
2396
2396
  "runtime": {
2397
- "@jskit-ai/users-web": "0.1.149"
2397
+ "@jskit-ai/users-web": "0.1.151"
2398
2398
  },
2399
2399
  "dev": {}
2400
2400
  },
@@ -2653,11 +2653,11 @@
2653
2653
  },
2654
2654
  {
2655
2655
  "packageId": "@jskit-ai/database-runtime",
2656
- "version": "0.1.132",
2656
+ "version": "0.1.133",
2657
2657
  "descriptor": {
2658
2658
  "packageVersion": 1,
2659
2659
  "packageId": "@jskit-ai/database-runtime",
2660
- "version": "0.1.132",
2660
+ "version": "0.1.133",
2661
2661
  "kind": "runtime",
2662
2662
  "dependsOn": [
2663
2663
  "@jskit-ai/kernel"
@@ -2726,7 +2726,7 @@
2726
2726
  "mutations": {
2727
2727
  "dependencies": {
2728
2728
  "runtime": {
2729
- "@jskit-ai/kernel": "0.1.133",
2729
+ "@jskit-ai/kernel": "0.1.134",
2730
2730
  "dotenv": "^16.4.5",
2731
2731
  "knex": "^3.1.0"
2732
2732
  },
@@ -2769,11 +2769,11 @@
2769
2769
  },
2770
2770
  {
2771
2771
  "packageId": "@jskit-ai/database-runtime-mysql",
2772
- "version": "0.1.131",
2772
+ "version": "0.1.132",
2773
2773
  "descriptor": {
2774
2774
  "packageVersion": 1,
2775
2775
  "packageId": "@jskit-ai/database-runtime-mysql",
2776
- "version": "0.1.131",
2776
+ "version": "0.1.132",
2777
2777
  "kind": "runtime",
2778
2778
  "options": {
2779
2779
  "db-host": {
@@ -2895,7 +2895,7 @@
2895
2895
  "mutations": {
2896
2896
  "dependencies": {
2897
2897
  "runtime": {
2898
- "@jskit-ai/database-runtime": "0.1.132",
2898
+ "@jskit-ai/database-runtime": "0.1.133",
2899
2899
  "mysql2": "^3.11.2"
2900
2900
  },
2901
2901
  "dev": {}
@@ -2966,11 +2966,11 @@
2966
2966
  },
2967
2967
  {
2968
2968
  "packageId": "@jskit-ai/database-runtime-postgres",
2969
- "version": "0.1.130",
2969
+ "version": "0.1.131",
2970
2970
  "descriptor": {
2971
2971
  "packageVersion": 1,
2972
2972
  "packageId": "@jskit-ai/database-runtime-postgres",
2973
- "version": "0.1.130",
2973
+ "version": "0.1.131",
2974
2974
  "kind": "runtime",
2975
2975
  "options": {
2976
2976
  "db-host": {
@@ -3091,7 +3091,7 @@
3091
3091
  "mutations": {
3092
3092
  "dependencies": {
3093
3093
  "runtime": {
3094
- "@jskit-ai/database-runtime": "0.1.132",
3094
+ "@jskit-ai/database-runtime": "0.1.133",
3095
3095
  "pg": "^8.13.1"
3096
3096
  },
3097
3097
  "dev": {}
@@ -3162,11 +3162,11 @@
3162
3162
  },
3163
3163
  {
3164
3164
  "packageId": "@jskit-ai/feature-server-generator",
3165
- "version": "0.1.75",
3165
+ "version": "0.1.76",
3166
3166
  "descriptor": {
3167
3167
  "packageVersion": 1,
3168
3168
  "packageId": "@jskit-ai/feature-server-generator",
3169
- "version": "0.1.75",
3169
+ "version": "0.1.76",
3170
3170
  "kind": "generator",
3171
3171
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
3172
3172
  "options": {
@@ -3331,27 +3331,27 @@
3331
3331
  "dependencies": {
3332
3332
  "runtime": {
3333
3333
  "@jskit-ai/database-runtime": {
3334
- "version": "0.1.132",
3334
+ "version": "0.1.133",
3335
3335
  "when": {
3336
3336
  "option": "mode",
3337
3337
  "notEquals": "orchestrator"
3338
3338
  }
3339
3339
  },
3340
3340
  "@jskit-ai/database-runtime-mysql": {
3341
- "version": "0.1.131",
3341
+ "version": "0.1.132",
3342
3342
  "when": {
3343
3343
  "option": "mode",
3344
3344
  "notEquals": "orchestrator"
3345
3345
  }
3346
3346
  },
3347
3347
  "@jskit-ai/json-rest-api-core": {
3348
- "version": "0.1.77",
3348
+ "version": "0.1.78",
3349
3349
  "when": {
3350
3350
  "option": "mode",
3351
3351
  "equals": "json-rest"
3352
3352
  }
3353
3353
  },
3354
- "@jskit-ai/kernel": "0.1.133",
3354
+ "@jskit-ai/kernel": "0.1.134",
3355
3355
  "json-rest-schema": "1.x.x",
3356
3356
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
3357
3357
  },
@@ -3464,11 +3464,11 @@
3464
3464
  },
3465
3465
  {
3466
3466
  "packageId": "@jskit-ai/google-rewarded-core",
3467
- "version": "0.1.70",
3467
+ "version": "0.1.71",
3468
3468
  "descriptor": {
3469
3469
  "packageVersion": 1,
3470
3470
  "packageId": "@jskit-ai/google-rewarded-core",
3471
- "version": "0.1.70",
3471
+ "version": "0.1.71",
3472
3472
  "kind": "runtime",
3473
3473
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3474
3474
  "dependsOn": [
@@ -3595,14 +3595,14 @@
3595
3595
  "mutations": {
3596
3596
  "dependencies": {
3597
3597
  "runtime": {
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"
3598
+ "@jskit-ai/auth-core": "0.1.132",
3599
+ "@jskit-ai/crud-core": "0.1.143",
3600
+ "@jskit-ai/database-runtime": "0.1.133",
3601
+ "@jskit-ai/http-runtime": "0.1.132",
3602
+ "@jskit-ai/json-rest-api-core": "0.1.78",
3603
+ "@jskit-ai/kernel": "0.1.134",
3604
+ "@jskit-ai/resource-crud-core": "0.1.77",
3605
+ "@jskit-ai/workspaces-core": "0.1.112"
3606
3606
  },
3607
3607
  "dev": {}
3608
3608
  },
@@ -3654,11 +3654,11 @@
3654
3654
  },
3655
3655
  {
3656
3656
  "packageId": "@jskit-ai/google-rewarded-web",
3657
- "version": "0.1.70",
3657
+ "version": "0.1.71",
3658
3658
  "descriptor": {
3659
3659
  "packageVersion": 1,
3660
3660
  "packageId": "@jskit-ai/google-rewarded-web",
3661
- "version": "0.1.70",
3661
+ "version": "0.1.71",
3662
3662
  "kind": "runtime",
3663
3663
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3664
3664
  "dependsOn": [
@@ -3705,10 +3705,10 @@
3705
3705
  "mutations": {
3706
3706
  "dependencies": {
3707
3707
  "runtime": {
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"
3708
+ "@jskit-ai/google-rewarded-core": "0.1.71",
3709
+ "@jskit-ai/http-runtime": "0.1.132",
3710
+ "@jskit-ai/kernel": "0.1.134",
3711
+ "@jskit-ai/shell-web": "0.1.135"
3712
3712
  },
3713
3713
  "dev": {}
3714
3714
  },
@@ -3726,11 +3726,11 @@
3726
3726
  },
3727
3727
  {
3728
3728
  "packageId": "@jskit-ai/http-runtime",
3729
- "version": "0.1.131",
3729
+ "version": "0.1.132",
3730
3730
  "descriptor": {
3731
3731
  "packageVersion": 1,
3732
3732
  "packageId": "@jskit-ai/http-runtime",
3733
- "version": "0.1.131",
3733
+ "version": "0.1.132",
3734
3734
  "kind": "runtime",
3735
3735
  "dependsOn": [],
3736
3736
  "capabilities": {
@@ -3796,7 +3796,7 @@
3796
3796
  "mutations": {
3797
3797
  "dependencies": {
3798
3798
  "runtime": {
3799
- "@jskit-ai/kernel": "0.1.133"
3799
+ "@jskit-ai/kernel": "0.1.134"
3800
3800
  },
3801
3801
  "dev": {}
3802
3802
  },
@@ -3810,11 +3810,11 @@
3810
3810
  },
3811
3811
  {
3812
3812
  "packageId": "@jskit-ai/json-rest-api-core",
3813
- "version": "0.1.77",
3813
+ "version": "0.1.78",
3814
3814
  "descriptor": {
3815
3815
  "packageVersion": 1,
3816
3816
  "packageId": "@jskit-ai/json-rest-api-core",
3817
- "version": "0.1.77",
3817
+ "version": "0.1.78",
3818
3818
  "kind": "runtime",
3819
3819
  "description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
3820
3820
  "dependsOn": [
@@ -3874,11 +3874,11 @@
3874
3874
  },
3875
3875
  {
3876
3876
  "packageId": "@jskit-ai/mobile-capacitor",
3877
- "version": "0.1.69",
3877
+ "version": "0.1.70",
3878
3878
  "descriptor": {
3879
3879
  "packageVersion": 1,
3880
3880
  "packageId": "@jskit-ai/mobile-capacitor",
3881
- "version": "0.1.69",
3881
+ "version": "0.1.70",
3882
3882
  "kind": "runtime",
3883
3883
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3884
3884
  "dependsOn": [
@@ -3941,8 +3941,8 @@
3941
3941
  "@capacitor/app": "^7.1.0",
3942
3942
  "@capacitor/browser": "^7.0.1",
3943
3943
  "@capacitor/core": "^7.4.3",
3944
- "@jskit-ai/kernel": "0.1.133",
3945
- "@jskit-ai/shell-web": "0.1.134"
3944
+ "@jskit-ai/kernel": "0.1.134",
3945
+ "@jskit-ai/shell-web": "0.1.135"
3946
3946
  },
3947
3947
  "dev": {
3948
3948
  "@capacitor/cli": "^7.4.3"
@@ -3994,11 +3994,11 @@
3994
3994
  },
3995
3995
  {
3996
3996
  "packageId": "@jskit-ai/realtime",
3997
- "version": "0.1.130",
3997
+ "version": "0.1.131",
3998
3998
  "descriptor": {
3999
3999
  "packageVersion": 1,
4000
4000
  "packageId": "@jskit-ai/realtime",
4001
- "version": "0.1.130",
4001
+ "version": "0.1.131",
4002
4002
  "kind": "runtime",
4003
4003
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
4004
4004
  "options": {
@@ -4094,7 +4094,7 @@
4094
4094
  "mutations": {
4095
4095
  "dependencies": {
4096
4096
  "runtime": {
4097
- "@jskit-ai/kernel": "0.1.133",
4097
+ "@jskit-ai/kernel": "0.1.134",
4098
4098
  "@socket.io/redis-adapter": "^8.3.0",
4099
4099
  "redis": "^5.8.2",
4100
4100
  "socket.io": "^4.8.3",
@@ -4143,11 +4143,11 @@
4143
4143
  },
4144
4144
  {
4145
4145
  "packageId": "@jskit-ai/resource-core",
4146
- "version": "0.1.76",
4146
+ "version": "0.1.77",
4147
4147
  "descriptor": {
4148
4148
  "packageVersion": 1,
4149
4149
  "packageId": "@jskit-ai/resource-core",
4150
- "version": "0.1.76",
4150
+ "version": "0.1.77",
4151
4151
  "kind": "runtime",
4152
4152
  "description": "Generic resource-definition helpers and schema-definition normalization.",
4153
4153
  "dependsOn": [
@@ -4170,7 +4170,7 @@
4170
4170
  "mutations": {
4171
4171
  "dependencies": {
4172
4172
  "runtime": {
4173
- "@jskit-ai/resource-core": "0.1.76"
4173
+ "@jskit-ai/resource-core": "0.1.77"
4174
4174
  },
4175
4175
  "dev": {}
4176
4176
  },
@@ -4185,11 +4185,11 @@
4185
4185
  },
4186
4186
  {
4187
4187
  "packageId": "@jskit-ai/resource-crud-core",
4188
- "version": "0.1.76",
4188
+ "version": "0.1.77",
4189
4189
  "descriptor": {
4190
4190
  "packageVersion": 1,
4191
4191
  "packageId": "@jskit-ai/resource-crud-core",
4192
- "version": "0.1.76",
4192
+ "version": "0.1.77",
4193
4193
  "kind": "runtime",
4194
4194
  "description": "CRUD-specific resource-definition helpers and namespace support.",
4195
4195
  "dependsOn": [
@@ -4213,7 +4213,7 @@
4213
4213
  "mutations": {
4214
4214
  "dependencies": {
4215
4215
  "runtime": {
4216
- "@jskit-ai/resource-crud-core": "0.1.76"
4216
+ "@jskit-ai/resource-crud-core": "0.1.77"
4217
4217
  },
4218
4218
  "dev": {}
4219
4219
  },
@@ -4228,11 +4228,11 @@
4228
4228
  },
4229
4229
  {
4230
4230
  "packageId": "@jskit-ai/shell-web",
4231
- "version": "0.1.134",
4231
+ "version": "0.1.135",
4232
4232
  "descriptor": {
4233
4233
  "packageVersion": 1,
4234
4234
  "packageId": "@jskit-ai/shell-web",
4235
- "version": "0.1.134",
4235
+ "version": "0.1.135",
4236
4236
  "kind": "runtime",
4237
4237
  "description": "Web shell layout runtime with outlet-based placement contributions.",
4238
4238
  "dependsOn": [],
@@ -4578,7 +4578,7 @@
4578
4578
  "dependencies": {
4579
4579
  "runtime": {
4580
4580
  "@mdi/js": "^7.4.47",
4581
- "@jskit-ai/kernel": "0.1.133"
4581
+ "@jskit-ai/kernel": "0.1.134"
4582
4582
  },
4583
4583
  "dev": {
4584
4584
  "@playwright/test": "1.61.1"
@@ -4807,11 +4807,11 @@
4807
4807
  },
4808
4808
  {
4809
4809
  "packageId": "@jskit-ai/storage-runtime",
4810
- "version": "0.1.131",
4810
+ "version": "0.1.132",
4811
4811
  "descriptor": {
4812
4812
  "packageVersion": 1,
4813
4813
  "packageId": "@jskit-ai/storage-runtime",
4814
- "version": "0.1.131",
4814
+ "version": "0.1.132",
4815
4815
  "kind": "runtime",
4816
4816
  "dependsOn": [
4817
4817
  "@jskit-ai/kernel"
@@ -4860,7 +4860,7 @@
4860
4860
  "mutations": {
4861
4861
  "dependencies": {
4862
4862
  "runtime": {
4863
- "@jskit-ai/kernel": "0.1.133",
4863
+ "@jskit-ai/kernel": "0.1.134",
4864
4864
  "unstorage": "^1.17.3"
4865
4865
  },
4866
4866
  "dev": {}
@@ -4876,11 +4876,11 @@
4876
4876
  },
4877
4877
  {
4878
4878
  "packageId": "@jskit-ai/ui-generator",
4879
- "version": "0.1.116",
4879
+ "version": "0.1.117",
4880
4880
  "descriptor": {
4881
4881
  "packageVersion": 1,
4882
4882
  "packageId": "@jskit-ai/ui-generator",
4883
- "version": "0.1.116",
4883
+ "version": "0.1.117",
4884
4884
  "kind": "generator",
4885
4885
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4886
4886
  "options": {
@@ -5313,7 +5313,7 @@
5313
5313
  "mutations": {
5314
5314
  "dependencies": {
5315
5315
  "runtime": {
5316
- "@jskit-ai/users-web": "0.1.149"
5316
+ "@jskit-ai/users-web": "0.1.151"
5317
5317
  },
5318
5318
  "dev": {}
5319
5319
  },
@@ -5328,11 +5328,11 @@
5328
5328
  },
5329
5329
  {
5330
5330
  "packageId": "@jskit-ai/uploads-image-web",
5331
- "version": "0.1.109",
5331
+ "version": "0.1.110",
5332
5332
  "descriptor": {
5333
5333
  "packageVersion": 1,
5334
5334
  "packageId": "@jskit-ai/uploads-image-web",
5335
- "version": "0.1.109",
5335
+ "version": "0.1.110",
5336
5336
  "kind": "runtime",
5337
5337
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
5338
5338
  "dependsOn": [
@@ -5396,7 +5396,7 @@
5396
5396
  "mutations": {
5397
5397
  "dependencies": {
5398
5398
  "runtime": {
5399
- "@jskit-ai/uploads-runtime": "0.1.109",
5399
+ "@jskit-ai/uploads-runtime": "0.1.110",
5400
5400
  "@uppy/compressor": "^3.1.0",
5401
5401
  "@uppy/core": "^5.2.0",
5402
5402
  "@uppy/dashboard": "^5.1.1",
@@ -5416,11 +5416,11 @@
5416
5416
  },
5417
5417
  {
5418
5418
  "packageId": "@jskit-ai/uploads-runtime",
5419
- "version": "0.1.109",
5419
+ "version": "0.1.110",
5420
5420
  "descriptor": {
5421
5421
  "packageVersion": 1,
5422
5422
  "packageId": "@jskit-ai/uploads-runtime",
5423
- "version": "0.1.109",
5423
+ "version": "0.1.110",
5424
5424
  "kind": "runtime",
5425
5425
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
5426
5426
  "dependsOn": [
@@ -5490,7 +5490,7 @@
5490
5490
  "dependencies": {
5491
5491
  "runtime": {
5492
5492
  "@fastify/multipart": "^9.4.0",
5493
- "@jskit-ai/kernel": "0.1.133"
5493
+ "@jskit-ai/kernel": "0.1.134"
5494
5494
  },
5495
5495
  "dev": {}
5496
5496
  },
@@ -5505,11 +5505,11 @@
5505
5505
  },
5506
5506
  {
5507
5507
  "packageId": "@jskit-ai/users-core",
5508
- "version": "0.1.143",
5508
+ "version": "0.1.145",
5509
5509
  "descriptor": {
5510
5510
  "packageVersion": 1,
5511
5511
  "packageId": "@jskit-ai/users-core",
5512
- "version": "0.1.143",
5512
+ "version": "0.1.145",
5513
5513
  "kind": "runtime",
5514
5514
  "description": "Users/account runtime plus HTTP routes for account features.",
5515
5515
  "dependsOn": [
@@ -5653,16 +5653,16 @@
5653
5653
  "mutations": {
5654
5654
  "dependencies": {
5655
5655
  "runtime": {
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",
5656
+ "@jskit-ai/auth-core": "0.1.132",
5657
+ "@jskit-ai/crud-core": "0.1.143",
5658
+ "@jskit-ai/database-runtime": "0.1.133",
5659
+ "@jskit-ai/http-runtime": "0.1.132",
5660
+ "@jskit-ai/json-rest-api-core": "0.1.78",
5661
+ "@jskit-ai/kernel": "0.1.134",
5662
+ "@jskit-ai/resource-core": "0.1.77",
5663
+ "@jskit-ai/resource-crud-core": "0.1.77",
5664
5664
  "@local/users": "file:packages/users",
5665
- "@jskit-ai/uploads-runtime": "0.1.109"
5665
+ "@jskit-ai/uploads-runtime": "0.1.110"
5666
5666
  },
5667
5667
  "dev": {}
5668
5668
  },
@@ -5889,11 +5889,11 @@
5889
5889
  },
5890
5890
  {
5891
5891
  "packageId": "@jskit-ai/users-web",
5892
- "version": "0.1.149",
5892
+ "version": "0.1.151",
5893
5893
  "descriptor": {
5894
5894
  "packageVersion": 1,
5895
5895
  "packageId": "@jskit-ai/users-web",
5896
- "version": "0.1.149",
5896
+ "version": "0.1.151",
5897
5897
  "kind": "runtime",
5898
5898
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5899
5899
  "dependsOn": [
@@ -6196,12 +6196,12 @@
6196
6196
  "dependencies": {
6197
6197
  "runtime": {
6198
6198
  "@mdi/js": "^7.4.47",
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"
6199
+ "@jskit-ai/http-runtime": "0.1.132",
6200
+ "@jskit-ai/realtime": "0.1.131",
6201
+ "@jskit-ai/kernel": "0.1.134",
6202
+ "@jskit-ai/shell-web": "0.1.135",
6203
+ "@jskit-ai/uploads-image-web": "0.1.110",
6204
+ "@jskit-ai/users-core": "0.1.145"
6205
6205
  },
6206
6206
  "dev": {}
6207
6207
  },
@@ -6382,11 +6382,11 @@
6382
6382
  },
6383
6383
  {
6384
6384
  "packageId": "@jskit-ai/workspaces-core",
6385
- "version": "0.1.110",
6385
+ "version": "0.1.112",
6386
6386
  "descriptor": {
6387
6387
  "packageVersion": 1,
6388
6388
  "packageId": "@jskit-ai/workspaces-core",
6389
- "version": "0.1.110",
6389
+ "version": "0.1.112",
6390
6390
  "kind": "runtime",
6391
6391
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6392
6392
  "dependsOn": [
@@ -6532,10 +6532,10 @@
6532
6532
  "mutations": {
6533
6533
  "dependencies": {
6534
6534
  "runtime": {
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"
6535
+ "@jskit-ai/json-rest-api-core": "0.1.78",
6536
+ "@jskit-ai/resource-core": "0.1.77",
6537
+ "@jskit-ai/resource-crud-core": "0.1.77",
6538
+ "@jskit-ai/users-core": "0.1.145"
6539
6539
  },
6540
6540
  "dev": {}
6541
6541
  },
@@ -6739,11 +6739,11 @@
6739
6739
  },
6740
6740
  {
6741
6741
  "packageId": "@jskit-ai/workspaces-web",
6742
- "version": "0.1.112",
6742
+ "version": "0.1.114",
6743
6743
  "descriptor": {
6744
6744
  "packageVersion": 1,
6745
6745
  "packageId": "@jskit-ai/workspaces-web",
6746
- "version": "0.1.112",
6746
+ "version": "0.1.114",
6747
6747
  "kind": "runtime",
6748
6748
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6749
6749
  "dependsOn": [
@@ -7000,9 +7000,9 @@
7000
7000
  "mutations": {
7001
7001
  "dependencies": {
7002
7002
  "runtime": {
7003
- "@jskit-ai/auth-web": "0.1.133",
7004
- "@jskit-ai/workspaces-core": "0.1.110",
7005
- "@jskit-ai/users-web": "0.1.149"
7003
+ "@jskit-ai/auth-web": "0.1.135",
7004
+ "@jskit-ai/workspaces-core": "0.1.112",
7005
+ "@jskit-ai/users-web": "0.1.151"
7006
7006
  },
7007
7007
  "dev": {}
7008
7008
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.149",
3
+ "version": "0.1.151",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [