@jskit-ai/jskit-catalog 0.1.113 → 0.1.115

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 +211 -154
  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.114",
9
+ "version": "0.1.116",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.114",
13
+ "version": "0.1.116",
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.81",
350
+ "version": "0.1.83",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.81",
354
+ "version": "0.1.83",
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.104",
403
- "@jskit-ai/kernel": "0.1.106",
404
- "@jskit-ai/resource-core": "0.1.50",
405
- "@jskit-ai/resource-crud-core": "0.1.50",
406
- "@jskit-ai/users-core": "0.1.115",
402
+ "@jskit-ai/http-runtime": "0.1.106",
403
+ "@jskit-ai/kernel": "0.1.108",
404
+ "@jskit-ai/resource-core": "0.1.52",
405
+ "@jskit-ai/resource-crud-core": "0.1.52",
406
+ "@jskit-ai/users-core": "0.1.117",
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.76",
425
+ "version": "0.1.78",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.76",
429
+ "version": "0.1.78",
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.81",
526
- "@jskit-ai/database-runtime": "0.1.105",
527
- "@jskit-ai/http-runtime": "0.1.104",
528
- "@jskit-ai/kernel": "0.1.106",
529
- "@jskit-ai/shell-web": "0.1.105",
530
- "@jskit-ai/users-core": "0.1.115",
531
- "@jskit-ai/users-web": "0.1.120"
525
+ "@jskit-ai/assistant-core": "0.1.83",
526
+ "@jskit-ai/database-runtime": "0.1.107",
527
+ "@jskit-ai/http-runtime": "0.1.106",
528
+ "@jskit-ai/kernel": "0.1.108",
529
+ "@jskit-ai/shell-web": "0.1.107",
530
+ "@jskit-ai/users-core": "0.1.117",
531
+ "@jskit-ai/users-web": "0.1.122"
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.104",
586
+ "version": "0.1.106",
587
587
  "descriptor": {
588
588
  "packageVersion": 1,
589
589
  "packageId": "@jskit-ai/auth-core",
590
- "version": "0.1.104",
590
+ "version": "0.1.106",
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.106",
663
+ "@jskit-ai/kernel": "0.1.108",
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.5",
681
+ "version": "0.1.7",
682
682
  "descriptor": {
683
683
  "packageVersion": 1,
684
684
  "packageId": "@jskit-ai/auth-provider-local-core",
685
- "version": "0.1.5",
685
+ "version": "0.1.7",
686
686
  "kind": "runtime",
687
687
  "description": "Local auth provider with a file backend default and no database requirement.",
688
688
  "dependsOn": [
@@ -738,8 +738,8 @@
738
738
  "mutations": {
739
739
  "dependencies": {
740
740
  "runtime": {
741
- "@jskit-ai/auth-core": "0.1.104",
742
- "@jskit-ai/kernel": "0.1.106",
741
+ "@jskit-ai/auth-core": "0.1.106",
742
+ "@jskit-ai/kernel": "0.1.108",
743
743
  "nodemailer": "^7.0.10",
744
744
  "dotenv": "^16.4.5"
745
745
  },
@@ -785,11 +785,11 @@
785
785
  },
786
786
  {
787
787
  "packageId": "@jskit-ai/auth-provider-supabase-core",
788
- "version": "0.1.104",
788
+ "version": "0.1.106",
789
789
  "descriptor": {
790
790
  "packageVersion": 1,
791
791
  "packageId": "@jskit-ai/auth-provider-supabase-core",
792
- "version": "0.1.104",
792
+ "version": "0.1.106",
793
793
  "kind": "runtime",
794
794
  "options": {
795
795
  "auth-supabase-url": {
@@ -871,8 +871,8 @@
871
871
  "mutations": {
872
872
  "dependencies": {
873
873
  "runtime": {
874
- "@jskit-ai/auth-core": "0.1.104",
875
- "@jskit-ai/kernel": "0.1.106",
874
+ "@jskit-ai/auth-core": "0.1.106",
875
+ "@jskit-ai/kernel": "0.1.108",
876
876
  "dotenv": "^16.4.5",
877
877
  "@supabase/supabase-js": "^2.57.4",
878
878
  "jose": "^6.1.0"
@@ -950,11 +950,11 @@
950
950
  },
951
951
  {
952
952
  "packageId": "@jskit-ai/auth-web",
953
- "version": "0.1.106",
953
+ "version": "0.1.108",
954
954
  "descriptor": {
955
955
  "packageVersion": 1,
956
956
  "packageId": "@jskit-ai/auth-web",
957
- "version": "0.1.106",
957
+ "version": "0.1.108",
958
958
  "kind": "runtime",
959
959
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
960
960
  "dependsOn": [
@@ -1223,10 +1223,10 @@
1223
1223
  "dependencies": {
1224
1224
  "runtime": {
1225
1225
  "@mdi/js": "^7.4.47",
1226
- "@jskit-ai/auth-core": "0.1.104",
1227
- "@jskit-ai/http-runtime": "0.1.104",
1228
- "@jskit-ai/kernel": "0.1.106",
1229
- "@jskit-ai/shell-web": "0.1.105"
1226
+ "@jskit-ai/auth-core": "0.1.106",
1227
+ "@jskit-ai/http-runtime": "0.1.106",
1228
+ "@jskit-ai/kernel": "0.1.108",
1229
+ "@jskit-ai/shell-web": "0.1.107"
1230
1230
  },
1231
1231
  "dev": {}
1232
1232
  },
@@ -1319,11 +1319,11 @@
1319
1319
  },
1320
1320
  {
1321
1321
  "packageId": "@jskit-ai/console-core",
1322
- "version": "0.1.68",
1322
+ "version": "0.1.70",
1323
1323
  "descriptor": {
1324
1324
  "packageVersion": 1,
1325
1325
  "packageId": "@jskit-ai/console-core",
1326
- "version": "0.1.68",
1326
+ "version": "0.1.70",
1327
1327
  "kind": "runtime",
1328
1328
  "description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
1329
1329
  "dependsOn": [
@@ -1407,12 +1407,12 @@
1407
1407
  "mutations": {
1408
1408
  "dependencies": {
1409
1409
  "runtime": {
1410
- "@jskit-ai/auth-core": "0.1.104",
1411
- "@jskit-ai/database-runtime": "0.1.105",
1412
- "@jskit-ai/http-runtime": "0.1.104",
1413
- "@jskit-ai/kernel": "0.1.106",
1414
- "@jskit-ai/resource-crud-core": "0.1.50",
1415
- "@jskit-ai/users-core": "0.1.115"
1410
+ "@jskit-ai/auth-core": "0.1.106",
1411
+ "@jskit-ai/database-runtime": "0.1.107",
1412
+ "@jskit-ai/http-runtime": "0.1.106",
1413
+ "@jskit-ai/kernel": "0.1.108",
1414
+ "@jskit-ai/resource-crud-core": "0.1.52",
1415
+ "@jskit-ai/users-core": "0.1.117"
1416
1416
  },
1417
1417
  "dev": {}
1418
1418
  },
@@ -1437,11 +1437,11 @@
1437
1437
  },
1438
1438
  {
1439
1439
  "packageId": "@jskit-ai/console-web",
1440
- "version": "0.1.73",
1440
+ "version": "0.1.75",
1441
1441
  "descriptor": {
1442
1442
  "packageVersion": 1,
1443
1443
  "packageId": "@jskit-ai/console-web",
1444
- "version": "0.1.73",
1444
+ "version": "0.1.75",
1445
1445
  "kind": "runtime",
1446
1446
  "description": "Authenticated console surface scaffold and surface policy wiring.",
1447
1447
  "dependsOn": [
@@ -1551,9 +1551,9 @@
1551
1551
  "mutations": {
1552
1552
  "dependencies": {
1553
1553
  "runtime": {
1554
- "@jskit-ai/auth-web": "0.1.106",
1555
- "@jskit-ai/console-core": "0.1.68",
1556
- "@jskit-ai/shell-web": "0.1.105"
1554
+ "@jskit-ai/auth-web": "0.1.108",
1555
+ "@jskit-ai/console-core": "0.1.70",
1556
+ "@jskit-ai/shell-web": "0.1.107"
1557
1557
  },
1558
1558
  "dev": {}
1559
1559
  },
@@ -1660,11 +1660,11 @@
1660
1660
  },
1661
1661
  {
1662
1662
  "packageId": "@jskit-ai/crud-core",
1663
- "version": "0.1.113",
1663
+ "version": "0.1.115",
1664
1664
  "descriptor": {
1665
1665
  "packageVersion": 1,
1666
1666
  "packageId": "@jskit-ai/crud-core",
1667
- "version": "0.1.113",
1667
+ "version": "0.1.115",
1668
1668
  "kind": "runtime",
1669
1669
  "description": "Shared CRUD helpers used by CRUD modules.",
1670
1670
  "dependsOn": [
@@ -1693,7 +1693,7 @@
1693
1693
  "mutations": {
1694
1694
  "dependencies": {
1695
1695
  "runtime": {
1696
- "@jskit-ai/crud-core": "0.1.113"
1696
+ "@jskit-ai/crud-core": "0.1.115"
1697
1697
  },
1698
1698
  "dev": {}
1699
1699
  },
@@ -1707,11 +1707,11 @@
1707
1707
  },
1708
1708
  {
1709
1709
  "packageId": "@jskit-ai/crud-server-generator",
1710
- "version": "0.1.113",
1710
+ "version": "0.1.115",
1711
1711
  "descriptor": {
1712
1712
  "packageVersion": 1,
1713
1713
  "packageId": "@jskit-ai/crud-server-generator",
1714
- "version": "0.1.113",
1714
+ "version": "0.1.115",
1715
1715
  "kind": "generator",
1716
1716
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1717
1717
  "options": {
@@ -1878,14 +1878,14 @@
1878
1878
  "mutations": {
1879
1879
  "dependencies": {
1880
1880
  "runtime": {
1881
- "@jskit-ai/auth-core": "0.1.104",
1882
- "@jskit-ai/crud-core": "0.1.113",
1883
- "@jskit-ai/database-runtime": "0.1.105",
1884
- "@jskit-ai/http-runtime": "0.1.104",
1885
- "@jskit-ai/json-rest-api-core": "0.1.50",
1886
- "@jskit-ai/kernel": "0.1.106",
1887
- "@jskit-ai/realtime": "0.1.104",
1888
- "@jskit-ai/resource-crud-core": "0.1.50",
1881
+ "@jskit-ai/auth-core": "0.1.106",
1882
+ "@jskit-ai/crud-core": "0.1.115",
1883
+ "@jskit-ai/database-runtime": "0.1.107",
1884
+ "@jskit-ai/http-runtime": "0.1.106",
1885
+ "@jskit-ai/json-rest-api-core": "0.1.52",
1886
+ "@jskit-ai/kernel": "0.1.108",
1887
+ "@jskit-ai/realtime": "0.1.106",
1888
+ "@jskit-ai/resource-crud-core": "0.1.52",
1889
1889
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
1890
1890
  },
1891
1891
  "dev": {}
@@ -2017,11 +2017,11 @@
2017
2017
  },
2018
2018
  {
2019
2019
  "packageId": "@jskit-ai/crud-ui-generator",
2020
- "version": "0.1.88",
2020
+ "version": "0.1.90",
2021
2021
  "descriptor": {
2022
2022
  "packageVersion": 1,
2023
2023
  "packageId": "@jskit-ai/crud-ui-generator",
2024
- "version": "0.1.88",
2024
+ "version": "0.1.90",
2025
2025
  "kind": "generator",
2026
2026
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2027
2027
  "options": {
@@ -2220,7 +2220,7 @@
2220
2220
  "mutations": {
2221
2221
  "dependencies": {
2222
2222
  "runtime": {
2223
- "@jskit-ai/users-web": "0.1.120"
2223
+ "@jskit-ai/users-web": "0.1.122"
2224
2224
  },
2225
2225
  "dev": {}
2226
2226
  },
@@ -2479,11 +2479,11 @@
2479
2479
  },
2480
2480
  {
2481
2481
  "packageId": "@jskit-ai/database-runtime",
2482
- "version": "0.1.105",
2482
+ "version": "0.1.107",
2483
2483
  "descriptor": {
2484
2484
  "packageVersion": 1,
2485
2485
  "packageId": "@jskit-ai/database-runtime",
2486
- "version": "0.1.105",
2486
+ "version": "0.1.107",
2487
2487
  "kind": "runtime",
2488
2488
  "dependsOn": [
2489
2489
  "@jskit-ai/kernel"
@@ -2540,7 +2540,7 @@
2540
2540
  "mutations": {
2541
2541
  "dependencies": {
2542
2542
  "runtime": {
2543
- "@jskit-ai/kernel": "0.1.106",
2543
+ "@jskit-ai/kernel": "0.1.108",
2544
2544
  "dotenv": "^16.4.5",
2545
2545
  "knex": "^3.1.0"
2546
2546
  },
@@ -2575,11 +2575,11 @@
2575
2575
  },
2576
2576
  {
2577
2577
  "packageId": "@jskit-ai/database-runtime-mysql",
2578
- "version": "0.1.104",
2578
+ "version": "0.1.106",
2579
2579
  "descriptor": {
2580
2580
  "packageVersion": 1,
2581
2581
  "packageId": "@jskit-ai/database-runtime-mysql",
2582
- "version": "0.1.104",
2582
+ "version": "0.1.106",
2583
2583
  "kind": "runtime",
2584
2584
  "options": {
2585
2585
  "db-host": {
@@ -2669,7 +2669,7 @@
2669
2669
  "mutations": {
2670
2670
  "dependencies": {
2671
2671
  "runtime": {
2672
- "@jskit-ai/database-runtime": "0.1.105",
2672
+ "@jskit-ai/database-runtime": "0.1.107",
2673
2673
  "mysql2": "^3.11.2"
2674
2674
  },
2675
2675
  "dev": {}
@@ -2740,11 +2740,11 @@
2740
2740
  },
2741
2741
  {
2742
2742
  "packageId": "@jskit-ai/database-runtime-postgres",
2743
- "version": "0.1.104",
2743
+ "version": "0.1.106",
2744
2744
  "descriptor": {
2745
2745
  "packageVersion": 1,
2746
2746
  "packageId": "@jskit-ai/database-runtime-postgres",
2747
- "version": "0.1.104",
2747
+ "version": "0.1.106",
2748
2748
  "kind": "runtime",
2749
2749
  "options": {
2750
2750
  "db-host": {
@@ -2834,7 +2834,7 @@
2834
2834
  "mutations": {
2835
2835
  "dependencies": {
2836
2836
  "runtime": {
2837
- "@jskit-ai/database-runtime": "0.1.105",
2837
+ "@jskit-ai/database-runtime": "0.1.107",
2838
2838
  "pg": "^8.13.1"
2839
2839
  },
2840
2840
  "dev": {}
@@ -2905,11 +2905,11 @@
2905
2905
  },
2906
2906
  {
2907
2907
  "packageId": "@jskit-ai/feature-server-generator",
2908
- "version": "0.1.47",
2908
+ "version": "0.1.49",
2909
2909
  "descriptor": {
2910
2910
  "packageVersion": 1,
2911
2911
  "packageId": "@jskit-ai/feature-server-generator",
2912
- "version": "0.1.47",
2912
+ "version": "0.1.49",
2913
2913
  "kind": "generator",
2914
2914
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
2915
2915
  "options": {
@@ -3094,7 +3094,7 @@
3094
3094
  "equals": "json-rest"
3095
3095
  }
3096
3096
  },
3097
- "@jskit-ai/kernel": "0.1.106",
3097
+ "@jskit-ai/kernel": "0.1.108",
3098
3098
  "json-rest-schema": "1.x.x",
3099
3099
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
3100
3100
  },
@@ -3207,11 +3207,11 @@
3207
3207
  },
3208
3208
  {
3209
3209
  "packageId": "@jskit-ai/google-rewarded-core",
3210
- "version": "0.1.42",
3210
+ "version": "0.1.44",
3211
3211
  "descriptor": {
3212
3212
  "packageVersion": 1,
3213
3213
  "packageId": "@jskit-ai/google-rewarded-core",
3214
- "version": "0.1.42",
3214
+ "version": "0.1.44",
3215
3215
  "kind": "runtime",
3216
3216
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3217
3217
  "dependsOn": [
@@ -3338,14 +3338,14 @@
3338
3338
  "mutations": {
3339
3339
  "dependencies": {
3340
3340
  "runtime": {
3341
- "@jskit-ai/auth-core": "0.1.104",
3342
- "@jskit-ai/crud-core": "0.1.113",
3343
- "@jskit-ai/database-runtime": "0.1.105",
3344
- "@jskit-ai/http-runtime": "0.1.104",
3345
- "@jskit-ai/json-rest-api-core": "0.1.50",
3346
- "@jskit-ai/kernel": "0.1.106",
3347
- "@jskit-ai/resource-crud-core": "0.1.50",
3348
- "@jskit-ai/workspaces-core": "0.1.81"
3341
+ "@jskit-ai/auth-core": "0.1.106",
3342
+ "@jskit-ai/crud-core": "0.1.115",
3343
+ "@jskit-ai/database-runtime": "0.1.107",
3344
+ "@jskit-ai/http-runtime": "0.1.106",
3345
+ "@jskit-ai/json-rest-api-core": "0.1.52",
3346
+ "@jskit-ai/kernel": "0.1.108",
3347
+ "@jskit-ai/resource-crud-core": "0.1.52",
3348
+ "@jskit-ai/workspaces-core": "0.1.83"
3349
3349
  },
3350
3350
  "dev": {}
3351
3351
  },
@@ -3397,11 +3397,11 @@
3397
3397
  },
3398
3398
  {
3399
3399
  "packageId": "@jskit-ai/google-rewarded-web",
3400
- "version": "0.1.42",
3400
+ "version": "0.1.44",
3401
3401
  "descriptor": {
3402
3402
  "packageVersion": 1,
3403
3403
  "packageId": "@jskit-ai/google-rewarded-web",
3404
- "version": "0.1.42",
3404
+ "version": "0.1.44",
3405
3405
  "kind": "runtime",
3406
3406
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3407
3407
  "dependsOn": [
@@ -3448,10 +3448,10 @@
3448
3448
  "mutations": {
3449
3449
  "dependencies": {
3450
3450
  "runtime": {
3451
- "@jskit-ai/google-rewarded-core": "0.1.42",
3452
- "@jskit-ai/http-runtime": "0.1.104",
3453
- "@jskit-ai/kernel": "0.1.106",
3454
- "@jskit-ai/shell-web": "0.1.105"
3451
+ "@jskit-ai/google-rewarded-core": "0.1.44",
3452
+ "@jskit-ai/http-runtime": "0.1.106",
3453
+ "@jskit-ai/kernel": "0.1.108",
3454
+ "@jskit-ai/shell-web": "0.1.107"
3455
3455
  },
3456
3456
  "dev": {}
3457
3457
  },
@@ -3469,11 +3469,11 @@
3469
3469
  },
3470
3470
  {
3471
3471
  "packageId": "@jskit-ai/http-runtime",
3472
- "version": "0.1.104",
3472
+ "version": "0.1.106",
3473
3473
  "descriptor": {
3474
3474
  "packageVersion": 1,
3475
3475
  "packageId": "@jskit-ai/http-runtime",
3476
- "version": "0.1.104",
3476
+ "version": "0.1.106",
3477
3477
  "kind": "runtime",
3478
3478
  "dependsOn": [],
3479
3479
  "capabilities": {
@@ -3539,7 +3539,7 @@
3539
3539
  "mutations": {
3540
3540
  "dependencies": {
3541
3541
  "runtime": {
3542
- "@jskit-ai/kernel": "0.1.106"
3542
+ "@jskit-ai/kernel": "0.1.108"
3543
3543
  },
3544
3544
  "dev": {}
3545
3545
  },
@@ -3553,11 +3553,11 @@
3553
3553
  },
3554
3554
  {
3555
3555
  "packageId": "@jskit-ai/json-rest-api-core",
3556
- "version": "0.1.50",
3556
+ "version": "0.1.52",
3557
3557
  "descriptor": {
3558
3558
  "packageVersion": 1,
3559
3559
  "packageId": "@jskit-ai/json-rest-api-core",
3560
- "version": "0.1.50",
3560
+ "version": "0.1.52",
3561
3561
  "kind": "runtime",
3562
3562
  "description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
3563
3563
  "dependsOn": [
@@ -3617,11 +3617,11 @@
3617
3617
  },
3618
3618
  {
3619
3619
  "packageId": "@jskit-ai/mobile-capacitor",
3620
- "version": "0.1.42",
3620
+ "version": "0.1.44",
3621
3621
  "descriptor": {
3622
3622
  "packageVersion": 1,
3623
3623
  "packageId": "@jskit-ai/mobile-capacitor",
3624
- "version": "0.1.42",
3624
+ "version": "0.1.44",
3625
3625
  "kind": "runtime",
3626
3626
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3627
3627
  "dependsOn": [
@@ -3684,8 +3684,8 @@
3684
3684
  "@capacitor/app": "^7.1.0",
3685
3685
  "@capacitor/browser": "^7.0.1",
3686
3686
  "@capacitor/core": "^7.4.3",
3687
- "@jskit-ai/kernel": "0.1.106",
3688
- "@jskit-ai/shell-web": "0.1.105"
3687
+ "@jskit-ai/kernel": "0.1.108",
3688
+ "@jskit-ai/shell-web": "0.1.107"
3689
3689
  },
3690
3690
  "dev": {
3691
3691
  "@capacitor/cli": "^7.4.3"
@@ -3737,11 +3737,11 @@
3737
3737
  },
3738
3738
  {
3739
3739
  "packageId": "@jskit-ai/realtime",
3740
- "version": "0.1.104",
3740
+ "version": "0.1.106",
3741
3741
  "descriptor": {
3742
3742
  "packageVersion": 1,
3743
3743
  "packageId": "@jskit-ai/realtime",
3744
- "version": "0.1.104",
3744
+ "version": "0.1.106",
3745
3745
  "kind": "runtime",
3746
3746
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
3747
3747
  "options": {
@@ -3837,7 +3837,7 @@
3837
3837
  "mutations": {
3838
3838
  "dependencies": {
3839
3839
  "runtime": {
3840
- "@jskit-ai/kernel": "0.1.106",
3840
+ "@jskit-ai/kernel": "0.1.108",
3841
3841
  "@socket.io/redis-adapter": "^8.3.0",
3842
3842
  "redis": "^5.8.2",
3843
3843
  "socket.io": "^4.8.3",
@@ -3886,11 +3886,11 @@
3886
3886
  },
3887
3887
  {
3888
3888
  "packageId": "@jskit-ai/resource-core",
3889
- "version": "0.1.50",
3889
+ "version": "0.1.52",
3890
3890
  "descriptor": {
3891
3891
  "packageVersion": 1,
3892
3892
  "packageId": "@jskit-ai/resource-core",
3893
- "version": "0.1.50",
3893
+ "version": "0.1.52",
3894
3894
  "kind": "runtime",
3895
3895
  "description": "Generic resource-definition helpers and schema-definition normalization.",
3896
3896
  "dependsOn": [
@@ -3913,7 +3913,7 @@
3913
3913
  "mutations": {
3914
3914
  "dependencies": {
3915
3915
  "runtime": {
3916
- "@jskit-ai/resource-core": "0.1.50"
3916
+ "@jskit-ai/resource-core": "0.1.52"
3917
3917
  },
3918
3918
  "dev": {}
3919
3919
  },
@@ -3928,11 +3928,11 @@
3928
3928
  },
3929
3929
  {
3930
3930
  "packageId": "@jskit-ai/resource-crud-core",
3931
- "version": "0.1.50",
3931
+ "version": "0.1.52",
3932
3932
  "descriptor": {
3933
3933
  "packageVersion": 1,
3934
3934
  "packageId": "@jskit-ai/resource-crud-core",
3935
- "version": "0.1.50",
3935
+ "version": "0.1.52",
3936
3936
  "kind": "runtime",
3937
3937
  "description": "CRUD-specific resource-definition helpers and namespace support.",
3938
3938
  "dependsOn": [
@@ -3956,7 +3956,7 @@
3956
3956
  "mutations": {
3957
3957
  "dependencies": {
3958
3958
  "runtime": {
3959
- "@jskit-ai/resource-crud-core": "0.1.50"
3959
+ "@jskit-ai/resource-crud-core": "0.1.52"
3960
3960
  },
3961
3961
  "dev": {}
3962
3962
  },
@@ -3971,11 +3971,11 @@
3971
3971
  },
3972
3972
  {
3973
3973
  "packageId": "@jskit-ai/shell-web",
3974
- "version": "0.1.105",
3974
+ "version": "0.1.107",
3975
3975
  "descriptor": {
3976
3976
  "packageVersion": 1,
3977
3977
  "packageId": "@jskit-ai/shell-web",
3978
- "version": "0.1.105",
3978
+ "version": "0.1.107",
3979
3979
  "kind": "runtime",
3980
3980
  "description": "Web shell layout runtime with outlet-based placement contributions.",
3981
3981
  "dependsOn": [],
@@ -4317,7 +4317,7 @@
4317
4317
  "dependencies": {
4318
4318
  "runtime": {
4319
4319
  "@mdi/js": "^7.4.47",
4320
- "@jskit-ai/kernel": "0.1.106"
4320
+ "@jskit-ai/kernel": "0.1.108"
4321
4321
  },
4322
4322
  "dev": {}
4323
4323
  },
@@ -4524,11 +4524,11 @@
4524
4524
  },
4525
4525
  {
4526
4526
  "packageId": "@jskit-ai/storage-runtime",
4527
- "version": "0.1.104",
4527
+ "version": "0.1.106",
4528
4528
  "descriptor": {
4529
4529
  "packageVersion": 1,
4530
4530
  "packageId": "@jskit-ai/storage-runtime",
4531
- "version": "0.1.104",
4531
+ "version": "0.1.106",
4532
4532
  "kind": "runtime",
4533
4533
  "dependsOn": [
4534
4534
  "@jskit-ai/kernel"
@@ -4577,7 +4577,7 @@
4577
4577
  "mutations": {
4578
4578
  "dependencies": {
4579
4579
  "runtime": {
4580
- "@jskit-ai/kernel": "0.1.106",
4580
+ "@jskit-ai/kernel": "0.1.108",
4581
4581
  "unstorage": "^1.17.3"
4582
4582
  },
4583
4583
  "dev": {}
@@ -4593,11 +4593,11 @@
4593
4593
  },
4594
4594
  {
4595
4595
  "packageId": "@jskit-ai/ui-generator",
4596
- "version": "0.1.88",
4596
+ "version": "0.1.90",
4597
4597
  "descriptor": {
4598
4598
  "packageVersion": 1,
4599
4599
  "packageId": "@jskit-ai/ui-generator",
4600
- "version": "0.1.88",
4600
+ "version": "0.1.90",
4601
4601
  "kind": "generator",
4602
4602
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4603
4603
  "options": {
@@ -5030,7 +5030,7 @@
5030
5030
  "mutations": {
5031
5031
  "dependencies": {
5032
5032
  "runtime": {
5033
- "@jskit-ai/users-web": "0.1.120"
5033
+ "@jskit-ai/users-web": "0.1.122"
5034
5034
  },
5035
5035
  "dev": {}
5036
5036
  },
@@ -5045,11 +5045,11 @@
5045
5045
  },
5046
5046
  {
5047
5047
  "packageId": "@jskit-ai/uploads-image-web",
5048
- "version": "0.1.83",
5048
+ "version": "0.1.85",
5049
5049
  "descriptor": {
5050
5050
  "packageVersion": 1,
5051
5051
  "packageId": "@jskit-ai/uploads-image-web",
5052
- "version": "0.1.83",
5052
+ "version": "0.1.85",
5053
5053
  "kind": "runtime",
5054
5054
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
5055
5055
  "dependsOn": [
@@ -5113,7 +5113,7 @@
5113
5113
  "mutations": {
5114
5114
  "dependencies": {
5115
5115
  "runtime": {
5116
- "@jskit-ai/uploads-runtime": "0.1.83",
5116
+ "@jskit-ai/uploads-runtime": "0.1.85",
5117
5117
  "@uppy/compressor": "^3.1.0",
5118
5118
  "@uppy/core": "^5.2.0",
5119
5119
  "@uppy/dashboard": "^5.1.1",
@@ -5133,11 +5133,11 @@
5133
5133
  },
5134
5134
  {
5135
5135
  "packageId": "@jskit-ai/uploads-runtime",
5136
- "version": "0.1.83",
5136
+ "version": "0.1.85",
5137
5137
  "descriptor": {
5138
5138
  "packageVersion": 1,
5139
5139
  "packageId": "@jskit-ai/uploads-runtime",
5140
- "version": "0.1.83",
5140
+ "version": "0.1.85",
5141
5141
  "kind": "runtime",
5142
5142
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
5143
5143
  "dependsOn": [
@@ -5207,7 +5207,7 @@
5207
5207
  "dependencies": {
5208
5208
  "runtime": {
5209
5209
  "@fastify/multipart": "^9.4.0",
5210
- "@jskit-ai/kernel": "0.1.106"
5210
+ "@jskit-ai/kernel": "0.1.108"
5211
5211
  },
5212
5212
  "dev": {}
5213
5213
  },
@@ -5222,11 +5222,11 @@
5222
5222
  },
5223
5223
  {
5224
5224
  "packageId": "@jskit-ai/users-core",
5225
- "version": "0.1.115",
5225
+ "version": "0.1.117",
5226
5226
  "descriptor": {
5227
5227
  "packageVersion": 1,
5228
5228
  "packageId": "@jskit-ai/users-core",
5229
- "version": "0.1.115",
5229
+ "version": "0.1.117",
5230
5230
  "kind": "runtime",
5231
5231
  "description": "Users/account runtime plus HTTP routes for account features.",
5232
5232
  "dependsOn": [
@@ -5370,16 +5370,16 @@
5370
5370
  "mutations": {
5371
5371
  "dependencies": {
5372
5372
  "runtime": {
5373
- "@jskit-ai/auth-core": "0.1.104",
5374
- "@jskit-ai/crud-core": "0.1.113",
5375
- "@jskit-ai/database-runtime": "0.1.105",
5376
- "@jskit-ai/http-runtime": "0.1.104",
5377
- "@jskit-ai/json-rest-api-core": "0.1.50",
5378
- "@jskit-ai/kernel": "0.1.106",
5379
- "@jskit-ai/resource-core": "0.1.50",
5380
- "@jskit-ai/resource-crud-core": "0.1.50",
5373
+ "@jskit-ai/auth-core": "0.1.106",
5374
+ "@jskit-ai/crud-core": "0.1.115",
5375
+ "@jskit-ai/database-runtime": "0.1.107",
5376
+ "@jskit-ai/http-runtime": "0.1.106",
5377
+ "@jskit-ai/json-rest-api-core": "0.1.52",
5378
+ "@jskit-ai/kernel": "0.1.108",
5379
+ "@jskit-ai/resource-core": "0.1.52",
5380
+ "@jskit-ai/resource-crud-core": "0.1.52",
5381
5381
  "@local/users": "file:packages/users",
5382
- "@jskit-ai/uploads-runtime": "0.1.83"
5382
+ "@jskit-ai/uploads-runtime": "0.1.85"
5383
5383
  },
5384
5384
  "dev": {}
5385
5385
  },
@@ -5406,6 +5406,15 @@
5406
5406
  "category": "migration",
5407
5407
  "id": "users-core-profile-username-schema"
5408
5408
  },
5409
+ {
5410
+ "op": "install-migration",
5411
+ "from": "templates/migrations/users_core_profile_updated_at.cjs",
5412
+ "toDir": "migrations",
5413
+ "extension": ".cjs",
5414
+ "reason": "Install users profile updated-at migration.",
5415
+ "category": "migration",
5416
+ "id": "users-core-profile-updated-at-schema"
5417
+ },
5409
5418
  {
5410
5419
  "from": "templates/packages/users/package.json",
5411
5420
  "to": "packages/users/package.json",
@@ -5597,11 +5606,11 @@
5597
5606
  },
5598
5607
  {
5599
5608
  "packageId": "@jskit-ai/users-web",
5600
- "version": "0.1.120",
5609
+ "version": "0.1.122",
5601
5610
  "descriptor": {
5602
5611
  "packageVersion": 1,
5603
5612
  "packageId": "@jskit-ai/users-web",
5604
- "version": "0.1.120",
5613
+ "version": "0.1.122",
5605
5614
  "kind": "runtime",
5606
5615
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5607
5616
  "dependsOn": [
@@ -5904,12 +5913,12 @@
5904
5913
  "dependencies": {
5905
5914
  "runtime": {
5906
5915
  "@mdi/js": "^7.4.47",
5907
- "@jskit-ai/http-runtime": "0.1.104",
5908
- "@jskit-ai/realtime": "0.1.104",
5909
- "@jskit-ai/kernel": "0.1.106",
5910
- "@jskit-ai/shell-web": "0.1.105",
5911
- "@jskit-ai/uploads-image-web": "0.1.83",
5912
- "@jskit-ai/users-core": "0.1.115"
5916
+ "@jskit-ai/http-runtime": "0.1.106",
5917
+ "@jskit-ai/realtime": "0.1.106",
5918
+ "@jskit-ai/kernel": "0.1.108",
5919
+ "@jskit-ai/shell-web": "0.1.107",
5920
+ "@jskit-ai/uploads-image-web": "0.1.85",
5921
+ "@jskit-ai/users-core": "0.1.117"
5913
5922
  },
5914
5923
  "dev": {}
5915
5924
  },
@@ -6086,11 +6095,11 @@
6086
6095
  },
6087
6096
  {
6088
6097
  "packageId": "@jskit-ai/workspaces-core",
6089
- "version": "0.1.81",
6098
+ "version": "0.1.83",
6090
6099
  "descriptor": {
6091
6100
  "packageVersion": 1,
6092
6101
  "packageId": "@jskit-ai/workspaces-core",
6093
- "version": "0.1.81",
6102
+ "version": "0.1.83",
6094
6103
  "kind": "runtime",
6095
6104
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6096
6105
  "dependsOn": [
@@ -6175,6 +6184,11 @@
6175
6184
  "path": "/api/workspaces",
6176
6185
  "summary": "List workspaces visible to authenticated user."
6177
6186
  },
6187
+ {
6188
+ "method": "GET",
6189
+ "path": "/api/workspace/invitations/resolve",
6190
+ "summary": "Resolve safe public workspace invitation metadata."
6191
+ },
6178
6192
  {
6179
6193
  "method": "GET",
6180
6194
  "path": "/api/workspace/invitations/pending",
@@ -6231,10 +6245,10 @@
6231
6245
  "mutations": {
6232
6246
  "dependencies": {
6233
6247
  "runtime": {
6234
- "@jskit-ai/json-rest-api-core": "0.1.50",
6235
- "@jskit-ai/resource-core": "0.1.50",
6236
- "@jskit-ai/resource-crud-core": "0.1.50",
6237
- "@jskit-ai/users-core": "0.1.115"
6248
+ "@jskit-ai/json-rest-api-core": "0.1.52",
6249
+ "@jskit-ai/resource-core": "0.1.52",
6250
+ "@jskit-ai/resource-crud-core": "0.1.52",
6251
+ "@jskit-ai/users-core": "0.1.117"
6238
6252
  },
6239
6253
  "dev": {}
6240
6254
  },
@@ -6280,6 +6294,36 @@
6280
6294
  "reason": "Install app-owned role catalog in a dedicated config file.",
6281
6295
  "category": "workspaces-core",
6282
6296
  "id": "users-core-app-owned-role-catalog-config"
6297
+ },
6298
+ {
6299
+ "from": "templates/packages/main/src/server/email/workspaceInviteEmail.js",
6300
+ "to": "packages/main/src/server/email/workspaceInviteEmail.js",
6301
+ "preserveOnRemove": true,
6302
+ "reason": "Install app-owned editable workspace invite email template.",
6303
+ "category": "workspaces-core",
6304
+ "id": "workspaces-core-main-workspace-invite-email-template"
6305
+ }
6306
+ ],
6307
+ "source": [
6308
+ {
6309
+ "op": "ensure-import",
6310
+ "file": "config/server.js",
6311
+ "namedImports": [
6312
+ "renderWorkspaceInviteEmail"
6313
+ ],
6314
+ "from": "../packages/main/src/server/email/workspaceInviteEmail.js",
6315
+ "reason": "Load app-owned workspace invite email renderer from packages/main.",
6316
+ "category": "workspaces-core",
6317
+ "id": "workspaces-core-server-config-workspace-invite-email-import"
6318
+ },
6319
+ {
6320
+ "op": "ensure-assignment",
6321
+ "file": "config/server.js",
6322
+ "target": "config.workspaceInviteEmailTemplate",
6323
+ "value": "renderWorkspaceInviteEmail",
6324
+ "reason": "Bind app-owned workspace invite email renderer into server config.",
6325
+ "category": "workspaces-core",
6326
+ "id": "workspaces-core-server-config-workspace-invite-email-template"
6283
6327
  }
6284
6328
  ],
6285
6329
  "text": [
@@ -6406,14 +6450,15 @@
6406
6450
  },
6407
6451
  {
6408
6452
  "packageId": "@jskit-ai/workspaces-web",
6409
- "version": "0.1.82",
6453
+ "version": "0.1.84",
6410
6454
  "descriptor": {
6411
6455
  "packageVersion": 1,
6412
6456
  "packageId": "@jskit-ai/workspaces-web",
6413
- "version": "0.1.82",
6457
+ "version": "0.1.84",
6414
6458
  "kind": "runtime",
6415
6459
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6416
6460
  "dependsOn": [
6461
+ "@jskit-ai/auth-web",
6417
6462
  "@jskit-ai/workspaces-core",
6418
6463
  "@jskit-ai/users-web"
6419
6464
  ],
@@ -6450,6 +6495,10 @@
6450
6495
  "subpath": "./client/components/AccountSettingsInvitesSection",
6451
6496
  "summary": "Exports the default account invites section component used by multihoming installs."
6452
6497
  },
6498
+ {
6499
+ "subpath": "./client/components/WorkspaceInviteLanding",
6500
+ "summary": "Exports the default public workspace invite landing component."
6501
+ },
6453
6502
  {
6454
6503
  "subpath": "./client/providers/WorkspacesWebClientProvider",
6455
6504
  "summary": "Exports workspaces-web client provider class."
@@ -6662,8 +6711,9 @@
6662
6711
  "mutations": {
6663
6712
  "dependencies": {
6664
6713
  "runtime": {
6665
- "@jskit-ai/workspaces-core": "0.1.81",
6666
- "@jskit-ai/users-web": "0.1.120"
6714
+ "@jskit-ai/auth-web": "0.1.108",
6715
+ "@jskit-ai/workspaces-core": "0.1.83",
6716
+ "@jskit-ai/users-web": "0.1.122"
6667
6717
  },
6668
6718
  "dev": {}
6669
6719
  },
@@ -6691,6 +6741,13 @@
6691
6741
  "category": "workspaces-web",
6692
6742
  "id": "users-web-main-component-account-settings-invites-section"
6693
6743
  },
6744
+ {
6745
+ "from": "templates/src/pages/invite/[token].vue",
6746
+ "to": "src/pages/invite/[token].vue",
6747
+ "reason": "Install public workspace invite acceptance route scaffold.",
6748
+ "category": "workspaces-web",
6749
+ "id": "workspaces-web-page-public-invite"
6750
+ },
6694
6751
  {
6695
6752
  "from": "templates/src/components/WorkspaceNotFoundCard.vue",
6696
6753
  "to": "src/components/WorkspaceNotFoundCard.vue",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.113",
3
+ "version": "0.1.115",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [