tnp-core 1.0.57 → 1.0.58

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,7 +1,7 @@
1
1
  {
2
2
  "lastBuildTagHash": "77d9e51538a4927c81da38675a465a65c6d98bfa",
3
3
  "name": "tnp-core",
4
- "version": "1.0.57",
4
+ "version": "1.0.58",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "dependencies": {
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "lastBuildTagHash": "77d9e51538a4927c81da38675a465a65c6d98bfa",
58
58
  "name": "tnp-core",
59
- "version": "1.0.57",
59
+ "version": "1.0.58",
60
60
  "license": "MIT",
61
61
  "main": "index.js",
62
62
  "dependencies": {
@@ -135,7 +135,7 @@
135
135
  "bcryptjs": "2.4.3",
136
136
  "body-parser": "1.18.2",
137
137
  "bootstrap": "5.1.3",
138
- "bs4-breakpoint": "~2.0.43",
138
+ "bs4-breakpoint": "~2.0.42",
139
139
  "buffer-shims": "1.0.0",
140
140
  "callsite-record": "4.1.3",
141
141
  "chai": "4.2.0",
@@ -179,7 +179,7 @@
179
179
  "istanbul-instrumenter-loader": "2.0.0",
180
180
  "jasmine-core": "4.0.0",
181
181
  "json-stringify-safe": "5.0.1",
182
- "json10": "~1.0.36",
182
+ "json10": "~1.0.38",
183
183
  "json5-writer": "0.2.0",
184
184
  "karma": "6.3.0",
185
185
  "karma-chrome-launcher": "3.1.0",
@@ -189,7 +189,7 @@
189
189
  "karma-jasmine-html-reporter": "1.7.0",
190
190
  "lnk": "1.0.1",
191
191
  "lockfile": "1.0.4",
192
- "lodash-walk-object": "~1.0.37",
192
+ "lodash-walk-object": "~1.0.39",
193
193
  "lowdb": "1.0.0",
194
194
  "magic-renamer": "~0.0.20",
195
195
  "material-design-icons": "3.0.1",
@@ -200,7 +200,7 @@
200
200
  "morphi": "~4.0.54",
201
201
  "ng-packagr": "13.0.0",
202
202
  "ng-talkback": "~2.4.25",
203
- "ng2-logger": "~8.0.26",
203
+ "ng2-logger": "~8.0.28",
204
204
  "ng2-rest": "~11.0.42",
205
205
  "node-cli-test": "0.0.2",
206
206
  "node-cli-tester": "~0.0.22",
@@ -229,18 +229,19 @@
229
229
  "sudo-block": "3.0.0",
230
230
  "systeminformation": "3.45.7",
231
231
  "task.js": "0.1.5",
232
- "tnp-cli": "~2.0.23",
233
- "tnp-config": "~1.0.24",
234
- "tnp-core": "~1.0.56",
232
+ "tnp-cli": "~2.0.25",
233
+ "tnp-config": "~1.0.27",
234
+ "tnp-core": "~1.0.57",
235
235
  "tnp-db": "~0.0.44",
236
236
  "tnp-helpers": "~0.0.73",
237
237
  "tnp-models": "~0.0.37",
238
238
  "tnp-tools": "~0.0.46",
239
239
  "tnp-ui": "~0.0.33",
240
+ "ts-node": "10.7.0",
240
241
  "tslib": "~2.3.0",
241
242
  "typeorm": "~0.2.7",
242
243
  "typescript": "~4.5.2",
243
- "typescript-class-helpers": "~1.0.45",
244
+ "typescript-class-helpers": "~1.0.47",
244
245
  "typescript-formatter": "~7.2.2",
245
246
  "underscore": "1.9.1",
246
247
  "uuid": "8.3.2",
@@ -251,9 +252,9 @@
251
252
  }
252
253
  },
253
254
  "build": {
254
- "number": 303,
255
- "date": "2022-03-06T19:02:40.000Z",
256
- "hash": "9a8a22f2d03a42e56a8e55e45bf4fa8098b9ae52",
255
+ "number": 305,
256
+ "date": "2022-03-07T00:47:29.000Z",
257
+ "hash": "4fa0be0011b3bcbd247070594079a231a14f5691",
257
258
  "options": {}
258
259
  },
259
260
  "currentProjectName": "tnp-core",