@futdevpro/nts-dynamo 1.15.277 → 1.15.278
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 +5 -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.278",
|
|
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",
|
|
@@ -54,6 +54,8 @@
|
|
|
54
54
|
"lint:fix": "eslint src --ext .ts --fix",
|
|
55
55
|
"validate:imports": "dynamo-validate-imports",
|
|
56
56
|
"validate:naming": "dynamo-validate-naming",
|
|
57
|
+
"verify:lazy-peers": "ts-node --transpile-only scripts/verify-lazy-optional-peers.ts",
|
|
58
|
+
"prepublishOnly": "npm run verify:lazy-peers",
|
|
57
59
|
"audit:eslintrc": "dynamo-eslintrc-audit",
|
|
58
60
|
"fix": "dynamo-fix",
|
|
59
61
|
"fix:return-types": "dynamo-fix-return-types",
|
|
@@ -448,7 +450,7 @@
|
|
|
448
450
|
"@anthropic-ai/sdk": "~0.39.0",
|
|
449
451
|
"@modelcontextprotocol/sdk": "~1.29.0",
|
|
450
452
|
"better-sqlite3": "~12.4.1",
|
|
451
|
-
"@futdevpro/fsm-dynamo": "1.20.
|
|
453
|
+
"@futdevpro/fsm-dynamo": "1.20.55",
|
|
452
454
|
"@types/express": "4.17.21",
|
|
453
455
|
"@types/geoip-lite": "~1.4.4",
|
|
454
456
|
"@types/node": "~24.1.0",
|
|
@@ -487,7 +489,7 @@
|
|
|
487
489
|
}
|
|
488
490
|
},
|
|
489
491
|
"devDependencies": {
|
|
490
|
-
"@futdevpro/fsm-dynamo": "1.20.
|
|
492
|
+
"@futdevpro/fsm-dynamo": "1.20.55",
|
|
491
493
|
"@futdevpro/dynamo-eslint": "1.20.29",
|
|
492
494
|
"@discordjs/opus": "^0.10.0",
|
|
493
495
|
"@discordjs/voice": "^0.18.0",
|