node-cli-tester 18.0.8 → 18.0.9

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.8)
3
+ Assets from this folder are being shipped with this npm package (node-cli-tester@18.0.9)
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.8",
42
+ "version": "18.0.9",
43
43
  "license": "UNLICENSED",
44
44
  "dependencies": {
45
- "tnp-helpers": "~18.0.9"
45
+ "tnp-helpers": "~18.0.10"
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": "57a5580877f223909d047a2fed14f61b60234fdc",
51
+ "lastBuildTagHash": "fe170945572638b3bd6e1343c6a1dd3c2f36d595",
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.8",
46
+ "version": "18.0.9",
47
47
  "license": "UNLICENSED",
48
48
  "dependencies": {
49
- "tnp-helpers": "~18.0.9"
49
+ "tnp-helpers": "~18.0.10"
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": "57a5580877f223909d047a2fed14f61b60234fdc",
55
+ "lastBuildTagHash": "fe170945572638b3bd6e1343c6a1dd3c2f36d595",
56
56
  "private": false,
57
57
  "devDependencies": {
58
58
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -143,7 +143,6 @@
143
143
  "animate.css": "4.1.1",
144
144
  "app-root-path": "3.1.0",
145
145
  "axios": "1.7.3",
146
- "background-worker-process": "~16.100.10",
147
146
  "base32": "0.0.7",
148
147
  "bcryptjs": "2.4.3",
149
148
  "body-parser": "1.20.2",
@@ -212,13 +211,13 @@
212
211
  "image-focus": "1.2.1",
213
212
  "immer": "10.0.2",
214
213
  "immutable": "4.3.7",
215
- "incremental-compiler": "~18.0.9",
214
+ "incremental-compiler": "~18.0.10",
216
215
  "inquirer": "7.3.3",
217
216
  "inquirer-autocomplete-prompt": "1.4.0",
218
217
  "inquirer-autocomplete-standalone": "0.8.1",
219
218
  "inquirer-select-pro": "1.0.0-alpha.7",
220
219
  "is-elevated": "3.0.0",
221
- "isomorphic-region-loader": "~18.0.9",
220
+ "isomorphic-region-loader": "~18.0.10",
222
221
  "istanbul-instrumenter-loader": "3.0.1",
223
222
  "jest": "29.7.0",
224
223
  "jest-date-mock": "1.0.10",
@@ -229,8 +228,8 @@
229
228
  "joi": "17.13.3",
230
229
  "jscodeshift": "0.6.3",
231
230
  "json-stringify-safe": "5.0.1",
232
- "json10": "~18.0.9",
233
- "json10-writer": "~18.0.9",
231
+ "json10": "~18.0.10",
232
+ "json10-writer": "~18.0.10",
234
233
  "json5": "2.2.3",
235
234
  "json5-writer": "0.2.0",
236
235
  "jszip": "3.10.1",
@@ -239,9 +238,9 @@
239
238
  "localforage": "1.10.0",
240
239
  "lockfile": "1.0.4",
241
240
  "lodash": "4.17.21",
242
- "lodash-walk-object": "~18.0.9",
241
+ "lodash-walk-object": "~18.0.10",
243
242
  "lowdb": "7.0.1",
244
- "magic-renamer": "~18.0.9",
243
+ "magic-renamer": "~18.0.10",
245
244
  "material-design-icons": "3.0.1",
246
245
  "method-override": "2.3.10",
247
246
  "minimist": "1.2.8",
@@ -252,11 +251,11 @@
252
251
  "ng-in-viewport": "16.1.0",
253
252
  "ng-lock": "18.0.1",
254
253
  "ng-packagr": "18.1.0",
255
- "ng-talkback": "~18.0.8",
256
- "ng2-logger": "~18.0.11",
254
+ "ng-talkback": "~18.0.9",
255
+ "ng2-logger": "~18.0.12",
257
256
  "ng2-pdfjs-viewer": "18.0.0",
258
- "ng2-rest": "~18.0.9",
259
- "ng2-rest-swagger-generator": "18.0.6",
257
+ "ng2-rest": "~18.0.10",
258
+ "ng2-rest-swagger-generator": "18.0.7",
260
259
  "ngx-ace-wrapper": "17.0.0",
261
260
  "ngx-editor": "17.5.4",
262
261
  "ngx-highlightjs": "12.0.0",
@@ -269,7 +268,7 @@
269
268
  "ngx-scrolltop": "18.0.0",
270
269
  "ngx-store": "3.1.1",
271
270
  "ngx-typed-js": "2.1.1",
272
- "node-cli-tester": "~18.0.5",
271
+ "node-cli-tester": "~18.0.8",
273
272
  "node-localstorage": "2.1.6",
274
273
  "node-notifier": "10.0.1",
275
274
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -299,7 +298,7 @@
299
298
  "q": "1.5.1",
300
299
  "rallax.js": "2.0.4",
301
300
  "randomcolor": "0.5.3",
302
- "record-replay-req-res-scenario": "~18.0.5",
301
+ "record-replay-req-res-scenario": "~18.0.8",
303
302
  "reflect-metadata": "0.2.2",
304
303
  "rimraf": "2.6.2",
305
304
  "rxjs": "~7.8.1",
@@ -311,22 +310,22 @@
311
310
  "socket.io-client": "4.7.5",
312
311
  "sort-package-json": "1.11.0",
313
312
  "sql.js": "1.8.0",
314
- "static-columns": "~18.0.7",
313
+ "static-columns": "~18.0.10",
315
314
  "string-similarity": "4.0.4",
316
315
  "sudo-block": "3.0.0",
317
316
  "supertest": "7.0.0",
318
317
  "sweetalert2": "11.7.32",
319
318
  "systeminformation": "3.45.7",
320
319
  "taon": "^18",
321
- "taon-storage": "18.0.5",
322
- "taon-type-sql": "18.0.6",
323
- "taon-typeorm": "18.0.5",
320
+ "taon-storage": "18.0.8",
321
+ "taon-type-sql": "18.0.9",
322
+ "taon-typeorm": "18.0.8",
324
323
  "task.js": "0.1.5",
325
324
  "threads": "1.7.0",
326
- "tnp": "~18.0.6",
327
- "tnp-config": "~18.0.11",
328
- "tnp-core": "~18.0.30",
329
- "tnp-models": "~18.0.10",
325
+ "tnp": "~18.0.9",
326
+ "tnp-config": "~18.0.12",
327
+ "tnp-core": "~18.0.33",
328
+ "tnp-models": "~18.0.11",
330
329
  "ts-debug": "1.3.0",
331
330
  "ts-json-schema-generator": "2.3.0-next.5",
332
331
  "ts-loader": "2.3.1",
@@ -338,13 +337,13 @@
338
337
  "typedoc": "0.26.5",
339
338
  "typedoc-plugin-markdown": "4.2.3",
340
339
  "typescript": "~5.5.4",
341
- "typescript-class-helpers": "~18.0.10",
340
+ "typescript-class-helpers": "~18.0.11",
342
341
  "typescript-formatter": "~7.2.2",
343
342
  "underscore": "1.13.7",
344
343
  "uuid": "10.0.0",
345
344
  "validator": "13.5.2",
346
345
  "video.js": "8.3.0",
347
- "vpn-split": "~18.0.5",
346
+ "vpn-split": "~18.0.8",
348
347
  "vscode": "1.1.37",
349
348
  "wait-on": "7.0.1",
350
349
  "watch": "1.0.2",
@@ -357,14 +356,14 @@
357
356
  "main": "dist/app.electron.js"
358
357
  },
359
358
  "build": {
360
- "number": 236,
361
- "date": "2024-08-28T12:51:52.000Z",
362
- "hash": "fe170945572638b3bd6e1343c6a1dd3c2f36d595"
359
+ "number": 237,
360
+ "date": "2024-08-28T13:05:31.000Z",
361
+ "hash": "8b18c1f10a98985a88c54add381cd527e66b07a2"
363
362
  },
364
363
  "currentProjectName": "node-cli-tester",
365
364
  "currentProjectGenericName": "node-cli-tester",
366
365
  "currentProjectType": "isomorphic-lib",
367
- "currentFrameworkVersion": "18.0.8",
366
+ "currentFrameworkVersion": "18.0.9",
368
367
  "isStandaloneProject": true,
369
368
  "isSmartContainer": false,
370
369
  "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.