@jskit-ai/jskit-catalog 0.1.114 → 0.1.116

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 +167 -157
  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.115",
9
+ "version": "0.1.117",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.115",
13
+ "version": "0.1.117",
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.82",
350
+ "version": "0.1.84",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.82",
354
+ "version": "0.1.84",
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.105",
403
- "@jskit-ai/kernel": "0.1.107",
404
- "@jskit-ai/resource-core": "0.1.51",
405
- "@jskit-ai/resource-crud-core": "0.1.51",
406
- "@jskit-ai/users-core": "0.1.116",
402
+ "@jskit-ai/http-runtime": "0.1.107",
403
+ "@jskit-ai/kernel": "0.1.109",
404
+ "@jskit-ai/resource-core": "0.1.53",
405
+ "@jskit-ai/resource-crud-core": "0.1.53",
406
+ "@jskit-ai/users-core": "0.1.118",
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.77",
425
+ "version": "0.1.79",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.77",
429
+ "version": "0.1.79",
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.82",
526
- "@jskit-ai/database-runtime": "0.1.106",
527
- "@jskit-ai/http-runtime": "0.1.105",
528
- "@jskit-ai/kernel": "0.1.107",
529
- "@jskit-ai/shell-web": "0.1.106",
530
- "@jskit-ai/users-core": "0.1.116",
531
- "@jskit-ai/users-web": "0.1.121"
525
+ "@jskit-ai/assistant-core": "0.1.84",
526
+ "@jskit-ai/database-runtime": "0.1.108",
527
+ "@jskit-ai/http-runtime": "0.1.107",
528
+ "@jskit-ai/kernel": "0.1.109",
529
+ "@jskit-ai/shell-web": "0.1.108",
530
+ "@jskit-ai/users-core": "0.1.118",
531
+ "@jskit-ai/users-web": "0.1.123"
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.105",
586
+ "version": "0.1.107",
587
587
  "descriptor": {
588
588
  "packageVersion": 1,
589
589
  "packageId": "@jskit-ai/auth-core",
590
- "version": "0.1.105",
590
+ "version": "0.1.107",
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.107",
663
+ "@jskit-ai/kernel": "0.1.109",
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.6",
681
+ "version": "0.1.8",
682
682
  "descriptor": {
683
683
  "packageVersion": 1,
684
684
  "packageId": "@jskit-ai/auth-provider-local-core",
685
- "version": "0.1.6",
685
+ "version": "0.1.8",
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.105",
742
- "@jskit-ai/kernel": "0.1.107",
741
+ "@jskit-ai/auth-core": "0.1.107",
742
+ "@jskit-ai/kernel": "0.1.109",
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.105",
788
+ "version": "0.1.107",
789
789
  "descriptor": {
790
790
  "packageVersion": 1,
791
791
  "packageId": "@jskit-ai/auth-provider-supabase-core",
792
- "version": "0.1.105",
792
+ "version": "0.1.107",
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.105",
875
- "@jskit-ai/kernel": "0.1.107",
874
+ "@jskit-ai/auth-core": "0.1.107",
875
+ "@jskit-ai/kernel": "0.1.109",
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.107",
953
+ "version": "0.1.109",
954
954
  "descriptor": {
955
955
  "packageVersion": 1,
956
956
  "packageId": "@jskit-ai/auth-web",
957
- "version": "0.1.107",
957
+ "version": "0.1.109",
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.105",
1227
- "@jskit-ai/http-runtime": "0.1.105",
1228
- "@jskit-ai/kernel": "0.1.107",
1229
- "@jskit-ai/shell-web": "0.1.106"
1226
+ "@jskit-ai/auth-core": "0.1.107",
1227
+ "@jskit-ai/http-runtime": "0.1.107",
1228
+ "@jskit-ai/kernel": "0.1.109",
1229
+ "@jskit-ai/shell-web": "0.1.108"
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.69",
1322
+ "version": "0.1.71",
1323
1323
  "descriptor": {
1324
1324
  "packageVersion": 1,
1325
1325
  "packageId": "@jskit-ai/console-core",
1326
- "version": "0.1.69",
1326
+ "version": "0.1.71",
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.105",
1411
- "@jskit-ai/database-runtime": "0.1.106",
1412
- "@jskit-ai/http-runtime": "0.1.105",
1413
- "@jskit-ai/kernel": "0.1.107",
1414
- "@jskit-ai/resource-crud-core": "0.1.51",
1415
- "@jskit-ai/users-core": "0.1.116"
1410
+ "@jskit-ai/auth-core": "0.1.107",
1411
+ "@jskit-ai/database-runtime": "0.1.108",
1412
+ "@jskit-ai/http-runtime": "0.1.107",
1413
+ "@jskit-ai/kernel": "0.1.109",
1414
+ "@jskit-ai/resource-crud-core": "0.1.53",
1415
+ "@jskit-ai/users-core": "0.1.118"
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.74",
1440
+ "version": "0.1.76",
1441
1441
  "descriptor": {
1442
1442
  "packageVersion": 1,
1443
1443
  "packageId": "@jskit-ai/console-web",
1444
- "version": "0.1.74",
1444
+ "version": "0.1.76",
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.107",
1555
- "@jskit-ai/console-core": "0.1.69",
1556
- "@jskit-ai/shell-web": "0.1.106"
1554
+ "@jskit-ai/auth-web": "0.1.109",
1555
+ "@jskit-ai/console-core": "0.1.71",
1556
+ "@jskit-ai/shell-web": "0.1.108"
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.114",
1663
+ "version": "0.1.116",
1664
1664
  "descriptor": {
1665
1665
  "packageVersion": 1,
1666
1666
  "packageId": "@jskit-ai/crud-core",
1667
- "version": "0.1.114",
1667
+ "version": "0.1.116",
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.114"
1696
+ "@jskit-ai/crud-core": "0.1.116"
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.114",
1710
+ "version": "0.1.116",
1711
1711
  "descriptor": {
1712
1712
  "packageVersion": 1,
1713
1713
  "packageId": "@jskit-ai/crud-server-generator",
1714
- "version": "0.1.114",
1714
+ "version": "0.1.116",
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.105",
1882
- "@jskit-ai/crud-core": "0.1.114",
1883
- "@jskit-ai/database-runtime": "0.1.106",
1884
- "@jskit-ai/http-runtime": "0.1.105",
1885
- "@jskit-ai/json-rest-api-core": "0.1.51",
1886
- "@jskit-ai/kernel": "0.1.107",
1887
- "@jskit-ai/realtime": "0.1.105",
1888
- "@jskit-ai/resource-crud-core": "0.1.51",
1881
+ "@jskit-ai/auth-core": "0.1.107",
1882
+ "@jskit-ai/crud-core": "0.1.116",
1883
+ "@jskit-ai/database-runtime": "0.1.108",
1884
+ "@jskit-ai/http-runtime": "0.1.107",
1885
+ "@jskit-ai/json-rest-api-core": "0.1.53",
1886
+ "@jskit-ai/kernel": "0.1.109",
1887
+ "@jskit-ai/realtime": "0.1.107",
1888
+ "@jskit-ai/resource-crud-core": "0.1.53",
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.89",
2020
+ "version": "0.1.91",
2021
2021
  "descriptor": {
2022
2022
  "packageVersion": 1,
2023
2023
  "packageId": "@jskit-ai/crud-ui-generator",
2024
- "version": "0.1.89",
2024
+ "version": "0.1.91",
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.121"
2223
+ "@jskit-ai/users-web": "0.1.123"
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.106",
2482
+ "version": "0.1.108",
2483
2483
  "descriptor": {
2484
2484
  "packageVersion": 1,
2485
2485
  "packageId": "@jskit-ai/database-runtime",
2486
- "version": "0.1.106",
2486
+ "version": "0.1.108",
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.107",
2543
+ "@jskit-ai/kernel": "0.1.109",
2544
2544
  "dotenv": "^16.4.5",
2545
2545
  "knex": "^3.1.0"
2546
2546
  },
@@ -2548,9 +2548,10 @@
2548
2548
  },
2549
2549
  "packageJson": {
2550
2550
  "scripts": {
2551
- "db:migrate": "knex --knexfile ./knexfile.js migrate:latest",
2551
+ "db:migrations:sync": "jskit migrations changed",
2552
+ "db:migrate": "npm run db:migrations:sync && knex --knexfile ./knexfile.js migrate:latest",
2552
2553
  "db:migrate:rollback": "knex --knexfile ./knexfile.js migrate:rollback",
2553
- "db:migrate:status": "knex --knexfile ./knexfile.js migrate:list"
2554
+ "db:migrate:status": "npm run db:migrations:sync && knex --knexfile ./knexfile.js migrate:list"
2554
2555
  }
2555
2556
  },
2556
2557
  "procfile": {},
@@ -2575,11 +2576,11 @@
2575
2576
  },
2576
2577
  {
2577
2578
  "packageId": "@jskit-ai/database-runtime-mysql",
2578
- "version": "0.1.105",
2579
+ "version": "0.1.107",
2579
2580
  "descriptor": {
2580
2581
  "packageVersion": 1,
2581
2582
  "packageId": "@jskit-ai/database-runtime-mysql",
2582
- "version": "0.1.105",
2583
+ "version": "0.1.107",
2583
2584
  "kind": "runtime",
2584
2585
  "options": {
2585
2586
  "db-host": {
@@ -2669,7 +2670,7 @@
2669
2670
  "mutations": {
2670
2671
  "dependencies": {
2671
2672
  "runtime": {
2672
- "@jskit-ai/database-runtime": "0.1.106",
2673
+ "@jskit-ai/database-runtime": "0.1.108",
2673
2674
  "mysql2": "^3.11.2"
2674
2675
  },
2675
2676
  "dev": {}
@@ -2740,11 +2741,11 @@
2740
2741
  },
2741
2742
  {
2742
2743
  "packageId": "@jskit-ai/database-runtime-postgres",
2743
- "version": "0.1.105",
2744
+ "version": "0.1.107",
2744
2745
  "descriptor": {
2745
2746
  "packageVersion": 1,
2746
2747
  "packageId": "@jskit-ai/database-runtime-postgres",
2747
- "version": "0.1.105",
2748
+ "version": "0.1.107",
2748
2749
  "kind": "runtime",
2749
2750
  "options": {
2750
2751
  "db-host": {
@@ -2834,7 +2835,7 @@
2834
2835
  "mutations": {
2835
2836
  "dependencies": {
2836
2837
  "runtime": {
2837
- "@jskit-ai/database-runtime": "0.1.106",
2838
+ "@jskit-ai/database-runtime": "0.1.108",
2838
2839
  "pg": "^8.13.1"
2839
2840
  },
2840
2841
  "dev": {}
@@ -2905,11 +2906,11 @@
2905
2906
  },
2906
2907
  {
2907
2908
  "packageId": "@jskit-ai/feature-server-generator",
2908
- "version": "0.1.48",
2909
+ "version": "0.1.50",
2909
2910
  "descriptor": {
2910
2911
  "packageVersion": 1,
2911
2912
  "packageId": "@jskit-ai/feature-server-generator",
2912
- "version": "0.1.48",
2913
+ "version": "0.1.50",
2913
2914
  "kind": "generator",
2914
2915
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
2915
2916
  "options": {
@@ -3094,7 +3095,7 @@
3094
3095
  "equals": "json-rest"
3095
3096
  }
3096
3097
  },
3097
- "@jskit-ai/kernel": "0.1.107",
3098
+ "@jskit-ai/kernel": "0.1.109",
3098
3099
  "json-rest-schema": "1.x.x",
3099
3100
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
3100
3101
  },
@@ -3207,11 +3208,11 @@
3207
3208
  },
3208
3209
  {
3209
3210
  "packageId": "@jskit-ai/google-rewarded-core",
3210
- "version": "0.1.43",
3211
+ "version": "0.1.45",
3211
3212
  "descriptor": {
3212
3213
  "packageVersion": 1,
3213
3214
  "packageId": "@jskit-ai/google-rewarded-core",
3214
- "version": "0.1.43",
3215
+ "version": "0.1.45",
3215
3216
  "kind": "runtime",
3216
3217
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3217
3218
  "dependsOn": [
@@ -3338,14 +3339,14 @@
3338
3339
  "mutations": {
3339
3340
  "dependencies": {
3340
3341
  "runtime": {
3341
- "@jskit-ai/auth-core": "0.1.105",
3342
- "@jskit-ai/crud-core": "0.1.114",
3343
- "@jskit-ai/database-runtime": "0.1.106",
3344
- "@jskit-ai/http-runtime": "0.1.105",
3345
- "@jskit-ai/json-rest-api-core": "0.1.51",
3346
- "@jskit-ai/kernel": "0.1.107",
3347
- "@jskit-ai/resource-crud-core": "0.1.51",
3348
- "@jskit-ai/workspaces-core": "0.1.82"
3342
+ "@jskit-ai/auth-core": "0.1.107",
3343
+ "@jskit-ai/crud-core": "0.1.116",
3344
+ "@jskit-ai/database-runtime": "0.1.108",
3345
+ "@jskit-ai/http-runtime": "0.1.107",
3346
+ "@jskit-ai/json-rest-api-core": "0.1.53",
3347
+ "@jskit-ai/kernel": "0.1.109",
3348
+ "@jskit-ai/resource-crud-core": "0.1.53",
3349
+ "@jskit-ai/workspaces-core": "0.1.84"
3349
3350
  },
3350
3351
  "dev": {}
3351
3352
  },
@@ -3397,11 +3398,11 @@
3397
3398
  },
3398
3399
  {
3399
3400
  "packageId": "@jskit-ai/google-rewarded-web",
3400
- "version": "0.1.43",
3401
+ "version": "0.1.45",
3401
3402
  "descriptor": {
3402
3403
  "packageVersion": 1,
3403
3404
  "packageId": "@jskit-ai/google-rewarded-web",
3404
- "version": "0.1.43",
3405
+ "version": "0.1.45",
3405
3406
  "kind": "runtime",
3406
3407
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3407
3408
  "dependsOn": [
@@ -3448,10 +3449,10 @@
3448
3449
  "mutations": {
3449
3450
  "dependencies": {
3450
3451
  "runtime": {
3451
- "@jskit-ai/google-rewarded-core": "0.1.43",
3452
- "@jskit-ai/http-runtime": "0.1.105",
3453
- "@jskit-ai/kernel": "0.1.107",
3454
- "@jskit-ai/shell-web": "0.1.106"
3452
+ "@jskit-ai/google-rewarded-core": "0.1.45",
3453
+ "@jskit-ai/http-runtime": "0.1.107",
3454
+ "@jskit-ai/kernel": "0.1.109",
3455
+ "@jskit-ai/shell-web": "0.1.108"
3455
3456
  },
3456
3457
  "dev": {}
3457
3458
  },
@@ -3469,11 +3470,11 @@
3469
3470
  },
3470
3471
  {
3471
3472
  "packageId": "@jskit-ai/http-runtime",
3472
- "version": "0.1.105",
3473
+ "version": "0.1.107",
3473
3474
  "descriptor": {
3474
3475
  "packageVersion": 1,
3475
3476
  "packageId": "@jskit-ai/http-runtime",
3476
- "version": "0.1.105",
3477
+ "version": "0.1.107",
3477
3478
  "kind": "runtime",
3478
3479
  "dependsOn": [],
3479
3480
  "capabilities": {
@@ -3539,7 +3540,7 @@
3539
3540
  "mutations": {
3540
3541
  "dependencies": {
3541
3542
  "runtime": {
3542
- "@jskit-ai/kernel": "0.1.107"
3543
+ "@jskit-ai/kernel": "0.1.109"
3543
3544
  },
3544
3545
  "dev": {}
3545
3546
  },
@@ -3553,11 +3554,11 @@
3553
3554
  },
3554
3555
  {
3555
3556
  "packageId": "@jskit-ai/json-rest-api-core",
3556
- "version": "0.1.51",
3557
+ "version": "0.1.53",
3557
3558
  "descriptor": {
3558
3559
  "packageVersion": 1,
3559
3560
  "packageId": "@jskit-ai/json-rest-api-core",
3560
- "version": "0.1.51",
3561
+ "version": "0.1.53",
3561
3562
  "kind": "runtime",
3562
3563
  "description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
3563
3564
  "dependsOn": [
@@ -3617,11 +3618,11 @@
3617
3618
  },
3618
3619
  {
3619
3620
  "packageId": "@jskit-ai/mobile-capacitor",
3620
- "version": "0.1.43",
3621
+ "version": "0.1.45",
3621
3622
  "descriptor": {
3622
3623
  "packageVersion": 1,
3623
3624
  "packageId": "@jskit-ai/mobile-capacitor",
3624
- "version": "0.1.43",
3625
+ "version": "0.1.45",
3625
3626
  "kind": "runtime",
3626
3627
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3627
3628
  "dependsOn": [
@@ -3684,8 +3685,8 @@
3684
3685
  "@capacitor/app": "^7.1.0",
3685
3686
  "@capacitor/browser": "^7.0.1",
3686
3687
  "@capacitor/core": "^7.4.3",
3687
- "@jskit-ai/kernel": "0.1.107",
3688
- "@jskit-ai/shell-web": "0.1.106"
3688
+ "@jskit-ai/kernel": "0.1.109",
3689
+ "@jskit-ai/shell-web": "0.1.108"
3689
3690
  },
3690
3691
  "dev": {
3691
3692
  "@capacitor/cli": "^7.4.3"
@@ -3737,11 +3738,11 @@
3737
3738
  },
3738
3739
  {
3739
3740
  "packageId": "@jskit-ai/realtime",
3740
- "version": "0.1.105",
3741
+ "version": "0.1.107",
3741
3742
  "descriptor": {
3742
3743
  "packageVersion": 1,
3743
3744
  "packageId": "@jskit-ai/realtime",
3744
- "version": "0.1.105",
3745
+ "version": "0.1.107",
3745
3746
  "kind": "runtime",
3746
3747
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
3747
3748
  "options": {
@@ -3837,7 +3838,7 @@
3837
3838
  "mutations": {
3838
3839
  "dependencies": {
3839
3840
  "runtime": {
3840
- "@jskit-ai/kernel": "0.1.107",
3841
+ "@jskit-ai/kernel": "0.1.109",
3841
3842
  "@socket.io/redis-adapter": "^8.3.0",
3842
3843
  "redis": "^5.8.2",
3843
3844
  "socket.io": "^4.8.3",
@@ -3886,11 +3887,11 @@
3886
3887
  },
3887
3888
  {
3888
3889
  "packageId": "@jskit-ai/resource-core",
3889
- "version": "0.1.51",
3890
+ "version": "0.1.53",
3890
3891
  "descriptor": {
3891
3892
  "packageVersion": 1,
3892
3893
  "packageId": "@jskit-ai/resource-core",
3893
- "version": "0.1.51",
3894
+ "version": "0.1.53",
3894
3895
  "kind": "runtime",
3895
3896
  "description": "Generic resource-definition helpers and schema-definition normalization.",
3896
3897
  "dependsOn": [
@@ -3913,7 +3914,7 @@
3913
3914
  "mutations": {
3914
3915
  "dependencies": {
3915
3916
  "runtime": {
3916
- "@jskit-ai/resource-core": "0.1.51"
3917
+ "@jskit-ai/resource-core": "0.1.53"
3917
3918
  },
3918
3919
  "dev": {}
3919
3920
  },
@@ -3928,11 +3929,11 @@
3928
3929
  },
3929
3930
  {
3930
3931
  "packageId": "@jskit-ai/resource-crud-core",
3931
- "version": "0.1.51",
3932
+ "version": "0.1.53",
3932
3933
  "descriptor": {
3933
3934
  "packageVersion": 1,
3934
3935
  "packageId": "@jskit-ai/resource-crud-core",
3935
- "version": "0.1.51",
3936
+ "version": "0.1.53",
3936
3937
  "kind": "runtime",
3937
3938
  "description": "CRUD-specific resource-definition helpers and namespace support.",
3938
3939
  "dependsOn": [
@@ -3956,7 +3957,7 @@
3956
3957
  "mutations": {
3957
3958
  "dependencies": {
3958
3959
  "runtime": {
3959
- "@jskit-ai/resource-crud-core": "0.1.51"
3960
+ "@jskit-ai/resource-crud-core": "0.1.53"
3960
3961
  },
3961
3962
  "dev": {}
3962
3963
  },
@@ -3971,11 +3972,11 @@
3971
3972
  },
3972
3973
  {
3973
3974
  "packageId": "@jskit-ai/shell-web",
3974
- "version": "0.1.106",
3975
+ "version": "0.1.108",
3975
3976
  "descriptor": {
3976
3977
  "packageVersion": 1,
3977
3978
  "packageId": "@jskit-ai/shell-web",
3978
- "version": "0.1.106",
3979
+ "version": "0.1.108",
3979
3980
  "kind": "runtime",
3980
3981
  "description": "Web shell layout runtime with outlet-based placement contributions.",
3981
3982
  "dependsOn": [],
@@ -4317,7 +4318,7 @@
4317
4318
  "dependencies": {
4318
4319
  "runtime": {
4319
4320
  "@mdi/js": "^7.4.47",
4320
- "@jskit-ai/kernel": "0.1.107"
4321
+ "@jskit-ai/kernel": "0.1.109"
4321
4322
  },
4322
4323
  "dev": {}
4323
4324
  },
@@ -4524,11 +4525,11 @@
4524
4525
  },
4525
4526
  {
4526
4527
  "packageId": "@jskit-ai/storage-runtime",
4527
- "version": "0.1.105",
4528
+ "version": "0.1.107",
4528
4529
  "descriptor": {
4529
4530
  "packageVersion": 1,
4530
4531
  "packageId": "@jskit-ai/storage-runtime",
4531
- "version": "0.1.105",
4532
+ "version": "0.1.107",
4532
4533
  "kind": "runtime",
4533
4534
  "dependsOn": [
4534
4535
  "@jskit-ai/kernel"
@@ -4577,7 +4578,7 @@
4577
4578
  "mutations": {
4578
4579
  "dependencies": {
4579
4580
  "runtime": {
4580
- "@jskit-ai/kernel": "0.1.107",
4581
+ "@jskit-ai/kernel": "0.1.109",
4581
4582
  "unstorage": "^1.17.3"
4582
4583
  },
4583
4584
  "dev": {}
@@ -4593,11 +4594,11 @@
4593
4594
  },
4594
4595
  {
4595
4596
  "packageId": "@jskit-ai/ui-generator",
4596
- "version": "0.1.89",
4597
+ "version": "0.1.91",
4597
4598
  "descriptor": {
4598
4599
  "packageVersion": 1,
4599
4600
  "packageId": "@jskit-ai/ui-generator",
4600
- "version": "0.1.89",
4601
+ "version": "0.1.91",
4601
4602
  "kind": "generator",
4602
4603
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4603
4604
  "options": {
@@ -5030,7 +5031,7 @@
5030
5031
  "mutations": {
5031
5032
  "dependencies": {
5032
5033
  "runtime": {
5033
- "@jskit-ai/users-web": "0.1.121"
5034
+ "@jskit-ai/users-web": "0.1.123"
5034
5035
  },
5035
5036
  "dev": {}
5036
5037
  },
@@ -5045,11 +5046,11 @@
5045
5046
  },
5046
5047
  {
5047
5048
  "packageId": "@jskit-ai/uploads-image-web",
5048
- "version": "0.1.84",
5049
+ "version": "0.1.86",
5049
5050
  "descriptor": {
5050
5051
  "packageVersion": 1,
5051
5052
  "packageId": "@jskit-ai/uploads-image-web",
5052
- "version": "0.1.84",
5053
+ "version": "0.1.86",
5053
5054
  "kind": "runtime",
5054
5055
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
5055
5056
  "dependsOn": [
@@ -5113,7 +5114,7 @@
5113
5114
  "mutations": {
5114
5115
  "dependencies": {
5115
5116
  "runtime": {
5116
- "@jskit-ai/uploads-runtime": "0.1.84",
5117
+ "@jskit-ai/uploads-runtime": "0.1.86",
5117
5118
  "@uppy/compressor": "^3.1.0",
5118
5119
  "@uppy/core": "^5.2.0",
5119
5120
  "@uppy/dashboard": "^5.1.1",
@@ -5133,11 +5134,11 @@
5133
5134
  },
5134
5135
  {
5135
5136
  "packageId": "@jskit-ai/uploads-runtime",
5136
- "version": "0.1.84",
5137
+ "version": "0.1.86",
5137
5138
  "descriptor": {
5138
5139
  "packageVersion": 1,
5139
5140
  "packageId": "@jskit-ai/uploads-runtime",
5140
- "version": "0.1.84",
5141
+ "version": "0.1.86",
5141
5142
  "kind": "runtime",
5142
5143
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
5143
5144
  "dependsOn": [
@@ -5207,7 +5208,7 @@
5207
5208
  "dependencies": {
5208
5209
  "runtime": {
5209
5210
  "@fastify/multipart": "^9.4.0",
5210
- "@jskit-ai/kernel": "0.1.107"
5211
+ "@jskit-ai/kernel": "0.1.109"
5211
5212
  },
5212
5213
  "dev": {}
5213
5214
  },
@@ -5222,11 +5223,11 @@
5222
5223
  },
5223
5224
  {
5224
5225
  "packageId": "@jskit-ai/users-core",
5225
- "version": "0.1.116",
5226
+ "version": "0.1.118",
5226
5227
  "descriptor": {
5227
5228
  "packageVersion": 1,
5228
5229
  "packageId": "@jskit-ai/users-core",
5229
- "version": "0.1.116",
5230
+ "version": "0.1.118",
5230
5231
  "kind": "runtime",
5231
5232
  "description": "Users/account runtime plus HTTP routes for account features.",
5232
5233
  "dependsOn": [
@@ -5370,16 +5371,16 @@
5370
5371
  "mutations": {
5371
5372
  "dependencies": {
5372
5373
  "runtime": {
5373
- "@jskit-ai/auth-core": "0.1.105",
5374
- "@jskit-ai/crud-core": "0.1.114",
5375
- "@jskit-ai/database-runtime": "0.1.106",
5376
- "@jskit-ai/http-runtime": "0.1.105",
5377
- "@jskit-ai/json-rest-api-core": "0.1.51",
5378
- "@jskit-ai/kernel": "0.1.107",
5379
- "@jskit-ai/resource-core": "0.1.51",
5380
- "@jskit-ai/resource-crud-core": "0.1.51",
5374
+ "@jskit-ai/auth-core": "0.1.107",
5375
+ "@jskit-ai/crud-core": "0.1.116",
5376
+ "@jskit-ai/database-runtime": "0.1.108",
5377
+ "@jskit-ai/http-runtime": "0.1.107",
5378
+ "@jskit-ai/json-rest-api-core": "0.1.53",
5379
+ "@jskit-ai/kernel": "0.1.109",
5380
+ "@jskit-ai/resource-core": "0.1.53",
5381
+ "@jskit-ai/resource-crud-core": "0.1.53",
5381
5382
  "@local/users": "file:packages/users",
5382
- "@jskit-ai/uploads-runtime": "0.1.84"
5383
+ "@jskit-ai/uploads-runtime": "0.1.86"
5383
5384
  },
5384
5385
  "dev": {}
5385
5386
  },
@@ -5406,6 +5407,15 @@
5406
5407
  "category": "migration",
5407
5408
  "id": "users-core-profile-username-schema"
5408
5409
  },
5410
+ {
5411
+ "op": "install-migration",
5412
+ "from": "templates/migrations/users_core_profile_updated_at.cjs",
5413
+ "toDir": "migrations",
5414
+ "extension": ".cjs",
5415
+ "reason": "Install users profile updated-at migration.",
5416
+ "category": "migration",
5417
+ "id": "users-core-profile-updated-at-schema"
5418
+ },
5409
5419
  {
5410
5420
  "from": "templates/packages/users/package.json",
5411
5421
  "to": "packages/users/package.json",
@@ -5597,11 +5607,11 @@
5597
5607
  },
5598
5608
  {
5599
5609
  "packageId": "@jskit-ai/users-web",
5600
- "version": "0.1.121",
5610
+ "version": "0.1.123",
5601
5611
  "descriptor": {
5602
5612
  "packageVersion": 1,
5603
5613
  "packageId": "@jskit-ai/users-web",
5604
- "version": "0.1.121",
5614
+ "version": "0.1.123",
5605
5615
  "kind": "runtime",
5606
5616
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5607
5617
  "dependsOn": [
@@ -5904,12 +5914,12 @@
5904
5914
  "dependencies": {
5905
5915
  "runtime": {
5906
5916
  "@mdi/js": "^7.4.47",
5907
- "@jskit-ai/http-runtime": "0.1.105",
5908
- "@jskit-ai/realtime": "0.1.105",
5909
- "@jskit-ai/kernel": "0.1.107",
5910
- "@jskit-ai/shell-web": "0.1.106",
5911
- "@jskit-ai/uploads-image-web": "0.1.84",
5912
- "@jskit-ai/users-core": "0.1.116"
5917
+ "@jskit-ai/http-runtime": "0.1.107",
5918
+ "@jskit-ai/realtime": "0.1.107",
5919
+ "@jskit-ai/kernel": "0.1.109",
5920
+ "@jskit-ai/shell-web": "0.1.108",
5921
+ "@jskit-ai/uploads-image-web": "0.1.86",
5922
+ "@jskit-ai/users-core": "0.1.118"
5913
5923
  },
5914
5924
  "dev": {}
5915
5925
  },
@@ -6086,11 +6096,11 @@
6086
6096
  },
6087
6097
  {
6088
6098
  "packageId": "@jskit-ai/workspaces-core",
6089
- "version": "0.1.82",
6099
+ "version": "0.1.84",
6090
6100
  "descriptor": {
6091
6101
  "packageVersion": 1,
6092
6102
  "packageId": "@jskit-ai/workspaces-core",
6093
- "version": "0.1.82",
6103
+ "version": "0.1.84",
6094
6104
  "kind": "runtime",
6095
6105
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6096
6106
  "dependsOn": [
@@ -6236,10 +6246,10 @@
6236
6246
  "mutations": {
6237
6247
  "dependencies": {
6238
6248
  "runtime": {
6239
- "@jskit-ai/json-rest-api-core": "0.1.51",
6240
- "@jskit-ai/resource-core": "0.1.51",
6241
- "@jskit-ai/resource-crud-core": "0.1.51",
6242
- "@jskit-ai/users-core": "0.1.116"
6249
+ "@jskit-ai/json-rest-api-core": "0.1.53",
6250
+ "@jskit-ai/resource-core": "0.1.53",
6251
+ "@jskit-ai/resource-crud-core": "0.1.53",
6252
+ "@jskit-ai/users-core": "0.1.118"
6243
6253
  },
6244
6254
  "dev": {}
6245
6255
  },
@@ -6441,11 +6451,11 @@
6441
6451
  },
6442
6452
  {
6443
6453
  "packageId": "@jskit-ai/workspaces-web",
6444
- "version": "0.1.83",
6454
+ "version": "0.1.85",
6445
6455
  "descriptor": {
6446
6456
  "packageVersion": 1,
6447
6457
  "packageId": "@jskit-ai/workspaces-web",
6448
- "version": "0.1.83",
6458
+ "version": "0.1.85",
6449
6459
  "kind": "runtime",
6450
6460
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6451
6461
  "dependsOn": [
@@ -6702,9 +6712,9 @@
6702
6712
  "mutations": {
6703
6713
  "dependencies": {
6704
6714
  "runtime": {
6705
- "@jskit-ai/auth-web": "0.1.107",
6706
- "@jskit-ai/workspaces-core": "0.1.82",
6707
- "@jskit-ai/users-web": "0.1.121"
6715
+ "@jskit-ai/auth-web": "0.1.109",
6716
+ "@jskit-ai/workspaces-core": "0.1.84",
6717
+ "@jskit-ai/users-web": "0.1.123"
6708
6718
  },
6709
6719
  "dev": {}
6710
6720
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.114",
3
+ "version": "0.1.116",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [