@futdevpro/fsm-dynamo 1.5.28 → 1.5.29

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 CHANGED
@@ -1,13 +1,21 @@
1
1
  {
2
2
  "name": "@futdevpro/fsm-dynamo",
3
- "version": "01.05.28",
3
+ "version": "01.05.29",
4
4
  "description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Ltd.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
7
- "build": "npx tsc",
8
- "postbuild": "npm publish",
9
- "build-tgz": "npx tsc",
10
- "postbuild-tgz": "npm pack"
7
+
8
+ "build": "npm run inb",
9
+ "inb": "npm i",
10
+ "postinb": "npm run pinb",
11
+ "pinb": "npx tsc",
12
+ "postpinb": "npm publish",
13
+
14
+ "build-tgz": "npm run inbt",
15
+ "inbt": "npm i",
16
+ "postinbt": "npm run pinbt",
17
+ "pinbt": "npx tsc",
18
+ "postpinbt": "npm pack"
11
19
  },
12
20
  "main": "./lib/index.js",
13
21
  "module": "./lib/index.js",
@@ -93,7 +101,7 @@
93
101
  "license": "ISC",
94
102
  "homepage": "https:/futdevpro.hu/projects/dynamo",
95
103
  "peerDependencies": {
96
- "rxjs": "^7.5.6"
104
+ "rxjs": "^7.4.0"
97
105
  },
98
106
  "dependencies": {
99
107
  "@types/node": "~14.0.27",