@futdevpro/nts-dynamo 1.15.266 → 1.15.268
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/package.json +9 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/nts-dynamo",
|
|
3
|
-
"version": "01.15.
|
|
3
|
+
"version": "01.15.268",
|
|
4
4
|
"description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Program Ltd.",
|
|
5
5
|
"DyBu_settings": {
|
|
6
6
|
"packageType": "server-package",
|
|
@@ -325,6 +325,12 @@
|
|
|
325
325
|
"ai/open-ai": [
|
|
326
326
|
"build/_modules/ai/_modules/open-ai/index.d.ts"
|
|
327
327
|
],
|
|
328
|
+
"ai/anthropic": [
|
|
329
|
+
"build/_modules/ai/_modules/anthropic/index.d.ts"
|
|
330
|
+
],
|
|
331
|
+
"ai/fdp-ai": [
|
|
332
|
+
"build/_modules/ai/_modules/fdp-ai/index.d.ts"
|
|
333
|
+
],
|
|
328
334
|
"ai/ai-mock": [
|
|
329
335
|
"build/_modules/ai/_modules/ai-mock/index.d.ts"
|
|
330
336
|
],
|
|
@@ -442,7 +448,7 @@
|
|
|
442
448
|
"@anthropic-ai/sdk": "~0.39.0",
|
|
443
449
|
"@modelcontextprotocol/sdk": "~1.29.0",
|
|
444
450
|
"better-sqlite3": "~12.4.1",
|
|
445
|
-
"@futdevpro/fsm-dynamo": "1.20.
|
|
451
|
+
"@futdevpro/fsm-dynamo": "1.20.46",
|
|
446
452
|
"@types/express": "4.17.21",
|
|
447
453
|
"@types/geoip-lite": "~1.4.4",
|
|
448
454
|
"@types/node": "~24.1.0",
|
|
@@ -481,7 +487,7 @@
|
|
|
481
487
|
}
|
|
482
488
|
},
|
|
483
489
|
"devDependencies": {
|
|
484
|
-
"@futdevpro/fsm-dynamo": "1.20.
|
|
490
|
+
"@futdevpro/fsm-dynamo": "1.20.46",
|
|
485
491
|
"@futdevpro/dynamo-eslint": "1.20.18",
|
|
486
492
|
"@discordjs/opus": "^0.10.0",
|
|
487
493
|
"@discordjs/voice": "^0.18.0",
|