record-replay-req-res-scenario 18.0.15 → 18.0.17

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,3 +1,3 @@
1
- # record-replay-req-res-scenario
2
- ## library for recording/replaying requests/responses as scenarios
3
-
1
+ # record-replay-req-res-scenario
2
+ ## library for recording/replaying requests/responses as scenarios
3
+
@@ -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 (record-replay-req-res-scenario@18.0.15)
3
+ Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@18.0.17)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
@@ -1,10 +1,10 @@
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), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- 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), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node --inspect
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), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- 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/lib/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
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node --inspect-brk
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), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node --inspect-brk
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), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
package/bin/start.js CHANGED
@@ -1 +1 @@
1
- dupasd
1
+ dupasd
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
@@ -40,11 +40,11 @@
40
40
  "workerPlugins": {}
41
41
  },
42
42
  "name": "record-replay-req-res-scenario",
43
- "version": "18.0.15",
43
+ "version": "18.0.17",
44
44
  "license": "UNLICENSED",
45
45
  "dependencies": {
46
- "ng-talkback": "~18.0.15",
47
- "tnp-helpers": "~18.0.16"
46
+ "ng-talkback": "~18.0.17",
47
+ "tnp-helpers": "~18.0.18"
48
48
  },
49
49
  "private": false,
50
50
  "bin": {
@@ -52,7 +52,7 @@
52
52
  "record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
53
53
  "record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
54
54
  },
55
- "lastBuildTagHash": "d23e72a37b9fa4b3cfa8d2126c0cd0fe08cd1457",
55
+ "lastBuildTagHash": "c76566f4089a33aabf60b725cb7aa0cae100796c",
56
56
  "devDependencies": {},
57
- "main": "index.js"
57
+ "main": "dist/app.electron.js"
58
58
  }
package/taon.jsonc CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["ng-talkback", "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
- "private": false,
37
- "main": "index.js",
38
- "workerPlugins": {}
1
+ {
2
+ "resources": ["README.md"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": ["ng-talkback", "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
+ "private": false,
37
+ "main": "index.js",
38
+ "workerPlugins": {}
39
39
  }
@@ -44,11 +44,11 @@
44
44
  "workerPlugins": {}
45
45
  },
46
46
  "name": "record-replay-req-res-scenario",
47
- "version": "18.0.15",
47
+ "version": "18.0.17",
48
48
  "license": "UNLICENSED",
49
49
  "dependencies": {
50
- "ng-talkback": "~18.0.15",
51
- "tnp-helpers": "~18.0.16"
50
+ "ng-talkback": "~18.0.17",
51
+ "tnp-helpers": "~18.0.18"
52
52
  },
53
53
  "private": false,
54
54
  "bin": {
@@ -56,7 +56,7 @@
56
56
  "record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
57
57
  "record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
58
58
  },
59
- "lastBuildTagHash": "d23e72a37b9fa4b3cfa8d2126c0cd0fe08cd1457",
59
+ "lastBuildTagHash": "c76566f4089a33aabf60b725cb7aa0cae100796c",
60
60
  "devDependencies": {
61
61
  "@angular-builders/custom-webpack": "~18.0.0",
62
62
  "@angular-devkit/build-angular": "~18.1.4",
@@ -221,13 +221,14 @@
221
221
  "image-focus": "1.2.1",
222
222
  "immer": "10.0.2",
223
223
  "immutable": "4.3.7",
224
- "incremental-compiler": "~18.0.16",
224
+ "incremental-compiler": "~18.0.19",
225
225
  "inquirer": "7.3.3",
226
226
  "inquirer-autocomplete-prompt": "1.4.0",
227
227
  "inquirer-autocomplete-standalone": "0.8.1",
228
228
  "inquirer-select-pro": "1.0.0-alpha.7",
229
+ "inquirer-toggle": "1.0.1",
229
230
  "is-elevated": "3.0.0",
230
- "isomorphic-region-loader": "~18.0.16",
231
+ "isomorphic-region-loader": "~18.0.18",
231
232
  "istanbul-instrumenter-loader": "3.0.1",
232
233
  "jest": "29.7.0",
233
234
  "jest-date-mock": "1.0.10",
@@ -238,8 +239,8 @@
238
239
  "joi": "17.13.3",
239
240
  "jscodeshift": "0.6.3",
240
241
  "json-stringify-safe": "5.0.1",
241
- "json10": "~18.0.16",
242
- "json10-writer": "~18.0.16",
242
+ "json10": "~18.0.18",
243
+ "json10-writer": "~18.0.18",
243
244
  "json5": "2.2.3",
244
245
  "json5-writer": "0.2.0",
245
246
  "jszip": "3.10.1",
@@ -248,9 +249,9 @@
248
249
  "localforage": "1.10.0",
249
250
  "lockfile": "1.0.4",
250
251
  "lodash": "4.17.21",
251
- "lodash-walk-object": "~18.0.16",
252
+ "lodash-walk-object": "~18.0.18",
252
253
  "lowdb": "7.0.1",
253
- "magic-renamer": "~18.0.16",
254
+ "magic-renamer": "~18.0.18",
254
255
  "material-design-icons": "3.0.1",
255
256
  "method-override": "2.3.10",
256
257
  "minimist": "1.2.8",
@@ -261,10 +262,10 @@
261
262
  "ng-in-viewport": "16.1.0",
262
263
  "ng-lock": "18.0.1",
263
264
  "ng-packagr": "18.1.0",
264
- "ng2-logger": "~18.0.18",
265
+ "ng2-logger": "~18.0.20",
265
266
  "ng2-pdfjs-viewer": "18.0.0",
266
- "ng2-rest": "~18.0.16",
267
- "ng2-rest-swagger-generator": "18.0.13",
267
+ "ng2-rest": "~18.0.18",
268
+ "ng2-rest-swagger-generator": "18.0.15",
268
269
  "ngx-ace-wrapper": "17.0.0",
269
270
  "ngx-editor": "17.5.4",
270
271
  "ngx-highlightjs": "12.0.0",
@@ -278,7 +279,7 @@
278
279
  "ngx-scrolltop": "18.0.0",
279
280
  "ngx-store": "3.1.1",
280
281
  "ngx-typed-js": "2.1.1",
281
- "node-cli-tester": "~18.0.15",
282
+ "node-cli-tester": "~18.0.17",
282
283
  "node-localstorage": "2.1.6",
283
284
  "node-notifier": "10.0.1",
284
285
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -309,7 +310,7 @@
309
310
  "q": "1.5.1",
310
311
  "rallax.js": "2.0.4",
311
312
  "randomcolor": "0.5.3",
312
- "record-replay-req-res-scenario": "~18.0.14",
313
+ "record-replay-req-res-scenario": "~18.0.16",
313
314
  "reflect-metadata": "0.2.2",
314
315
  "rimraf": "2.6.2",
315
316
  "rxjs": "~7.8.1",
@@ -323,22 +324,22 @@
323
324
  "sql-template-strings": "2.2.2",
324
325
  "sql-template-tag": "5.2.1",
325
326
  "sql.js": "1.8.0",
326
- "static-columns": "~18.0.16",
327
+ "static-columns": "~18.0.18",
327
328
  "string-similarity": "4.0.4",
328
329
  "sudo-block": "3.0.0",
329
330
  "supertest": "7.0.0",
330
331
  "sweetalert2": "11.7.32",
331
332
  "systeminformation": "3.45.7",
332
333
  "taon": "^18",
333
- "taon-storage": "18.0.24",
334
- "taon-type-sql": "18.0.15",
335
- "taon-typeorm": "18.0.14",
334
+ "taon-storage": "18.0.26",
335
+ "taon-type-sql": "18.0.17",
336
+ "taon-typeorm": "18.0.16",
336
337
  "task.js": "0.1.5",
337
338
  "threads": "1.7.0",
338
- "tnp": "~18.0.15",
339
- "tnp-config": "~18.0.18",
340
- "tnp-core": "~18.0.42",
341
- "tnp-models": "~18.0.17",
339
+ "tnp": "~18.0.19",
340
+ "tnp-config": "~18.0.20",
341
+ "tnp-core": "~18.0.45",
342
+ "tnp-models": "~18.0.19",
342
343
  "ts-debug": "1.3.0",
343
344
  "ts-json-schema-generator": "2.3.0-next.5",
344
345
  "ts-loader": "2.3.1",
@@ -350,14 +351,14 @@
350
351
  "typedoc": "0.26.5",
351
352
  "typedoc-plugin-markdown": "4.2.3",
352
353
  "typescript": "~5.5.4",
353
- "typescript-class-helpers": "~18.0.17",
354
+ "typescript-class-helpers": "~18.0.19",
354
355
  "typescript-formatter": "~7.2.2",
355
356
  "typescript-string-enums": "~1.0.0",
356
357
  "underscore": "1.13.7",
357
358
  "uuid": "10.0.0",
358
359
  "validator": "13.5.2",
359
360
  "video.js": "8.3.0",
360
- "vpn-split": "~18.0.14",
361
+ "vpn-split": "~18.0.16",
361
362
  "vscode": "1.1.37",
362
363
  "wait-on": "8.0.1",
363
364
  "watch": "1.0.2",
@@ -370,14 +371,14 @@
370
371
  "main": "dist/app.electron.js"
371
372
  },
372
373
  "build": {
373
- "number": 245,
374
- "date": "2024-11-25T02:25:04.000Z",
375
- "hash": "e3c0114f88beca027d83c3adde50b33865c4a389"
374
+ "number": 248,
375
+ "date": "2025-01-06T22:22:08.000Z",
376
+ "hash": "7eadedf748dbbb872350a809a6fc7e3c1d95e2d9"
376
377
  },
377
378
  "currentProjectName": "record-replay-req-res-scenario",
378
379
  "currentProjectGenericName": "record-replay-req-res-scenario",
379
380
  "currentProjectType": "isomorphic-lib",
380
- "currentFrameworkVersion": "18.0.17",
381
+ "currentFrameworkVersion": "18.0.22",
381
382
  "isStandaloneProject": true,
382
383
  "isSmartContainer": false,
383
384
  "pathesTsconfig": "\"paths\": {\"record-replay-req-res-scenario\":[\"./src/lib\"],\"record-replay-req-res-scenario/*\":[\"./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.