tnp-core 1.0.56 → 1.0.59

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.
@@ -8,7 +8,7 @@ export declare class HelpersCore extends HelpersMessages {
8
8
  removeSlashAtEnd(s: string): string;
9
9
  stringify(inputObject: any): string;
10
10
  runSyncOrAsync(fn: Function | [string, object], ...firstArg: any[]): Promise<any>;
11
- exists(folderOrFilePath: string | string[], allowUnexistedLinks?: boolean): any;
11
+ exists(folderOrFilePath: string | string[], allowUnexistedLinks?: boolean): undefined;
12
12
  run(command: string, options?: RunOptions): {};
13
13
  /**
14
14
  * Quick fix for object values
@@ -8,7 +8,7 @@ export declare class HelpersCore extends HelpersMessages {
8
8
  removeSlashAtEnd(s: string): string;
9
9
  stringify(inputObject: any): string;
10
10
  runSyncOrAsync(fn: Function | [string, object], ...firstArg: any[]): Promise<any>;
11
- exists(folderOrFilePath: string | string[], allowUnexistedLinks?: boolean): any;
11
+ exists(folderOrFilePath: string | string[], allowUnexistedLinks?: boolean): undefined;
12
12
  run(command: string, options?: RunOptions): {};
13
13
  /**
14
14
  * Quick fix for object values
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "lastBuildTagHash": "77d9e51538a4927c81da38675a465a65c6d98bfa",
3
3
  "name": "tnp-core",
4
- "version": "1.0.56",
4
+ "version": "1.0.59",
5
5
  "license": "MIT",
6
- "main": "index.js",
7
6
  "dependencies": {
8
7
  "@types/lodash": "4.14.92",
9
8
  "@types/q": "1.5.5",
@@ -56,9 +56,8 @@
56
56
  },
57
57
  "lastBuildTagHash": "77d9e51538a4927c81da38675a465a65c6d98bfa",
58
58
  "name": "tnp-core",
59
- "version": "1.0.56",
59
+ "version": "1.0.59",
60
60
  "license": "MIT",
61
- "main": "index.js",
62
61
  "dependencies": {
63
62
  "@types/lodash": "4.14.92",
64
63
  "@types/q": "1.5.5",
@@ -135,7 +134,7 @@
135
134
  "bcryptjs": "2.4.3",
136
135
  "body-parser": "1.18.2",
137
136
  "bootstrap": "5.1.3",
138
- "bs4-breakpoint": "~2.0.43",
137
+ "bs4-breakpoint": "~2.0.42",
139
138
  "buffer-shims": "1.0.0",
140
139
  "callsite-record": "4.1.3",
141
140
  "chai": "4.2.0",
@@ -179,7 +178,7 @@
179
178
  "istanbul-instrumenter-loader": "2.0.0",
180
179
  "jasmine-core": "4.0.0",
181
180
  "json-stringify-safe": "5.0.1",
182
- "json10": "~1.0.36",
181
+ "json10": "~1.0.38",
183
182
  "json5-writer": "0.2.0",
184
183
  "karma": "6.3.0",
185
184
  "karma-chrome-launcher": "3.1.0",
@@ -189,7 +188,7 @@
189
188
  "karma-jasmine-html-reporter": "1.7.0",
190
189
  "lnk": "1.0.1",
191
190
  "lockfile": "1.0.4",
192
- "lodash-walk-object": "~1.0.37",
191
+ "lodash-walk-object": "~1.0.39",
193
192
  "lowdb": "1.0.0",
194
193
  "magic-renamer": "~0.0.20",
195
194
  "material-design-icons": "3.0.1",
@@ -200,7 +199,7 @@
200
199
  "morphi": "~4.0.54",
201
200
  "ng-packagr": "13.0.0",
202
201
  "ng-talkback": "~2.4.25",
203
- "ng2-logger": "~8.0.26",
202
+ "ng2-logger": "~8.0.29",
204
203
  "ng2-rest": "~11.0.42",
205
204
  "node-cli-test": "0.0.2",
206
205
  "node-cli-tester": "~0.0.22",
@@ -229,18 +228,19 @@
229
228
  "sudo-block": "3.0.0",
230
229
  "systeminformation": "3.45.7",
231
230
  "task.js": "0.1.5",
232
- "tnp-cli": "~2.0.23",
233
- "tnp-config": "~1.0.24",
234
- "tnp-core": "~1.0.54",
231
+ "tnp-cli": "~2.0.26",
232
+ "tnp-config": "~1.0.28",
233
+ "tnp-core": "~1.0.58",
235
234
  "tnp-db": "~0.0.44",
236
235
  "tnp-helpers": "~0.0.73",
237
236
  "tnp-models": "~0.0.37",
238
237
  "tnp-tools": "~0.0.46",
239
238
  "tnp-ui": "~0.0.33",
239
+ "ts-node": "10.7.0",
240
240
  "tslib": "~2.3.0",
241
241
  "typeorm": "~0.2.7",
242
242
  "typescript": "~4.5.2",
243
- "typescript-class-helpers": "~1.0.45",
243
+ "typescript-class-helpers": "~1.0.47",
244
244
  "typescript-formatter": "~7.2.2",
245
245
  "underscore": "1.9.1",
246
246
  "uuid": "8.3.2",
@@ -248,12 +248,13 @@
248
248
  "vpn-split": "~0.0.18",
249
249
  "watch": "1.0.2",
250
250
  "zone.js": "~0.11.4"
251
- }
251
+ },
252
+ "main": "index.js"
252
253
  },
253
254
  "build": {
254
- "number": 301,
255
- "date": "2022-03-06T17:56:00.000Z",
256
- "hash": "e2964ed4e495cc2955beafb1a74adf283dbccc4f",
255
+ "number": 307,
256
+ "date": "2022-03-07T01:03:21.000Z",
257
+ "hash": "e22512c93dade705573ca70a8c74dc091201cfc7",
257
258
  "options": {}
258
259
  },
259
260
  "currentProjectName": "tnp-core",