node-cli-tester 18.0.8 → 18.0.11

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.11)
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.
File without changes
@@ -0,0 +1,6 @@
1
+ // @ts-nocheck
2
+ // This file is auto-generated. Do not modify.
3
+ // This is only placholder.
4
+ // Use property "shouldGenerateAutogenIndexFile: true"
5
+ // in taon.jsonc to enable autogeneration.
6
+ //# sourceMappingURL=index._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,cAAc;AACd,8CAA8C;AAC9C,2BAA2B;AAC3B,uDAAuD;AACvD,2CAA2C"}
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.11",
43
43
  "license": "UNLICENSED",
44
44
  "dependencies": {
45
- "tnp-helpers": "~18.0.9"
45
+ "tnp-helpers": "~18.0.12"
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": "8b18c1f10a98985a88c54add381cd527e66b07a2",
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.11",
47
47
  "license": "UNLICENSED",
48
48
  "dependencies": {
49
- "tnp-helpers": "~18.0.9"
49
+ "tnp-helpers": "~18.0.12"
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": "8b18c1f10a98985a88c54add381cd527e66b07a2",
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.12",
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.12",
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.12",
232
+ "json10-writer": "~18.0.12",
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.12",
243
242
  "lowdb": "7.0.1",
244
- "magic-renamer": "~18.0.9",
243
+ "magic-renamer": "~18.0.12",
245
244
  "material-design-icons": "3.0.1",
246
245
  "method-override": "2.3.10",
247
246
  "minimist": "1.2.8",
@@ -252,14 +251,15 @@
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.11",
255
+ "ng2-logger": "~18.0.14",
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.12",
258
+ "ng2-rest-swagger-generator": "18.0.9",
260
259
  "ngx-ace-wrapper": "17.0.0",
261
260
  "ngx-editor": "17.5.4",
262
261
  "ngx-highlightjs": "12.0.0",
262
+ "ngx-infinite-scroll": "18.0.0",
263
263
  "ngx-moment": "6.0.2",
264
264
  "ngx-monaco-editor": "12.0.0",
265
265
  "ngx-photo-editor": "0.4.4",
@@ -269,7 +269,7 @@
269
269
  "ngx-scrolltop": "18.0.0",
270
270
  "ngx-store": "3.1.1",
271
271
  "ngx-typed-js": "2.1.1",
272
- "node-cli-tester": "~18.0.5",
272
+ "node-cli-tester": "~18.0.9",
273
273
  "node-localstorage": "2.1.6",
274
274
  "node-notifier": "10.0.1",
275
275
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -299,7 +299,7 @@
299
299
  "q": "1.5.1",
300
300
  "rallax.js": "2.0.4",
301
301
  "randomcolor": "0.5.3",
302
- "record-replay-req-res-scenario": "~18.0.5",
302
+ "record-replay-req-res-scenario": "~18.0.9",
303
303
  "reflect-metadata": "0.2.2",
304
304
  "rimraf": "2.6.2",
305
305
  "rxjs": "~7.8.1",
@@ -311,22 +311,22 @@
311
311
  "socket.io-client": "4.7.5",
312
312
  "sort-package-json": "1.11.0",
313
313
  "sql.js": "1.8.0",
314
- "static-columns": "~18.0.7",
314
+ "static-columns": "~18.0.11",
315
315
  "string-similarity": "4.0.4",
316
316
  "sudo-block": "3.0.0",
317
317
  "supertest": "7.0.0",
318
318
  "sweetalert2": "11.7.32",
319
319
  "systeminformation": "3.45.7",
320
320
  "taon": "^18",
321
- "taon-storage": "18.0.5",
322
- "taon-type-sql": "18.0.6",
323
- "taon-typeorm": "18.0.5",
321
+ "taon-storage": "18.0.9",
322
+ "taon-type-sql": "18.0.10",
323
+ "taon-typeorm": "18.0.9",
324
324
  "task.js": "0.1.5",
325
325
  "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",
326
+ "tnp": "~18.0.10",
327
+ "tnp-config": "~18.0.14",
328
+ "tnp-core": "~18.0.36",
329
+ "tnp-models": "~18.0.13",
330
330
  "ts-debug": "1.3.0",
331
331
  "ts-json-schema-generator": "2.3.0-next.5",
332
332
  "ts-loader": "2.3.1",
@@ -338,13 +338,14 @@
338
338
  "typedoc": "0.26.5",
339
339
  "typedoc-plugin-markdown": "4.2.3",
340
340
  "typescript": "~5.5.4",
341
- "typescript-class-helpers": "~18.0.10",
341
+ "typescript-class-helpers": "~18.0.13",
342
342
  "typescript-formatter": "~7.2.2",
343
+ "typescript-string-enums": "~1.0.0",
343
344
  "underscore": "1.13.7",
344
345
  "uuid": "10.0.0",
345
346
  "validator": "13.5.2",
346
347
  "video.js": "8.3.0",
347
- "vpn-split": "~18.0.5",
348
+ "vpn-split": "~18.0.9",
348
349
  "vscode": "1.1.37",
349
350
  "wait-on": "7.0.1",
350
351
  "watch": "1.0.2",
@@ -357,14 +358,14 @@
357
358
  "main": "dist/app.electron.js"
358
359
  },
359
360
  "build": {
360
- "number": 236,
361
- "date": "2024-08-28T12:51:52.000Z",
362
- "hash": "fe170945572638b3bd6e1343c6a1dd3c2f36d595"
361
+ "number": 240,
362
+ "date": "2024-09-03T21:51:01.000Z",
363
+ "hash": "1fff6af9cd442461e52f3bf88ade5223893ae114"
363
364
  },
364
365
  "currentProjectName": "node-cli-tester",
365
366
  "currentProjectGenericName": "node-cli-tester",
366
367
  "currentProjectType": "isomorphic-lib",
367
- "currentFrameworkVersion": "18.0.8",
368
+ "currentFrameworkVersion": "18.0.11",
368
369
  "isStandaloneProject": true,
369
370
  "isSmartContainer": false,
370
371
  "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.