@futdevpro/nts-dynamo 1.10.37 → 1.10.38
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 +2 -5
package/package.json
CHANGED
|
@@ -1,22 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/nts-dynamo",
|
|
3
|
-
"version": "01.10.
|
|
3
|
+
"version": "01.10.38",
|
|
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",
|
|
7
7
|
"start-first": "npm run prep && nodemon",
|
|
8
8
|
"start": "nodemon",
|
|
9
|
-
|
|
10
9
|
"deploy": "npm run build",
|
|
11
10
|
"clean-deploy": "npm run clean && npm run build-all",
|
|
12
|
-
|
|
13
11
|
"build": "npm run build-base && jasmine && npm publish",
|
|
14
12
|
"build-tgz": "npm run build-base && jasmine && npm pack && move ./*.tgz ../tgz-collection/dynamo-nts",
|
|
15
13
|
"build-all": "npm run build-tgz && npm run build",
|
|
16
14
|
"build-base": "npm i && rimraf ./build && npx tsc",
|
|
17
15
|
"build-clean": "npm run clean && npm run build-base",
|
|
18
16
|
"build-simple": "npm i && npx tsc && jasmine",
|
|
19
|
-
|
|
20
17
|
"clean": "rimraf ./build && rimraf package-lock.json && rimraf ./node_modules",
|
|
21
18
|
"test": "npm run build-base && jasmine",
|
|
22
19
|
"test-clean": "npm run build-clean && jasmine",
|
|
@@ -57,7 +54,7 @@
|
|
|
57
54
|
"module": "./build/_modules/open-ai/index.js",
|
|
58
55
|
"types": "./build/_modules/open-ai/index.d.ts",
|
|
59
56
|
"typings": "./build/_modules/open-ai/index.d.ts"
|
|
60
|
-
},
|
|
57
|
+
},
|
|
61
58
|
"./server": {
|
|
62
59
|
"default": "./build/_modules/server/index.js",
|
|
63
60
|
"module": "./build/_modules/server/index.js",
|