record-replay-req-res-scenario 18.0.8 → 18.0.9

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.8)
3
+ Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@18.0.9)
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.8",
43
+ "version": "18.0.9",
44
44
  "license": "UNLICENSED",
45
45
  "dependencies": {
46
- "ng-talkback": "~18.0.8",
47
- "tnp-helpers": "~18.0.9"
46
+ "ng-talkback": "~18.0.9",
47
+ "tnp-helpers": "~18.0.10"
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": "7d86c56d30cd9b56249d40e7d14c7e1529e31af1",
55
+ "lastBuildTagHash": "92e5a3d0d3720a29e18f644411da27f5da821c39",
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.8",
47
+ "version": "18.0.9",
48
48
  "license": "UNLICENSED",
49
49
  "dependencies": {
50
- "ng-talkback": "~18.0.8",
51
- "tnp-helpers": "~18.0.9"
50
+ "ng-talkback": "~18.0.9",
51
+ "tnp-helpers": "~18.0.10"
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": "7d86c56d30cd9b56249d40e7d14c7e1529e31af1",
59
+ "lastBuildTagHash": "92e5a3d0d3720a29e18f644411da27f5da821c39",
60
60
  "devDependencies": {
61
61
  "@angular-builders/custom-webpack": "~18.0.0",
62
62
  "@angular-devkit/build-angular": "~18.1.4",
@@ -146,7 +146,6 @@
146
146
  "animate.css": "4.1.1",
147
147
  "app-root-path": "3.1.0",
148
148
  "axios": "1.7.3",
149
- "background-worker-process": "~16.100.10",
150
149
  "base32": "0.0.7",
151
150
  "bcryptjs": "2.4.3",
152
151
  "body-parser": "1.20.2",
@@ -215,13 +214,13 @@
215
214
  "image-focus": "1.2.1",
216
215
  "immer": "10.0.2",
217
216
  "immutable": "4.3.7",
218
- "incremental-compiler": "~18.0.9",
217
+ "incremental-compiler": "~18.0.10",
219
218
  "inquirer": "7.3.3",
220
219
  "inquirer-autocomplete-prompt": "1.4.0",
221
220
  "inquirer-autocomplete-standalone": "0.8.1",
222
221
  "inquirer-select-pro": "1.0.0-alpha.7",
223
222
  "is-elevated": "3.0.0",
224
- "isomorphic-region-loader": "~18.0.9",
223
+ "isomorphic-region-loader": "~18.0.10",
225
224
  "istanbul-instrumenter-loader": "3.0.1",
226
225
  "jest": "29.7.0",
227
226
  "jest-date-mock": "1.0.10",
@@ -232,8 +231,8 @@
232
231
  "joi": "17.13.3",
233
232
  "jscodeshift": "0.6.3",
234
233
  "json-stringify-safe": "5.0.1",
235
- "json10": "~18.0.9",
236
- "json10-writer": "~18.0.9",
234
+ "json10": "~18.0.10",
235
+ "json10-writer": "~18.0.10",
237
236
  "json5": "2.2.3",
238
237
  "json5-writer": "0.2.0",
239
238
  "jszip": "3.10.1",
@@ -242,9 +241,9 @@
242
241
  "localforage": "1.10.0",
243
242
  "lockfile": "1.0.4",
244
243
  "lodash": "4.17.21",
245
- "lodash-walk-object": "~18.0.9",
244
+ "lodash-walk-object": "~18.0.10",
246
245
  "lowdb": "7.0.1",
247
- "magic-renamer": "~18.0.9",
246
+ "magic-renamer": "~18.0.10",
248
247
  "material-design-icons": "3.0.1",
249
248
  "method-override": "2.3.10",
250
249
  "minimist": "1.2.8",
@@ -255,10 +254,10 @@
255
254
  "ng-in-viewport": "16.1.0",
256
255
  "ng-lock": "18.0.1",
257
256
  "ng-packagr": "18.1.0",
258
- "ng2-logger": "~18.0.11",
257
+ "ng2-logger": "~18.0.12",
259
258
  "ng2-pdfjs-viewer": "18.0.0",
260
- "ng2-rest": "~18.0.9",
261
- "ng2-rest-swagger-generator": "18.0.6",
259
+ "ng2-rest": "~18.0.10",
260
+ "ng2-rest-swagger-generator": "18.0.7",
262
261
  "ngx-ace-wrapper": "17.0.0",
263
262
  "ngx-editor": "17.5.4",
264
263
  "ngx-highlightjs": "12.0.0",
@@ -271,7 +270,7 @@
271
270
  "ngx-scrolltop": "18.0.0",
272
271
  "ngx-store": "3.1.1",
273
272
  "ngx-typed-js": "2.1.1",
274
- "node-cli-tester": "~18.0.8",
273
+ "node-cli-tester": "~18.0.9",
275
274
  "node-localstorage": "2.1.6",
276
275
  "node-notifier": "10.0.1",
277
276
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -301,7 +300,7 @@
301
300
  "q": "1.5.1",
302
301
  "rallax.js": "2.0.4",
303
302
  "randomcolor": "0.5.3",
304
- "record-replay-req-res-scenario": "~18.0.5",
303
+ "record-replay-req-res-scenario": "~18.0.8",
305
304
  "reflect-metadata": "0.2.2",
306
305
  "rimraf": "2.6.2",
307
306
  "rxjs": "~7.8.1",
@@ -313,22 +312,22 @@
313
312
  "socket.io-client": "4.7.5",
314
313
  "sort-package-json": "1.11.0",
315
314
  "sql.js": "1.8.0",
316
- "static-columns": "~18.0.7",
315
+ "static-columns": "~18.0.10",
317
316
  "string-similarity": "4.0.4",
318
317
  "sudo-block": "3.0.0",
319
318
  "supertest": "7.0.0",
320
319
  "sweetalert2": "11.7.32",
321
320
  "systeminformation": "3.45.7",
322
321
  "taon": "^18",
323
- "taon-storage": "18.0.5",
324
- "taon-type-sql": "18.0.6",
325
- "taon-typeorm": "18.0.5",
322
+ "taon-storage": "18.0.8",
323
+ "taon-type-sql": "18.0.9",
324
+ "taon-typeorm": "18.0.8",
326
325
  "task.js": "0.1.5",
327
326
  "threads": "1.7.0",
328
- "tnp": "~18.0.6",
329
- "tnp-config": "~18.0.11",
330
- "tnp-core": "~18.0.30",
331
- "tnp-models": "~18.0.10",
327
+ "tnp": "~18.0.9",
328
+ "tnp-config": "~18.0.12",
329
+ "tnp-core": "~18.0.33",
330
+ "tnp-models": "~18.0.11",
332
331
  "ts-debug": "1.3.0",
333
332
  "ts-json-schema-generator": "2.3.0-next.5",
334
333
  "ts-loader": "2.3.1",
@@ -340,13 +339,13 @@
340
339
  "typedoc": "0.26.5",
341
340
  "typedoc-plugin-markdown": "4.2.3",
342
341
  "typescript": "~5.5.4",
343
- "typescript-class-helpers": "~18.0.10",
342
+ "typescript-class-helpers": "~18.0.11",
344
343
  "typescript-formatter": "~7.2.2",
345
344
  "underscore": "1.13.7",
346
345
  "uuid": "10.0.0",
347
346
  "validator": "13.5.2",
348
347
  "video.js": "8.3.0",
349
- "vpn-split": "~18.0.5",
348
+ "vpn-split": "~18.0.8",
350
349
  "vscode": "1.1.37",
351
350
  "wait-on": "7.0.1",
352
351
  "watch": "1.0.2",
@@ -359,14 +358,14 @@
359
358
  "main": "dist/app.electron.js"
360
359
  },
361
360
  "build": {
362
- "number": 237,
363
- "date": "2024-08-28T12:51:54.000Z",
364
- "hash": "92e5a3d0d3720a29e18f644411da27f5da821c39"
361
+ "number": 238,
362
+ "date": "2024-08-28T13:05:44.000Z",
363
+ "hash": "0bdabd61f9c86574fba89ae705b2b4f3b202d67b"
365
364
  },
366
365
  "currentProjectName": "record-replay-req-res-scenario",
367
366
  "currentProjectGenericName": "record-replay-req-res-scenario",
368
367
  "currentProjectType": "isomorphic-lib",
369
- "currentFrameworkVersion": "18.0.8",
368
+ "currentFrameworkVersion": "18.0.9",
370
369
  "isStandaloneProject": true,
371
370
  "isSmartContainer": false,
372
371
  "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.