node-cli-tester 18.0.14 → 18.0.15

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.14)
3
+ Assets from this folder are being shipped with this npm package (node-cli-tester@18.0.15)
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.
@@ -0,0 +1 @@
1
+ export * from './migrations_index._auto-generated_';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ //@ts-nocheck
5
+ tslib_1.__exportStar(require("./migrations_index._auto-generated_"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,aAAa;AACb,8EAAoD"}
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // THIS FILE IS GENERATED - DO NOT MODIFY
3
+ // THIS FILE IS GENERATED - DO NOT MODIFY
4
+ //# sourceMappingURL=migrations_index._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
package/package.json CHANGED
@@ -39,17 +39,17 @@
39
39
  "workerPlugins": {}
40
40
  },
41
41
  "name": "node-cli-tester",
42
- "version": "18.0.14",
42
+ "version": "18.0.15",
43
43
  "license": "UNLICENSED",
44
44
  "dependencies": {
45
- "tnp-helpers": "~18.0.15"
45
+ "tnp-helpers": "~18.0.16"
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": "7f5e5ed11ca5beaad17207b6e8f5d9a09314564d",
51
+ "lastBuildTagHash": "896093964d7be6880fd9dc5ff9f960d92777817d",
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.14",
46
+ "version": "18.0.15",
47
47
  "license": "UNLICENSED",
48
48
  "dependencies": {
49
- "tnp-helpers": "~18.0.15"
49
+ "tnp-helpers": "~18.0.16"
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": "7f5e5ed11ca5beaad17207b6e8f5d9a09314564d",
55
+ "lastBuildTagHash": "896093964d7be6880fd9dc5ff9f960d92777817d",
56
56
  "private": false,
57
57
  "devDependencies": {
58
58
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -167,6 +167,7 @@
167
167
  "command-exists": "1.2.2",
168
168
  "compression": "1.7.4",
169
169
  "concurrently": "8.2.2",
170
+ "console-png": "1.2.1",
170
171
  "content-type": "1.0.5",
171
172
  "conventional-changelog-cli": "5.0.0",
172
173
  "cookie-parser": "1.4.6",
@@ -217,13 +218,13 @@
217
218
  "image-focus": "1.2.1",
218
219
  "immer": "10.0.2",
219
220
  "immutable": "4.3.7",
220
- "incremental-compiler": "~18.0.15",
221
+ "incremental-compiler": "~18.0.16",
221
222
  "inquirer": "7.3.3",
222
223
  "inquirer-autocomplete-prompt": "1.4.0",
223
224
  "inquirer-autocomplete-standalone": "0.8.1",
224
225
  "inquirer-select-pro": "1.0.0-alpha.7",
225
226
  "is-elevated": "3.0.0",
226
- "isomorphic-region-loader": "~18.0.15",
227
+ "isomorphic-region-loader": "~18.0.16",
227
228
  "istanbul-instrumenter-loader": "3.0.1",
228
229
  "jest": "29.7.0",
229
230
  "jest-date-mock": "1.0.10",
@@ -234,8 +235,8 @@
234
235
  "joi": "17.13.3",
235
236
  "jscodeshift": "0.6.3",
236
237
  "json-stringify-safe": "5.0.1",
237
- "json10": "~18.0.15",
238
- "json10-writer": "~18.0.15",
238
+ "json10": "~18.0.16",
239
+ "json10-writer": "~18.0.16",
239
240
  "json5": "2.2.3",
240
241
  "json5-writer": "0.2.0",
241
242
  "jszip": "3.10.1",
@@ -244,9 +245,9 @@
244
245
  "localforage": "1.10.0",
245
246
  "lockfile": "1.0.4",
246
247
  "lodash": "4.17.21",
247
- "lodash-walk-object": "~18.0.15",
248
+ "lodash-walk-object": "~18.0.16",
248
249
  "lowdb": "7.0.1",
249
- "magic-renamer": "~18.0.15",
250
+ "magic-renamer": "~18.0.16",
250
251
  "material-design-icons": "3.0.1",
251
252
  "method-override": "2.3.10",
252
253
  "minimist": "1.2.8",
@@ -257,11 +258,11 @@
257
258
  "ng-in-viewport": "16.1.0",
258
259
  "ng-lock": "18.0.1",
259
260
  "ng-packagr": "18.1.0",
260
- "ng-talkback": "~18.0.14",
261
- "ng2-logger": "~18.0.17",
261
+ "ng-talkback": "~18.0.15",
262
+ "ng2-logger": "~18.0.18",
262
263
  "ng2-pdfjs-viewer": "18.0.0",
263
- "ng2-rest": "~18.0.15",
264
- "ng2-rest-swagger-generator": "18.0.12",
264
+ "ng2-rest": "~18.0.16",
265
+ "ng2-rest-swagger-generator": "18.0.13",
265
266
  "ngx-ace-wrapper": "17.0.0",
266
267
  "ngx-editor": "17.5.4",
267
268
  "ngx-highlightjs": "12.0.0",
@@ -275,7 +276,7 @@
275
276
  "ngx-scrolltop": "18.0.0",
276
277
  "ngx-store": "3.1.1",
277
278
  "ngx-typed-js": "2.1.1",
278
- "node-cli-tester": "~18.0.13",
279
+ "node-cli-tester": "~18.0.14",
279
280
  "node-localstorage": "2.1.6",
280
281
  "node-notifier": "10.0.1",
281
282
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -306,7 +307,7 @@
306
307
  "q": "1.5.1",
307
308
  "rallax.js": "2.0.4",
308
309
  "randomcolor": "0.5.3",
309
- "record-replay-req-res-scenario": "~18.0.13",
310
+ "record-replay-req-res-scenario": "~18.0.14",
310
311
  "reflect-metadata": "0.2.2",
311
312
  "rimraf": "2.6.2",
312
313
  "rxjs": "~7.8.1",
@@ -317,23 +318,25 @@
317
318
  "socket.io": "4.7.5",
318
319
  "socket.io-client": "4.7.5",
319
320
  "sort-package-json": "1.11.0",
321
+ "sql-template-strings": "2.2.2",
322
+ "sql-template-tag": "5.2.1",
320
323
  "sql.js": "1.8.0",
321
- "static-columns": "~18.0.15",
324
+ "static-columns": "~18.0.16",
322
325
  "string-similarity": "4.0.4",
323
326
  "sudo-block": "3.0.0",
324
327
  "supertest": "7.0.0",
325
328
  "sweetalert2": "11.7.32",
326
329
  "systeminformation": "3.45.7",
327
330
  "taon": "^18",
328
- "taon-storage": "18.0.23",
329
- "taon-type-sql": "18.0.14",
330
- "taon-typeorm": "18.0.13",
331
+ "taon-storage": "18.0.24",
332
+ "taon-type-sql": "18.0.15",
333
+ "taon-typeorm": "18.0.14",
331
334
  "task.js": "0.1.5",
332
335
  "threads": "1.7.0",
333
- "tnp": "~18.0.14",
334
- "tnp-config": "~18.0.17",
335
- "tnp-core": "~18.0.40",
336
- "tnp-models": "~18.0.16",
336
+ "tnp": "~18.0.15",
337
+ "tnp-config": "~18.0.18",
338
+ "tnp-core": "~18.0.42",
339
+ "tnp-models": "~18.0.17",
337
340
  "ts-debug": "1.3.0",
338
341
  "ts-json-schema-generator": "2.3.0-next.5",
339
342
  "ts-loader": "2.3.1",
@@ -345,14 +348,14 @@
345
348
  "typedoc": "0.26.5",
346
349
  "typedoc-plugin-markdown": "4.2.3",
347
350
  "typescript": "~5.5.4",
348
- "typescript-class-helpers": "~18.0.16",
351
+ "typescript-class-helpers": "~18.0.17",
349
352
  "typescript-formatter": "~7.2.2",
350
353
  "typescript-string-enums": "~1.0.0",
351
354
  "underscore": "1.13.7",
352
355
  "uuid": "10.0.0",
353
356
  "validator": "13.5.2",
354
357
  "video.js": "8.3.0",
355
- "vpn-split": "~18.0.13",
358
+ "vpn-split": "~18.0.14",
356
359
  "vscode": "1.1.37",
357
360
  "wait-on": "8.0.1",
358
361
  "watch": "1.0.2",
@@ -365,14 +368,14 @@
365
368
  "main": "dist/app.electron.js"
366
369
  },
367
370
  "build": {
368
- "number": 243,
369
- "date": "2024-11-17T06:59:00.000Z",
370
- "hash": "896093964d7be6880fd9dc5ff9f960d92777817d"
371
+ "number": 244,
372
+ "date": "2024-11-25T02:24:40.000Z",
373
+ "hash": "52c0ac4538a1d91237e2f8398817c4b7a9cdfea8"
371
374
  },
372
375
  "currentProjectName": "node-cli-tester",
373
376
  "currentProjectGenericName": "node-cli-tester",
374
377
  "currentProjectType": "isomorphic-lib",
375
- "currentFrameworkVersion": "18.0.14",
378
+ "currentFrameworkVersion": "18.0.17",
376
379
  "isStandaloneProject": true,
377
380
  "isSmartContainer": false,
378
381
  "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.