@futdevpro/fsm-dynamo 1.5.74 → 1.5.75
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/lib/_modules/location.index.d.ts +7 -0
- package/lib/_modules/location.index.d.ts.map +1 -0
- package/lib/_modules/location.index.js +13 -0
- package/lib/_modules/location.index.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +28 -0
- package/nodemon.json +7 -4
- package/package.json +22 -9
- package/src/_modules/location.index.ts +15 -0
- package/src/sync.ffs_db +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from '../_models/interfaces/location';
|
|
2
|
+
export * from '../_enums/region.enum';
|
|
3
|
+
export * from '../_enums/sub-region.enum';
|
|
4
|
+
export * from '../_enums/subdivision-region-type.enum';
|
|
5
|
+
export * from '../_utils/location.util';
|
|
6
|
+
export * from '../_utils/regions.util';
|
|
7
|
+
//# sourceMappingURL=location.index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location.index.d.ts","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":"AAEA,cAAc,gCAAgC,CAAC;AAG/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AAGvD,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// INTERFACES
|
|
5
|
+
tslib_1.__exportStar(require("../_models/interfaces/location"), exports);
|
|
6
|
+
// ENUMS
|
|
7
|
+
tslib_1.__exportStar(require("../_enums/region.enum"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("../_enums/sub-region.enum"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("../_enums/subdivision-region-type.enum"), exports);
|
|
10
|
+
// UTILS
|
|
11
|
+
tslib_1.__exportStar(require("../_utils/location.util"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("../_utils/regions.util"), exports);
|
|
13
|
+
//# sourceMappingURL=location.index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location.index.js","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":";;;AACA,aAAa;AACb,yEAA+C;AAE/C,QAAQ;AACR,gEAAsC;AACtC,oEAA0C;AAC1C,iFAAuD;AAEvD,QAAQ;AACR,kEAAwC;AACxC,iEAAuC"}
|
package/lib/tsconfig.tsbuildinfo
CHANGED
|
@@ -513,6 +513,11 @@
|
|
|
513
513
|
"signature": "cdb87fc9252d163ee87358760777e3191e5c183a086315d29deed94ae8ccfca5",
|
|
514
514
|
"affectsGlobalScope": false
|
|
515
515
|
},
|
|
516
|
+
"../src/_modules/location.index.ts": {
|
|
517
|
+
"version": "27158778af11fef7c77620bf43285baea7cd3e8d45be02267f9551765f908079",
|
|
518
|
+
"signature": "6d5ac4e30dd7d906f7326e8f0aaa22cc59c48d163f03603cd4a31ef882f8677c",
|
|
519
|
+
"affectsGlobalScope": false
|
|
520
|
+
},
|
|
516
521
|
"../src/_modules/models.index.ts": {
|
|
517
522
|
"version": "d2b8313e82b81c80ef45c1eddda8c12fac1be2584675873982909ce08cbd4697",
|
|
518
523
|
"signature": "46f7d9ec5eb331a3a6669d7937b99d532b236d91e2beaef9fb047ccb79e8e811",
|
|
@@ -2128,6 +2133,20 @@
|
|
|
2128
2133
|
"../src/_models/control-models/error.control-model.ts",
|
|
2129
2134
|
"../src/_models/interfaces/error-defaults.interface.ts"
|
|
2130
2135
|
],
|
|
2136
|
+
"../src/_modules/location.index.ts": [
|
|
2137
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2138
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2139
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2140
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2141
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2142
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2143
|
+
"../src/_enums/region.enum.ts",
|
|
2144
|
+
"../src/_enums/sub-region.enum.ts",
|
|
2145
|
+
"../src/_enums/subdivision-region-type.enum.ts",
|
|
2146
|
+
"../src/_models/interfaces/location/index.ts",
|
|
2147
|
+
"../src/_utils/location.util.ts",
|
|
2148
|
+
"../src/_utils/regions.util.ts"
|
|
2149
|
+
],
|
|
2131
2150
|
"../src/_modules/models.index.ts": [
|
|
2132
2151
|
"../node_modules/@types/node/fs.d.ts",
|
|
2133
2152
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -3289,6 +3308,14 @@
|
|
|
3289
3308
|
"../src/_models/control-models/error.control-model.ts",
|
|
3290
3309
|
"../src/_models/interfaces/error-defaults.interface.ts"
|
|
3291
3310
|
],
|
|
3311
|
+
"../src/_modules/location.index.ts": [
|
|
3312
|
+
"../src/_enums/region.enum.ts",
|
|
3313
|
+
"../src/_enums/sub-region.enum.ts",
|
|
3314
|
+
"../src/_enums/subdivision-region-type.enum.ts",
|
|
3315
|
+
"../src/_models/interfaces/location/index.ts",
|
|
3316
|
+
"../src/_utils/location.util.ts",
|
|
3317
|
+
"../src/_utils/regions.util.ts"
|
|
3318
|
+
],
|
|
3292
3319
|
"../src/_modules/models.index.ts": [
|
|
3293
3320
|
"../src/_models/index.ts"
|
|
3294
3321
|
],
|
|
@@ -3493,6 +3520,7 @@
|
|
|
3493
3520
|
"../src/_modules/data-modules.index.ts",
|
|
3494
3521
|
"../src/_modules/enums.index.ts",
|
|
3495
3522
|
"../src/_modules/error-module.index.ts",
|
|
3523
|
+
"../src/_modules/location.index.ts",
|
|
3496
3524
|
"../src/_modules/models.index.ts",
|
|
3497
3525
|
"../src/_modules/shared-service.index.ts",
|
|
3498
3526
|
"../src/_modules/test-module.index.ts",
|
package/nodemon.json
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/fsm-dynamo",
|
|
3
|
-
"version": "01.05.
|
|
3
|
+
"version": "01.05.75",
|
|
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",
|
|
7
|
+
"start": "npm run prep && nodemon",
|
|
7
8
|
"deploy": "npm run build",
|
|
8
|
-
|
|
9
|
-
"build
|
|
10
|
-
"build-
|
|
11
|
-
"build-
|
|
12
|
-
"build-clean": "
|
|
13
|
-
"
|
|
14
|
-
"
|
|
9
|
+
|
|
10
|
+
"build": "npm run build-base && jasmine && npm publish",
|
|
11
|
+
"build-tgz": "npm run build-base && jasmine && npm pack && move ./*.tgz ../npm-tgz-collection/dynamo-fsm",
|
|
12
|
+
"build-base": "npm i && rimraf ./lib && npm i && npx tsc",
|
|
13
|
+
"build-clean": "npm run clean && npm run build-base",
|
|
14
|
+
"clean": "npm run prep && rimraf ./lib && rimraf ./node_modules",
|
|
15
|
+
"build-all": "npm run build-tgz && npm run build",
|
|
16
|
+
|
|
17
|
+
"test": "npm run build-base && jasmine",
|
|
18
|
+
"test-live": "npm i && nodemon --exec \"npm test\"",
|
|
15
19
|
"test-build": "npm run build-clean && jasmine"
|
|
16
20
|
},
|
|
17
21
|
"main": "./lib/index.js",
|
|
@@ -84,6 +88,12 @@
|
|
|
84
88
|
"module": "./lib/_modules/shared-service.index.js",
|
|
85
89
|
"types": "./lib/_modules/shared-service.index.d.ts",
|
|
86
90
|
"typings": "./lib/_modules/shared-service.index.d.ts"
|
|
91
|
+
},
|
|
92
|
+
"./location": {
|
|
93
|
+
"default": "./lib/_modules/location.index.js",
|
|
94
|
+
"module": "./lib/_modules/location.index.js",
|
|
95
|
+
"types": "./lib/_modules/location.index.d.ts",
|
|
96
|
+
"typings": "./lib/_modules/location.index.d.ts"
|
|
87
97
|
}
|
|
88
98
|
},
|
|
89
99
|
"typesVersions": {
|
|
@@ -117,6 +127,9 @@
|
|
|
117
127
|
],
|
|
118
128
|
"shared-service": [
|
|
119
129
|
"lib/_modules/shared-service.index.d.ts"
|
|
130
|
+
],
|
|
131
|
+
"location": [
|
|
132
|
+
"lib/_modules/location.index.d.ts"
|
|
120
133
|
]
|
|
121
134
|
}
|
|
122
135
|
},
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
// INTERFACES
|
|
3
|
+
export * from '../_models/interfaces/location';
|
|
4
|
+
|
|
5
|
+
// ENUMS
|
|
6
|
+
export * from '../_enums/region.enum';
|
|
7
|
+
export * from '../_enums/sub-region.enum';
|
|
8
|
+
export * from '../_enums/subdivision-region-type.enum';
|
|
9
|
+
|
|
10
|
+
// UTILS
|
|
11
|
+
export * from '../_utils/location.util';
|
|
12
|
+
export * from '../_utils/regions.util';
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
package/src/sync.ffs_db
DELETED
|
Binary file
|