@futdevpro/nts-dynamo 1.5.47 → 1.5.49
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.
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/nts-dynamo",
|
|
3
|
-
"version": "01.05.
|
|
3
|
+
"version": "01.05.49",
|
|
4
4
|
"description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Ltd.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run inb",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"inbt": "npm i",
|
|
14
14
|
"postinbt": "npm run pinbt",
|
|
15
15
|
"pinbt": "npx tsc",
|
|
16
|
-
"
|
|
16
|
+
"postpinbt": "npm pack"
|
|
17
17
|
},
|
|
18
18
|
"main": "./lib/index.js",
|
|
19
19
|
"module": "./lib/index.js",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
},
|
|
177
177
|
"homepage": "https:/futdevpro.hu/projects/dynamo",
|
|
178
178
|
"peerDependencies": {
|
|
179
|
-
"@futdevpro/fsm-dynamo": "^1.5.
|
|
179
|
+
"@futdevpro/fsm-dynamo": "^1.5.29",
|
|
180
180
|
|
|
181
181
|
"@types/express": "^4.17.7",
|
|
182
182
|
"@types/geoip-lite": "^1.4.1",
|