node-cli-tester 18.0.17 → 18.0.19

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.17)
3
+ Assets from this folder are being shipped with this npm package (node-cli-tester@18.0.19)
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.
package/package.json CHANGED
@@ -39,17 +39,17 @@
39
39
  "workerPlugins": {}
40
40
  },
41
41
  "name": "node-cli-tester",
42
- "version": "18.0.17",
42
+ "version": "18.0.19",
43
43
  "license": "UNLICENSED",
44
44
  "dependencies": {
45
- "tnp-helpers": "~18.0.18"
45
+ "tnp-helpers": "~18.0.20"
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": "1ad1a2113c12c9360d50cd7762765de2614a4c27",
51
+ "lastBuildTagHash": "cff60b7058ee39ec9b416bd1f6fd7351ca2264ee",
52
52
  "private": false,
53
53
  "devDependencies": {},
54
- "main": "dist/app.electron.js"
54
+ "main": "index.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.17",
46
+ "version": "18.0.19",
47
47
  "license": "UNLICENSED",
48
48
  "dependencies": {
49
- "tnp-helpers": "~18.0.18"
49
+ "tnp-helpers": "~18.0.20"
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": "1ad1a2113c12c9360d50cd7762765de2614a4c27",
55
+ "lastBuildTagHash": "cff60b7058ee39ec9b416bd1f6fd7351ca2264ee",
56
56
  "private": false,
57
57
  "devDependencies": {
58
58
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -218,14 +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.19",
221
+ "incremental-compiler": "~18.0.21",
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
226
  "inquirer-toggle": "1.0.1",
227
227
  "is-elevated": "3.0.0",
228
- "isomorphic-region-loader": "~18.0.18",
228
+ "isomorphic-region-loader": "~18.0.20",
229
229
  "istanbul-instrumenter-loader": "3.0.1",
230
230
  "jest": "29.7.0",
231
231
  "jest-date-mock": "1.0.10",
@@ -236,8 +236,8 @@
236
236
  "joi": "17.13.3",
237
237
  "jscodeshift": "0.6.3",
238
238
  "json-stringify-safe": "5.0.1",
239
- "json10": "~18.0.18",
240
- "json10-writer": "~18.0.18",
239
+ "json10": "~18.0.20",
240
+ "json10-writer": "~18.0.20",
241
241
  "json5": "2.2.3",
242
242
  "json5-writer": "0.2.0",
243
243
  "jszip": "3.10.1",
@@ -246,9 +246,9 @@
246
246
  "localforage": "1.10.0",
247
247
  "lockfile": "1.0.4",
248
248
  "lodash": "4.17.21",
249
- "lodash-walk-object": "~18.0.18",
249
+ "lodash-walk-object": "~18.0.20",
250
250
  "lowdb": "7.0.1",
251
- "magic-renamer": "~18.0.18",
251
+ "magic-renamer": "~18.0.20",
252
252
  "material-design-icons": "3.0.1",
253
253
  "method-override": "2.3.10",
254
254
  "minimist": "1.2.8",
@@ -259,11 +259,11 @@
259
259
  "ng-in-viewport": "16.1.0",
260
260
  "ng-lock": "18.0.1",
261
261
  "ng-packagr": "18.1.0",
262
- "ng-talkback": "~18.0.17",
263
- "ng2-logger": "~18.0.20",
262
+ "ng-talkback": "~18.0.19",
263
+ "ng2-logger": "~18.0.22",
264
264
  "ng2-pdfjs-viewer": "18.0.0",
265
- "ng2-rest": "~18.0.18",
266
- "ng2-rest-swagger-generator": "18.0.15",
265
+ "ng2-rest": "~18.0.20",
266
+ "ng2-rest-swagger-generator": "18.0.17",
267
267
  "ngx-ace-wrapper": "17.0.0",
268
268
  "ngx-editor": "17.5.4",
269
269
  "ngx-highlightjs": "12.0.0",
@@ -277,7 +277,7 @@
277
277
  "ngx-scrolltop": "18.0.0",
278
278
  "ngx-store": "3.1.1",
279
279
  "ngx-typed-js": "2.1.1",
280
- "node-cli-tester": "~18.0.16",
280
+ "node-cli-tester": "~18.0.18",
281
281
  "node-localstorage": "2.1.6",
282
282
  "node-notifier": "10.0.1",
283
283
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -308,7 +308,7 @@
308
308
  "q": "1.5.1",
309
309
  "rallax.js": "2.0.4",
310
310
  "randomcolor": "0.5.3",
311
- "record-replay-req-res-scenario": "~18.0.16",
311
+ "record-replay-req-res-scenario": "~18.0.18",
312
312
  "reflect-metadata": "0.2.2",
313
313
  "rimraf": "2.6.2",
314
314
  "rxjs": "~7.8.1",
@@ -322,22 +322,22 @@
322
322
  "sql-template-strings": "2.2.2",
323
323
  "sql-template-tag": "5.2.1",
324
324
  "sql.js": "1.8.0",
325
- "static-columns": "~18.0.18",
325
+ "static-columns": "~18.0.20",
326
326
  "string-similarity": "4.0.4",
327
327
  "sudo-block": "3.0.0",
328
328
  "supertest": "7.0.0",
329
329
  "sweetalert2": "11.7.32",
330
330
  "systeminformation": "3.45.7",
331
331
  "taon": "^18",
332
- "taon-storage": "18.0.26",
333
- "taon-type-sql": "18.0.17",
334
- "taon-typeorm": "18.0.16",
332
+ "taon-storage": "18.0.28",
333
+ "taon-type-sql": "18.0.19",
334
+ "taon-typeorm": "18.0.18",
335
335
  "task.js": "0.1.5",
336
336
  "threads": "1.7.0",
337
- "tnp": "~18.0.19",
338
- "tnp-config": "~18.0.20",
339
- "tnp-core": "~18.0.45",
340
- "tnp-models": "~18.0.19",
337
+ "tnp": "~18.0.24",
338
+ "tnp-config": "~18.0.22",
339
+ "tnp-core": "~18.0.47",
340
+ "tnp-models": "~18.0.21",
341
341
  "ts-debug": "1.3.0",
342
342
  "ts-json-schema-generator": "2.3.0-next.5",
343
343
  "ts-loader": "2.3.1",
@@ -349,14 +349,14 @@
349
349
  "typedoc": "0.26.5",
350
350
  "typedoc-plugin-markdown": "4.2.3",
351
351
  "typescript": "~5.5.4",
352
- "typescript-class-helpers": "~18.0.19",
352
+ "typescript-class-helpers": "~18.0.21",
353
353
  "typescript-formatter": "~7.2.2",
354
354
  "typescript-string-enums": "~1.0.0",
355
355
  "underscore": "1.13.7",
356
356
  "uuid": "10.0.0",
357
357
  "validator": "13.5.2",
358
358
  "video.js": "8.3.0",
359
- "vpn-split": "~18.0.16",
359
+ "vpn-split": "~18.0.18",
360
360
  "vscode": "1.1.37",
361
361
  "wait-on": "8.0.1",
362
362
  "watch": "1.0.2",
@@ -369,14 +369,14 @@
369
369
  "main": "dist/app.electron.js"
370
370
  },
371
371
  "build": {
372
- "number": 247,
373
- "date": "2025-01-06T22:22:04.000Z",
374
- "hash": "d14fdac01108282f1718d14afa5c5871944d81f2"
372
+ "number": 249,
373
+ "date": "2025-01-21T20:58:43.000Z",
374
+ "hash": "81d37b8a3ff9961445a71038adc6248c98e69a80"
375
375
  },
376
376
  "currentProjectName": "node-cli-tester",
377
377
  "currentProjectGenericName": "node-cli-tester",
378
378
  "currentProjectType": "isomorphic-lib",
379
- "currentFrameworkVersion": "18.0.22",
379
+ "currentFrameworkVersion": "18.0.24",
380
380
  "isStandaloneProject": true,
381
381
  "isSmartContainer": false,
382
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.