record-replay-req-res-scenario 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,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.5)
3
+ Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@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,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.5",
43
+ "version": "18.0.8",
44
44
  "license": "UNLICENSED",
45
45
  "dependencies": {
46
- "ng-talkback": "~18.0.5",
47
- "tnp-helpers": "~18.0.6"
46
+ "ng-talkback": "~18.0.8",
47
+ "tnp-helpers": "~18.0.9"
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": "49187b7d939f43013ba0ab4f8c73ed28b6bc0771",
55
+ "lastBuildTagHash": "7d86c56d30cd9b56249d40e7d14c7e1529e31af1",
56
56
  "devDependencies": {},
57
- "main": "dist/app.electron.js"
57
+ "main": "index.js"
58
58
  }
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": ["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.5",
47
+ "version": "18.0.8",
48
48
  "license": "UNLICENSED",
49
49
  "dependencies": {
50
- "ng-talkback": "~18.0.5",
51
- "tnp-helpers": "~18.0.6"
50
+ "ng-talkback": "~18.0.8",
51
+ "tnp-helpers": "~18.0.9"
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": "49187b7d939f43013ba0ab4f8c73ed28b6bc0771",
59
+ "lastBuildTagHash": "7d86c56d30cd9b56249d40e7d14c7e1529e31af1",
60
60
  "devDependencies": {
61
61
  "@angular-builders/custom-webpack": "~18.0.0",
62
62
  "@angular-devkit/build-angular": "~18.1.4",
@@ -125,7 +125,7 @@
125
125
  "@types/lockfile": "1.0.4",
126
126
  "@types/lodash": "4.14.92",
127
127
  "@types/mocha": "10.0.7",
128
- "@types/node": "18.19.45",
128
+ "@types/node": "16.18.21",
129
129
  "@types/node-notifier": "8.0.5",
130
130
  "@types/oauth2orize": "1.11.5",
131
131
  "@types/password-hash": "1.2.24",
@@ -144,7 +144,6 @@
144
144
  "angular-material-css-vars": "7.0.0",
145
145
  "angular-resize-event": "3.2.0",
146
146
  "animate.css": "4.1.1",
147
- "any-project-cli": "~18.0.6",
148
147
  "app-root-path": "3.1.0",
149
148
  "axios": "1.7.3",
150
149
  "background-worker-process": "~16.100.10",
@@ -199,14 +198,6 @@
199
198
  "file-loader": "1.1.11",
200
199
  "file-saver": "2.0.5",
201
200
  "file-type": "19.1.1",
202
- "firedev": "^18",
203
- "firedev-crud": "~18.0.5",
204
- "firedev-crud-deamon": "~18.0.6",
205
- "firedev-ports": "~18.0.5",
206
- "firedev-storage": "~18.0.5",
207
- "firedev-type-sql": "~18.0.6",
208
- "firedev-typeorm": "~18.0.5",
209
- "firedev-ui": "~18.0.6",
210
201
  "fkill": "6.1.0",
211
202
  "font-awesome": "4.7.0",
212
203
  "form-data": "4.0.0",
@@ -224,13 +215,13 @@
224
215
  "image-focus": "1.2.1",
225
216
  "immer": "10.0.2",
226
217
  "immutable": "4.3.7",
227
- "incremental-compiler": "~18.0.6",
218
+ "incremental-compiler": "~18.0.9",
228
219
  "inquirer": "7.3.3",
229
220
  "inquirer-autocomplete-prompt": "1.4.0",
230
221
  "inquirer-autocomplete-standalone": "0.8.1",
231
222
  "inquirer-select-pro": "1.0.0-alpha.7",
232
223
  "is-elevated": "3.0.0",
233
- "isomorphic-region-loader": "~18.0.6",
224
+ "isomorphic-region-loader": "~18.0.9",
234
225
  "istanbul-instrumenter-loader": "3.0.1",
235
226
  "jest": "29.7.0",
236
227
  "jest-date-mock": "1.0.10",
@@ -241,8 +232,8 @@
241
232
  "joi": "17.13.3",
242
233
  "jscodeshift": "0.6.3",
243
234
  "json-stringify-safe": "5.0.1",
244
- "json10": "~18.0.6",
245
- "json10-writer": "~18.0.6",
235
+ "json10": "~18.0.9",
236
+ "json10-writer": "~18.0.9",
246
237
  "json5": "2.2.3",
247
238
  "json5-writer": "0.2.0",
248
239
  "jszip": "3.10.1",
@@ -251,9 +242,9 @@
251
242
  "localforage": "1.10.0",
252
243
  "lockfile": "1.0.4",
253
244
  "lodash": "4.17.21",
254
- "lodash-walk-object": "~18.0.6",
245
+ "lodash-walk-object": "~18.0.9",
255
246
  "lowdb": "7.0.1",
256
- "magic-renamer": "~18.0.6",
247
+ "magic-renamer": "~18.0.9",
257
248
  "material-design-icons": "3.0.1",
258
249
  "method-override": "2.3.10",
259
250
  "minimist": "1.2.8",
@@ -264,9 +255,10 @@
264
255
  "ng-in-viewport": "16.1.0",
265
256
  "ng-lock": "18.0.1",
266
257
  "ng-packagr": "18.1.0",
267
- "ng2-logger": "~18.0.8",
258
+ "ng2-logger": "~18.0.11",
268
259
  "ng2-pdfjs-viewer": "18.0.0",
269
- "ng2-rest": "~18.0.6",
260
+ "ng2-rest": "~18.0.9",
261
+ "ng2-rest-swagger-generator": "18.0.6",
270
262
  "ngx-ace-wrapper": "17.0.0",
271
263
  "ngx-editor": "17.5.4",
272
264
  "ngx-highlightjs": "12.0.0",
@@ -279,7 +271,7 @@
279
271
  "ngx-scrolltop": "18.0.0",
280
272
  "ngx-store": "3.1.1",
281
273
  "ngx-typed-js": "2.1.1",
282
- "node-cli-tester": "~18.0.5",
274
+ "node-cli-tester": "~18.0.8",
283
275
  "node-localstorage": "2.1.6",
284
276
  "node-notifier": "10.0.1",
285
277
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -309,7 +301,7 @@
309
301
  "q": "1.5.1",
310
302
  "rallax.js": "2.0.4",
311
303
  "randomcolor": "0.5.3",
312
- "record-replay-req-res-scenario": "~18.0.3",
304
+ "record-replay-req-res-scenario": "~18.0.5",
313
305
  "reflect-metadata": "0.2.2",
314
306
  "rimraf": "2.6.2",
315
307
  "rxjs": "~7.8.1",
@@ -327,14 +319,16 @@
327
319
  "supertest": "7.0.0",
328
320
  "sweetalert2": "11.7.32",
329
321
  "systeminformation": "3.45.7",
322
+ "taon": "^18",
323
+ "taon-storage": "18.0.5",
324
+ "taon-type-sql": "18.0.6",
325
+ "taon-typeorm": "18.0.5",
330
326
  "task.js": "0.1.5",
331
327
  "threads": "1.7.0",
332
328
  "tnp": "~18.0.6",
333
- "tnp-cli": "~18.0.3",
334
- "tnp-config": "~18.0.8",
329
+ "tnp-config": "~18.0.11",
335
330
  "tnp-core": "~18.0.30",
336
- "tnp-db": "~18.0.6",
337
- "tnp-models": "~18.0.7",
331
+ "tnp-models": "~18.0.10",
338
332
  "ts-debug": "1.3.0",
339
333
  "ts-json-schema-generator": "2.3.0-next.5",
340
334
  "ts-loader": "2.3.1",
@@ -342,16 +336,17 @@
342
336
  "tslib": "~2.6.3",
343
337
  "tslint": "6.1.3",
344
338
  "turndown": "7.2.0",
339
+ "type-fest": "4.25.0",
345
340
  "typedoc": "0.26.5",
346
341
  "typedoc-plugin-markdown": "4.2.3",
347
342
  "typescript": "~5.5.4",
348
- "typescript-class-helpers": "~18.0.7",
343
+ "typescript-class-helpers": "~18.0.10",
349
344
  "typescript-formatter": "~7.2.2",
350
345
  "underscore": "1.13.7",
351
346
  "uuid": "10.0.0",
352
347
  "validator": "13.5.2",
353
348
  "video.js": "8.3.0",
354
- "vpn-split": "~18.0.3",
349
+ "vpn-split": "~18.0.5",
355
350
  "vscode": "1.1.37",
356
351
  "wait-on": "7.0.1",
357
352
  "watch": "1.0.2",
@@ -364,14 +359,14 @@
364
359
  "main": "dist/app.electron.js"
365
360
  },
366
361
  "build": {
367
- "number": 234,
368
- "date": "2024-08-20T16:17:59.000Z",
369
- "hash": "7d86c56d30cd9b56249d40e7d14c7e1529e31af1"
362
+ "number": 237,
363
+ "date": "2024-08-28T12:51:54.000Z",
364
+ "hash": "92e5a3d0d3720a29e18f644411da27f5da821c39"
370
365
  },
371
366
  "currentProjectName": "record-replay-req-res-scenario",
372
367
  "currentProjectGenericName": "record-replay-req-res-scenario",
373
368
  "currentProjectType": "isomorphic-lib",
374
- "currentFrameworkVersion": "18.0.6",
369
+ "currentFrameworkVersion": "18.0.8",
375
370
  "isStandaloneProject": true,
376
371
  "isSmartContainer": false,
377
372
  "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.