@jskit-ai/jskit-catalog 0.1.129 → 0.1.130
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.
- package/catalog/packages.json +61 -61
- package/package.json +1 -1
package/catalog/packages.json
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"packages": [
|
|
7
7
|
{
|
|
8
8
|
"packageId": "@jskit-ai/assistant",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.128",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.128",
|
|
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.
|
|
350
|
+
"version": "0.1.96",
|
|
351
351
|
"descriptor": {
|
|
352
352
|
"packageVersion": 1,
|
|
353
353
|
"packageId": "@jskit-ai/assistant-core",
|
|
354
|
-
"version": "0.1.
|
|
354
|
+
"version": "0.1.96",
|
|
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.120",
|
|
404
404
|
"@jskit-ai/resource-core": "0.1.63",
|
|
405
405
|
"@jskit-ai/resource-crud-core": "0.1.63",
|
|
406
|
-
"@jskit-ai/users-core": "0.1.
|
|
406
|
+
"@jskit-ai/users-core": "0.1.129",
|
|
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.
|
|
425
|
+
"version": "0.1.91",
|
|
426
426
|
"descriptor": {
|
|
427
427
|
"packageVersion": 1,
|
|
428
428
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
429
|
-
"version": "0.1.
|
|
429
|
+
"version": "0.1.91",
|
|
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.
|
|
525
|
+
"@jskit-ai/assistant-core": "0.1.96",
|
|
526
526
|
"@jskit-ai/database-runtime": "0.1.119",
|
|
527
527
|
"@jskit-ai/http-runtime": "0.1.118",
|
|
528
528
|
"@jskit-ai/kernel": "0.1.120",
|
|
529
529
|
"@jskit-ai/shell-web": "0.1.119",
|
|
530
|
-
"@jskit-ai/users-core": "0.1.
|
|
531
|
-
"@jskit-ai/users-web": "0.1.
|
|
530
|
+
"@jskit-ai/users-core": "0.1.129",
|
|
531
|
+
"@jskit-ai/users-web": "0.1.135"
|
|
532
532
|
},
|
|
533
533
|
"dev": {}
|
|
534
534
|
},
|
|
@@ -1446,11 +1446,11 @@
|
|
|
1446
1446
|
},
|
|
1447
1447
|
{
|
|
1448
1448
|
"packageId": "@jskit-ai/console-core",
|
|
1449
|
-
"version": "0.1.
|
|
1449
|
+
"version": "0.1.82",
|
|
1450
1450
|
"descriptor": {
|
|
1451
1451
|
"packageVersion": 1,
|
|
1452
1452
|
"packageId": "@jskit-ai/console-core",
|
|
1453
|
-
"version": "0.1.
|
|
1453
|
+
"version": "0.1.82",
|
|
1454
1454
|
"kind": "runtime",
|
|
1455
1455
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1456
1456
|
"dependsOn": [
|
|
@@ -1539,7 +1539,7 @@
|
|
|
1539
1539
|
"@jskit-ai/http-runtime": "0.1.118",
|
|
1540
1540
|
"@jskit-ai/kernel": "0.1.120",
|
|
1541
1541
|
"@jskit-ai/resource-crud-core": "0.1.63",
|
|
1542
|
-
"@jskit-ai/users-core": "0.1.
|
|
1542
|
+
"@jskit-ai/users-core": "0.1.129"
|
|
1543
1543
|
},
|
|
1544
1544
|
"dev": {}
|
|
1545
1545
|
},
|
|
@@ -1564,11 +1564,11 @@
|
|
|
1564
1564
|
},
|
|
1565
1565
|
{
|
|
1566
1566
|
"packageId": "@jskit-ai/console-web",
|
|
1567
|
-
"version": "0.1.
|
|
1567
|
+
"version": "0.1.87",
|
|
1568
1568
|
"descriptor": {
|
|
1569
1569
|
"packageVersion": 1,
|
|
1570
1570
|
"packageId": "@jskit-ai/console-web",
|
|
1571
|
-
"version": "0.1.
|
|
1571
|
+
"version": "0.1.87",
|
|
1572
1572
|
"kind": "runtime",
|
|
1573
1573
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1574
1574
|
"dependsOn": [
|
|
@@ -1679,7 +1679,7 @@
|
|
|
1679
1679
|
"dependencies": {
|
|
1680
1680
|
"runtime": {
|
|
1681
1681
|
"@jskit-ai/auth-web": "0.1.119",
|
|
1682
|
-
"@jskit-ai/console-core": "0.1.
|
|
1682
|
+
"@jskit-ai/console-core": "0.1.82",
|
|
1683
1683
|
"@jskit-ai/shell-web": "0.1.119"
|
|
1684
1684
|
},
|
|
1685
1685
|
"dev": {}
|
|
@@ -1787,11 +1787,11 @@
|
|
|
1787
1787
|
},
|
|
1788
1788
|
{
|
|
1789
1789
|
"packageId": "@jskit-ai/crud-core",
|
|
1790
|
-
"version": "0.1.
|
|
1790
|
+
"version": "0.1.127",
|
|
1791
1791
|
"descriptor": {
|
|
1792
1792
|
"packageVersion": 1,
|
|
1793
1793
|
"packageId": "@jskit-ai/crud-core",
|
|
1794
|
-
"version": "0.1.
|
|
1794
|
+
"version": "0.1.127",
|
|
1795
1795
|
"kind": "runtime",
|
|
1796
1796
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1797
1797
|
"dependsOn": [
|
|
@@ -1820,7 +1820,7 @@
|
|
|
1820
1820
|
"mutations": {
|
|
1821
1821
|
"dependencies": {
|
|
1822
1822
|
"runtime": {
|
|
1823
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1823
|
+
"@jskit-ai/crud-core": "0.1.127"
|
|
1824
1824
|
},
|
|
1825
1825
|
"dev": {}
|
|
1826
1826
|
},
|
|
@@ -1834,11 +1834,11 @@
|
|
|
1834
1834
|
},
|
|
1835
1835
|
{
|
|
1836
1836
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1837
|
-
"version": "0.1.
|
|
1837
|
+
"version": "0.1.127",
|
|
1838
1838
|
"descriptor": {
|
|
1839
1839
|
"packageVersion": 1,
|
|
1840
1840
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1841
|
-
"version": "0.1.
|
|
1841
|
+
"version": "0.1.127",
|
|
1842
1842
|
"kind": "generator",
|
|
1843
1843
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1844
1844
|
"options": {
|
|
@@ -2006,10 +2006,10 @@
|
|
|
2006
2006
|
"dependencies": {
|
|
2007
2007
|
"runtime": {
|
|
2008
2008
|
"@jskit-ai/auth-core": "0.1.117",
|
|
2009
|
-
"@jskit-ai/crud-core": "0.1.
|
|
2009
|
+
"@jskit-ai/crud-core": "0.1.127",
|
|
2010
2010
|
"@jskit-ai/database-runtime": "0.1.119",
|
|
2011
2011
|
"@jskit-ai/http-runtime": "0.1.118",
|
|
2012
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
2012
|
+
"@jskit-ai/json-rest-api-core": "0.1.64",
|
|
2013
2013
|
"@jskit-ai/kernel": "0.1.120",
|
|
2014
2014
|
"@jskit-ai/realtime": "0.1.117",
|
|
2015
2015
|
"@jskit-ai/resource-crud-core": "0.1.63",
|
|
@@ -2144,11 +2144,11 @@
|
|
|
2144
2144
|
},
|
|
2145
2145
|
{
|
|
2146
2146
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2147
|
-
"version": "0.1.
|
|
2147
|
+
"version": "0.1.102",
|
|
2148
2148
|
"descriptor": {
|
|
2149
2149
|
"packageVersion": 1,
|
|
2150
2150
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2151
|
-
"version": "0.1.
|
|
2151
|
+
"version": "0.1.102",
|
|
2152
2152
|
"kind": "generator",
|
|
2153
2153
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
2154
2154
|
"options": {
|
|
@@ -2347,7 +2347,7 @@
|
|
|
2347
2347
|
"mutations": {
|
|
2348
2348
|
"dependencies": {
|
|
2349
2349
|
"runtime": {
|
|
2350
|
-
"@jskit-ai/users-web": "0.1.
|
|
2350
|
+
"@jskit-ai/users-web": "0.1.135"
|
|
2351
2351
|
},
|
|
2352
2352
|
"dev": {}
|
|
2353
2353
|
},
|
|
@@ -3108,11 +3108,11 @@
|
|
|
3108
3108
|
},
|
|
3109
3109
|
{
|
|
3110
3110
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
3111
|
-
"version": "0.1.
|
|
3111
|
+
"version": "0.1.62",
|
|
3112
3112
|
"descriptor": {
|
|
3113
3113
|
"packageVersion": 1,
|
|
3114
3114
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
3115
|
-
"version": "0.1.
|
|
3115
|
+
"version": "0.1.62",
|
|
3116
3116
|
"kind": "generator",
|
|
3117
3117
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
3118
3118
|
"options": {
|
|
@@ -3277,21 +3277,21 @@
|
|
|
3277
3277
|
"dependencies": {
|
|
3278
3278
|
"runtime": {
|
|
3279
3279
|
"@jskit-ai/database-runtime": {
|
|
3280
|
-
"version": "0.1.
|
|
3280
|
+
"version": "0.1.119",
|
|
3281
3281
|
"when": {
|
|
3282
3282
|
"option": "mode",
|
|
3283
3283
|
"notEquals": "orchestrator"
|
|
3284
3284
|
}
|
|
3285
3285
|
},
|
|
3286
3286
|
"@jskit-ai/database-runtime-mysql": {
|
|
3287
|
-
"version": "0.1.
|
|
3287
|
+
"version": "0.1.118",
|
|
3288
3288
|
"when": {
|
|
3289
3289
|
"option": "mode",
|
|
3290
3290
|
"notEquals": "orchestrator"
|
|
3291
3291
|
}
|
|
3292
3292
|
},
|
|
3293
3293
|
"@jskit-ai/json-rest-api-core": {
|
|
3294
|
-
"version": "0.1.
|
|
3294
|
+
"version": "0.1.64",
|
|
3295
3295
|
"when": {
|
|
3296
3296
|
"option": "mode",
|
|
3297
3297
|
"equals": "json-rest"
|
|
@@ -3410,11 +3410,11 @@
|
|
|
3410
3410
|
},
|
|
3411
3411
|
{
|
|
3412
3412
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3413
|
-
"version": "0.1.
|
|
3413
|
+
"version": "0.1.56",
|
|
3414
3414
|
"descriptor": {
|
|
3415
3415
|
"packageVersion": 1,
|
|
3416
3416
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3417
|
-
"version": "0.1.
|
|
3417
|
+
"version": "0.1.56",
|
|
3418
3418
|
"kind": "runtime",
|
|
3419
3419
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3420
3420
|
"dependsOn": [
|
|
@@ -3542,13 +3542,13 @@
|
|
|
3542
3542
|
"dependencies": {
|
|
3543
3543
|
"runtime": {
|
|
3544
3544
|
"@jskit-ai/auth-core": "0.1.117",
|
|
3545
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3545
|
+
"@jskit-ai/crud-core": "0.1.127",
|
|
3546
3546
|
"@jskit-ai/database-runtime": "0.1.119",
|
|
3547
3547
|
"@jskit-ai/http-runtime": "0.1.118",
|
|
3548
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3548
|
+
"@jskit-ai/json-rest-api-core": "0.1.64",
|
|
3549
3549
|
"@jskit-ai/kernel": "0.1.120",
|
|
3550
3550
|
"@jskit-ai/resource-crud-core": "0.1.63",
|
|
3551
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3551
|
+
"@jskit-ai/workspaces-core": "0.1.95"
|
|
3552
3552
|
},
|
|
3553
3553
|
"dev": {}
|
|
3554
3554
|
},
|
|
@@ -3600,11 +3600,11 @@
|
|
|
3600
3600
|
},
|
|
3601
3601
|
{
|
|
3602
3602
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3603
|
-
"version": "0.1.
|
|
3603
|
+
"version": "0.1.56",
|
|
3604
3604
|
"descriptor": {
|
|
3605
3605
|
"packageVersion": 1,
|
|
3606
3606
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3607
|
-
"version": "0.1.
|
|
3607
|
+
"version": "0.1.56",
|
|
3608
3608
|
"kind": "runtime",
|
|
3609
3609
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3610
3610
|
"dependsOn": [
|
|
@@ -3651,7 +3651,7 @@
|
|
|
3651
3651
|
"mutations": {
|
|
3652
3652
|
"dependencies": {
|
|
3653
3653
|
"runtime": {
|
|
3654
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3654
|
+
"@jskit-ai/google-rewarded-core": "0.1.56",
|
|
3655
3655
|
"@jskit-ai/http-runtime": "0.1.118",
|
|
3656
3656
|
"@jskit-ai/kernel": "0.1.120",
|
|
3657
3657
|
"@jskit-ai/shell-web": "0.1.119"
|
|
@@ -3756,13 +3756,13 @@
|
|
|
3756
3756
|
},
|
|
3757
3757
|
{
|
|
3758
3758
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3759
|
-
"version": "0.1.
|
|
3759
|
+
"version": "0.1.64",
|
|
3760
3760
|
"descriptor": {
|
|
3761
3761
|
"packageVersion": 1,
|
|
3762
3762
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3763
|
-
"version": "0.1.
|
|
3763
|
+
"version": "0.1.64",
|
|
3764
3764
|
"kind": "runtime",
|
|
3765
|
-
"description": "Shared internal json-rest-api host runtime
|
|
3765
|
+
"description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
|
|
3766
3766
|
"dependsOn": [
|
|
3767
3767
|
"@jskit-ai/database-runtime",
|
|
3768
3768
|
"@jskit-ai/kernel"
|
|
@@ -3793,7 +3793,7 @@
|
|
|
3793
3793
|
"surfaces": [
|
|
3794
3794
|
{
|
|
3795
3795
|
"subpath": "./server",
|
|
3796
|
-
"summary": "Exports the shared internal json-rest-api host token and
|
|
3796
|
+
"summary": "Exports the shared internal json-rest-api host token and resource registration helpers, including server-only row policies."
|
|
3797
3797
|
}
|
|
3798
3798
|
],
|
|
3799
3799
|
"containerTokens": {
|
|
@@ -4800,11 +4800,11 @@
|
|
|
4800
4800
|
},
|
|
4801
4801
|
{
|
|
4802
4802
|
"packageId": "@jskit-ai/ui-generator",
|
|
4803
|
-
"version": "0.1.
|
|
4803
|
+
"version": "0.1.102",
|
|
4804
4804
|
"descriptor": {
|
|
4805
4805
|
"packageVersion": 1,
|
|
4806
4806
|
"packageId": "@jskit-ai/ui-generator",
|
|
4807
|
-
"version": "0.1.
|
|
4807
|
+
"version": "0.1.102",
|
|
4808
4808
|
"kind": "generator",
|
|
4809
4809
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4810
4810
|
"options": {
|
|
@@ -5237,7 +5237,7 @@
|
|
|
5237
5237
|
"mutations": {
|
|
5238
5238
|
"dependencies": {
|
|
5239
5239
|
"runtime": {
|
|
5240
|
-
"@jskit-ai/users-web": "0.1.
|
|
5240
|
+
"@jskit-ai/users-web": "0.1.135"
|
|
5241
5241
|
},
|
|
5242
5242
|
"dev": {}
|
|
5243
5243
|
},
|
|
@@ -5429,11 +5429,11 @@
|
|
|
5429
5429
|
},
|
|
5430
5430
|
{
|
|
5431
5431
|
"packageId": "@jskit-ai/users-core",
|
|
5432
|
-
"version": "0.1.
|
|
5432
|
+
"version": "0.1.129",
|
|
5433
5433
|
"descriptor": {
|
|
5434
5434
|
"packageVersion": 1,
|
|
5435
5435
|
"packageId": "@jskit-ai/users-core",
|
|
5436
|
-
"version": "0.1.
|
|
5436
|
+
"version": "0.1.129",
|
|
5437
5437
|
"kind": "runtime",
|
|
5438
5438
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5439
5439
|
"dependsOn": [
|
|
@@ -5578,10 +5578,10 @@
|
|
|
5578
5578
|
"dependencies": {
|
|
5579
5579
|
"runtime": {
|
|
5580
5580
|
"@jskit-ai/auth-core": "0.1.117",
|
|
5581
|
-
"@jskit-ai/crud-core": "0.1.
|
|
5581
|
+
"@jskit-ai/crud-core": "0.1.127",
|
|
5582
5582
|
"@jskit-ai/database-runtime": "0.1.119",
|
|
5583
5583
|
"@jskit-ai/http-runtime": "0.1.118",
|
|
5584
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5584
|
+
"@jskit-ai/json-rest-api-core": "0.1.64",
|
|
5585
5585
|
"@jskit-ai/kernel": "0.1.120",
|
|
5586
5586
|
"@jskit-ai/resource-core": "0.1.63",
|
|
5587
5587
|
"@jskit-ai/resource-crud-core": "0.1.63",
|
|
@@ -5813,11 +5813,11 @@
|
|
|
5813
5813
|
},
|
|
5814
5814
|
{
|
|
5815
5815
|
"packageId": "@jskit-ai/users-web",
|
|
5816
|
-
"version": "0.1.
|
|
5816
|
+
"version": "0.1.135",
|
|
5817
5817
|
"descriptor": {
|
|
5818
5818
|
"packageVersion": 1,
|
|
5819
5819
|
"packageId": "@jskit-ai/users-web",
|
|
5820
|
-
"version": "0.1.
|
|
5820
|
+
"version": "0.1.135",
|
|
5821
5821
|
"kind": "runtime",
|
|
5822
5822
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5823
5823
|
"dependsOn": [
|
|
@@ -6125,7 +6125,7 @@
|
|
|
6125
6125
|
"@jskit-ai/kernel": "0.1.120",
|
|
6126
6126
|
"@jskit-ai/shell-web": "0.1.119",
|
|
6127
6127
|
"@jskit-ai/uploads-image-web": "0.1.96",
|
|
6128
|
-
"@jskit-ai/users-core": "0.1.
|
|
6128
|
+
"@jskit-ai/users-core": "0.1.129"
|
|
6129
6129
|
},
|
|
6130
6130
|
"dev": {}
|
|
6131
6131
|
},
|
|
@@ -6302,11 +6302,11 @@
|
|
|
6302
6302
|
},
|
|
6303
6303
|
{
|
|
6304
6304
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6305
|
-
"version": "0.1.
|
|
6305
|
+
"version": "0.1.95",
|
|
6306
6306
|
"descriptor": {
|
|
6307
6307
|
"packageVersion": 1,
|
|
6308
6308
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6309
|
-
"version": "0.1.
|
|
6309
|
+
"version": "0.1.95",
|
|
6310
6310
|
"kind": "runtime",
|
|
6311
6311
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
6312
6312
|
"dependsOn": [
|
|
@@ -6452,10 +6452,10 @@
|
|
|
6452
6452
|
"mutations": {
|
|
6453
6453
|
"dependencies": {
|
|
6454
6454
|
"runtime": {
|
|
6455
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6455
|
+
"@jskit-ai/json-rest-api-core": "0.1.64",
|
|
6456
6456
|
"@jskit-ai/resource-core": "0.1.63",
|
|
6457
6457
|
"@jskit-ai/resource-crud-core": "0.1.63",
|
|
6458
|
-
"@jskit-ai/users-core": "0.1.
|
|
6458
|
+
"@jskit-ai/users-core": "0.1.129"
|
|
6459
6459
|
},
|
|
6460
6460
|
"dev": {}
|
|
6461
6461
|
},
|
|
@@ -6657,11 +6657,11 @@
|
|
|
6657
6657
|
},
|
|
6658
6658
|
{
|
|
6659
6659
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6660
|
-
"version": "0.1.
|
|
6660
|
+
"version": "0.1.96",
|
|
6661
6661
|
"descriptor": {
|
|
6662
6662
|
"packageVersion": 1,
|
|
6663
6663
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6664
|
-
"version": "0.1.
|
|
6664
|
+
"version": "0.1.96",
|
|
6665
6665
|
"kind": "runtime",
|
|
6666
6666
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
6667
6667
|
"dependsOn": [
|
|
@@ -6919,8 +6919,8 @@
|
|
|
6919
6919
|
"dependencies": {
|
|
6920
6920
|
"runtime": {
|
|
6921
6921
|
"@jskit-ai/auth-web": "0.1.119",
|
|
6922
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6923
|
-
"@jskit-ai/users-web": "0.1.
|
|
6922
|
+
"@jskit-ai/workspaces-core": "0.1.95",
|
|
6923
|
+
"@jskit-ai/users-web": "0.1.135"
|
|
6924
6924
|
},
|
|
6925
6925
|
"dev": {}
|
|
6926
6926
|
},
|