@jskit-ai/jskit-catalog 0.1.131 → 0.1.132

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.
@@ -6,11 +6,11 @@
6
6
  "packages": [
7
7
  {
8
8
  "packageId": "@jskit-ai/assistant",
9
- "version": "0.1.129",
9
+ "version": "0.1.130",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.129",
13
+ "version": "0.1.130",
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.97",
350
+ "version": "0.1.98",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.97",
354
+ "version": "0.1.98",
355
355
  "kind": "runtime",
356
356
  "description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
357
357
  "dependsOn": [
@@ -403,7 +403,7 @@
403
403
  "@jskit-ai/kernel": "0.1.121",
404
404
  "@jskit-ai/resource-core": "0.1.64",
405
405
  "@jskit-ai/resource-crud-core": "0.1.64",
406
- "@jskit-ai/users-core": "0.1.130",
406
+ "@jskit-ai/users-core": "0.1.131",
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.92",
425
+ "version": "0.1.93",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.92",
429
+ "version": "0.1.93",
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.97",
525
+ "@jskit-ai/assistant-core": "0.1.98",
526
526
  "@jskit-ai/database-runtime": "0.1.120",
527
527
  "@jskit-ai/http-runtime": "0.1.119",
528
528
  "@jskit-ai/kernel": "0.1.121",
529
- "@jskit-ai/shell-web": "0.1.120",
530
- "@jskit-ai/users-core": "0.1.130",
531
- "@jskit-ai/users-web": "0.1.136"
529
+ "@jskit-ai/shell-web": "0.1.121",
530
+ "@jskit-ai/users-core": "0.1.131",
531
+ "@jskit-ai/users-web": "0.1.137"
532
532
  },
533
533
  "dev": {}
534
534
  },
@@ -1077,11 +1077,11 @@
1077
1077
  },
1078
1078
  {
1079
1079
  "packageId": "@jskit-ai/auth-web",
1080
- "version": "0.1.120",
1080
+ "version": "0.1.121",
1081
1081
  "descriptor": {
1082
1082
  "packageVersion": 1,
1083
1083
  "packageId": "@jskit-ai/auth-web",
1084
- "version": "0.1.120",
1084
+ "version": "0.1.121",
1085
1085
  "kind": "runtime",
1086
1086
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
1087
1087
  "dependsOn": [
@@ -1136,6 +1136,10 @@
1136
1136
  {
1137
1137
  "subpath": "./server",
1138
1138
  "summary": "Exports auth web server providers, controller/service classes, route builders, and HTTP schema modules."
1139
+ },
1140
+ {
1141
+ "subpath": "./test/playwright",
1142
+ "summary": "Exports the localhost-only Playwright helper for creating a dev-auth session in the tested browser context."
1139
1143
  }
1140
1144
  ],
1141
1145
  "containerTokens": {
@@ -1353,7 +1357,7 @@
1353
1357
  "@jskit-ai/auth-core": "0.1.118",
1354
1358
  "@jskit-ai/http-runtime": "0.1.119",
1355
1359
  "@jskit-ai/kernel": "0.1.121",
1356
- "@jskit-ai/shell-web": "0.1.120"
1360
+ "@jskit-ai/shell-web": "0.1.121"
1357
1361
  },
1358
1362
  "dev": {}
1359
1363
  },
@@ -1446,11 +1450,11 @@
1446
1450
  },
1447
1451
  {
1448
1452
  "packageId": "@jskit-ai/console-core",
1449
- "version": "0.1.83",
1453
+ "version": "0.1.84",
1450
1454
  "descriptor": {
1451
1455
  "packageVersion": 1,
1452
1456
  "packageId": "@jskit-ai/console-core",
1453
- "version": "0.1.83",
1457
+ "version": "0.1.84",
1454
1458
  "kind": "runtime",
1455
1459
  "description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
1456
1460
  "dependsOn": [
@@ -1539,7 +1543,7 @@
1539
1543
  "@jskit-ai/http-runtime": "0.1.119",
1540
1544
  "@jskit-ai/kernel": "0.1.121",
1541
1545
  "@jskit-ai/resource-crud-core": "0.1.64",
1542
- "@jskit-ai/users-core": "0.1.130"
1546
+ "@jskit-ai/users-core": "0.1.131"
1543
1547
  },
1544
1548
  "dev": {}
1545
1549
  },
@@ -1564,11 +1568,11 @@
1564
1568
  },
1565
1569
  {
1566
1570
  "packageId": "@jskit-ai/console-web",
1567
- "version": "0.1.88",
1571
+ "version": "0.1.89",
1568
1572
  "descriptor": {
1569
1573
  "packageVersion": 1,
1570
1574
  "packageId": "@jskit-ai/console-web",
1571
- "version": "0.1.88",
1575
+ "version": "0.1.89",
1572
1576
  "kind": "runtime",
1573
1577
  "description": "Authenticated console surface scaffold and surface policy wiring.",
1574
1578
  "dependsOn": [
@@ -1678,9 +1682,9 @@
1678
1682
  "mutations": {
1679
1683
  "dependencies": {
1680
1684
  "runtime": {
1681
- "@jskit-ai/auth-web": "0.1.120",
1682
- "@jskit-ai/console-core": "0.1.83",
1683
- "@jskit-ai/shell-web": "0.1.120"
1685
+ "@jskit-ai/auth-web": "0.1.121",
1686
+ "@jskit-ai/console-core": "0.1.84",
1687
+ "@jskit-ai/shell-web": "0.1.121"
1684
1688
  },
1685
1689
  "dev": {}
1686
1690
  },
@@ -1787,11 +1791,11 @@
1787
1791
  },
1788
1792
  {
1789
1793
  "packageId": "@jskit-ai/crud-core",
1790
- "version": "0.1.128",
1794
+ "version": "0.1.129",
1791
1795
  "descriptor": {
1792
1796
  "packageVersion": 1,
1793
1797
  "packageId": "@jskit-ai/crud-core",
1794
- "version": "0.1.128",
1798
+ "version": "0.1.129",
1795
1799
  "kind": "runtime",
1796
1800
  "description": "Shared CRUD helpers used by CRUD modules.",
1797
1801
  "dependsOn": [
@@ -1820,7 +1824,7 @@
1820
1824
  "mutations": {
1821
1825
  "dependencies": {
1822
1826
  "runtime": {
1823
- "@jskit-ai/crud-core": "0.1.128"
1827
+ "@jskit-ai/crud-core": "0.1.129"
1824
1828
  },
1825
1829
  "dev": {}
1826
1830
  },
@@ -1834,11 +1838,11 @@
1834
1838
  },
1835
1839
  {
1836
1840
  "packageId": "@jskit-ai/crud-server-generator",
1837
- "version": "0.1.128",
1841
+ "version": "0.1.129",
1838
1842
  "descriptor": {
1839
1843
  "packageVersion": 1,
1840
1844
  "packageId": "@jskit-ai/crud-server-generator",
1841
- "version": "0.1.128",
1845
+ "version": "0.1.129",
1842
1846
  "kind": "generator",
1843
1847
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1844
1848
  "options": {
@@ -2006,7 +2010,7 @@
2006
2010
  "dependencies": {
2007
2011
  "runtime": {
2008
2012
  "@jskit-ai/auth-core": "0.1.118",
2009
- "@jskit-ai/crud-core": "0.1.128",
2013
+ "@jskit-ai/crud-core": "0.1.129",
2010
2014
  "@jskit-ai/database-runtime": "0.1.120",
2011
2015
  "@jskit-ai/http-runtime": "0.1.119",
2012
2016
  "@jskit-ai/json-rest-api-core": "0.1.65",
@@ -2144,11 +2148,11 @@
2144
2148
  },
2145
2149
  {
2146
2150
  "packageId": "@jskit-ai/crud-ui-generator",
2147
- "version": "0.1.103",
2151
+ "version": "0.1.104",
2148
2152
  "descriptor": {
2149
2153
  "packageVersion": 1,
2150
2154
  "packageId": "@jskit-ai/crud-ui-generator",
2151
- "version": "0.1.103",
2155
+ "version": "0.1.104",
2152
2156
  "kind": "generator",
2153
2157
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2154
2158
  "options": {
@@ -2347,7 +2351,7 @@
2347
2351
  "mutations": {
2348
2352
  "dependencies": {
2349
2353
  "runtime": {
2350
- "@jskit-ai/users-web": "0.1.136"
2354
+ "@jskit-ai/users-web": "0.1.137"
2351
2355
  },
2352
2356
  "dev": {}
2353
2357
  },
@@ -3410,11 +3414,11 @@
3410
3414
  },
3411
3415
  {
3412
3416
  "packageId": "@jskit-ai/google-rewarded-core",
3413
- "version": "0.1.57",
3417
+ "version": "0.1.58",
3414
3418
  "descriptor": {
3415
3419
  "packageVersion": 1,
3416
3420
  "packageId": "@jskit-ai/google-rewarded-core",
3417
- "version": "0.1.57",
3421
+ "version": "0.1.58",
3418
3422
  "kind": "runtime",
3419
3423
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
3420
3424
  "dependsOn": [
@@ -3542,13 +3546,13 @@
3542
3546
  "dependencies": {
3543
3547
  "runtime": {
3544
3548
  "@jskit-ai/auth-core": "0.1.118",
3545
- "@jskit-ai/crud-core": "0.1.128",
3549
+ "@jskit-ai/crud-core": "0.1.129",
3546
3550
  "@jskit-ai/database-runtime": "0.1.120",
3547
3551
  "@jskit-ai/http-runtime": "0.1.119",
3548
3552
  "@jskit-ai/json-rest-api-core": "0.1.65",
3549
3553
  "@jskit-ai/kernel": "0.1.121",
3550
3554
  "@jskit-ai/resource-crud-core": "0.1.64",
3551
- "@jskit-ai/workspaces-core": "0.1.96"
3555
+ "@jskit-ai/workspaces-core": "0.1.97"
3552
3556
  },
3553
3557
  "dev": {}
3554
3558
  },
@@ -3600,11 +3604,11 @@
3600
3604
  },
3601
3605
  {
3602
3606
  "packageId": "@jskit-ai/google-rewarded-web",
3603
- "version": "0.1.57",
3607
+ "version": "0.1.58",
3604
3608
  "descriptor": {
3605
3609
  "packageVersion": 1,
3606
3610
  "packageId": "@jskit-ai/google-rewarded-web",
3607
- "version": "0.1.57",
3611
+ "version": "0.1.58",
3608
3612
  "kind": "runtime",
3609
3613
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3610
3614
  "dependsOn": [
@@ -3651,10 +3655,10 @@
3651
3655
  "mutations": {
3652
3656
  "dependencies": {
3653
3657
  "runtime": {
3654
- "@jskit-ai/google-rewarded-core": "0.1.57",
3658
+ "@jskit-ai/google-rewarded-core": "0.1.58",
3655
3659
  "@jskit-ai/http-runtime": "0.1.119",
3656
3660
  "@jskit-ai/kernel": "0.1.121",
3657
- "@jskit-ai/shell-web": "0.1.120"
3661
+ "@jskit-ai/shell-web": "0.1.121"
3658
3662
  },
3659
3663
  "dev": {}
3660
3664
  },
@@ -3820,11 +3824,11 @@
3820
3824
  },
3821
3825
  {
3822
3826
  "packageId": "@jskit-ai/mobile-capacitor",
3823
- "version": "0.1.56",
3827
+ "version": "0.1.57",
3824
3828
  "descriptor": {
3825
3829
  "packageVersion": 1,
3826
3830
  "packageId": "@jskit-ai/mobile-capacitor",
3827
- "version": "0.1.56",
3831
+ "version": "0.1.57",
3828
3832
  "kind": "runtime",
3829
3833
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3830
3834
  "dependsOn": [
@@ -3888,7 +3892,7 @@
3888
3892
  "@capacitor/browser": "^7.0.1",
3889
3893
  "@capacitor/core": "^7.4.3",
3890
3894
  "@jskit-ai/kernel": "0.1.121",
3891
- "@jskit-ai/shell-web": "0.1.120"
3895
+ "@jskit-ai/shell-web": "0.1.121"
3892
3896
  },
3893
3897
  "dev": {
3894
3898
  "@capacitor/cli": "^7.4.3"
@@ -4174,11 +4178,11 @@
4174
4178
  },
4175
4179
  {
4176
4180
  "packageId": "@jskit-ai/shell-web",
4177
- "version": "0.1.120",
4181
+ "version": "0.1.121",
4178
4182
  "descriptor": {
4179
4183
  "packageVersion": 1,
4180
4184
  "packageId": "@jskit-ai/shell-web",
4181
- "version": "0.1.120",
4185
+ "version": "0.1.121",
4182
4186
  "kind": "runtime",
4183
4187
  "description": "Web shell layout runtime with outlet-based placement contributions.",
4184
4188
  "dependsOn": [],
@@ -4526,7 +4530,9 @@
4526
4530
  "@mdi/js": "^7.4.47",
4527
4531
  "@jskit-ai/kernel": "0.1.121"
4528
4532
  },
4529
- "dev": {}
4533
+ "dev": {
4534
+ "@playwright/test": "1.61.1"
4535
+ }
4530
4536
  },
4531
4537
  "packageJson": {
4532
4538
  "scripts": {
@@ -4800,11 +4806,11 @@
4800
4806
  },
4801
4807
  {
4802
4808
  "packageId": "@jskit-ai/ui-generator",
4803
- "version": "0.1.103",
4809
+ "version": "0.1.104",
4804
4810
  "descriptor": {
4805
4811
  "packageVersion": 1,
4806
4812
  "packageId": "@jskit-ai/ui-generator",
4807
- "version": "0.1.103",
4813
+ "version": "0.1.104",
4808
4814
  "kind": "generator",
4809
4815
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4810
4816
  "options": {
@@ -5237,7 +5243,7 @@
5237
5243
  "mutations": {
5238
5244
  "dependencies": {
5239
5245
  "runtime": {
5240
- "@jskit-ai/users-web": "0.1.136"
5246
+ "@jskit-ai/users-web": "0.1.137"
5241
5247
  },
5242
5248
  "dev": {}
5243
5249
  },
@@ -5429,11 +5435,11 @@
5429
5435
  },
5430
5436
  {
5431
5437
  "packageId": "@jskit-ai/users-core",
5432
- "version": "0.1.130",
5438
+ "version": "0.1.131",
5433
5439
  "descriptor": {
5434
5440
  "packageVersion": 1,
5435
5441
  "packageId": "@jskit-ai/users-core",
5436
- "version": "0.1.130",
5442
+ "version": "0.1.131",
5437
5443
  "kind": "runtime",
5438
5444
  "description": "Users/account runtime plus HTTP routes for account features.",
5439
5445
  "dependsOn": [
@@ -5578,7 +5584,7 @@
5578
5584
  "dependencies": {
5579
5585
  "runtime": {
5580
5586
  "@jskit-ai/auth-core": "0.1.118",
5581
- "@jskit-ai/crud-core": "0.1.128",
5587
+ "@jskit-ai/crud-core": "0.1.129",
5582
5588
  "@jskit-ai/database-runtime": "0.1.120",
5583
5589
  "@jskit-ai/http-runtime": "0.1.119",
5584
5590
  "@jskit-ai/json-rest-api-core": "0.1.65",
@@ -5813,11 +5819,11 @@
5813
5819
  },
5814
5820
  {
5815
5821
  "packageId": "@jskit-ai/users-web",
5816
- "version": "0.1.136",
5822
+ "version": "0.1.137",
5817
5823
  "descriptor": {
5818
5824
  "packageVersion": 1,
5819
5825
  "packageId": "@jskit-ai/users-web",
5820
- "version": "0.1.136",
5826
+ "version": "0.1.137",
5821
5827
  "kind": "runtime",
5822
5828
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5823
5829
  "dependsOn": [
@@ -6123,9 +6129,9 @@
6123
6129
  "@jskit-ai/http-runtime": "0.1.119",
6124
6130
  "@jskit-ai/realtime": "0.1.118",
6125
6131
  "@jskit-ai/kernel": "0.1.121",
6126
- "@jskit-ai/shell-web": "0.1.120",
6132
+ "@jskit-ai/shell-web": "0.1.121",
6127
6133
  "@jskit-ai/uploads-image-web": "0.1.97",
6128
- "@jskit-ai/users-core": "0.1.130"
6134
+ "@jskit-ai/users-core": "0.1.131"
6129
6135
  },
6130
6136
  "dev": {}
6131
6137
  },
@@ -6302,11 +6308,11 @@
6302
6308
  },
6303
6309
  {
6304
6310
  "packageId": "@jskit-ai/workspaces-core",
6305
- "version": "0.1.96",
6311
+ "version": "0.1.97",
6306
6312
  "descriptor": {
6307
6313
  "packageVersion": 1,
6308
6314
  "packageId": "@jskit-ai/workspaces-core",
6309
- "version": "0.1.96",
6315
+ "version": "0.1.97",
6310
6316
  "kind": "runtime",
6311
6317
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
6312
6318
  "dependsOn": [
@@ -6455,7 +6461,7 @@
6455
6461
  "@jskit-ai/json-rest-api-core": "0.1.65",
6456
6462
  "@jskit-ai/resource-core": "0.1.64",
6457
6463
  "@jskit-ai/resource-crud-core": "0.1.64",
6458
- "@jskit-ai/users-core": "0.1.130"
6464
+ "@jskit-ai/users-core": "0.1.131"
6459
6465
  },
6460
6466
  "dev": {}
6461
6467
  },
@@ -6658,11 +6664,11 @@
6658
6664
  },
6659
6665
  {
6660
6666
  "packageId": "@jskit-ai/workspaces-web",
6661
- "version": "0.1.97",
6667
+ "version": "0.1.98",
6662
6668
  "descriptor": {
6663
6669
  "packageVersion": 1,
6664
6670
  "packageId": "@jskit-ai/workspaces-web",
6665
- "version": "0.1.97",
6671
+ "version": "0.1.98",
6666
6672
  "kind": "runtime",
6667
6673
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
6668
6674
  "dependsOn": [
@@ -6919,9 +6925,9 @@
6919
6925
  "mutations": {
6920
6926
  "dependencies": {
6921
6927
  "runtime": {
6922
- "@jskit-ai/auth-web": "0.1.120",
6923
- "@jskit-ai/workspaces-core": "0.1.96",
6924
- "@jskit-ai/users-web": "0.1.136"
6928
+ "@jskit-ai/auth-web": "0.1.121",
6929
+ "@jskit-ai/workspaces-core": "0.1.97",
6930
+ "@jskit-ai/users-web": "0.1.137"
6925
6931
  },
6926
6932
  "dev": {}
6927
6933
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.131",
3
+ "version": "0.1.132",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [