@futdevpro/fsm-dynamo 1.9.18 → 1.9.19

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/.eslintrc.json CHANGED
@@ -37,8 +37,8 @@
37
37
  "warn",
38
38
  {
39
39
  "code": 100,
40
- "comments": 120,
41
- "ignorePattern": "^import\\s.+\\sfrom\\s.+;$"
40
+ "comments": 120
41
+ /*"ignorePattern": "^import\\s.+\\sfrom\\s.+;$"*/
42
42
  }
43
43
  ],
44
44
  "comma-dangle": [
package/nodemon.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "exec": "title Test Build of Dynamo-FSM && npm run build-tgz",
3
3
  "restartable": "rs",
4
+ "delay": "3000",
4
5
  "ext": ".ts,json",
5
6
  "watch": [
6
7
  "./src/*"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futdevpro/fsm-dynamo",
3
- "version": "01.09.18",
3
+ "version": "01.09.19",
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",
@@ -118,7 +118,6 @@
118
118
  "eslint": "~8.51.0",
119
119
  "eslint-plugin-unused-imports": "~3.0.0",
120
120
  "eslint-plugin-max-params-no-constructor": "~0.0.4",
121
- "jasmine": "~5.1.0",
122
- "nodemon": "~3.0.1"
121
+ "jasmine": "~5.1.0"
123
122
  }
124
123
  }
Binary file