@jskit-ai/jskit-catalog 0.1.42 → 0.1.44
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 +210 -123
- 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.45",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.45",
|
|
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": {
|
|
@@ -356,11 +356,11 @@
|
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"packageId": "@jskit-ai/assistant-core",
|
|
359
|
-
"version": "0.1.
|
|
359
|
+
"version": "0.1.12",
|
|
360
360
|
"descriptor": {
|
|
361
361
|
"packageVersion": 1,
|
|
362
362
|
"packageId": "@jskit-ai/assistant-core",
|
|
363
|
-
"version": "0.1.
|
|
363
|
+
"version": "0.1.12",
|
|
364
364
|
"kind": "runtime",
|
|
365
365
|
"description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
|
|
366
366
|
"dependsOn": [
|
|
@@ -406,9 +406,9 @@
|
|
|
406
406
|
"mutations": {
|
|
407
407
|
"dependencies": {
|
|
408
408
|
"runtime": {
|
|
409
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
410
|
-
"@jskit-ai/kernel": "0.1.
|
|
411
|
-
"@jskit-ai/users-core": "0.1.
|
|
409
|
+
"@jskit-ai/http-runtime": "0.1.35",
|
|
410
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
411
|
+
"@jskit-ai/users-core": "0.1.46",
|
|
412
412
|
"@tanstack/vue-query": "^5.90.5",
|
|
413
413
|
"dompurify": "^3.3.3",
|
|
414
414
|
"marked": "^17.0.4",
|
|
@@ -429,11 +429,11 @@
|
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
432
|
-
"version": "0.1.
|
|
432
|
+
"version": "0.1.7",
|
|
433
433
|
"descriptor": {
|
|
434
434
|
"packageVersion": 1,
|
|
435
435
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
436
|
-
"version": "0.1.
|
|
436
|
+
"version": "0.1.7",
|
|
437
437
|
"kind": "runtime",
|
|
438
438
|
"description": "Shared assistant runtime with per-surface assistant registration.",
|
|
439
439
|
"dependsOn": [
|
|
@@ -508,13 +508,13 @@
|
|
|
508
508
|
"mutations": {
|
|
509
509
|
"dependencies": {
|
|
510
510
|
"runtime": {
|
|
511
|
-
"@jskit-ai/assistant-core": "0.1.
|
|
512
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
513
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
514
|
-
"@jskit-ai/kernel": "0.1.
|
|
515
|
-
"@jskit-ai/shell-web": "0.1.
|
|
516
|
-
"@jskit-ai/users-core": "0.1.
|
|
517
|
-
"@jskit-ai/users-web": "0.1.
|
|
511
|
+
"@jskit-ai/assistant-core": "0.1.12",
|
|
512
|
+
"@jskit-ai/database-runtime": "0.1.36",
|
|
513
|
+
"@jskit-ai/http-runtime": "0.1.35",
|
|
514
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
515
|
+
"@jskit-ai/shell-web": "0.1.35",
|
|
516
|
+
"@jskit-ai/users-core": "0.1.46",
|
|
517
|
+
"@jskit-ai/users-web": "0.1.51",
|
|
518
518
|
"@tanstack/vue-query": "^5.90.5",
|
|
519
519
|
"vuetify": "^4.0.0"
|
|
520
520
|
},
|
|
@@ -571,11 +571,11 @@
|
|
|
571
571
|
},
|
|
572
572
|
{
|
|
573
573
|
"packageId": "@jskit-ai/auth-core",
|
|
574
|
-
"version": "0.1.
|
|
574
|
+
"version": "0.1.35",
|
|
575
575
|
"descriptor": {
|
|
576
576
|
"packageVersion": 1,
|
|
577
577
|
"packageId": "@jskit-ai/auth-core",
|
|
578
|
-
"version": "0.1.
|
|
578
|
+
"version": "0.1.35",
|
|
579
579
|
"kind": "runtime",
|
|
580
580
|
"dependsOn": [
|
|
581
581
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
"mutations": {
|
|
644
644
|
"dependencies": {
|
|
645
645
|
"runtime": {
|
|
646
|
-
"@jskit-ai/kernel": "0.1.
|
|
646
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
647
647
|
"@fastify/cookie": "^11.0.2",
|
|
648
648
|
"@fastify/csrf-protection": "^7.1.0",
|
|
649
649
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -661,11 +661,11 @@
|
|
|
661
661
|
},
|
|
662
662
|
{
|
|
663
663
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
664
|
-
"version": "0.1.
|
|
664
|
+
"version": "0.1.35",
|
|
665
665
|
"descriptor": {
|
|
666
666
|
"packageVersion": 1,
|
|
667
667
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
668
|
-
"version": "0.1.
|
|
668
|
+
"version": "0.1.35",
|
|
669
669
|
"kind": "runtime",
|
|
670
670
|
"options": {
|
|
671
671
|
"auth-supabase-url": {
|
|
@@ -747,8 +747,8 @@
|
|
|
747
747
|
"mutations": {
|
|
748
748
|
"dependencies": {
|
|
749
749
|
"runtime": {
|
|
750
|
-
"@jskit-ai/auth-core": "0.1.
|
|
751
|
-
"@jskit-ai/kernel": "0.1.
|
|
750
|
+
"@jskit-ai/auth-core": "0.1.35",
|
|
751
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
752
752
|
"dotenv": "^16.4.5",
|
|
753
753
|
"@supabase/supabase-js": "^2.57.4",
|
|
754
754
|
"jose": "^6.1.0"
|
|
@@ -813,11 +813,11 @@
|
|
|
813
813
|
},
|
|
814
814
|
{
|
|
815
815
|
"packageId": "@jskit-ai/auth-web",
|
|
816
|
-
"version": "0.1.
|
|
816
|
+
"version": "0.1.37",
|
|
817
817
|
"descriptor": {
|
|
818
818
|
"packageVersion": 1,
|
|
819
819
|
"packageId": "@jskit-ai/auth-web",
|
|
820
|
-
"version": "0.1.
|
|
820
|
+
"version": "0.1.37",
|
|
821
821
|
"kind": "runtime",
|
|
822
822
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
823
823
|
"dependsOn": [
|
|
@@ -1044,10 +1044,10 @@
|
|
|
1044
1044
|
"@tanstack/vue-query": "5.92.12",
|
|
1045
1045
|
"@mdi/js": "^7.4.47",
|
|
1046
1046
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
1047
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1048
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1049
|
-
"@jskit-ai/kernel": "0.1.
|
|
1050
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1047
|
+
"@jskit-ai/auth-core": "0.1.35",
|
|
1048
|
+
"@jskit-ai/http-runtime": "0.1.35",
|
|
1049
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
1050
|
+
"@jskit-ai/shell-web": "0.1.35",
|
|
1051
1051
|
"vuetify": "^4.0.0"
|
|
1052
1052
|
},
|
|
1053
1053
|
"dev": {}
|
|
@@ -1115,13 +1115,119 @@
|
|
|
1115
1115
|
}
|
|
1116
1116
|
}
|
|
1117
1117
|
},
|
|
1118
|
+
{
|
|
1119
|
+
"packageId": "@jskit-ai/console-web",
|
|
1120
|
+
"version": "0.1.3",
|
|
1121
|
+
"descriptor": {
|
|
1122
|
+
"packageVersion": 1,
|
|
1123
|
+
"packageId": "@jskit-ai/console-web",
|
|
1124
|
+
"version": "0.1.3",
|
|
1125
|
+
"kind": "runtime",
|
|
1126
|
+
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1127
|
+
"dependsOn": [
|
|
1128
|
+
"@jskit-ai/auth-web",
|
|
1129
|
+
"@jskit-ai/shell-web",
|
|
1130
|
+
"@jskit-ai/users-core"
|
|
1131
|
+
],
|
|
1132
|
+
"capabilities": {
|
|
1133
|
+
"provides": [
|
|
1134
|
+
"console.web"
|
|
1135
|
+
],
|
|
1136
|
+
"requires": [
|
|
1137
|
+
"users.core"
|
|
1138
|
+
]
|
|
1139
|
+
},
|
|
1140
|
+
"runtime": {
|
|
1141
|
+
"server": {
|
|
1142
|
+
"providers": []
|
|
1143
|
+
},
|
|
1144
|
+
"client": {
|
|
1145
|
+
"providers": []
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
"metadata": {
|
|
1149
|
+
"apiSummary": {
|
|
1150
|
+
"surfaces": [
|
|
1151
|
+
{
|
|
1152
|
+
"subpath": "./client",
|
|
1153
|
+
"summary": "Exports no runtime API today (reserved console surface package entrypoint)."
|
|
1154
|
+
}
|
|
1155
|
+
],
|
|
1156
|
+
"containerTokens": {
|
|
1157
|
+
"server": [],
|
|
1158
|
+
"client": []
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"mutations": {
|
|
1163
|
+
"dependencies": {
|
|
1164
|
+
"runtime": {
|
|
1165
|
+
"@jskit-ai/auth-web": "0.1.37",
|
|
1166
|
+
"@jskit-ai/shell-web": "0.1.35",
|
|
1167
|
+
"@jskit-ai/users-core": "0.1.46"
|
|
1168
|
+
},
|
|
1169
|
+
"dev": {}
|
|
1170
|
+
},
|
|
1171
|
+
"packageJson": {
|
|
1172
|
+
"scripts": {
|
|
1173
|
+
"server:console": "SERVER_SURFACE=console node ./bin/server.js",
|
|
1174
|
+
"dev:console": "VITE_SURFACE=console vite",
|
|
1175
|
+
"build:console": "VITE_SURFACE=console vite build"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"procfile": {},
|
|
1179
|
+
"files": [
|
|
1180
|
+
{
|
|
1181
|
+
"from": "templates/src/pages/console.vue",
|
|
1182
|
+
"toSurface": "console",
|
|
1183
|
+
"toSurfaceRoot": true,
|
|
1184
|
+
"ownership": "app",
|
|
1185
|
+
"reason": "Install shell-driven console wrapper page.",
|
|
1186
|
+
"category": "console-web",
|
|
1187
|
+
"id": "console-web-page-console-wrapper"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"from": "templates/src/pages/console/index.vue",
|
|
1191
|
+
"toSurface": "console",
|
|
1192
|
+
"toSurfacePath": "index.vue",
|
|
1193
|
+
"ownership": "app",
|
|
1194
|
+
"reason": "Install shell-driven console page starter.",
|
|
1195
|
+
"category": "console-web",
|
|
1196
|
+
"id": "console-web-page-console"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"text": [
|
|
1200
|
+
{
|
|
1201
|
+
"op": "append-text",
|
|
1202
|
+
"file": "config/surfaceAccessPolicies.js",
|
|
1203
|
+
"position": "bottom",
|
|
1204
|
+
"skipIfContains": "surfaceAccessPolicies.console_owner = {",
|
|
1205
|
+
"value": "\nsurfaceAccessPolicies.console_owner = {\n requireAuth: true,\n requireFlagsAll: [\"console_owner\"]\n};\n",
|
|
1206
|
+
"reason": "Register console-owner surface access policy for the console surface.",
|
|
1207
|
+
"category": "console-web",
|
|
1208
|
+
"id": "console-web-surface-access-policies-console-owner"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"op": "append-text",
|
|
1212
|
+
"file": "config/public.js",
|
|
1213
|
+
"position": "bottom",
|
|
1214
|
+
"skipIfContains": "config.surfaceDefinitions.console = {",
|
|
1215
|
+
"value": "\nconfig.surfaceDefinitions.console = {\n id: \"console\",\n label: \"Console\",\n pagesRoot: \"console\",\n enabled: true,\n requiresAuth: true,\n requiresWorkspace: false,\n accessPolicyId: \"console_owner\",\n origin: \"\"\n};\n",
|
|
1216
|
+
"reason": "Register console surface definition once console-web is installed.",
|
|
1217
|
+
"category": "console-web",
|
|
1218
|
+
"id": "console-web-surface-config-console"
|
|
1219
|
+
}
|
|
1220
|
+
]
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1118
1224
|
{
|
|
1119
1225
|
"packageId": "@jskit-ai/crud-core",
|
|
1120
|
-
"version": "0.1.
|
|
1226
|
+
"version": "0.1.44",
|
|
1121
1227
|
"descriptor": {
|
|
1122
1228
|
"packageVersion": 1,
|
|
1123
1229
|
"packageId": "@jskit-ai/crud-core",
|
|
1124
|
-
"version": "0.1.
|
|
1230
|
+
"version": "0.1.44",
|
|
1125
1231
|
"kind": "runtime",
|
|
1126
1232
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1127
1233
|
"dependsOn": [
|
|
@@ -1148,7 +1254,7 @@
|
|
|
1148
1254
|
"mutations": {
|
|
1149
1255
|
"dependencies": {
|
|
1150
1256
|
"runtime": {
|
|
1151
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1257
|
+
"@jskit-ai/crud-core": "0.1.44"
|
|
1152
1258
|
},
|
|
1153
1259
|
"dev": {}
|
|
1154
1260
|
},
|
|
@@ -1162,11 +1268,11 @@
|
|
|
1162
1268
|
},
|
|
1163
1269
|
{
|
|
1164
1270
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1165
|
-
"version": "0.1.
|
|
1271
|
+
"version": "0.1.44",
|
|
1166
1272
|
"descriptor": {
|
|
1167
1273
|
"packageVersion": 1,
|
|
1168
1274
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1169
|
-
"version": "0.1.
|
|
1275
|
+
"version": "0.1.44",
|
|
1170
1276
|
"kind": "generator",
|
|
1171
1277
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1172
1278
|
"options": {
|
|
@@ -1324,13 +1430,13 @@
|
|
|
1324
1430
|
"mutations": {
|
|
1325
1431
|
"dependencies": {
|
|
1326
1432
|
"runtime": {
|
|
1327
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1328
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1329
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1330
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1331
|
-
"@jskit-ai/kernel": "0.1.
|
|
1332
|
-
"@jskit-ai/realtime": "0.1.
|
|
1333
|
-
"@jskit-ai/users-core": "0.1.
|
|
1433
|
+
"@jskit-ai/auth-core": "0.1.35",
|
|
1434
|
+
"@jskit-ai/crud-core": "0.1.44",
|
|
1435
|
+
"@jskit-ai/database-runtime": "0.1.36",
|
|
1436
|
+
"@jskit-ai/http-runtime": "0.1.35",
|
|
1437
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
1438
|
+
"@jskit-ai/realtime": "0.1.35",
|
|
1439
|
+
"@jskit-ai/users-core": "0.1.46",
|
|
1334
1440
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
|
|
1335
1441
|
"typebox": "^1.0.81"
|
|
1336
1442
|
},
|
|
@@ -1477,11 +1583,11 @@
|
|
|
1477
1583
|
},
|
|
1478
1584
|
{
|
|
1479
1585
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1480
|
-
"version": "0.1.
|
|
1586
|
+
"version": "0.1.19",
|
|
1481
1587
|
"descriptor": {
|
|
1482
1588
|
"packageVersion": 1,
|
|
1483
1589
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1484
|
-
"version": "0.1.
|
|
1590
|
+
"version": "0.1.19",
|
|
1485
1591
|
"kind": "generator",
|
|
1486
1592
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
1487
1593
|
"options": {
|
|
@@ -1656,7 +1762,7 @@
|
|
|
1656
1762
|
"mutations": {
|
|
1657
1763
|
"dependencies": {
|
|
1658
1764
|
"runtime": {
|
|
1659
|
-
"@jskit-ai/users-web": "0.1.
|
|
1765
|
+
"@jskit-ai/users-web": "0.1.51"
|
|
1660
1766
|
},
|
|
1661
1767
|
"dev": {}
|
|
1662
1768
|
},
|
|
@@ -1889,11 +1995,11 @@
|
|
|
1889
1995
|
},
|
|
1890
1996
|
{
|
|
1891
1997
|
"packageId": "@jskit-ai/database-runtime",
|
|
1892
|
-
"version": "0.1.
|
|
1998
|
+
"version": "0.1.36",
|
|
1893
1999
|
"descriptor": {
|
|
1894
2000
|
"packageVersion": 1,
|
|
1895
2001
|
"packageId": "@jskit-ai/database-runtime",
|
|
1896
|
-
"version": "0.1.
|
|
2002
|
+
"version": "0.1.36",
|
|
1897
2003
|
"kind": "runtime",
|
|
1898
2004
|
"dependsOn": [
|
|
1899
2005
|
"@jskit-ai/kernel"
|
|
@@ -1950,7 +2056,7 @@
|
|
|
1950
2056
|
"mutations": {
|
|
1951
2057
|
"dependencies": {
|
|
1952
2058
|
"runtime": {
|
|
1953
|
-
"@jskit-ai/kernel": "0.1.
|
|
2059
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
1954
2060
|
"dotenv": "^16.4.5",
|
|
1955
2061
|
"knex": "^3.1.0"
|
|
1956
2062
|
},
|
|
@@ -1985,11 +2091,11 @@
|
|
|
1985
2091
|
},
|
|
1986
2092
|
{
|
|
1987
2093
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1988
|
-
"version": "0.1.
|
|
2094
|
+
"version": "0.1.35",
|
|
1989
2095
|
"descriptor": {
|
|
1990
2096
|
"packageVersion": 1,
|
|
1991
2097
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1992
|
-
"version": "0.1.
|
|
2098
|
+
"version": "0.1.35",
|
|
1993
2099
|
"kind": "runtime",
|
|
1994
2100
|
"options": {
|
|
1995
2101
|
"db-host": {
|
|
@@ -2079,7 +2185,7 @@
|
|
|
2079
2185
|
"mutations": {
|
|
2080
2186
|
"dependencies": {
|
|
2081
2187
|
"runtime": {
|
|
2082
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2188
|
+
"@jskit-ai/database-runtime": "0.1.36",
|
|
2083
2189
|
"mysql2": "^3.11.2"
|
|
2084
2190
|
},
|
|
2085
2191
|
"dev": {}
|
|
@@ -2150,11 +2256,11 @@
|
|
|
2150
2256
|
},
|
|
2151
2257
|
{
|
|
2152
2258
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2153
|
-
"version": "0.1.
|
|
2259
|
+
"version": "0.1.35",
|
|
2154
2260
|
"descriptor": {
|
|
2155
2261
|
"packageVersion": 1,
|
|
2156
2262
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2157
|
-
"version": "0.1.
|
|
2263
|
+
"version": "0.1.35",
|
|
2158
2264
|
"kind": "runtime",
|
|
2159
2265
|
"options": {
|
|
2160
2266
|
"db-host": {
|
|
@@ -2244,7 +2350,7 @@
|
|
|
2244
2350
|
"mutations": {
|
|
2245
2351
|
"dependencies": {
|
|
2246
2352
|
"runtime": {
|
|
2247
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2353
|
+
"@jskit-ai/database-runtime": "0.1.36",
|
|
2248
2354
|
"pg": "^8.13.1"
|
|
2249
2355
|
},
|
|
2250
2356
|
"dev": {}
|
|
@@ -2315,11 +2421,11 @@
|
|
|
2315
2421
|
},
|
|
2316
2422
|
{
|
|
2317
2423
|
"packageId": "@jskit-ai/http-runtime",
|
|
2318
|
-
"version": "0.1.
|
|
2424
|
+
"version": "0.1.35",
|
|
2319
2425
|
"descriptor": {
|
|
2320
2426
|
"packageVersion": 1,
|
|
2321
2427
|
"packageId": "@jskit-ai/http-runtime",
|
|
2322
|
-
"version": "0.1.
|
|
2428
|
+
"version": "0.1.35",
|
|
2323
2429
|
"kind": "runtime",
|
|
2324
2430
|
"dependsOn": [],
|
|
2325
2431
|
"capabilities": {
|
|
@@ -2385,7 +2491,7 @@
|
|
|
2385
2491
|
"mutations": {
|
|
2386
2492
|
"dependencies": {
|
|
2387
2493
|
"runtime": {
|
|
2388
|
-
"@jskit-ai/kernel": "0.1.
|
|
2494
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
2389
2495
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
2390
2496
|
"typebox": "^1.0.81"
|
|
2391
2497
|
},
|
|
@@ -2401,11 +2507,11 @@
|
|
|
2401
2507
|
},
|
|
2402
2508
|
{
|
|
2403
2509
|
"packageId": "@jskit-ai/realtime",
|
|
2404
|
-
"version": "0.1.
|
|
2510
|
+
"version": "0.1.35",
|
|
2405
2511
|
"descriptor": {
|
|
2406
2512
|
"packageVersion": 1,
|
|
2407
2513
|
"packageId": "@jskit-ai/realtime",
|
|
2408
|
-
"version": "0.1.
|
|
2514
|
+
"version": "0.1.35",
|
|
2409
2515
|
"kind": "runtime",
|
|
2410
2516
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
2411
2517
|
"options": {
|
|
@@ -2500,7 +2606,7 @@
|
|
|
2500
2606
|
"mutations": {
|
|
2501
2607
|
"dependencies": {
|
|
2502
2608
|
"runtime": {
|
|
2503
|
-
"@jskit-ai/kernel": "0.1.
|
|
2609
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
2504
2610
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
2505
2611
|
"redis": "^5.8.2",
|
|
2506
2612
|
"socket.io": "^4.8.3",
|
|
@@ -2549,11 +2655,11 @@
|
|
|
2549
2655
|
},
|
|
2550
2656
|
{
|
|
2551
2657
|
"packageId": "@jskit-ai/shell-web",
|
|
2552
|
-
"version": "0.1.
|
|
2658
|
+
"version": "0.1.35",
|
|
2553
2659
|
"descriptor": {
|
|
2554
2660
|
"packageVersion": 1,
|
|
2555
2661
|
"packageId": "@jskit-ai/shell-web",
|
|
2556
|
-
"version": "0.1.
|
|
2662
|
+
"version": "0.1.35",
|
|
2557
2663
|
"kind": "runtime",
|
|
2558
2664
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
2559
2665
|
"dependsOn": [],
|
|
@@ -2654,7 +2760,7 @@
|
|
|
2654
2760
|
"runtime": {
|
|
2655
2761
|
"@mdi/js": "^7.4.47",
|
|
2656
2762
|
"@tanstack/vue-query": "^5.90.5",
|
|
2657
|
-
"@jskit-ai/kernel": "0.1.
|
|
2763
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
2658
2764
|
"vuetify": "^4.0.0"
|
|
2659
2765
|
},
|
|
2660
2766
|
"dev": {}
|
|
@@ -2662,8 +2768,7 @@
|
|
|
2662
2768
|
"packageJson": {
|
|
2663
2769
|
"scripts": {
|
|
2664
2770
|
"dev:all": "vite",
|
|
2665
|
-
"dev:home": "VITE_SURFACE=home vite"
|
|
2666
|
-
"dev:console": "VITE_SURFACE=console vite"
|
|
2771
|
+
"dev:home": "VITE_SURFACE=home vite"
|
|
2667
2772
|
}
|
|
2668
2773
|
},
|
|
2669
2774
|
"procfile": {},
|
|
@@ -2824,26 +2929,6 @@
|
|
|
2824
2929
|
"reason": "Install shell-driven home settings index stub scaffold for app-owned landing or redirect behavior.",
|
|
2825
2930
|
"category": "shell-web",
|
|
2826
2931
|
"id": "shell-web-page-home-settings"
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"from": "templates/src/pages/console.vue",
|
|
2830
|
-
"toSurface": "console",
|
|
2831
|
-
"toSurfaceRoot": true,
|
|
2832
|
-
"ownership": "app",
|
|
2833
|
-
"expectedExistingFrom": "templates/expected-existing/src/pages/console.vue",
|
|
2834
|
-
"reason": "Install shell-driven console wrapper page.",
|
|
2835
|
-
"category": "shell-web",
|
|
2836
|
-
"id": "shell-web-page-console-wrapper"
|
|
2837
|
-
},
|
|
2838
|
-
{
|
|
2839
|
-
"from": "templates/src/pages/console/index.vue",
|
|
2840
|
-
"toSurface": "console",
|
|
2841
|
-
"toSurfacePath": "index.vue",
|
|
2842
|
-
"ownership": "app",
|
|
2843
|
-
"expectedExistingFrom": "templates/expected-existing/src/pages/console/index.vue",
|
|
2844
|
-
"reason": "Install shell-driven console page starter.",
|
|
2845
|
-
"category": "shell-web",
|
|
2846
|
-
"id": "shell-web-page-console"
|
|
2847
2932
|
}
|
|
2848
2933
|
]
|
|
2849
2934
|
}
|
|
@@ -2851,11 +2936,11 @@
|
|
|
2851
2936
|
},
|
|
2852
2937
|
{
|
|
2853
2938
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2854
|
-
"version": "0.1.
|
|
2939
|
+
"version": "0.1.35",
|
|
2855
2940
|
"descriptor": {
|
|
2856
2941
|
"packageVersion": 1,
|
|
2857
2942
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2858
|
-
"version": "0.1.
|
|
2943
|
+
"version": "0.1.35",
|
|
2859
2944
|
"kind": "runtime",
|
|
2860
2945
|
"dependsOn": [
|
|
2861
2946
|
"@jskit-ai/kernel"
|
|
@@ -2904,7 +2989,7 @@
|
|
|
2904
2989
|
"mutations": {
|
|
2905
2990
|
"dependencies": {
|
|
2906
2991
|
"runtime": {
|
|
2907
|
-
"@jskit-ai/kernel": "0.1.
|
|
2992
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
2908
2993
|
"unstorage": "^1.17.3"
|
|
2909
2994
|
},
|
|
2910
2995
|
"dev": {}
|
|
@@ -2920,11 +3005,11 @@
|
|
|
2920
3005
|
},
|
|
2921
3006
|
{
|
|
2922
3007
|
"packageId": "@jskit-ai/ui-generator",
|
|
2923
|
-
"version": "0.1.
|
|
3008
|
+
"version": "0.1.19",
|
|
2924
3009
|
"descriptor": {
|
|
2925
3010
|
"packageVersion": 1,
|
|
2926
3011
|
"packageId": "@jskit-ai/ui-generator",
|
|
2927
|
-
"version": "0.1.
|
|
3012
|
+
"version": "0.1.19",
|
|
2928
3013
|
"kind": "generator",
|
|
2929
3014
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
2930
3015
|
"options": {
|
|
@@ -2941,7 +3026,7 @@
|
|
|
2941
3026
|
"validationType": "enabled-surface-id",
|
|
2942
3027
|
"defaultFromConfig": "surfaceDefaultId",
|
|
2943
3028
|
"promptLabel": "Target surface",
|
|
2944
|
-
"promptHint": "Used
|
|
3029
|
+
"promptHint": "Optional. Used when JSKIT cannot infer the target surface from placement or app topology."
|
|
2945
3030
|
},
|
|
2946
3031
|
"path": {
|
|
2947
3032
|
"required": false,
|
|
@@ -3087,11 +3172,12 @@
|
|
|
3087
3172
|
"force"
|
|
3088
3173
|
],
|
|
3089
3174
|
"requiredOptionNames": [
|
|
3090
|
-
"name"
|
|
3091
|
-
"surface"
|
|
3175
|
+
"name"
|
|
3092
3176
|
],
|
|
3093
3177
|
"notes": [
|
|
3094
3178
|
"If --placement is omitted, the placed element is added at shell-layout:top-right.",
|
|
3179
|
+
"If the placement target belongs to a page-owned outlet, JSKIT infers the surface automatically.",
|
|
3180
|
+
"If the target is shared and the app has multiple enabled surfaces, pass --surface explicitly.",
|
|
3095
3181
|
"If the component file already exists, rerun with --force to overwrite it."
|
|
3096
3182
|
],
|
|
3097
3183
|
"examples": [
|
|
@@ -3099,8 +3185,7 @@
|
|
|
3099
3185
|
"label": "Common usage",
|
|
3100
3186
|
"lines": [
|
|
3101
3187
|
"npx jskit generate ui-generator placed-element \\",
|
|
3102
|
-
" --name \"Alerts Widget\"
|
|
3103
|
-
" --surface admin"
|
|
3188
|
+
" --name \"Alerts Widget\""
|
|
3104
3189
|
]
|
|
3105
3190
|
},
|
|
3106
3191
|
{
|
|
@@ -3223,7 +3308,7 @@
|
|
|
3223
3308
|
"mutations": {
|
|
3224
3309
|
"dependencies": {
|
|
3225
3310
|
"runtime": {
|
|
3226
|
-
"@jskit-ai/users-web": "0.1.
|
|
3311
|
+
"@jskit-ai/users-web": "0.1.51"
|
|
3227
3312
|
},
|
|
3228
3313
|
"dev": {}
|
|
3229
3314
|
},
|
|
@@ -3238,11 +3323,11 @@
|
|
|
3238
3323
|
},
|
|
3239
3324
|
{
|
|
3240
3325
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
3241
|
-
"version": "0.1.
|
|
3326
|
+
"version": "0.1.14",
|
|
3242
3327
|
"descriptor": {
|
|
3243
3328
|
"packageVersion": 1,
|
|
3244
3329
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
3245
|
-
"version": "0.1.
|
|
3330
|
+
"version": "0.1.14",
|
|
3246
3331
|
"kind": "runtime",
|
|
3247
3332
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
3248
3333
|
"dependsOn": [
|
|
@@ -3306,7 +3391,7 @@
|
|
|
3306
3391
|
"mutations": {
|
|
3307
3392
|
"dependencies": {
|
|
3308
3393
|
"runtime": {
|
|
3309
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
3394
|
+
"@jskit-ai/uploads-runtime": "0.1.14",
|
|
3310
3395
|
"@uppy/compressor": "^3.1.0",
|
|
3311
3396
|
"@uppy/core": "^5.2.0",
|
|
3312
3397
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -3326,11 +3411,11 @@
|
|
|
3326
3411
|
},
|
|
3327
3412
|
{
|
|
3328
3413
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
3329
|
-
"version": "0.1.
|
|
3414
|
+
"version": "0.1.14",
|
|
3330
3415
|
"descriptor": {
|
|
3331
3416
|
"packageVersion": 1,
|
|
3332
3417
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
3333
|
-
"version": "0.1.
|
|
3418
|
+
"version": "0.1.14",
|
|
3334
3419
|
"kind": "runtime",
|
|
3335
3420
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
3336
3421
|
"dependsOn": [
|
|
@@ -3400,7 +3485,7 @@
|
|
|
3400
3485
|
"dependencies": {
|
|
3401
3486
|
"runtime": {
|
|
3402
3487
|
"@fastify/multipart": "^9.4.0",
|
|
3403
|
-
"@jskit-ai/kernel": "0.1.
|
|
3488
|
+
"@jskit-ai/kernel": "0.1.36"
|
|
3404
3489
|
},
|
|
3405
3490
|
"dev": {}
|
|
3406
3491
|
},
|
|
@@ -3415,11 +3500,11 @@
|
|
|
3415
3500
|
},
|
|
3416
3501
|
{
|
|
3417
3502
|
"packageId": "@jskit-ai/users-core",
|
|
3418
|
-
"version": "0.1.
|
|
3503
|
+
"version": "0.1.46",
|
|
3419
3504
|
"descriptor": {
|
|
3420
3505
|
"packageVersion": 1,
|
|
3421
3506
|
"packageId": "@jskit-ai/users-core",
|
|
3422
|
-
"version": "0.1.
|
|
3507
|
+
"version": "0.1.46",
|
|
3423
3508
|
"kind": "runtime",
|
|
3424
3509
|
"description": "Users/account runtime plus HTTP routes for account and console features.",
|
|
3425
3510
|
"dependsOn": [
|
|
@@ -3555,11 +3640,11 @@
|
|
|
3555
3640
|
"mutations": {
|
|
3556
3641
|
"dependencies": {
|
|
3557
3642
|
"runtime": {
|
|
3558
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3559
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3560
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3561
|
-
"@jskit-ai/kernel": "0.1.
|
|
3562
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
3643
|
+
"@jskit-ai/auth-core": "0.1.35",
|
|
3644
|
+
"@jskit-ai/database-runtime": "0.1.36",
|
|
3645
|
+
"@jskit-ai/http-runtime": "0.1.35",
|
|
3646
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
3647
|
+
"@jskit-ai/uploads-runtime": "0.1.14",
|
|
3563
3648
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
3564
3649
|
"typebox": "^1.0.81"
|
|
3565
3650
|
},
|
|
@@ -3670,15 +3755,16 @@
|
|
|
3670
3755
|
},
|
|
3671
3756
|
{
|
|
3672
3757
|
"packageId": "@jskit-ai/users-web",
|
|
3673
|
-
"version": "0.1.
|
|
3758
|
+
"version": "0.1.51",
|
|
3674
3759
|
"descriptor": {
|
|
3675
3760
|
"packageVersion": 1,
|
|
3676
3761
|
"packageId": "@jskit-ai/users-web",
|
|
3677
|
-
"version": "0.1.
|
|
3762
|
+
"version": "0.1.51",
|
|
3678
3763
|
"kind": "runtime",
|
|
3679
3764
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
3680
3765
|
"dependsOn": [
|
|
3681
3766
|
"@jskit-ai/auth-web",
|
|
3767
|
+
"@jskit-ai/console-web",
|
|
3682
3768
|
"@jskit-ai/http-runtime",
|
|
3683
3769
|
"@jskit-ai/shell-web",
|
|
3684
3770
|
"@jskit-ai/uploads-image-web",
|
|
@@ -3872,12 +3958,13 @@
|
|
|
3872
3958
|
"runtime": {
|
|
3873
3959
|
"@tanstack/vue-query": "5.92.12",
|
|
3874
3960
|
"@mdi/js": "^7.4.47",
|
|
3875
|
-
"@jskit-ai/
|
|
3876
|
-
"@jskit-ai/
|
|
3877
|
-
"@jskit-ai/
|
|
3878
|
-
"@jskit-ai/
|
|
3879
|
-
"@jskit-ai/
|
|
3880
|
-
"@jskit-ai/
|
|
3961
|
+
"@jskit-ai/console-web": "0.1.3",
|
|
3962
|
+
"@jskit-ai/http-runtime": "0.1.35",
|
|
3963
|
+
"@jskit-ai/realtime": "0.1.35",
|
|
3964
|
+
"@jskit-ai/kernel": "0.1.36",
|
|
3965
|
+
"@jskit-ai/shell-web": "0.1.35",
|
|
3966
|
+
"@jskit-ai/uploads-image-web": "0.1.14",
|
|
3967
|
+
"@jskit-ai/users-core": "0.1.46",
|
|
3881
3968
|
"vuetify": "^4.0.0"
|
|
3882
3969
|
},
|
|
3883
3970
|
"dev": {}
|
|
@@ -4017,11 +4104,11 @@
|
|
|
4017
4104
|
},
|
|
4018
4105
|
{
|
|
4019
4106
|
"packageId": "@jskit-ai/workspaces-core",
|
|
4020
|
-
"version": "0.1.
|
|
4107
|
+
"version": "0.1.12",
|
|
4021
4108
|
"descriptor": {
|
|
4022
4109
|
"packageVersion": 1,
|
|
4023
4110
|
"packageId": "@jskit-ai/workspaces-core",
|
|
4024
|
-
"version": "0.1.
|
|
4111
|
+
"version": "0.1.12",
|
|
4025
4112
|
"kind": "runtime",
|
|
4026
4113
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
4027
4114
|
"dependsOn": [
|
|
@@ -4130,7 +4217,7 @@
|
|
|
4130
4217
|
"mutations": {
|
|
4131
4218
|
"dependencies": {
|
|
4132
4219
|
"runtime": {
|
|
4133
|
-
"@jskit-ai/users-core": "0.1.
|
|
4220
|
+
"@jskit-ai/users-core": "0.1.46"
|
|
4134
4221
|
},
|
|
4135
4222
|
"dev": {}
|
|
4136
4223
|
},
|
|
@@ -4320,11 +4407,11 @@
|
|
|
4320
4407
|
},
|
|
4321
4408
|
{
|
|
4322
4409
|
"packageId": "@jskit-ai/workspaces-web",
|
|
4323
|
-
"version": "0.1.
|
|
4410
|
+
"version": "0.1.12",
|
|
4324
4411
|
"descriptor": {
|
|
4325
4412
|
"packageVersion": 1,
|
|
4326
4413
|
"packageId": "@jskit-ai/workspaces-web",
|
|
4327
|
-
"version": "0.1.
|
|
4414
|
+
"version": "0.1.12",
|
|
4328
4415
|
"kind": "runtime",
|
|
4329
4416
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
|
|
4330
4417
|
"dependsOn": [
|
|
@@ -4444,8 +4531,8 @@
|
|
|
4444
4531
|
"mutations": {
|
|
4445
4532
|
"dependencies": {
|
|
4446
4533
|
"runtime": {
|
|
4447
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
4448
|
-
"@jskit-ai/users-web": "0.1.
|
|
4534
|
+
"@jskit-ai/workspaces-core": "0.1.12",
|
|
4535
|
+
"@jskit-ai/users-web": "0.1.51"
|
|
4449
4536
|
},
|
|
4450
4537
|
"dev": {}
|
|
4451
4538
|
},
|