node-cli-tester 18.0.5 → 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.5)
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.5",
42
+ "version": "18.0.8",
43
43
  "license": "UNLICENSED",
44
44
  "dependencies": {
45
- "tnp-helpers": "~18.0.6"
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": "cb9237ffc801b6d1b6cbc6d6d71b145b2e51f53b",
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.5",
46
+ "version": "18.0.8",
47
47
  "license": "UNLICENSED",
48
48
  "dependencies": {
49
- "tnp-helpers": "~18.0.6"
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": "cb9237ffc801b6d1b6cbc6d6d71b145b2e51f53b",
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": "18.19.45",
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.6",
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.5",
201
- "firedev-crud-deamon": "~18.0.6",
202
- "firedev-ports": "~18.0.5",
203
- "firedev-storage": "~18.0.5",
204
- "firedev-type-sql": "~18.0.6",
205
- "firedev-typeorm": "~18.0.5",
206
- "firedev-ui": "~18.0.6",
207
198
  "fkill": "6.1.0",
208
199
  "font-awesome": "4.7.0",
209
200
  "form-data": "4.0.0",
@@ -221,13 +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.6",
215
+ "incremental-compiler": "~18.0.9",
225
216
  "inquirer": "7.3.3",
226
217
  "inquirer-autocomplete-prompt": "1.4.0",
227
218
  "inquirer-autocomplete-standalone": "0.8.1",
228
219
  "inquirer-select-pro": "1.0.0-alpha.7",
229
220
  "is-elevated": "3.0.0",
230
- "isomorphic-region-loader": "~18.0.6",
221
+ "isomorphic-region-loader": "~18.0.9",
231
222
  "istanbul-instrumenter-loader": "3.0.1",
232
223
  "jest": "29.7.0",
233
224
  "jest-date-mock": "1.0.10",
@@ -238,8 +229,8 @@
238
229
  "joi": "17.13.3",
239
230
  "jscodeshift": "0.6.3",
240
231
  "json-stringify-safe": "5.0.1",
241
- "json10": "~18.0.6",
242
- "json10-writer": "~18.0.6",
232
+ "json10": "~18.0.9",
233
+ "json10-writer": "~18.0.9",
243
234
  "json5": "2.2.3",
244
235
  "json5-writer": "0.2.0",
245
236
  "jszip": "3.10.1",
@@ -248,9 +239,9 @@
248
239
  "localforage": "1.10.0",
249
240
  "lockfile": "1.0.4",
250
241
  "lodash": "4.17.21",
251
- "lodash-walk-object": "~18.0.6",
242
+ "lodash-walk-object": "~18.0.9",
252
243
  "lowdb": "7.0.1",
253
- "magic-renamer": "~18.0.6",
244
+ "magic-renamer": "~18.0.9",
254
245
  "material-design-icons": "3.0.1",
255
246
  "method-override": "2.3.10",
256
247
  "minimist": "1.2.8",
@@ -261,10 +252,11 @@
261
252
  "ng-in-viewport": "16.1.0",
262
253
  "ng-lock": "18.0.1",
263
254
  "ng-packagr": "18.1.0",
264
- "ng-talkback": "~18.0.5",
265
- "ng2-logger": "~18.0.8",
255
+ "ng-talkback": "~18.0.8",
256
+ "ng2-logger": "~18.0.11",
266
257
  "ng2-pdfjs-viewer": "18.0.0",
267
- "ng2-rest": "~18.0.6",
258
+ "ng2-rest": "~18.0.9",
259
+ "ng2-rest-swagger-generator": "18.0.6",
268
260
  "ngx-ace-wrapper": "17.0.0",
269
261
  "ngx-editor": "17.5.4",
270
262
  "ngx-highlightjs": "12.0.0",
@@ -277,7 +269,7 @@
277
269
  "ngx-scrolltop": "18.0.0",
278
270
  "ngx-store": "3.1.1",
279
271
  "ngx-typed-js": "2.1.1",
280
- "node-cli-tester": "~18.0.3",
272
+ "node-cli-tester": "~18.0.5",
281
273
  "node-localstorage": "2.1.6",
282
274
  "node-notifier": "10.0.1",
283
275
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -307,7 +299,7 @@
307
299
  "q": "1.5.1",
308
300
  "rallax.js": "2.0.4",
309
301
  "randomcolor": "0.5.3",
310
- "record-replay-req-res-scenario": "~18.0.3",
302
+ "record-replay-req-res-scenario": "~18.0.5",
311
303
  "reflect-metadata": "0.2.2",
312
304
  "rimraf": "2.6.2",
313
305
  "rxjs": "~7.8.1",
@@ -325,14 +317,16 @@
325
317
  "supertest": "7.0.0",
326
318
  "sweetalert2": "11.7.32",
327
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",
328
324
  "task.js": "0.1.5",
329
325
  "threads": "1.7.0",
330
326
  "tnp": "~18.0.6",
331
- "tnp-cli": "~18.0.3",
332
- "tnp-config": "~18.0.8",
327
+ "tnp-config": "~18.0.11",
333
328
  "tnp-core": "~18.0.30",
334
- "tnp-db": "~18.0.6",
335
- "tnp-models": "~18.0.7",
329
+ "tnp-models": "~18.0.10",
336
330
  "ts-debug": "1.3.0",
337
331
  "ts-json-schema-generator": "2.3.0-next.5",
338
332
  "ts-loader": "2.3.1",
@@ -340,16 +334,17 @@
340
334
  "tslib": "~2.6.3",
341
335
  "tslint": "6.1.3",
342
336
  "turndown": "7.2.0",
337
+ "type-fest": "4.25.0",
343
338
  "typedoc": "0.26.5",
344
339
  "typedoc-plugin-markdown": "4.2.3",
345
340
  "typescript": "~5.5.4",
346
- "typescript-class-helpers": "~18.0.7",
341
+ "typescript-class-helpers": "~18.0.10",
347
342
  "typescript-formatter": "~7.2.2",
348
343
  "underscore": "1.13.7",
349
344
  "uuid": "10.0.0",
350
345
  "validator": "13.5.2",
351
346
  "video.js": "8.3.0",
352
- "vpn-split": "~18.0.3",
347
+ "vpn-split": "~18.0.5",
353
348
  "vscode": "1.1.37",
354
349
  "wait-on": "7.0.1",
355
350
  "watch": "1.0.2",
@@ -362,14 +357,14 @@
362
357
  "main": "dist/app.electron.js"
363
358
  },
364
359
  "build": {
365
- "number": 233,
366
- "date": "2024-08-20T16:17:56.000Z",
367
- "hash": "57a5580877f223909d047a2fed14f61b60234fdc"
360
+ "number": 236,
361
+ "date": "2024-08-28T12:51:52.000Z",
362
+ "hash": "fe170945572638b3bd6e1343c6a1dd3c2f36d595"
368
363
  },
369
364
  "currentProjectName": "node-cli-tester",
370
365
  "currentProjectGenericName": "node-cli-tester",
371
366
  "currentProjectType": "isomorphic-lib",
372
- "currentFrameworkVersion": "18.0.6",
367
+ "currentFrameworkVersion": "18.0.8",
373
368
  "isStandaloneProject": true,
374
369
  "isSmartContainer": false,
375
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.