@futdevpro/fsm-dynamo 1.5.76 → 1.7.1
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 +4 -5
- package/tsconfig.json +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/fsm-dynamo",
|
|
3
|
-
"version": "01.
|
|
3
|
+
"version": "01.07.01",
|
|
4
4
|
"description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Ltd.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prep": "npm i rimraf nodemon -g",
|
|
@@ -11,12 +11,11 @@
|
|
|
11
11
|
"build-tgz": "npm run build-base && jasmine && npm pack && move ./*.tgz ../npm-tgz-collection/dynamo-fsm",
|
|
12
12
|
"build-base": "npm i && rimraf ./lib && npm i && npx tsc",
|
|
13
13
|
"build-clean": "npm run clean && npm run build-base",
|
|
14
|
-
"clean": "npm run prep && rimraf ./lib && rimraf ./node_modules",
|
|
14
|
+
"clean": "npm run prep && rimraf ./lib && rimraf package-lock.json && rimraf ./node_modules",
|
|
15
15
|
"build-all": "npm run build-tgz && npm run build",
|
|
16
16
|
|
|
17
17
|
"test": "npm run build-base && jasmine",
|
|
18
|
-
"test-
|
|
19
|
-
"test-build": "npm run build-clean && jasmine"
|
|
18
|
+
"test-clean": "npm run build-clean && jasmine"
|
|
20
19
|
},
|
|
21
20
|
"main": "./lib/index.js",
|
|
22
21
|
"module": "./lib/index.js",
|
|
@@ -148,7 +147,7 @@
|
|
|
148
147
|
},
|
|
149
148
|
"devDependencies": {
|
|
150
149
|
"@types/jasmine": "^4.3.5",
|
|
151
|
-
"jasmine": "^5.0
|
|
150
|
+
"jasmine": "^5.1.0",
|
|
152
151
|
"nodemon": "^3.0.1",
|
|
153
152
|
"rimraf": "^5.0.1"
|
|
154
153
|
}
|