@jskit-ai/jskit-catalog 0.1.11 → 0.1.13

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.11",
9
+ "version": "0.1.13",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.11",
13
+ "version": "0.1.13",
14
14
  "description": "Unified assistant module with streaming chat, transcript persistence, service-aware tool execution, and workspace UI.",
15
15
  "options": {
16
16
  "ai-provider": {
@@ -121,14 +121,14 @@
121
121
  "mutations": {
122
122
  "dependencies": {
123
123
  "runtime": {
124
- "@jskit-ai/assistant": "0.1.11",
124
+ "@jskit-ai/assistant": "0.1.13",
125
125
  "@jskit-ai/auth-core": "0.1.8",
126
126
  "@jskit-ai/database-runtime": "0.1.8",
127
127
  "@jskit-ai/http-runtime": "0.1.8",
128
128
  "@jskit-ai/kernel": "0.1.8",
129
129
  "@jskit-ai/realtime": "0.1.8",
130
- "@jskit-ai/users-core": "0.1.11",
131
- "@jskit-ai/users-web": "0.1.11",
130
+ "@jskit-ai/users-core": "0.1.10",
131
+ "@jskit-ai/users-web": "0.1.13",
132
132
  "@tanstack/vue-query": "^5.90.5",
133
133
  "dompurify": "^3.3.3",
134
134
  "marked": "^17.0.4",
@@ -537,6 +537,16 @@
537
537
  "reason": "Configure application public URL for auth redirect flows.",
538
538
  "category": "runtime-config",
539
539
  "id": "auth-app-public-url"
540
+ },
541
+ {
542
+ "op": "append-text",
543
+ "file": "config/server.js",
544
+ "position": "bottom",
545
+ "skipIfContains": "config.auth = {",
546
+ "value": "\nconfig.auth = {\n oauth: {\n providers: [],\n defaultProvider: \"\"\n }\n};\n",
547
+ "reason": "Append app-owned OAuth provider visibility config for stock auth screens.",
548
+ "category": "runtime-config",
549
+ "id": "auth-oauth-app-config"
540
550
  }
541
551
  ]
542
552
  }
@@ -774,7 +784,7 @@
774
784
  "mutations": {
775
785
  "dependencies": {
776
786
  "runtime": {
777
- "@tanstack/vue-query": "^5.90.5",
787
+ "@tanstack/vue-query": "5.92.12",
778
788
  "@mdi/js": "^7.4.47",
779
789
  "@fastify/type-provider-typebox": "^6.1.0",
780
790
  "@jskit-ai/auth-core": "0.1.8",
@@ -786,7 +796,11 @@
786
796
  "dev": {}
787
797
  },
788
798
  "packageJson": {
789
- "scripts": {}
799
+ "scripts": {
800
+ "server:auth": "SERVER_SURFACE=auth node ./bin/server.js",
801
+ "dev:auth": "VITE_SURFACE=auth vite",
802
+ "build:auth": "VITE_SURFACE=auth vite build"
803
+ }
790
804
  },
791
805
  "procfile": {},
792
806
  "files": [
@@ -846,11 +860,11 @@
846
860
  },
847
861
  {
848
862
  "packageId": "@jskit-ai/crud",
849
- "version": "0.1.11",
863
+ "version": "0.1.13",
850
864
  "descriptor": {
851
865
  "packageVersion": 1,
852
866
  "packageId": "@jskit-ai/crud",
853
- "version": "0.1.11",
867
+ "version": "0.1.13",
854
868
  "installationMode": "clone-only",
855
869
  "description": "CRUD module with server routes, actions, persistence, and client pages.",
856
870
  "options": {
@@ -950,16 +964,16 @@
950
964
  "dependencies": {
951
965
  "runtime": {
952
966
  "@jskit-ai/auth-core": "0.1.8",
953
- "@jskit-ai/crud-core": "0.1.11",
967
+ "@jskit-ai/crud-core": "0.1.13",
954
968
  "@jskit-ai/database-runtime": "0.1.8",
955
969
  "@jskit-ai/http-runtime": "0.1.8",
956
970
  "@jskit-ai/kernel": "0.1.8",
957
971
  "@jskit-ai/realtime": "0.1.8",
958
972
  "@jskit-ai/shell-web": "0.1.8",
959
- "@jskit-ai/users-core": "0.1.11",
960
- "@jskit-ai/users-web": "0.1.11",
973
+ "@jskit-ai/users-core": "0.1.10",
974
+ "@jskit-ai/users-web": "0.1.13",
961
975
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
962
- "@tanstack/vue-query": "^5.90.5",
976
+ "@tanstack/vue-query": "5.92.12",
963
977
  "typebox": "^1.0.81",
964
978
  "vuetify": "^4.0.0"
965
979
  },
@@ -1191,11 +1205,11 @@
1191
1205
  },
1192
1206
  {
1193
1207
  "packageId": "@jskit-ai/crud-core",
1194
- "version": "0.1.11",
1208
+ "version": "0.1.13",
1195
1209
  "descriptor": {
1196
1210
  "packageVersion": 1,
1197
1211
  "packageId": "@jskit-ai/crud-core",
1198
- "version": "0.1.11",
1212
+ "version": "0.1.13",
1199
1213
  "description": "Shared CRUD helpers used by CRUD modules.",
1200
1214
  "dependsOn": [
1201
1215
  "@jskit-ai/kernel",
@@ -1220,7 +1234,7 @@
1220
1234
  "mutations": {
1221
1235
  "dependencies": {
1222
1236
  "runtime": {
1223
- "@jskit-ai/crud-core": "0.1.11"
1237
+ "@jskit-ai/crud-core": "0.1.13"
1224
1238
  },
1225
1239
  "dev": {}
1226
1240
  },
@@ -2134,11 +2148,11 @@
2134
2148
  },
2135
2149
  {
2136
2150
  "packageId": "@jskit-ai/users-core",
2137
- "version": "0.1.11",
2151
+ "version": "0.1.10",
2138
2152
  "descriptor": {
2139
2153
  "packageVersion": 1,
2140
2154
  "packageId": "@jskit-ai/users-core",
2141
- "version": "0.1.11",
2155
+ "version": "0.1.10",
2142
2156
  "description": "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
2143
2157
  "dependsOn": [
2144
2158
  "@jskit-ai/auth-core",
@@ -2350,7 +2364,14 @@
2350
2364
  "dev": {}
2351
2365
  },
2352
2366
  "packageJson": {
2353
- "scripts": {}
2367
+ "scripts": {
2368
+ "server:app": "SERVER_SURFACE=app node ./bin/server.js",
2369
+ "server:admin": "SERVER_SURFACE=admin node ./bin/server.js",
2370
+ "dev:app": "VITE_SURFACE=app vite",
2371
+ "dev:admin": "VITE_SURFACE=admin vite",
2372
+ "build:app": "VITE_SURFACE=app vite build",
2373
+ "build:admin": "VITE_SURFACE=admin vite build"
2374
+ }
2354
2375
  },
2355
2376
  "procfile": {},
2356
2377
  "files": [
@@ -2600,11 +2621,11 @@
2600
2621
  },
2601
2622
  {
2602
2623
  "packageId": "@jskit-ai/users-web",
2603
- "version": "0.1.11",
2624
+ "version": "0.1.13",
2604
2625
  "descriptor": {
2605
2626
  "packageVersion": 1,
2606
2627
  "packageId": "@jskit-ai/users-web",
2607
- "version": "0.1.11",
2628
+ "version": "0.1.13",
2608
2629
  "description": "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
2609
2630
  "dependsOn": [
2610
2631
  "@jskit-ai/http-runtime",
@@ -2861,7 +2882,7 @@
2861
2882
  "mutations": {
2862
2883
  "dependencies": {
2863
2884
  "runtime": {
2864
- "@tanstack/vue-query": "^5.90.5",
2885
+ "@tanstack/vue-query": "5.92.12",
2865
2886
  "@mdi/js": "^7.4.47",
2866
2887
  "@uppy/compressor": "^3.1.0",
2867
2888
  "@uppy/core": "^5.2.0",
@@ -2872,13 +2893,17 @@
2872
2893
  "@jskit-ai/realtime": "0.1.8",
2873
2894
  "@jskit-ai/kernel": "0.1.8",
2874
2895
  "@jskit-ai/shell-web": "0.1.8",
2875
- "@jskit-ai/users-core": "0.1.11",
2896
+ "@jskit-ai/users-core": "0.1.10",
2876
2897
  "vuetify": "^4.0.0"
2877
2898
  },
2878
2899
  "dev": {}
2879
2900
  },
2880
2901
  "packageJson": {
2881
- "scripts": {}
2902
+ "scripts": {
2903
+ "server:account": "SERVER_SURFACE=account node ./bin/server.js",
2904
+ "dev:account": "VITE_SURFACE=account vite",
2905
+ "build:account": "VITE_SURFACE=account vite build"
2906
+ }
2882
2907
  },
2883
2908
  "procfile": {},
2884
2909
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [