@futdevpro/nts-dynamo 1.10.40 → 1.10.42
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.10.
|
|
3
|
+
"version": "01.10.42",
|
|
4
4
|
"description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Program Ltd.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prep": "npm i rimraf nodemon -g",
|
|
@@ -132,11 +132,13 @@
|
|
|
132
132
|
},
|
|
133
133
|
"homepage": "https:/futdevpro.hu/projects/dynamo",
|
|
134
134
|
"DISABLED": {
|
|
135
|
-
"@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.10.
|
|
135
|
+
"@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.10.35.tgz",
|
|
136
|
+
|
|
136
137
|
"empty": ""
|
|
137
138
|
},
|
|
138
139
|
"peerDependencies": {
|
|
139
|
-
"@futdevpro/fsm-dynamo": "1.10.
|
|
140
|
+
"@futdevpro/fsm-dynamo": "1.10.35",
|
|
141
|
+
|
|
140
142
|
"@types/express": "~4.17.17",
|
|
141
143
|
"@types/geoip-lite": "~1.4.1",
|
|
142
144
|
"@types/node": "~20.14.8",
|