node-cli-tester 18.0.15 → 18.0.17

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # node-cli-tester
2
-
3
- - for testing any cli functionality
4
-
1
+ # node-cli-tester
2
+
3
+ - for testing any cli functionality
4
+
@@ -1,6 +1,6 @@
1
1
  THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
2
 
3
- Assets from this folder are being shipped with this npm package (node-cli-tester@18.0.15)
3
+ Assets from this folder are being shipped with this npm package (node-cli-tester@18.0.17)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
@@ -1,11 +1,11 @@
1
- #!/usr/bin/env node
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../lib/start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- global.useWorker = true;
10
- var run = require(p).run;
11
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../lib/start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ global.useWorker = true;
10
+ var run = require(p).run;
11
+ run(process.argv.slice(2));
@@ -1,11 +1,11 @@
1
- #!/usr/bin/env node --inspect
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- global.useWorker = true;
10
- var run = require(p).run;
11
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node --inspect
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ global.useWorker = true;
10
+ var run = require(p).run;
11
+ run(process.argv.slice(2));
package/browser/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
package/client/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -1,4 +1,4 @@
1
- import { BaseProject as Project } from 'tnp-helpers/src';
1
+ import { BaseProject as Project } from 'tnp-helpers';
2
2
  export declare class BaseProjectStructure {
3
3
  private cwd;
4
4
  static BASE_STRUCTURES_FOLDER: string;
@@ -10,4 +10,4 @@ export declare class BaseProjectStructure {
10
10
  static generate<P extends Project = Project>(project: P): {
11
11
  insideIfNotExists(destinationCwd: string): string;
12
12
  };
13
- }
13
+ }
@@ -1,4 +1,4 @@
1
- import { BaseProject as Project } from 'tnp-helpers/src';
1
+ import { BaseProject as Project } from 'tnp-helpers';
2
2
  export interface MetaMdJSONProject {
3
3
  githash?: string;
4
4
  name?: MetaMdJSONProjects;
@@ -39,4 +39,4 @@ export declare class MetaMd {
39
39
  */
40
40
  recreate(testCwd: string, cwdProj: string, ProjectClass?: typeof Project, onlyIfNotExists?: boolean): void;
41
41
  }
42
- export declare function extract(content: string, PARTS_TO_FIND: string): string[];
42
+ export declare function extract(content: string, PARTS_TO_FIND: string): string[];
@@ -1,4 +1,4 @@
1
- import { BaseProject as Project } from 'tnp-helpers/src';
1
+ import { BaseProject as Project } from 'tnp-helpers';
2
2
  export declare class NodeCliTester {
3
3
  protected readonly cwd: string;
4
4
  private static _instances;
@@ -22,4 +22,4 @@ export declare class NodeCliTester {
22
22
  regenerate(timeHash: string): Promise<void>;
23
23
  regenerateLast(): Promise<void>;
24
24
  regenerateEnvironment(timeHash: string, tempFolder?: string, onlyIfNotExists?: boolean): Promise<void>;
25
- }
25
+ }
package/package.json CHANGED
@@ -39,17 +39,17 @@
39
39
  "workerPlugins": {}
40
40
  },
41
41
  "name": "node-cli-tester",
42
- "version": "18.0.15",
42
+ "version": "18.0.17",
43
43
  "license": "UNLICENSED",
44
44
  "dependencies": {
45
- "tnp-helpers": "~18.0.16"
45
+ "tnp-helpers": "~18.0.18"
46
46
  },
47
47
  "bin": {
48
48
  "node-cli-tester": "bin/node-cli-tester",
49
49
  "node-cli-tester-debug": "bin/node-cli-tester-debug"
50
50
  },
51
- "lastBuildTagHash": "896093964d7be6880fd9dc5ff9f960d92777817d",
51
+ "lastBuildTagHash": "1ad1a2113c12c9360d50cd7762765de2614a4c27",
52
52
  "private": false,
53
53
  "devDependencies": {},
54
- "main": "index.js"
54
+ "main": "dist/app.electron.js"
55
55
  }
package/taon.jsonc CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["tnp-helpers"],
8
- "dependencies": {},
9
- "linkedFolders": [],
10
- "npmFixes": []
11
- },
12
-
13
- "smartContainerBuildTarget": "",
14
- "linkedRepos": [],
15
-
16
- "libReleaseOptions": {
17
- "nodts": false,
18
- "obscure": false,
19
- "ugly": false,
20
- "includeNodeModules": false,
21
- "cliBuildNoDts": false,
22
- "cliBuildObscure": false,
23
- "cliBuildIncludeNodeModules": false,
24
- "cliBuildUglify": false
25
- },
26
-
27
- "smartContainerTarget": "",
28
- "type": "isomorphic-lib",
29
- "isCoreProject": false,
30
- "useFramework": false,
31
- "required": [],
32
- "version": "v18",
33
- "isGenerated": false,
34
- "requiredServers": [],
35
- "license": "UNLICENSED",
36
- "main": "index.js",
37
- "private": false,
38
- "workerPlugins": {}
1
+ {
2
+ "resources": ["README.md"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": ["tnp-helpers"],
8
+ "dependencies": {},
9
+ "linkedFolders": [],
10
+ "npmFixes": []
11
+ },
12
+
13
+ "smartContainerBuildTarget": "",
14
+ "linkedRepos": [],
15
+
16
+ "libReleaseOptions": {
17
+ "nodts": false,
18
+ "obscure": false,
19
+ "ugly": false,
20
+ "includeNodeModules": false,
21
+ "cliBuildNoDts": false,
22
+ "cliBuildObscure": false,
23
+ "cliBuildIncludeNodeModules": false,
24
+ "cliBuildUglify": false
25
+ },
26
+
27
+ "smartContainerTarget": "",
28
+ "type": "isomorphic-lib",
29
+ "isCoreProject": false,
30
+ "useFramework": false,
31
+ "required": [],
32
+ "version": "v18",
33
+ "isGenerated": false,
34
+ "requiredServers": [],
35
+ "license": "UNLICENSED",
36
+ "main": "index.js",
37
+ "private": false,
38
+ "workerPlugins": {}
39
39
  }
@@ -43,16 +43,16 @@
43
43
  "workerPlugins": {}
44
44
  },
45
45
  "name": "node-cli-tester",
46
- "version": "18.0.15",
46
+ "version": "18.0.17",
47
47
  "license": "UNLICENSED",
48
48
  "dependencies": {
49
- "tnp-helpers": "~18.0.16"
49
+ "tnp-helpers": "~18.0.18"
50
50
  },
51
51
  "bin": {
52
52
  "node-cli-tester": "bin/node-cli-tester",
53
53
  "node-cli-tester-debug": "bin/node-cli-tester-debug"
54
54
  },
55
- "lastBuildTagHash": "896093964d7be6880fd9dc5ff9f960d92777817d",
55
+ "lastBuildTagHash": "1ad1a2113c12c9360d50cd7762765de2614a4c27",
56
56
  "private": false,
57
57
  "devDependencies": {
58
58
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -218,13 +218,14 @@
218
218
  "image-focus": "1.2.1",
219
219
  "immer": "10.0.2",
220
220
  "immutable": "4.3.7",
221
- "incremental-compiler": "~18.0.16",
221
+ "incremental-compiler": "~18.0.19",
222
222
  "inquirer": "7.3.3",
223
223
  "inquirer-autocomplete-prompt": "1.4.0",
224
224
  "inquirer-autocomplete-standalone": "0.8.1",
225
225
  "inquirer-select-pro": "1.0.0-alpha.7",
226
+ "inquirer-toggle": "1.0.1",
226
227
  "is-elevated": "3.0.0",
227
- "isomorphic-region-loader": "~18.0.16",
228
+ "isomorphic-region-loader": "~18.0.18",
228
229
  "istanbul-instrumenter-loader": "3.0.1",
229
230
  "jest": "29.7.0",
230
231
  "jest-date-mock": "1.0.10",
@@ -235,8 +236,8 @@
235
236
  "joi": "17.13.3",
236
237
  "jscodeshift": "0.6.3",
237
238
  "json-stringify-safe": "5.0.1",
238
- "json10": "~18.0.16",
239
- "json10-writer": "~18.0.16",
239
+ "json10": "~18.0.18",
240
+ "json10-writer": "~18.0.18",
240
241
  "json5": "2.2.3",
241
242
  "json5-writer": "0.2.0",
242
243
  "jszip": "3.10.1",
@@ -245,9 +246,9 @@
245
246
  "localforage": "1.10.0",
246
247
  "lockfile": "1.0.4",
247
248
  "lodash": "4.17.21",
248
- "lodash-walk-object": "~18.0.16",
249
+ "lodash-walk-object": "~18.0.18",
249
250
  "lowdb": "7.0.1",
250
- "magic-renamer": "~18.0.16",
251
+ "magic-renamer": "~18.0.18",
251
252
  "material-design-icons": "3.0.1",
252
253
  "method-override": "2.3.10",
253
254
  "minimist": "1.2.8",
@@ -258,11 +259,11 @@
258
259
  "ng-in-viewport": "16.1.0",
259
260
  "ng-lock": "18.0.1",
260
261
  "ng-packagr": "18.1.0",
261
- "ng-talkback": "~18.0.15",
262
- "ng2-logger": "~18.0.18",
262
+ "ng-talkback": "~18.0.17",
263
+ "ng2-logger": "~18.0.20",
263
264
  "ng2-pdfjs-viewer": "18.0.0",
264
- "ng2-rest": "~18.0.16",
265
- "ng2-rest-swagger-generator": "18.0.13",
265
+ "ng2-rest": "~18.0.18",
266
+ "ng2-rest-swagger-generator": "18.0.15",
266
267
  "ngx-ace-wrapper": "17.0.0",
267
268
  "ngx-editor": "17.5.4",
268
269
  "ngx-highlightjs": "12.0.0",
@@ -276,7 +277,7 @@
276
277
  "ngx-scrolltop": "18.0.0",
277
278
  "ngx-store": "3.1.1",
278
279
  "ngx-typed-js": "2.1.1",
279
- "node-cli-tester": "~18.0.14",
280
+ "node-cli-tester": "~18.0.16",
280
281
  "node-localstorage": "2.1.6",
281
282
  "node-notifier": "10.0.1",
282
283
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -307,7 +308,7 @@
307
308
  "q": "1.5.1",
308
309
  "rallax.js": "2.0.4",
309
310
  "randomcolor": "0.5.3",
310
- "record-replay-req-res-scenario": "~18.0.14",
311
+ "record-replay-req-res-scenario": "~18.0.16",
311
312
  "reflect-metadata": "0.2.2",
312
313
  "rimraf": "2.6.2",
313
314
  "rxjs": "~7.8.1",
@@ -321,22 +322,22 @@
321
322
  "sql-template-strings": "2.2.2",
322
323
  "sql-template-tag": "5.2.1",
323
324
  "sql.js": "1.8.0",
324
- "static-columns": "~18.0.16",
325
+ "static-columns": "~18.0.18",
325
326
  "string-similarity": "4.0.4",
326
327
  "sudo-block": "3.0.0",
327
328
  "supertest": "7.0.0",
328
329
  "sweetalert2": "11.7.32",
329
330
  "systeminformation": "3.45.7",
330
331
  "taon": "^18",
331
- "taon-storage": "18.0.24",
332
- "taon-type-sql": "18.0.15",
333
- "taon-typeorm": "18.0.14",
332
+ "taon-storage": "18.0.26",
333
+ "taon-type-sql": "18.0.17",
334
+ "taon-typeorm": "18.0.16",
334
335
  "task.js": "0.1.5",
335
336
  "threads": "1.7.0",
336
- "tnp": "~18.0.15",
337
- "tnp-config": "~18.0.18",
338
- "tnp-core": "~18.0.42",
339
- "tnp-models": "~18.0.17",
337
+ "tnp": "~18.0.19",
338
+ "tnp-config": "~18.0.20",
339
+ "tnp-core": "~18.0.45",
340
+ "tnp-models": "~18.0.19",
340
341
  "ts-debug": "1.3.0",
341
342
  "ts-json-schema-generator": "2.3.0-next.5",
342
343
  "ts-loader": "2.3.1",
@@ -348,14 +349,14 @@
348
349
  "typedoc": "0.26.5",
349
350
  "typedoc-plugin-markdown": "4.2.3",
350
351
  "typescript": "~5.5.4",
351
- "typescript-class-helpers": "~18.0.17",
352
+ "typescript-class-helpers": "~18.0.19",
352
353
  "typescript-formatter": "~7.2.2",
353
354
  "typescript-string-enums": "~1.0.0",
354
355
  "underscore": "1.13.7",
355
356
  "uuid": "10.0.0",
356
357
  "validator": "13.5.2",
357
358
  "video.js": "8.3.0",
358
- "vpn-split": "~18.0.14",
359
+ "vpn-split": "~18.0.16",
359
360
  "vscode": "1.1.37",
360
361
  "wait-on": "8.0.1",
361
362
  "watch": "1.0.2",
@@ -368,14 +369,14 @@
368
369
  "main": "dist/app.electron.js"
369
370
  },
370
371
  "build": {
371
- "number": 244,
372
- "date": "2024-11-25T02:24:40.000Z",
373
- "hash": "52c0ac4538a1d91237e2f8398817c4b7a9cdfea8"
372
+ "number": 247,
373
+ "date": "2025-01-06T22:22:04.000Z",
374
+ "hash": "d14fdac01108282f1718d14afa5c5871944d81f2"
374
375
  },
375
376
  "currentProjectName": "node-cli-tester",
376
377
  "currentProjectGenericName": "node-cli-tester",
377
378
  "currentProjectType": "isomorphic-lib",
378
- "currentFrameworkVersion": "18.0.17",
379
+ "currentFrameworkVersion": "18.0.22",
379
380
  "isStandaloneProject": true,
380
381
  "isSmartContainer": false,
381
382
  "pathesTsconfig": "\"paths\": {\"node-cli-tester\":[\"./src/lib\"],\"node-cli-tester/*\":[\"./src/lib/*\"]},",
package/websql/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.