@futdevpro/fsm-dynamo 1.5.65 → 1.5.67
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/_utils/index.d.ts +1 -0
- package/lib/_utils/index.d.ts.map +1 -1
- package/lib/_utils/index.js +1 -0
- package/lib/_utils/index.js.map +1 -1
- package/lib/_utils/log.util.d.ts +1 -1
- package/lib/_utils/log.util.js +11 -11
- package/lib/_utils/regex.util.d.ts +2 -0
- package/lib/_utils/regex.util.d.ts.map +1 -0
- package/lib/_utils/regex.util.js +5 -0
- package/lib/_utils/regex.util.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +20 -4
- package/package.json +1 -1
- package/src/_utils/index.ts +1 -0
- package/src/_utils/log.util.ts +11 -11
- package/src/_utils/regex.util.ts +4 -0
package/lib/_utils/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from './array.util';
|
|
|
2
2
|
export * from './location.util';
|
|
3
3
|
export * from './log.util';
|
|
4
4
|
export * from './random.util';
|
|
5
|
+
export * from './regex.util';
|
|
5
6
|
export * from './regions.util';
|
|
6
7
|
export * from './round-list.util';
|
|
7
8
|
export * from './shared.static-service';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/_utils/index.ts"],"names":[],"mappings":"AAEA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/_utils/index.ts"],"names":[],"mappings":"AAEA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC"}
|
package/lib/_utils/index.js
CHANGED
|
@@ -6,6 +6,7 @@ tslib_1.__exportStar(require("./array.util"), exports);
|
|
|
6
6
|
tslib_1.__exportStar(require("./location.util"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./log.util"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./random.util"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./regex.util"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./regions.util"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./round-list.util"), exports);
|
|
11
12
|
tslib_1.__exportStar(require("./shared.static-service"), exports);
|
package/lib/_utils/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/_utils/index.ts"],"names":[],"mappings":";;;AACA,QAAQ;AACR,uDAA6B;AAC7B,0DAAgC;AAChC,qDAA2B;AAC3B,wDAA8B;AAC9B,yDAA+B;AAC/B,4DAAkC;AAClC,kEAAwC;AACxC,sDAA4B;AAC5B,8DAAoC;AACpC,2DAAiC;AACjC,wDAA8B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/_utils/index.ts"],"names":[],"mappings":";;;AACA,QAAQ;AACR,uDAA6B;AAC7B,0DAAgC;AAChC,qDAA2B;AAC3B,wDAA8B;AAC9B,uDAA6B;AAC7B,yDAA+B;AAC/B,4DAAkC;AAClC,kEAAwC;AACxC,sDAA4B;AAC5B,8DAAoC;AACpC,2DAAiC;AACjC,wDAA8B"}
|
package/lib/_utils/log.util.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare class Dynamo_Log {
|
|
|
29
29
|
static highlightedLog(message: any, ...optionalParams: any[]): void;
|
|
30
30
|
static test(message: any, ...optionalParams: any[]): void;
|
|
31
31
|
/**
|
|
32
|
-
* @deprecated use Dynamo_Log.
|
|
32
|
+
* @deprecated use Dynamo_Log.test instead
|
|
33
33
|
*/
|
|
34
34
|
static testLog(message: any, ...optionalParams: any[]): void;
|
|
35
35
|
static testError(message: any, ...optionalParams: any[]): void;
|
package/lib/_utils/log.util.js
CHANGED
|
@@ -81,35 +81,35 @@ class Dynamo_Log {
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
static highlightedLog(message, ...optionalParams) {
|
|
84
|
-
console.log('\n\n
|
|
84
|
+
console.log('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
85
85
|
console.log(message, ...optionalParams);
|
|
86
|
-
console.log('\n
|
|
86
|
+
console.log('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
87
87
|
}
|
|
88
88
|
static test(message, ...optionalParams) {
|
|
89
|
-
console.log('\n\n
|
|
89
|
+
console.log('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
90
90
|
console.log(message, ...optionalParams);
|
|
91
|
-
console.log('\n
|
|
91
|
+
console.log('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
|
-
* @deprecated use Dynamo_Log.
|
|
94
|
+
* @deprecated use Dynamo_Log.test instead
|
|
95
95
|
*/
|
|
96
96
|
static testLog(message, ...optionalParams) {
|
|
97
97
|
this.test(message, ...optionalParams);
|
|
98
98
|
}
|
|
99
99
|
static testError(message, ...optionalParams) {
|
|
100
|
-
this.error('\n\n
|
|
100
|
+
this.error('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
101
101
|
this.error(message, ...optionalParams);
|
|
102
|
-
this.error('\n
|
|
102
|
+
this.error('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
103
103
|
}
|
|
104
104
|
static testWarn(message, ...optionalParams) {
|
|
105
|
-
this.warn('\n\n
|
|
105
|
+
this.warn('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
106
106
|
this.warn(message, ...optionalParams);
|
|
107
|
-
this.warn('\n
|
|
107
|
+
this.warn('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
108
108
|
}
|
|
109
109
|
static testSuccess(message, ...optionalParams) {
|
|
110
|
-
this.success('\n\n
|
|
110
|
+
this.success('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
111
111
|
this.success(message, ...optionalParams);
|
|
112
|
-
this.success('\n
|
|
112
|
+
this.success('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
113
113
|
}
|
|
114
114
|
static removeLogStyles(message) {
|
|
115
115
|
for (let styleKey of Object(log_style_enum_1.Dynamo_LogStyle)) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"regex.util.d.ts","sourceRoot":"","sources":["../../src/_utils/regex.util.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,EAAE,MAAuE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"regex.util.js","sourceRoot":"","sources":["../../src/_utils/regex.util.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAW,IAAI,MAAM,CAAC,kDAAkD,CAAC,CAAC"}
|
package/lib/tsconfig.tsbuildinfo
CHANGED
|
@@ -362,8 +362,8 @@
|
|
|
362
362
|
"affectsGlobalScope": false
|
|
363
363
|
},
|
|
364
364
|
"../src/_utils/log.util.ts": {
|
|
365
|
-
"version": "
|
|
366
|
-
"signature": "
|
|
365
|
+
"version": "809f74c31d1bd8f3d1d5915932c7a79ec65e36d344181dd6795845780b17024c",
|
|
366
|
+
"signature": "b06852c14f0ea2f182bd81d2bc82d178d7b7cdf4de8c5ffc6c57d31274b2b0a6",
|
|
367
367
|
"affectsGlobalScope": false
|
|
368
368
|
},
|
|
369
369
|
"../src/_models/control-models/error.control-model.ts": {
|
|
@@ -386,6 +386,11 @@
|
|
|
386
386
|
"signature": "3337be05ec648eee266e4be3e687fcb326873acdd00c5b57f8f839e443918f41",
|
|
387
387
|
"affectsGlobalScope": false
|
|
388
388
|
},
|
|
389
|
+
"../src/_utils/regex.util.ts": {
|
|
390
|
+
"version": "b1ef6241868d82f5b665258e0aadf61330ecd667bc14cdf15c2846d099a8cd78",
|
|
391
|
+
"signature": "3b37e0dbe3b24aa48237cf2692669d590850661d7cc7e11c1d6d5c433cc7e439",
|
|
392
|
+
"affectsGlobalScope": false
|
|
393
|
+
},
|
|
389
394
|
"../src/_constants/location/country-codes-iso-3166.json": {
|
|
390
395
|
"version": "2693530e2233c1aa19e0dfe51be3390bb51bd80cb8ca5e7d0020c0ee2994ae8c",
|
|
391
396
|
"affectsGlobalScope": true
|
|
@@ -434,8 +439,8 @@
|
|
|
434
439
|
"affectsGlobalScope": false
|
|
435
440
|
},
|
|
436
441
|
"../src/_utils/index.ts": {
|
|
437
|
-
"version": "
|
|
438
|
-
"signature": "
|
|
442
|
+
"version": "453a129a7423ce56371c2448034f498b934006ccbcb94889d3eee4085ecb38bc",
|
|
443
|
+
"signature": "b958a8ec5e598d76074a518a48f5b02182ea33db53950a8dd3bbef0da0f13bfb",
|
|
439
444
|
"affectsGlobalScope": false
|
|
440
445
|
},
|
|
441
446
|
"../src/_constants/module-settings/test-module-settings.const.ts": {
|
|
@@ -2193,6 +2198,7 @@
|
|
|
2193
2198
|
"../src/_utils/location.util.ts",
|
|
2194
2199
|
"../src/_utils/log.util.ts",
|
|
2195
2200
|
"../src/_utils/random.util.ts",
|
|
2201
|
+
"../src/_utils/regex.util.ts",
|
|
2196
2202
|
"../src/_utils/regions.util.ts",
|
|
2197
2203
|
"../src/_utils/round-list.util.ts",
|
|
2198
2204
|
"../src/_utils/shared.static-service.ts",
|
|
@@ -2230,6 +2236,14 @@
|
|
|
2230
2236
|
"../node_modules/@types/node/util.d.ts",
|
|
2231
2237
|
"../src/_models/interfaces/random-weight.interface.ts"
|
|
2232
2238
|
],
|
|
2239
|
+
"../src/_utils/regex.util.ts": [
|
|
2240
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2241
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2242
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2243
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2244
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2245
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2246
|
+
],
|
|
2233
2247
|
"../src/_utils/regions.util.ts": [
|
|
2234
2248
|
"../node_modules/@types/node/fs.d.ts",
|
|
2235
2249
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -3287,6 +3301,7 @@
|
|
|
3287
3301
|
"../src/_utils/location.util.ts",
|
|
3288
3302
|
"../src/_utils/log.util.ts",
|
|
3289
3303
|
"../src/_utils/random.util.ts",
|
|
3304
|
+
"../src/_utils/regex.util.ts",
|
|
3290
3305
|
"../src/_utils/regions.util.ts",
|
|
3291
3306
|
"../src/_utils/round-list.util.ts",
|
|
3292
3307
|
"../src/_utils/shared.static-service.ts",
|
|
@@ -3469,6 +3484,7 @@
|
|
|
3469
3484
|
"../src/_utils/location.util.ts",
|
|
3470
3485
|
"../src/_utils/log.util.ts",
|
|
3471
3486
|
"../src/_utils/random.util.ts",
|
|
3487
|
+
"../src/_utils/regex.util.ts",
|
|
3472
3488
|
"../src/_utils/regions.util.ts",
|
|
3473
3489
|
"../src/_utils/round-list.util.ts",
|
|
3474
3490
|
"../src/_utils/shared.static-service.ts",
|
package/package.json
CHANGED
package/src/_utils/index.ts
CHANGED
|
@@ -4,6 +4,7 @@ export * from './array.util';
|
|
|
4
4
|
export * from './location.util';
|
|
5
5
|
export * from './log.util';
|
|
6
6
|
export * from './random.util';
|
|
7
|
+
export * from './regex.util';
|
|
7
8
|
export * from './regions.util';
|
|
8
9
|
export * from './round-list.util';
|
|
9
10
|
export * from './shared.static-service';
|
package/src/_utils/log.util.ts
CHANGED
|
@@ -87,39 +87,39 @@ export class Dynamo_Log {
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
static highlightedLog(message: any, ...optionalParams: any[]): void {
|
|
90
|
-
console.log('\n\n
|
|
90
|
+
console.log('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
91
91
|
console.log(message, ...optionalParams);
|
|
92
|
-
console.log('\n
|
|
92
|
+
console.log('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
static test(message: any, ...optionalParams: any[]): void {
|
|
96
|
-
console.log('\n\n
|
|
96
|
+
console.log('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
97
97
|
console.log(message, ...optionalParams);
|
|
98
|
-
console.log('\n
|
|
98
|
+
console.log('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
|
-
* @deprecated use Dynamo_Log.
|
|
101
|
+
* @deprecated use Dynamo_Log.test instead
|
|
102
102
|
*/
|
|
103
103
|
static testLog(message: any, ...optionalParams: any[]): void {
|
|
104
104
|
this.test(message, ...optionalParams);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
static testError(message: any, ...optionalParams: any[]): void {
|
|
108
|
-
this.error('\n\n
|
|
108
|
+
this.error('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
109
109
|
this.error(message, ...optionalParams);
|
|
110
|
-
this.error('\n
|
|
110
|
+
this.error('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
static testWarn(message: any, ...optionalParams: any[]): void {
|
|
114
|
-
this.warn('\n\n
|
|
114
|
+
this.warn('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
115
115
|
this.warn(message, ...optionalParams);
|
|
116
|
-
this.warn('\n
|
|
116
|
+
this.warn('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
static testSuccess(message: any, ...optionalParams: any[]): void {
|
|
120
|
-
this.success('\n\n
|
|
120
|
+
this.success('\n\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n');
|
|
121
121
|
this.success(message, ...optionalParams);
|
|
122
|
-
this.success('\n
|
|
122
|
+
this.success('\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\n\n');
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
static removeLogStyles(message: any): string {
|