fullstacked 0.12.0-1186 → 0.12.0-1198

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.
@@ -33,10 +33,10 @@ controls.append(button3);
33
33
 
34
34
  document.body.append(controls);
35
35
 
36
- const chatSaveFile = "chat.json";
36
+ const chatSaveFile = "data/chat.json";
37
+ await fs.mkdir("data");
37
38
 
38
39
  async function createChat() {
39
-
40
40
  let messages = undefined;
41
41
  if (await fs.exists(chatSaveFile)) {
42
42
  messages = JSON.parse(
@@ -12,11 +12,11 @@
12
12
  },
13
13
  {
14
14
  "name": "@codemirror/autocomplete",
15
- "version": "6.18.6",
15
+ "version": "6.18.7",
16
16
  "as": [
17
- "^6.7.1",
18
17
  "^6.0.0",
19
- "^6.3.2"
18
+ "^6.3.2",
19
+ "^6.7.1"
20
20
  ],
21
21
  "location": [
22
22
  "node_modules"
@@ -88,7 +88,7 @@
88
88
  },
89
89
  {
90
90
  "name": "@codemirror/lang-liquid",
91
- "version": "6.2.3",
91
+ "version": "6.3.0",
92
92
  "as": [
93
93
  "^6.2.3"
94
94
  ],
@@ -98,7 +98,7 @@
98
98
  },
99
99
  {
100
100
  "name": "@codemirror/lang-markdown",
101
- "version": "6.3.3",
101
+ "version": "6.3.4",
102
102
  "as": [
103
103
  "^6.3.3"
104
104
  ],
@@ -128,13 +128,13 @@
128
128
  },
129
129
  {
130
130
  "name": "@codemirror/language",
131
- "version": "6.11.2",
131
+ "version": "6.11.3",
132
132
  "as": [
133
- "^6.3.0",
134
133
  "^6.0.0",
135
- "^6.8.0",
134
+ "^6.4.0",
136
135
  "^6.6.0",
137
- "^6.4.0"
136
+ "^6.8.0",
137
+ "^6.3.0"
138
138
  ],
139
139
  "location": [
140
140
  "node_modules"
@@ -166,8 +166,8 @@
166
166
  "as": [
167
167
  "^6.5.2",
168
168
  "^6.0.0",
169
- "^6.4.0",
170
- "^6.5.0"
169
+ "^6.5.0",
170
+ "^6.4.0"
171
171
  ],
172
172
  "location": [
173
173
  "node_modules"
@@ -175,14 +175,14 @@
175
175
  },
176
176
  {
177
177
  "name": "@codemirror/view",
178
- "version": "6.38.1",
178
+ "version": "6.38.2",
179
179
  "as": [
180
180
  "^6.38.1",
181
- "^6.0.0",
182
- "^6.27.0",
183
181
  "^6.17.0",
184
182
  "^6.23.0",
185
- "^6.35.0"
183
+ "^6.0.0",
184
+ "^6.35.0",
185
+ "^6.27.0"
186
186
  ],
187
187
  "location": [
188
188
  "node_modules"
@@ -193,7 +193,7 @@
193
193
  "version": "0.0.0",
194
194
  "git": "default",
195
195
  "as": [
196
- "github.com:fullstackedorg/codemirror-view"
196
+ "git+https://github.com:fullstackedorg/codemirror-view"
197
197
  ],
198
198
  "location": [
199
199
  "node_modules"
@@ -201,9 +201,10 @@
201
201
  },
202
202
  {
203
203
  "name": "@langchain/core",
204
- "version": "0.3.66",
204
+ "version": "0.3.73",
205
205
  "as": [
206
- "^0.3.66"
206
+ "^0.3.66",
207
+ "^0.3.73"
207
208
  ],
208
209
  "location": [
209
210
  "node_modules"
@@ -211,9 +212,10 @@
211
212
  },
212
213
  {
213
214
  "name": "@langchain/ollama",
214
- "version": "0.2.3",
215
+ "version": "0.2.4",
215
216
  "as": [
216
- "^0.2.3"
217
+ "^0.2.3",
218
+ "^0.2.4"
217
219
  ],
218
220
  "location": [
219
221
  "node_modules"
@@ -221,9 +223,10 @@
221
223
  },
222
224
  {
223
225
  "name": "@langchain/openai",
224
- "version": "0.6.3",
226
+ "version": "0.6.11",
225
227
  "as": [
226
- "^0.6.3"
228
+ "^0.6.3",
229
+ "^0.6.11"
227
230
  ],
228
231
  "location": [
229
232
  "node_modules"
@@ -233,11 +236,11 @@
233
236
  "name": "@lezer/common",
234
237
  "version": "1.2.3",
235
238
  "as": [
236
- "^1.2.1",
237
- "^1.2.0",
238
- "^1.1.0",
239
239
  "^1.0.2",
240
- "^1.0.0"
240
+ "^1.0.0",
241
+ "^1.2.0",
242
+ "^1.2.1",
243
+ "^1.1.0"
241
244
  ],
242
245
  "location": [
243
246
  "node_modules"
@@ -287,7 +290,7 @@
287
290
  },
288
291
  {
289
292
  "name": "@lezer/javascript",
290
- "version": "1.5.1",
293
+ "version": "1.5.2",
291
294
  "as": [
292
295
  "^1.0.0"
293
296
  ],
@@ -471,8 +474,8 @@
471
474
  "name": "crelt",
472
475
  "version": "1.0.6",
473
476
  "as": [
474
- "^1.0.5",
475
- "^1.0.6"
477
+ "^1.0.6",
478
+ "^1.0.5"
476
479
  ],
477
480
  "location": [
478
481
  "node_modules"
@@ -510,7 +513,7 @@
510
513
  },
511
514
  {
512
515
  "name": "js-tiktoken",
513
- "version": "1.0.20",
516
+ "version": "1.0.21",
514
517
  "as": [
515
518
  "^1.0.12"
516
519
  ],
@@ -520,7 +523,7 @@
520
523
  },
521
524
  {
522
525
  "name": "langsmith",
523
- "version": "0.3.49",
526
+ "version": "0.3.67",
524
527
  "as": [
525
528
  "^0.3.46"
526
529
  ],
@@ -540,10 +543,10 @@
540
543
  },
541
544
  {
542
545
  "name": "ollama",
543
- "version": "0.5.16",
546
+ "version": "0.5.17",
544
547
  "as": [
545
548
  "^0.5.16",
546
- "^0.5.12"
549
+ "^0.5.17"
547
550
  ],
548
551
  "location": [
549
552
  "node_modules"
@@ -551,10 +554,20 @@
551
554
  },
552
555
  {
553
556
  "name": "openai",
554
- "version": "5.10.2",
557
+ "version": "5.12.2",
558
+ "as": [
559
+ "5.12.2"
560
+ ],
561
+ "location": [
562
+ "node_modules/@langchain/openai/node_modules"
563
+ ]
564
+ },
565
+ {
566
+ "name": "openai",
567
+ "version": "5.19.1",
555
568
  "as": [
556
569
  "^5.10.2",
557
- "^5.3.0"
570
+ "^5.19.1"
558
571
  ],
559
572
  "location": [
560
573
  "node_modules"
@@ -644,8 +657,8 @@
644
657
  "name": "style-mod",
645
658
  "version": "4.1.2",
646
659
  "as": [
647
- "^4.0.0",
648
- "^4.1.0"
660
+ "^4.1.0",
661
+ "^4.0.0"
649
662
  ],
650
663
  "location": [
651
664
  "node_modules"
@@ -698,15 +711,16 @@
698
711
  "^3.25.32"
699
712
  ],
700
713
  "location": [
701
- "node_modules/@langchain/openai/node_modules",
702
- "node_modules/@langchain/core/node_modules"
714
+ "node_modules/@langchain/core/node_modules",
715
+ "node_modules/@langchain/openai/node_modules"
703
716
  ]
704
717
  },
705
718
  {
706
719
  "name": "zod",
707
- "version": "4.0.14",
720
+ "version": "4.1.5",
708
721
  "as": [
709
- "^4.0.14"
722
+ "^4.0.14",
723
+ "^4.1.5"
710
724
  ],
711
725
  "location": [
712
726
  "node_modules"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
- "@fullstacked/codemirror-view": "github.com:fullstackedorg/codemirror-view",
3
+ "@fullstacked/codemirror-view": "git+https://github.com:fullstackedorg/codemirror-view",
4
4
  "@langchain/core": "^0.3.66",
5
5
  "@langchain/ollama": "^0.2.3",
6
6
  "@langchain/openai": "^0.6.3",