tnp-core 1.0.37 → 1.0.38

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): undefined;
11
+ exists(folderOrFilePath: string | string[], allowUnexistedLinks?: boolean): any;
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): undefined;
11
+ exists(folderOrFilePath: string | string[], allowUnexistedLinks?: boolean): any;
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.37",
4
+ "version": "1.0.38",
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.37",
59
+ "version": "1.0.38",
60
60
  "license": "MIT",
61
61
  "main": "index.js",
62
62
  "dependencies": {
@@ -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.34",
182
+ "json10": "~1.0.36",
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.35",
192
+ "lodash-walk-object": "~1.0.37",
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.25",
203
+ "ng2-logger": "~8.0.26",
204
204
  "ng2-rest": "~11.0.42",
205
205
  "node-cli-test": "0.0.2",
206
206
  "node-cli-tester": "~0.0.22",
@@ -229,9 +229,9 @@
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.22",
233
- "tnp-config": "~1.0.23",
234
- "tnp-core": "~1.0.37",
232
+ "tnp-cli": "~2.0.23",
233
+ "tnp-config": "~1.0.24",
234
+ "tnp-core": "~1.0.38",
235
235
  "tnp-db": "~0.0.44",
236
236
  "tnp-helpers": "~0.0.73",
237
237
  "tnp-models": "~0.0.37",
@@ -240,7 +240,7 @@
240
240
  "tslib": "~2.3.0",
241
241
  "typeorm": "~0.2.7",
242
242
  "typescript": "~4.5.2",
243
- "typescript-class-helpers": "~1.0.42",
243
+ "typescript-class-helpers": "~1.0.45",
244
244
  "typescript-formatter": "~7.2.2",
245
245
  "underscore": "1.9.1",
246
246
  "uuid": "8.3.2",
@@ -251,9 +251,9 @@
251
251
  }
252
252
  },
253
253
  "build": {
254
- "number": 274,
255
- "date": "2022-03-06T14:03:13.000Z",
256
- "hash": "1da5cec698457f5eac56d29dddb1968e709b1c18",
254
+ "number": 276,
255
+ "date": "2022-03-06T14:45:41.000Z",
256
+ "hash": "f41a6f4e36dc55e8b65554c3de302d30681ebc6f",
257
257
  "options": {}
258
258
  },
259
259
  "currentProjectName": "tnp-core",