@jskit-ai/jskit-catalog 0.1.26 → 0.1.27
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 +72 -72
- 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.27",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.27",
|
|
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.27",
|
|
125
|
+
"@jskit-ai/auth-core": "0.1.18",
|
|
126
|
+
"@jskit-ai/database-runtime": "0.1.19",
|
|
127
|
+
"@jskit-ai/http-runtime": "0.1.18",
|
|
128
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
129
|
+
"@jskit-ai/realtime": "0.1.18",
|
|
130
|
+
"@jskit-ai/users-core": "0.1.28",
|
|
131
|
+
"@jskit-ai/users-web": "0.1.33",
|
|
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.18",
|
|
305
305
|
"descriptor": {
|
|
306
306
|
"packageVersion": 1,
|
|
307
307
|
"packageId": "@jskit-ai/auth-core",
|
|
308
|
-
"version": "0.1.
|
|
308
|
+
"version": "0.1.18",
|
|
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.19",
|
|
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.18",
|
|
395
395
|
"descriptor": {
|
|
396
396
|
"packageVersion": 1,
|
|
397
397
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
398
|
-
"version": "0.1.
|
|
398
|
+
"version": "0.1.18",
|
|
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.18",
|
|
481
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
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.20",
|
|
547
547
|
"descriptor": {
|
|
548
548
|
"packageVersion": 1,
|
|
549
549
|
"packageId": "@jskit-ai/auth-web",
|
|
550
|
-
"version": "0.1.
|
|
550
|
+
"version": "0.1.20",
|
|
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.18",
|
|
781
|
+
"@jskit-ai/http-runtime": "0.1.18",
|
|
782
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
783
|
+
"@jskit-ai/shell-web": "0.1.18",
|
|
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.27",
|
|
854
854
|
"descriptor": {
|
|
855
855
|
"packageVersion": 1,
|
|
856
856
|
"packageId": "@jskit-ai/crud-core",
|
|
857
|
-
"version": "0.1.
|
|
857
|
+
"version": "0.1.27",
|
|
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.27"
|
|
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.27",
|
|
899
899
|
"descriptor": {
|
|
900
900
|
"packageVersion": 1,
|
|
901
901
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
902
|
-
"version": "0.1.
|
|
902
|
+
"version": "0.1.27",
|
|
903
903
|
"kind": "generator",
|
|
904
904
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
905
905
|
"options": {
|
|
@@ -1000,13 +1000,13 @@
|
|
|
1000
1000
|
"mutations": {
|
|
1001
1001
|
"dependencies": {
|
|
1002
1002
|
"runtime": {
|
|
1003
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1004
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1005
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1006
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1007
|
-
"@jskit-ai/kernel": "0.1.
|
|
1008
|
-
"@jskit-ai/realtime": "0.1.
|
|
1009
|
-
"@jskit-ai/users-core": "0.1.
|
|
1003
|
+
"@jskit-ai/auth-core": "0.1.18",
|
|
1004
|
+
"@jskit-ai/crud-core": "0.1.27",
|
|
1005
|
+
"@jskit-ai/database-runtime": "0.1.19",
|
|
1006
|
+
"@jskit-ai/http-runtime": "0.1.18",
|
|
1007
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
1008
|
+
"@jskit-ai/realtime": "0.1.18",
|
|
1009
|
+
"@jskit-ai/users-core": "0.1.28",
|
|
1010
1010
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
|
|
1011
1011
|
"typebox": "^1.0.81"
|
|
1012
1012
|
},
|
|
@@ -1119,11 +1119,11 @@
|
|
|
1119
1119
|
},
|
|
1120
1120
|
{
|
|
1121
1121
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1122
|
-
"version": "0.1.
|
|
1122
|
+
"version": "0.1.2",
|
|
1123
1123
|
"descriptor": {
|
|
1124
1124
|
"packageVersion": 1,
|
|
1125
1125
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1126
|
-
"version": "0.1.
|
|
1126
|
+
"version": "0.1.2",
|
|
1127
1127
|
"kind": "generator",
|
|
1128
1128
|
"description": "Generate app-local CRUD UI scaffolds from resource validators.",
|
|
1129
1129
|
"options": {
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
"mutations": {
|
|
1231
1231
|
"dependencies": {
|
|
1232
1232
|
"runtime": {
|
|
1233
|
-
"@jskit-ai/users-web": "0.1.
|
|
1233
|
+
"@jskit-ai/users-web": "0.1.33"
|
|
1234
1234
|
},
|
|
1235
1235
|
"dev": {}
|
|
1236
1236
|
},
|
|
@@ -1335,11 +1335,11 @@
|
|
|
1335
1335
|
},
|
|
1336
1336
|
{
|
|
1337
1337
|
"packageId": "@jskit-ai/database-runtime",
|
|
1338
|
-
"version": "0.1.
|
|
1338
|
+
"version": "0.1.19",
|
|
1339
1339
|
"descriptor": {
|
|
1340
1340
|
"packageVersion": 1,
|
|
1341
1341
|
"packageId": "@jskit-ai/database-runtime",
|
|
1342
|
-
"version": "0.1.
|
|
1342
|
+
"version": "0.1.19",
|
|
1343
1343
|
"kind": "runtime",
|
|
1344
1344
|
"dependsOn": [
|
|
1345
1345
|
"@jskit-ai/kernel"
|
|
@@ -1396,7 +1396,7 @@
|
|
|
1396
1396
|
"mutations": {
|
|
1397
1397
|
"dependencies": {
|
|
1398
1398
|
"runtime": {
|
|
1399
|
-
"@jskit-ai/kernel": "0.1.
|
|
1399
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
1400
1400
|
"dotenv": "^16.4.5",
|
|
1401
1401
|
"knex": "^3.1.0"
|
|
1402
1402
|
},
|
|
@@ -1431,11 +1431,11 @@
|
|
|
1431
1431
|
},
|
|
1432
1432
|
{
|
|
1433
1433
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1434
|
-
"version": "0.1.
|
|
1434
|
+
"version": "0.1.18",
|
|
1435
1435
|
"descriptor": {
|
|
1436
1436
|
"packageVersion": 1,
|
|
1437
1437
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1438
|
-
"version": "0.1.
|
|
1438
|
+
"version": "0.1.18",
|
|
1439
1439
|
"kind": "runtime",
|
|
1440
1440
|
"options": {
|
|
1441
1441
|
"db-host": {
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
"mutations": {
|
|
1526
1526
|
"dependencies": {
|
|
1527
1527
|
"runtime": {
|
|
1528
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1528
|
+
"@jskit-ai/database-runtime": "0.1.19",
|
|
1529
1529
|
"mysql2": "^3.11.2"
|
|
1530
1530
|
},
|
|
1531
1531
|
"dev": {}
|
|
@@ -1596,11 +1596,11 @@
|
|
|
1596
1596
|
},
|
|
1597
1597
|
{
|
|
1598
1598
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
1599
|
-
"version": "0.1.
|
|
1599
|
+
"version": "0.1.18",
|
|
1600
1600
|
"descriptor": {
|
|
1601
1601
|
"packageVersion": 1,
|
|
1602
1602
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
1603
|
-
"version": "0.1.
|
|
1603
|
+
"version": "0.1.18",
|
|
1604
1604
|
"kind": "runtime",
|
|
1605
1605
|
"options": {
|
|
1606
1606
|
"db-host": {
|
|
@@ -1690,7 +1690,7 @@
|
|
|
1690
1690
|
"mutations": {
|
|
1691
1691
|
"dependencies": {
|
|
1692
1692
|
"runtime": {
|
|
1693
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1693
|
+
"@jskit-ai/database-runtime": "0.1.19",
|
|
1694
1694
|
"pg": "^8.13.1"
|
|
1695
1695
|
},
|
|
1696
1696
|
"dev": {}
|
|
@@ -1761,11 +1761,11 @@
|
|
|
1761
1761
|
},
|
|
1762
1762
|
{
|
|
1763
1763
|
"packageId": "@jskit-ai/http-runtime",
|
|
1764
|
-
"version": "0.1.
|
|
1764
|
+
"version": "0.1.18",
|
|
1765
1765
|
"descriptor": {
|
|
1766
1766
|
"packageVersion": 1,
|
|
1767
1767
|
"packageId": "@jskit-ai/http-runtime",
|
|
1768
|
-
"version": "0.1.
|
|
1768
|
+
"version": "0.1.18",
|
|
1769
1769
|
"kind": "runtime",
|
|
1770
1770
|
"dependsOn": [],
|
|
1771
1771
|
"capabilities": {
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
"mutations": {
|
|
1832
1832
|
"dependencies": {
|
|
1833
1833
|
"runtime": {
|
|
1834
|
-
"@jskit-ai/kernel": "0.1.
|
|
1834
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
1835
1835
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
1836
1836
|
"typebox": "^1.0.81"
|
|
1837
1837
|
},
|
|
@@ -1847,11 +1847,11 @@
|
|
|
1847
1847
|
},
|
|
1848
1848
|
{
|
|
1849
1849
|
"packageId": "@jskit-ai/realtime",
|
|
1850
|
-
"version": "0.1.
|
|
1850
|
+
"version": "0.1.18",
|
|
1851
1851
|
"descriptor": {
|
|
1852
1852
|
"packageVersion": 1,
|
|
1853
1853
|
"packageId": "@jskit-ai/realtime",
|
|
1854
|
-
"version": "0.1.
|
|
1854
|
+
"version": "0.1.18",
|
|
1855
1855
|
"kind": "runtime",
|
|
1856
1856
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
1857
1857
|
"options": {
|
|
@@ -1947,7 +1947,7 @@
|
|
|
1947
1947
|
"mutations": {
|
|
1948
1948
|
"dependencies": {
|
|
1949
1949
|
"runtime": {
|
|
1950
|
-
"@jskit-ai/kernel": "0.1.
|
|
1950
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
1951
1951
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
1952
1952
|
"redis": "^5.8.2",
|
|
1953
1953
|
"socket.io": "^4.8.3",
|
|
@@ -1996,11 +1996,11 @@
|
|
|
1996
1996
|
},
|
|
1997
1997
|
{
|
|
1998
1998
|
"packageId": "@jskit-ai/shell-web",
|
|
1999
|
-
"version": "0.1.
|
|
1999
|
+
"version": "0.1.18",
|
|
2000
2000
|
"descriptor": {
|
|
2001
2001
|
"packageVersion": 1,
|
|
2002
2002
|
"packageId": "@jskit-ai/shell-web",
|
|
2003
|
-
"version": "0.1.
|
|
2003
|
+
"version": "0.1.18",
|
|
2004
2004
|
"kind": "runtime",
|
|
2005
2005
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
2006
2006
|
"dependsOn": [],
|
|
@@ -2094,7 +2094,7 @@
|
|
|
2094
2094
|
"dependencies": {
|
|
2095
2095
|
"runtime": {
|
|
2096
2096
|
"@tanstack/vue-query": "^5.90.5",
|
|
2097
|
-
"@jskit-ai/kernel": "0.1.
|
|
2097
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
2098
2098
|
"vuetify": "^4.0.0"
|
|
2099
2099
|
},
|
|
2100
2100
|
"dev": {}
|
|
@@ -2175,11 +2175,11 @@
|
|
|
2175
2175
|
},
|
|
2176
2176
|
{
|
|
2177
2177
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2178
|
-
"version": "0.1.
|
|
2178
|
+
"version": "0.1.18",
|
|
2179
2179
|
"descriptor": {
|
|
2180
2180
|
"packageVersion": 1,
|
|
2181
2181
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2182
|
-
"version": "0.1.
|
|
2182
|
+
"version": "0.1.18",
|
|
2183
2183
|
"kind": "runtime",
|
|
2184
2184
|
"dependsOn": [
|
|
2185
2185
|
"@jskit-ai/kernel"
|
|
@@ -2228,7 +2228,7 @@
|
|
|
2228
2228
|
"mutations": {
|
|
2229
2229
|
"dependencies": {
|
|
2230
2230
|
"runtime": {
|
|
2231
|
-
"@jskit-ai/kernel": "0.1.
|
|
2231
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
2232
2232
|
"unstorage": "^1.17.3"
|
|
2233
2233
|
},
|
|
2234
2234
|
"dev": {}
|
|
@@ -2244,11 +2244,11 @@
|
|
|
2244
2244
|
},
|
|
2245
2245
|
{
|
|
2246
2246
|
"packageId": "@jskit-ai/users-core",
|
|
2247
|
-
"version": "0.1.
|
|
2247
|
+
"version": "0.1.28",
|
|
2248
2248
|
"descriptor": {
|
|
2249
2249
|
"packageVersion": 1,
|
|
2250
2250
|
"packageId": "@jskit-ai/users-core",
|
|
2251
|
-
"version": "0.1.
|
|
2251
|
+
"version": "0.1.28",
|
|
2252
2252
|
"kind": "runtime",
|
|
2253
2253
|
"description": "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
|
|
2254
2254
|
"dependsOn": [
|
|
@@ -2442,10 +2442,10 @@
|
|
|
2442
2442
|
"mutations": {
|
|
2443
2443
|
"dependencies": {
|
|
2444
2444
|
"runtime": {
|
|
2445
|
-
"@jskit-ai/auth-core": "0.1.
|
|
2446
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2447
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
2448
|
-
"@jskit-ai/kernel": "0.1.
|
|
2445
|
+
"@jskit-ai/auth-core": "0.1.18",
|
|
2446
|
+
"@jskit-ai/database-runtime": "0.1.19",
|
|
2447
|
+
"@jskit-ai/http-runtime": "0.1.18",
|
|
2448
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
2449
2449
|
"@fastify/multipart": "^9.4.0",
|
|
2450
2450
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
2451
2451
|
"typebox": "^1.0.81"
|
|
@@ -2725,11 +2725,11 @@
|
|
|
2725
2725
|
},
|
|
2726
2726
|
{
|
|
2727
2727
|
"packageId": "@jskit-ai/users-web",
|
|
2728
|
-
"version": "0.1.
|
|
2728
|
+
"version": "0.1.33",
|
|
2729
2729
|
"descriptor": {
|
|
2730
2730
|
"packageVersion": 1,
|
|
2731
2731
|
"packageId": "@jskit-ai/users-web",
|
|
2732
|
-
"version": "0.1.
|
|
2732
|
+
"version": "0.1.33",
|
|
2733
2733
|
"kind": "runtime",
|
|
2734
2734
|
"description": "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
|
|
2735
2735
|
"dependsOn": [
|
|
@@ -2994,11 +2994,11 @@
|
|
|
2994
2994
|
"@uppy/dashboard": "^5.1.1",
|
|
2995
2995
|
"@uppy/image-editor": "^4.2.0",
|
|
2996
2996
|
"@uppy/xhr-upload": "^5.1.1",
|
|
2997
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
2998
|
-
"@jskit-ai/realtime": "0.1.
|
|
2999
|
-
"@jskit-ai/kernel": "0.1.
|
|
3000
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3001
|
-
"@jskit-ai/users-core": "0.1.
|
|
2997
|
+
"@jskit-ai/http-runtime": "0.1.18",
|
|
2998
|
+
"@jskit-ai/realtime": "0.1.18",
|
|
2999
|
+
"@jskit-ai/kernel": "0.1.19",
|
|
3000
|
+
"@jskit-ai/shell-web": "0.1.18",
|
|
3001
|
+
"@jskit-ai/users-core": "0.1.28",
|
|
3002
3002
|
"vuetify": "^4.0.0"
|
|
3003
3003
|
},
|
|
3004
3004
|
"dev": {}
|