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

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.11)
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.
File without changes
@@ -0,0 +1,6 @@
1
+ // @ts-nocheck
2
+ // This file is auto-generated. Do not modify.
3
+ // This is only placholder.
4
+ // Use property "shouldGenerateAutogenIndexFile: true"
5
+ // in taon.jsonc to enable autogeneration.
6
+ //# sourceMappingURL=index._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,cAAc;AACd,8CAA8C;AAC9C,2BAA2B;AAC3B,uDAAuD;AACvD,2CAA2C"}
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.11",
44
44
  "license": "UNLICENSED",
45
45
  "dependencies": {
46
- "ng-talkback": "~18.0.8",
47
- "tnp-helpers": "~18.0.9"
46
+ "ng-talkback": "~18.0.11",
47
+ "tnp-helpers": "~18.0.12"
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": "0bdabd61f9c86574fba89ae705b2b4f3b202d67b",
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.11",
48
48
  "license": "UNLICENSED",
49
49
  "dependencies": {
50
- "ng-talkback": "~18.0.8",
51
- "tnp-helpers": "~18.0.9"
50
+ "ng-talkback": "~18.0.11",
51
+ "tnp-helpers": "~18.0.12"
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": "0bdabd61f9c86574fba89ae705b2b4f3b202d67b",
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.12",
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.12",
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.12",
235
+ "json10-writer": "~18.0.12",
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.12",
246
245
  "lowdb": "7.0.1",
247
- "magic-renamer": "~18.0.9",
246
+ "magic-renamer": "~18.0.12",
248
247
  "material-design-icons": "3.0.1",
249
248
  "method-override": "2.3.10",
250
249
  "minimist": "1.2.8",
@@ -255,13 +254,14 @@
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.14",
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.12",
260
+ "ng2-rest-swagger-generator": "18.0.9",
262
261
  "ngx-ace-wrapper": "17.0.0",
263
262
  "ngx-editor": "17.5.4",
264
263
  "ngx-highlightjs": "12.0.0",
264
+ "ngx-infinite-scroll": "18.0.0",
265
265
  "ngx-moment": "6.0.2",
266
266
  "ngx-monaco-editor": "12.0.0",
267
267
  "ngx-photo-editor": "0.4.4",
@@ -271,7 +271,7 @@
271
271
  "ngx-scrolltop": "18.0.0",
272
272
  "ngx-store": "3.1.1",
273
273
  "ngx-typed-js": "2.1.1",
274
- "node-cli-tester": "~18.0.8",
274
+ "node-cli-tester": "~18.0.11",
275
275
  "node-localstorage": "2.1.6",
276
276
  "node-notifier": "10.0.1",
277
277
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -301,7 +301,7 @@
301
301
  "q": "1.5.1",
302
302
  "rallax.js": "2.0.4",
303
303
  "randomcolor": "0.5.3",
304
- "record-replay-req-res-scenario": "~18.0.5",
304
+ "record-replay-req-res-scenario": "~18.0.9",
305
305
  "reflect-metadata": "0.2.2",
306
306
  "rimraf": "2.6.2",
307
307
  "rxjs": "~7.8.1",
@@ -313,22 +313,22 @@
313
313
  "socket.io-client": "4.7.5",
314
314
  "sort-package-json": "1.11.0",
315
315
  "sql.js": "1.8.0",
316
- "static-columns": "~18.0.7",
316
+ "static-columns": "~18.0.11",
317
317
  "string-similarity": "4.0.4",
318
318
  "sudo-block": "3.0.0",
319
319
  "supertest": "7.0.0",
320
320
  "sweetalert2": "11.7.32",
321
321
  "systeminformation": "3.45.7",
322
322
  "taon": "^18",
323
- "taon-storage": "18.0.5",
324
- "taon-type-sql": "18.0.6",
325
- "taon-typeorm": "18.0.5",
323
+ "taon-storage": "18.0.9",
324
+ "taon-type-sql": "18.0.10",
325
+ "taon-typeorm": "18.0.9",
326
326
  "task.js": "0.1.5",
327
327
  "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",
328
+ "tnp": "~18.0.10",
329
+ "tnp-config": "~18.0.14",
330
+ "tnp-core": "~18.0.36",
331
+ "tnp-models": "~18.0.13",
332
332
  "ts-debug": "1.3.0",
333
333
  "ts-json-schema-generator": "2.3.0-next.5",
334
334
  "ts-loader": "2.3.1",
@@ -340,13 +340,14 @@
340
340
  "typedoc": "0.26.5",
341
341
  "typedoc-plugin-markdown": "4.2.3",
342
342
  "typescript": "~5.5.4",
343
- "typescript-class-helpers": "~18.0.10",
343
+ "typescript-class-helpers": "~18.0.13",
344
344
  "typescript-formatter": "~7.2.2",
345
+ "typescript-string-enums": "~1.0.0",
345
346
  "underscore": "1.13.7",
346
347
  "uuid": "10.0.0",
347
348
  "validator": "13.5.2",
348
349
  "video.js": "8.3.0",
349
- "vpn-split": "~18.0.5",
350
+ "vpn-split": "~18.0.9",
350
351
  "vscode": "1.1.37",
351
352
  "wait-on": "7.0.1",
352
353
  "watch": "1.0.2",
@@ -359,14 +360,14 @@
359
360
  "main": "dist/app.electron.js"
360
361
  },
361
362
  "build": {
362
- "number": 237,
363
- "date": "2024-08-28T12:51:54.000Z",
364
- "hash": "92e5a3d0d3720a29e18f644411da27f5da821c39"
363
+ "number": 241,
364
+ "date": "2024-09-03T21:51:04.000Z",
365
+ "hash": "7d0858ddf94cc77e2344135da815c2526d492d29"
365
366
  },
366
367
  "currentProjectName": "record-replay-req-res-scenario",
367
368
  "currentProjectGenericName": "record-replay-req-res-scenario",
368
369
  "currentProjectType": "isomorphic-lib",
369
- "currentFrameworkVersion": "18.0.8",
370
+ "currentFrameworkVersion": "18.0.11",
370
371
  "isStandaloneProject": true,
371
372
  "isSmartContainer": false,
372
373
  "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.