@futdevpro/nts-dynamo 1.10.39 → 1.10.41

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.
Files changed (1) hide show
  1. package/package.json +10 -3
package/package.json CHANGED
@@ -1,20 +1,25 @@
1
1
  {
2
2
  "name": "@futdevpro/nts-dynamo",
3
- "version": "01.10.39",
3
+ "version": "01.10.41",
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
+
9
10
  "deploy": "npm run build",
10
11
  "clean-deploy": "npm run clean && npm run build-all",
12
+
11
13
  "build": "npm run build-base && jasmine && npm publish",
12
14
  "build-tgz": "npm run build-base && jasmine && npm pack && move ./*.tgz ../tgz-collection/dynamo-nts",
13
15
  "build-all": "npm run build-tgz && npm run build",
14
16
  "build-base": "npm i && rimraf ./build && npx tsc",
15
17
  "build-clean": "npm run clean && npm run build-base",
16
18
  "build-simple": "npm i && npx tsc && jasmine",
19
+ "build-n-test": "npm run build-tgz",
20
+
17
21
  "clean": "rimraf ./build && rimraf package-lock.json && rimraf ./node_modules",
22
+
18
23
  "test": "npm run build-base && jasmine",
19
24
  "test-clean": "npm run build-clean && jasmine",
20
25
  "start-clean": "npm run clean && npm run start",
@@ -127,11 +132,13 @@
127
132
  },
128
133
  "homepage": "https:/futdevpro.hu/projects/dynamo",
129
134
  "DISABLED": {
130
- "@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-1.10.32.tgz",
135
+ "@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.10.34.tgz",
136
+
131
137
  "empty": ""
132
138
  },
133
139
  "peerDependencies": {
134
- "@futdevpro/fsm-dynamo": "1.10.32",
140
+ "@futdevpro/fsm-dynamo": "1.10.34",
141
+
135
142
  "@types/express": "~4.17.17",
136
143
  "@types/geoip-lite": "~1.4.1",
137
144
  "@types/node": "~20.14.8",