@futdevpro/fsm-dynamo 1.10.32 → 1.10.33
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/fsm-dynamo",
|
|
3
|
-
"version": "01.10.
|
|
3
|
+
"version": "01.10.33",
|
|
4
4
|
"description": "Full Stack Model Collection for Dynamic (NodeJS-Typescript) Framework called Dynamo, by Future Development Ltd.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prep": "npm i pnpm -g && npm i rimraf nodemon -g",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"build-base": "pnpm i && rimraf ./build && npx tsc",
|
|
16
16
|
"build-clean": "pnpm run clean && pnpm run build-base",
|
|
17
17
|
"build-simple": "pnpm i && npx tsc && jasmine",
|
|
18
|
+
"build-n-test": "npm run build-tgz",
|
|
18
19
|
|
|
19
20
|
"nodemon-run": "npm run build-tgz",
|
|
20
21
|
|