node-cli-tester 18.0.3 → 18.0.8

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.3)
3
+ Assets from this folder are being shipped with this npm package (node-cli-tester@18.0.8)
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.3",
42
+ "version": "18.0.8",
43
43
  "license": "UNLICENSED",
44
44
  "dependencies": {
45
- "tnp-helpers": "~18.0.4"
45
+ "tnp-helpers": "~18.0.9"
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": "2b16ee138a3d675048c99689f63eb0349eb057ab",
51
+ "lastBuildTagHash": "57a5580877f223909d047a2fed14f61b60234fdc",
52
52
  "private": false,
53
53
  "devDependencies": {},
54
- "main": "dist/app.electron.js"
54
+ "main": "index.js"
55
55
  }
package/src.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  // THIS FILE IS GENERATED
2
2
  export * from './lib';
3
3
  // THIS FILE IS GENERATED
4
- // please use command: firedev build:watch to see here links for your globally builded lib code files
4
+ // please use command: taon build:watch to see here links for your globally builded lib code files
5
5
  // THIS FILE IS GENERATED
6
6
 
@@ -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.3",
46
+ "version": "18.0.8",
47
47
  "license": "UNLICENSED",
48
48
  "dependencies": {
49
- "tnp-helpers": "~18.0.4"
49
+ "tnp-helpers": "~18.0.9"
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": "2b16ee138a3d675048c99689f63eb0349eb057ab",
55
+ "lastBuildTagHash": "57a5580877f223909d047a2fed14f61b60234fdc",
56
56
  "private": false,
57
57
  "devDependencies": {
58
58
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -122,7 +122,7 @@
122
122
  "@types/lockfile": "1.0.4",
123
123
  "@types/lodash": "4.14.92",
124
124
  "@types/mocha": "10.0.7",
125
- "@types/node": "22.2.0",
125
+ "@types/node": "16.18.21",
126
126
  "@types/node-notifier": "8.0.5",
127
127
  "@types/oauth2orize": "1.11.5",
128
128
  "@types/password-hash": "1.2.24",
@@ -141,7 +141,6 @@
141
141
  "angular-material-css-vars": "7.0.0",
142
142
  "angular-resize-event": "3.2.0",
143
143
  "animate.css": "4.1.1",
144
- "any-project-cli": "~18.0.4",
145
144
  "app-root-path": "3.1.0",
146
145
  "axios": "1.7.3",
147
146
  "background-worker-process": "~16.100.10",
@@ -196,14 +195,6 @@
196
195
  "file-loader": "1.1.11",
197
196
  "file-saver": "2.0.5",
198
197
  "file-type": "19.1.1",
199
- "firedev": "^18",
200
- "firedev-crud": "~18.0.3",
201
- "firedev-crud-deamon": "~18.0.4",
202
- "firedev-ports": "~18.0.3",
203
- "firedev-storage": "~18.0.3",
204
- "firedev-type-sql": "~18.0.4",
205
- "firedev-typeorm": "~18.0.3",
206
- "firedev-ui": "~18.0.4",
207
198
  "fkill": "6.1.0",
208
199
  "font-awesome": "4.7.0",
209
200
  "form-data": "4.0.0",
@@ -221,11 +212,13 @@
221
212
  "image-focus": "1.2.1",
222
213
  "immer": "10.0.2",
223
214
  "immutable": "4.3.7",
224
- "incremental-compiler": "~18.0.4",
215
+ "incremental-compiler": "~18.0.9",
225
216
  "inquirer": "7.3.3",
226
- "inquirer-autocomplete-prompt": "1.3.0",
217
+ "inquirer-autocomplete-prompt": "1.4.0",
218
+ "inquirer-autocomplete-standalone": "0.8.1",
219
+ "inquirer-select-pro": "1.0.0-alpha.7",
227
220
  "is-elevated": "3.0.0",
228
- "isomorphic-region-loader": "~18.0.4",
221
+ "isomorphic-region-loader": "~18.0.9",
229
222
  "istanbul-instrumenter-loader": "3.0.1",
230
223
  "jest": "29.7.0",
231
224
  "jest-date-mock": "1.0.10",
@@ -236,8 +229,8 @@
236
229
  "joi": "17.13.3",
237
230
  "jscodeshift": "0.6.3",
238
231
  "json-stringify-safe": "5.0.1",
239
- "json10": "~18.0.4",
240
- "json10-writer": "~18.0.4",
232
+ "json10": "~18.0.9",
233
+ "json10-writer": "~18.0.9",
241
234
  "json5": "2.2.3",
242
235
  "json5-writer": "0.2.0",
243
236
  "jszip": "3.10.1",
@@ -246,9 +239,9 @@
246
239
  "localforage": "1.10.0",
247
240
  "lockfile": "1.0.4",
248
241
  "lodash": "4.17.21",
249
- "lodash-walk-object": "~18.0.4",
242
+ "lodash-walk-object": "~18.0.9",
250
243
  "lowdb": "7.0.1",
251
- "magic-renamer": "~18.0.4",
244
+ "magic-renamer": "~18.0.9",
252
245
  "material-design-icons": "3.0.1",
253
246
  "method-override": "2.3.10",
254
247
  "minimist": "1.2.8",
@@ -259,10 +252,11 @@
259
252
  "ng-in-viewport": "16.1.0",
260
253
  "ng-lock": "18.0.1",
261
254
  "ng-packagr": "18.1.0",
262
- "ng-talkback": "~18.0.3",
263
- "ng2-logger": "~18.0.6",
255
+ "ng-talkback": "~18.0.8",
256
+ "ng2-logger": "~18.0.11",
264
257
  "ng2-pdfjs-viewer": "18.0.0",
265
- "ng2-rest": "~18.0.4",
258
+ "ng2-rest": "~18.0.9",
259
+ "ng2-rest-swagger-generator": "18.0.6",
266
260
  "ngx-ace-wrapper": "17.0.0",
267
261
  "ngx-editor": "17.5.4",
268
262
  "ngx-highlightjs": "12.0.0",
@@ -275,7 +269,7 @@
275
269
  "ngx-scrolltop": "18.0.0",
276
270
  "ngx-store": "3.1.1",
277
271
  "ngx-typed-js": "2.1.1",
278
- "node-cli-tester": "~18.0.2",
272
+ "node-cli-tester": "~18.0.5",
279
273
  "node-localstorage": "2.1.6",
280
274
  "node-notifier": "10.0.1",
281
275
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -283,7 +277,7 @@
283
277
  "npm-get-dependents": "1.0.1",
284
278
  "npm-run": "4.1.2",
285
279
  "omelette": "0.4.17",
286
- "open": "10.0.4",
280
+ "open": "7.2.1",
287
281
  "ora": "3.4.0",
288
282
  "passport": "0.7.0",
289
283
  "passport-http-bearer": "1.0.1",
@@ -305,7 +299,7 @@
305
299
  "q": "1.5.1",
306
300
  "rallax.js": "2.0.4",
307
301
  "randomcolor": "0.5.3",
308
- "record-replay-req-res-scenario": "~18.0.2",
302
+ "record-replay-req-res-scenario": "~18.0.5",
309
303
  "reflect-metadata": "0.2.2",
310
304
  "rimraf": "2.6.2",
311
305
  "rxjs": "~7.8.1",
@@ -317,20 +311,22 @@
317
311
  "socket.io-client": "4.7.5",
318
312
  "sort-package-json": "1.11.0",
319
313
  "sql.js": "1.8.0",
320
- "static-columns": "~18.0.5",
314
+ "static-columns": "~18.0.7",
321
315
  "string-similarity": "4.0.4",
322
316
  "sudo-block": "3.0.0",
323
317
  "supertest": "7.0.0",
324
318
  "sweetalert2": "11.7.32",
325
319
  "systeminformation": "3.45.7",
320
+ "taon": "^18",
321
+ "taon-storage": "18.0.5",
322
+ "taon-type-sql": "18.0.6",
323
+ "taon-typeorm": "18.0.5",
326
324
  "task.js": "0.1.5",
327
325
  "threads": "1.7.0",
328
- "tnp": "~18.0.4",
329
- "tnp-cli": "~18.0.2",
330
- "tnp-config": "~18.0.6",
331
- "tnp-core": "~18.0.28",
332
- "tnp-db": "~18.0.4",
333
- "tnp-models": "~18.0.5",
326
+ "tnp": "~18.0.6",
327
+ "tnp-config": "~18.0.11",
328
+ "tnp-core": "~18.0.30",
329
+ "tnp-models": "~18.0.10",
334
330
  "ts-debug": "1.3.0",
335
331
  "ts-json-schema-generator": "2.3.0-next.5",
336
332
  "ts-loader": "2.3.1",
@@ -338,16 +334,17 @@
338
334
  "tslib": "~2.6.3",
339
335
  "tslint": "6.1.3",
340
336
  "turndown": "7.2.0",
337
+ "type-fest": "4.25.0",
341
338
  "typedoc": "0.26.5",
342
339
  "typedoc-plugin-markdown": "4.2.3",
343
340
  "typescript": "~5.5.4",
344
- "typescript-class-helpers": "~18.0.5",
341
+ "typescript-class-helpers": "~18.0.10",
345
342
  "typescript-formatter": "~7.2.2",
346
343
  "underscore": "1.13.7",
347
344
  "uuid": "10.0.0",
348
345
  "validator": "13.5.2",
349
346
  "video.js": "8.3.0",
350
- "vpn-split": "~18.0.2",
347
+ "vpn-split": "~18.0.5",
351
348
  "vscode": "1.1.37",
352
349
  "wait-on": "7.0.1",
353
350
  "watch": "1.0.2",
@@ -360,14 +357,14 @@
360
357
  "main": "dist/app.electron.js"
361
358
  },
362
359
  "build": {
363
- "number": 230,
364
- "date": "2024-08-13T18:58:15.000Z",
365
- "hash": "cb9237ffc801b6d1b6cbc6d6d71b145b2e51f53b"
360
+ "number": 236,
361
+ "date": "2024-08-28T12:51:52.000Z",
362
+ "hash": "fe170945572638b3bd6e1343c6a1dd3c2f36d595"
366
363
  },
367
364
  "currentProjectName": "node-cli-tester",
368
365
  "currentProjectGenericName": "node-cli-tester",
369
366
  "currentProjectType": "isomorphic-lib",
370
- "currentFrameworkVersion": "18.0.4",
367
+ "currentFrameworkVersion": "18.0.8",
371
368
  "isStandaloneProject": true,
372
369
  "isSmartContainer": false,
373
370
  "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.