@jskit-ai/jskit-catalog 0.1.28 → 0.1.30
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 +75 -75
- 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.30",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.30",
|
|
14
14
|
"kind": "runtime",
|
|
15
15
|
"description": "Unified assistant module with streaming chat, transcript persistence, service-aware tool execution, and workspace UI.",
|
|
16
16
|
"options": {
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
"mutations": {
|
|
122
122
|
"dependencies": {
|
|
123
123
|
"runtime": {
|
|
124
|
-
"@jskit-ai/assistant": "0.1.
|
|
125
|
-
"@jskit-ai/auth-core": "0.1.
|
|
126
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
127
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
128
|
-
"@jskit-ai/kernel": "0.1.
|
|
129
|
-
"@jskit-ai/realtime": "0.1.
|
|
130
|
-
"@jskit-ai/users-core": "0.1.
|
|
131
|
-
"@jskit-ai/users-web": "0.1.
|
|
124
|
+
"@jskit-ai/assistant": "0.1.30",
|
|
125
|
+
"@jskit-ai/auth-core": "0.1.21",
|
|
126
|
+
"@jskit-ai/database-runtime": "0.1.22",
|
|
127
|
+
"@jskit-ai/http-runtime": "0.1.21",
|
|
128
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
129
|
+
"@jskit-ai/realtime": "0.1.21",
|
|
130
|
+
"@jskit-ai/users-core": "0.1.31",
|
|
131
|
+
"@jskit-ai/users-web": "0.1.36",
|
|
132
132
|
"@tanstack/vue-query": "^5.90.5",
|
|
133
133
|
"dompurify": "^3.3.3",
|
|
134
134
|
"marked": "^17.0.4",
|
|
@@ -301,11 +301,11 @@
|
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
"packageId": "@jskit-ai/auth-core",
|
|
304
|
-
"version": "0.1.
|
|
304
|
+
"version": "0.1.21",
|
|
305
305
|
"descriptor": {
|
|
306
306
|
"packageVersion": 1,
|
|
307
307
|
"packageId": "@jskit-ai/auth-core",
|
|
308
|
-
"version": "0.1.
|
|
308
|
+
"version": "0.1.21",
|
|
309
309
|
"kind": "runtime",
|
|
310
310
|
"dependsOn": [
|
|
311
311
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"mutations": {
|
|
374
374
|
"dependencies": {
|
|
375
375
|
"runtime": {
|
|
376
|
-
"@jskit-ai/kernel": "0.1.
|
|
376
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
377
377
|
"@fastify/cookie": "^11.0.2",
|
|
378
378
|
"@fastify/csrf-protection": "^7.1.0",
|
|
379
379
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -391,11 +391,11 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
394
|
-
"version": "0.1.
|
|
394
|
+
"version": "0.1.21",
|
|
395
395
|
"descriptor": {
|
|
396
396
|
"packageVersion": 1,
|
|
397
397
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
398
|
-
"version": "0.1.
|
|
398
|
+
"version": "0.1.21",
|
|
399
399
|
"kind": "runtime",
|
|
400
400
|
"options": {
|
|
401
401
|
"auth-supabase-url": {
|
|
@@ -477,8 +477,8 @@
|
|
|
477
477
|
"mutations": {
|
|
478
478
|
"dependencies": {
|
|
479
479
|
"runtime": {
|
|
480
|
-
"@jskit-ai/auth-core": "0.1.
|
|
481
|
-
"@jskit-ai/kernel": "0.1.
|
|
480
|
+
"@jskit-ai/auth-core": "0.1.21",
|
|
481
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
482
482
|
"dotenv": "^16.4.5",
|
|
483
483
|
"@supabase/supabase-js": "^2.57.4",
|
|
484
484
|
"jose": "^6.1.0"
|
|
@@ -543,11 +543,11 @@
|
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
545
|
"packageId": "@jskit-ai/auth-web",
|
|
546
|
-
"version": "0.1.
|
|
546
|
+
"version": "0.1.23",
|
|
547
547
|
"descriptor": {
|
|
548
548
|
"packageVersion": 1,
|
|
549
549
|
"packageId": "@jskit-ai/auth-web",
|
|
550
|
-
"version": "0.1.
|
|
550
|
+
"version": "0.1.23",
|
|
551
551
|
"kind": "runtime",
|
|
552
552
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
553
553
|
"dependsOn": [
|
|
@@ -777,10 +777,10 @@
|
|
|
777
777
|
"@tanstack/vue-query": "5.92.12",
|
|
778
778
|
"@mdi/js": "^7.4.47",
|
|
779
779
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
780
|
-
"@jskit-ai/auth-core": "0.1.
|
|
781
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
782
|
-
"@jskit-ai/kernel": "0.1.
|
|
783
|
-
"@jskit-ai/shell-web": "0.1.
|
|
780
|
+
"@jskit-ai/auth-core": "0.1.21",
|
|
781
|
+
"@jskit-ai/http-runtime": "0.1.21",
|
|
782
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
783
|
+
"@jskit-ai/shell-web": "0.1.21",
|
|
784
784
|
"vuetify": "^4.0.0"
|
|
785
785
|
},
|
|
786
786
|
"dev": {}
|
|
@@ -850,11 +850,11 @@
|
|
|
850
850
|
},
|
|
851
851
|
{
|
|
852
852
|
"packageId": "@jskit-ai/crud-core",
|
|
853
|
-
"version": "0.1.
|
|
853
|
+
"version": "0.1.30",
|
|
854
854
|
"descriptor": {
|
|
855
855
|
"packageVersion": 1,
|
|
856
856
|
"packageId": "@jskit-ai/crud-core",
|
|
857
|
-
"version": "0.1.
|
|
857
|
+
"version": "0.1.30",
|
|
858
858
|
"kind": "runtime",
|
|
859
859
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
860
860
|
"dependsOn": [
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
"mutations": {
|
|
882
882
|
"dependencies": {
|
|
883
883
|
"runtime": {
|
|
884
|
-
"@jskit-ai/crud-core": "0.1.
|
|
884
|
+
"@jskit-ai/crud-core": "0.1.30"
|
|
885
885
|
},
|
|
886
886
|
"dev": {}
|
|
887
887
|
},
|
|
@@ -895,11 +895,11 @@
|
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
897
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
898
|
-
"version": "0.1.
|
|
898
|
+
"version": "0.1.30",
|
|
899
899
|
"descriptor": {
|
|
900
900
|
"packageVersion": 1,
|
|
901
901
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
902
|
-
"version": "0.1.
|
|
902
|
+
"version": "0.1.30",
|
|
903
903
|
"kind": "generator",
|
|
904
904
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
905
905
|
"options": {
|
|
@@ -1005,13 +1005,13 @@
|
|
|
1005
1005
|
"mutations": {
|
|
1006
1006
|
"dependencies": {
|
|
1007
1007
|
"runtime": {
|
|
1008
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1009
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1010
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1011
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1012
|
-
"@jskit-ai/kernel": "0.1.
|
|
1013
|
-
"@jskit-ai/realtime": "0.1.
|
|
1014
|
-
"@jskit-ai/users-core": "0.1.
|
|
1008
|
+
"@jskit-ai/auth-core": "0.1.21",
|
|
1009
|
+
"@jskit-ai/crud-core": "0.1.30",
|
|
1010
|
+
"@jskit-ai/database-runtime": "0.1.22",
|
|
1011
|
+
"@jskit-ai/http-runtime": "0.1.21",
|
|
1012
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
1013
|
+
"@jskit-ai/realtime": "0.1.21",
|
|
1014
|
+
"@jskit-ai/users-core": "0.1.31",
|
|
1015
1015
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
|
|
1016
1016
|
"typebox": "^1.0.81"
|
|
1017
1017
|
},
|
|
@@ -1124,11 +1124,11 @@
|
|
|
1124
1124
|
},
|
|
1125
1125
|
{
|
|
1126
1126
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1127
|
-
"version": "0.1.
|
|
1127
|
+
"version": "0.1.5",
|
|
1128
1128
|
"descriptor": {
|
|
1129
1129
|
"packageVersion": 1,
|
|
1130
1130
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1131
|
-
"version": "0.1.
|
|
1131
|
+
"version": "0.1.5",
|
|
1132
1132
|
"kind": "generator",
|
|
1133
1133
|
"description": "Generate app-local CRUD UI scaffolds from resource validators.",
|
|
1134
1134
|
"options": {
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
"mutations": {
|
|
1249
1249
|
"dependencies": {
|
|
1250
1250
|
"runtime": {
|
|
1251
|
-
"@jskit-ai/users-web": "0.1.
|
|
1251
|
+
"@jskit-ai/users-web": "0.1.36"
|
|
1252
1252
|
},
|
|
1253
1253
|
"dev": {}
|
|
1254
1254
|
},
|
|
@@ -1365,11 +1365,11 @@
|
|
|
1365
1365
|
},
|
|
1366
1366
|
{
|
|
1367
1367
|
"packageId": "@jskit-ai/database-runtime",
|
|
1368
|
-
"version": "0.1.
|
|
1368
|
+
"version": "0.1.22",
|
|
1369
1369
|
"descriptor": {
|
|
1370
1370
|
"packageVersion": 1,
|
|
1371
1371
|
"packageId": "@jskit-ai/database-runtime",
|
|
1372
|
-
"version": "0.1.
|
|
1372
|
+
"version": "0.1.22",
|
|
1373
1373
|
"kind": "runtime",
|
|
1374
1374
|
"dependsOn": [
|
|
1375
1375
|
"@jskit-ai/kernel"
|
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
"mutations": {
|
|
1427
1427
|
"dependencies": {
|
|
1428
1428
|
"runtime": {
|
|
1429
|
-
"@jskit-ai/kernel": "0.1.
|
|
1429
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
1430
1430
|
"dotenv": "^16.4.5",
|
|
1431
1431
|
"knex": "^3.1.0"
|
|
1432
1432
|
},
|
|
@@ -1461,11 +1461,11 @@
|
|
|
1461
1461
|
},
|
|
1462
1462
|
{
|
|
1463
1463
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1464
|
-
"version": "0.1.
|
|
1464
|
+
"version": "0.1.21",
|
|
1465
1465
|
"descriptor": {
|
|
1466
1466
|
"packageVersion": 1,
|
|
1467
1467
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1468
|
-
"version": "0.1.
|
|
1468
|
+
"version": "0.1.21",
|
|
1469
1469
|
"kind": "runtime",
|
|
1470
1470
|
"options": {
|
|
1471
1471
|
"db-host": {
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
"mutations": {
|
|
1556
1556
|
"dependencies": {
|
|
1557
1557
|
"runtime": {
|
|
1558
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1558
|
+
"@jskit-ai/database-runtime": "0.1.22",
|
|
1559
1559
|
"mysql2": "^3.11.2"
|
|
1560
1560
|
},
|
|
1561
1561
|
"dev": {}
|
|
@@ -1626,11 +1626,11 @@
|
|
|
1626
1626
|
},
|
|
1627
1627
|
{
|
|
1628
1628
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
1629
|
-
"version": "0.1.
|
|
1629
|
+
"version": "0.1.21",
|
|
1630
1630
|
"descriptor": {
|
|
1631
1631
|
"packageVersion": 1,
|
|
1632
1632
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
1633
|
-
"version": "0.1.
|
|
1633
|
+
"version": "0.1.21",
|
|
1634
1634
|
"kind": "runtime",
|
|
1635
1635
|
"options": {
|
|
1636
1636
|
"db-host": {
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
"mutations": {
|
|
1721
1721
|
"dependencies": {
|
|
1722
1722
|
"runtime": {
|
|
1723
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1723
|
+
"@jskit-ai/database-runtime": "0.1.22",
|
|
1724
1724
|
"pg": "^8.13.1"
|
|
1725
1725
|
},
|
|
1726
1726
|
"dev": {}
|
|
@@ -1791,11 +1791,11 @@
|
|
|
1791
1791
|
},
|
|
1792
1792
|
{
|
|
1793
1793
|
"packageId": "@jskit-ai/http-runtime",
|
|
1794
|
-
"version": "0.1.
|
|
1794
|
+
"version": "0.1.21",
|
|
1795
1795
|
"descriptor": {
|
|
1796
1796
|
"packageVersion": 1,
|
|
1797
1797
|
"packageId": "@jskit-ai/http-runtime",
|
|
1798
|
-
"version": "0.1.
|
|
1798
|
+
"version": "0.1.21",
|
|
1799
1799
|
"kind": "runtime",
|
|
1800
1800
|
"dependsOn": [],
|
|
1801
1801
|
"capabilities": {
|
|
@@ -1861,7 +1861,7 @@
|
|
|
1861
1861
|
"mutations": {
|
|
1862
1862
|
"dependencies": {
|
|
1863
1863
|
"runtime": {
|
|
1864
|
-
"@jskit-ai/kernel": "0.1.
|
|
1864
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
1865
1865
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
1866
1866
|
"typebox": "^1.0.81"
|
|
1867
1867
|
},
|
|
@@ -1877,11 +1877,11 @@
|
|
|
1877
1877
|
},
|
|
1878
1878
|
{
|
|
1879
1879
|
"packageId": "@jskit-ai/realtime",
|
|
1880
|
-
"version": "0.1.
|
|
1880
|
+
"version": "0.1.21",
|
|
1881
1881
|
"descriptor": {
|
|
1882
1882
|
"packageVersion": 1,
|
|
1883
1883
|
"packageId": "@jskit-ai/realtime",
|
|
1884
|
-
"version": "0.1.
|
|
1884
|
+
"version": "0.1.21",
|
|
1885
1885
|
"kind": "runtime",
|
|
1886
1886
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
1887
1887
|
"options": {
|
|
@@ -1977,7 +1977,7 @@
|
|
|
1977
1977
|
"mutations": {
|
|
1978
1978
|
"dependencies": {
|
|
1979
1979
|
"runtime": {
|
|
1980
|
-
"@jskit-ai/kernel": "0.1.
|
|
1980
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
1981
1981
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
1982
1982
|
"redis": "^5.8.2",
|
|
1983
1983
|
"socket.io": "^4.8.3",
|
|
@@ -2026,11 +2026,11 @@
|
|
|
2026
2026
|
},
|
|
2027
2027
|
{
|
|
2028
2028
|
"packageId": "@jskit-ai/shell-web",
|
|
2029
|
-
"version": "0.1.
|
|
2029
|
+
"version": "0.1.21",
|
|
2030
2030
|
"descriptor": {
|
|
2031
2031
|
"packageVersion": 1,
|
|
2032
2032
|
"packageId": "@jskit-ai/shell-web",
|
|
2033
|
-
"version": "0.1.
|
|
2033
|
+
"version": "0.1.21",
|
|
2034
2034
|
"kind": "runtime",
|
|
2035
2035
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
2036
2036
|
"dependsOn": [],
|
|
@@ -2124,7 +2124,7 @@
|
|
|
2124
2124
|
"dependencies": {
|
|
2125
2125
|
"runtime": {
|
|
2126
2126
|
"@tanstack/vue-query": "^5.90.5",
|
|
2127
|
-
"@jskit-ai/kernel": "0.1.
|
|
2127
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
2128
2128
|
"vuetify": "^4.0.0"
|
|
2129
2129
|
},
|
|
2130
2130
|
"dev": {}
|
|
@@ -2205,11 +2205,11 @@
|
|
|
2205
2205
|
},
|
|
2206
2206
|
{
|
|
2207
2207
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2208
|
-
"version": "0.1.
|
|
2208
|
+
"version": "0.1.21",
|
|
2209
2209
|
"descriptor": {
|
|
2210
2210
|
"packageVersion": 1,
|
|
2211
2211
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2212
|
-
"version": "0.1.
|
|
2212
|
+
"version": "0.1.21",
|
|
2213
2213
|
"kind": "runtime",
|
|
2214
2214
|
"dependsOn": [
|
|
2215
2215
|
"@jskit-ai/kernel"
|
|
@@ -2258,7 +2258,7 @@
|
|
|
2258
2258
|
"mutations": {
|
|
2259
2259
|
"dependencies": {
|
|
2260
2260
|
"runtime": {
|
|
2261
|
-
"@jskit-ai/kernel": "0.1.
|
|
2261
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
2262
2262
|
"unstorage": "^1.17.3"
|
|
2263
2263
|
},
|
|
2264
2264
|
"dev": {}
|
|
@@ -2274,11 +2274,11 @@
|
|
|
2274
2274
|
},
|
|
2275
2275
|
{
|
|
2276
2276
|
"packageId": "@jskit-ai/ui-generator",
|
|
2277
|
-
"version": "0.1.
|
|
2277
|
+
"version": "0.1.5",
|
|
2278
2278
|
"descriptor": {
|
|
2279
2279
|
"packageVersion": 1,
|
|
2280
2280
|
"packageId": "@jskit-ai/ui-generator",
|
|
2281
|
-
"version": "0.1.
|
|
2281
|
+
"version": "0.1.5",
|
|
2282
2282
|
"kind": "generator",
|
|
2283
2283
|
"description": "Generate app-local non-CRUD UI pages and outlet elements.",
|
|
2284
2284
|
"options": {
|
|
@@ -2361,7 +2361,7 @@
|
|
|
2361
2361
|
"mutations": {
|
|
2362
2362
|
"dependencies": {
|
|
2363
2363
|
"runtime": {
|
|
2364
|
-
"@jskit-ai/users-web": "0.1.
|
|
2364
|
+
"@jskit-ai/users-web": "0.1.36"
|
|
2365
2365
|
},
|
|
2366
2366
|
"dev": {}
|
|
2367
2367
|
},
|
|
@@ -2400,11 +2400,11 @@
|
|
|
2400
2400
|
},
|
|
2401
2401
|
{
|
|
2402
2402
|
"packageId": "@jskit-ai/users-core",
|
|
2403
|
-
"version": "0.1.
|
|
2403
|
+
"version": "0.1.31",
|
|
2404
2404
|
"descriptor": {
|
|
2405
2405
|
"packageVersion": 1,
|
|
2406
2406
|
"packageId": "@jskit-ai/users-core",
|
|
2407
|
-
"version": "0.1.
|
|
2407
|
+
"version": "0.1.31",
|
|
2408
2408
|
"kind": "runtime",
|
|
2409
2409
|
"description": "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
|
|
2410
2410
|
"dependsOn": [
|
|
@@ -2598,10 +2598,10 @@
|
|
|
2598
2598
|
"mutations": {
|
|
2599
2599
|
"dependencies": {
|
|
2600
2600
|
"runtime": {
|
|
2601
|
-
"@jskit-ai/auth-core": "0.1.
|
|
2602
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2603
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
2604
|
-
"@jskit-ai/kernel": "0.1.
|
|
2601
|
+
"@jskit-ai/auth-core": "0.1.21",
|
|
2602
|
+
"@jskit-ai/database-runtime": "0.1.22",
|
|
2603
|
+
"@jskit-ai/http-runtime": "0.1.21",
|
|
2604
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
2605
2605
|
"@fastify/multipart": "^9.4.0",
|
|
2606
2606
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
2607
2607
|
"typebox": "^1.0.81"
|
|
@@ -2881,11 +2881,11 @@
|
|
|
2881
2881
|
},
|
|
2882
2882
|
{
|
|
2883
2883
|
"packageId": "@jskit-ai/users-web",
|
|
2884
|
-
"version": "0.1.
|
|
2884
|
+
"version": "0.1.36",
|
|
2885
2885
|
"descriptor": {
|
|
2886
2886
|
"packageVersion": 1,
|
|
2887
2887
|
"packageId": "@jskit-ai/users-web",
|
|
2888
|
-
"version": "0.1.
|
|
2888
|
+
"version": "0.1.36",
|
|
2889
2889
|
"kind": "runtime",
|
|
2890
2890
|
"description": "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
|
|
2891
2891
|
"dependsOn": [
|
|
@@ -3154,11 +3154,11 @@
|
|
|
3154
3154
|
"@uppy/dashboard": "^5.1.1",
|
|
3155
3155
|
"@uppy/image-editor": "^4.2.0",
|
|
3156
3156
|
"@uppy/xhr-upload": "^5.1.1",
|
|
3157
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3158
|
-
"@jskit-ai/realtime": "0.1.
|
|
3159
|
-
"@jskit-ai/kernel": "0.1.
|
|
3160
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3161
|
-
"@jskit-ai/users-core": "0.1.
|
|
3157
|
+
"@jskit-ai/http-runtime": "0.1.21",
|
|
3158
|
+
"@jskit-ai/realtime": "0.1.21",
|
|
3159
|
+
"@jskit-ai/kernel": "0.1.22",
|
|
3160
|
+
"@jskit-ai/shell-web": "0.1.21",
|
|
3161
|
+
"@jskit-ai/users-core": "0.1.31",
|
|
3162
3162
|
"vuetify": "^4.0.0"
|
|
3163
3163
|
},
|
|
3164
3164
|
"dev": {}
|