record-replay-req-res-scenario 16.100.4 → 16.100.5

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@16.100.4)
3
+ Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@16.100.5)
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.
@@ -40,11 +40,11 @@
40
40
  "workerPlugins": {}
41
41
  },
42
42
  "name": "record-replay-req-res-scenario",
43
- "version": "16.100.4",
43
+ "version": "16.100.5",
44
44
  "license": "UNLICENSED",
45
45
  "dependencies": {
46
- "ng-talkback": "16.100.4",
47
- "tnp-helpers": "16.100.7"
46
+ "ng-talkback": "16.100.5",
47
+ "tnp-helpers": "16.100.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": "448bc6d822b73ae1935c7ded89f4ffaf8265d12f",
55
+ "lastBuildTagHash": "eed6696b66cf04dae1cb3e2db3ee6c751b70cafd",
56
56
  "devDependencies": {
57
57
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
58
58
  "@angular-devkit/build-angular": "~16.0.5",
@@ -134,7 +134,7 @@
134
134
  "angular-material-css-vars": "5.0.2",
135
135
  "angular-resize-event": "3.2.0",
136
136
  "animate.css": "4.1.1 ",
137
- "any-project-cli": "16.100.7",
137
+ "any-project-cli": "16.100.8",
138
138
  "axios": "1.3.5",
139
139
  "background-worker-process": "16.100.4",
140
140
  "base32": "0.0.7",
@@ -184,13 +184,13 @@
184
184
  "file-saver": "2.0.5",
185
185
  "file-type": "18.5.0",
186
186
  "firedev": "^16",
187
- "firedev-crud": "16.100.7",
188
- "firedev-crud-deamon": "16.100.6",
189
- "firedev-ports": "16.100.7",
190
- "firedev-storage": "16.100.4",
191
- "firedev-type-sql": "16.100.4",
192
- "firedev-typeorm": "16.100.4",
193
- "firedev-ui": "16.100.7",
187
+ "firedev-crud": "16.100.8",
188
+ "firedev-crud-deamon": "16.100.7",
189
+ "firedev-ports": "16.100.8",
190
+ "firedev-storage": "16.100.5",
191
+ "firedev-type-sql": "16.100.5",
192
+ "firedev-typeorm": "16.100.5",
193
+ "firedev-ui": "16.100.8",
194
194
  "fkill": "6.1.0",
195
195
  "font-awesome": "4.7.0",
196
196
  "form-data": "4.0.0",
@@ -208,11 +208,11 @@
208
208
  "image-focus": "1.2.1",
209
209
  "immer": "10.0.2",
210
210
  "immutable": "4.3.0",
211
- "incremental-compiler": "16.100.7",
211
+ "incremental-compiler": "16.100.8",
212
212
  "inquirer": "7.3.3",
213
213
  "inquirer-autocomplete-prompt": "1.3.0",
214
214
  "is-elevated": "3.0.0",
215
- "isomorphic-region-loader": "16.100.6",
215
+ "isomorphic-region-loader": "16.100.7",
216
216
  "istanbul-instrumenter-loader": "2.0.0",
217
217
  "jest": "29.5.0",
218
218
  "jest-date-mock": "1.0.8",
@@ -223,8 +223,8 @@
223
223
  "joi": "17.9.2",
224
224
  "jscodeshift": "0.6.3",
225
225
  "json-stringify-safe": "5.0.1",
226
- "json10": "16.100.4",
227
- "json10-writer": "16.100.7",
226
+ "json10": "16.100.5",
227
+ "json10-writer": "16.100.8",
228
228
  "json5": "2.2.1",
229
229
  "json5-writer": "0.2.0",
230
230
  "jszip": "3.10.1",
@@ -233,9 +233,9 @@
233
233
  "localforage": "1.10.0",
234
234
  "lockfile": "1.0.4",
235
235
  "lodash": "4.17.20",
236
- "lodash-walk-object": "16.100.4",
236
+ "lodash-walk-object": "16.100.5",
237
237
  "lowdb": "7.0.1",
238
- "magic-renamer": "16.100.6",
238
+ "magic-renamer": "16.100.7",
239
239
  "material-design-icons": "3.0.1",
240
240
  "method-override": "2.3.10",
241
241
  "minimist": "1.2.0",
@@ -246,9 +246,9 @@
246
246
  "ng-in-viewport": "15.0.2",
247
247
  "ng-lock": "16.0.1",
248
248
  "ng-packagr": "16.0.1",
249
- "ng2-logger": "16.100.7",
249
+ "ng2-logger": "16.100.8",
250
250
  "ng2-pdfjs-viewer": "16.0.4",
251
- "ng2-rest": "16.100.4",
251
+ "ng2-rest": "16.100.5",
252
252
  "ngx-ace-wrapper": "14.0.0",
253
253
  "ngx-editor": "15.3.0",
254
254
  "ngx-highlightjs": "9.0.0",
@@ -261,7 +261,7 @@
261
261
  "ngx-scrolltop": "6.0.0",
262
262
  "ngx-store": "3.1.1",
263
263
  "ngx-typed-js": "2.1.1",
264
- "node-cli-tester": "16.100.4",
264
+ "node-cli-tester": "16.100.5",
265
265
  "node-localstorage": "2.1.6",
266
266
  "node-notifier": "6.0.0",
267
267
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -289,7 +289,7 @@
289
289
  "q": "1.5.1",
290
290
  "rallax.js": "2.0.4",
291
291
  "randomcolor": "0.5.3",
292
- "record-replay-req-res-scenario": "16.100.3",
292
+ "record-replay-req-res-scenario": "16.100.4",
293
293
  "reflect-metadata": "0.1.10",
294
294
  "rimraf": "2.6.2",
295
295
  "rxjs": "~7.8.0",
@@ -300,7 +300,7 @@
300
300
  "socket.io": "2.4.1",
301
301
  "sort-package-json": "1.11.0",
302
302
  "sql.js": "1.8.0",
303
- "static-columns": "16.100.4",
303
+ "static-columns": "16.100.5",
304
304
  "string-similarity": "4.0.2",
305
305
  "sudo-block": "3.0.0",
306
306
  "supertest": "6.3.3",
@@ -308,11 +308,11 @@
308
308
  "systeminformation": "3.45.7",
309
309
  "task.js": "0.1.5",
310
310
  "threads": "1.7.0",
311
- "tnp-cli": "16.100.3",
312
- "tnp-config": "16.100.7",
313
- "tnp-core": "16.100.17",
314
- "tnp-db": "16.100.6",
315
- "tnp-models": "16.100.7",
311
+ "tnp-cli": "16.100.4",
312
+ "tnp-config": "16.100.8",
313
+ "tnp-core": "16.100.19",
314
+ "tnp-db": "16.100.7",
315
+ "tnp-models": "16.100.8",
316
316
  "ts-debug": "1.3.0",
317
317
  "ts-json-schema-generator": "2.1.1",
318
318
  "ts-loader": "2.3.1",
@@ -321,13 +321,13 @@
321
321
  "tslint": "5.9.1",
322
322
  "turndown": "7.1.2",
323
323
  "typescript": "~5.0.2",
324
- "typescript-class-helpers": "~16.100.7",
324
+ "typescript-class-helpers": "~16.100.8",
325
325
  "typescript-formatter": "~7.2.2",
326
326
  "underscore": "1.9.1",
327
327
  "uuid": "8.3.2",
328
328
  "validator": "9.2.0",
329
329
  "video.js": "8.3.0",
330
- "vpn-split": "16.100.3",
330
+ "vpn-split": "16.100.4",
331
331
  "watch": "1.0.2",
332
332
  "webpack": "~5.80",
333
333
  "webpack-dev-middleware": "~6.0.2",
package/firedev.jsonc CHANGED
@@ -1,46 +1,46 @@
1
- {
2
- "resources": [
3
- "README.md"
4
- ],
5
-
6
- "overrided": {
7
- "ignoreDepsPattern": [],
8
- "includeAsDev": [],
9
-
10
- "includeOnly": [
11
- "ng-talkback",
12
- "tnp-helpers"
13
- ],
14
-
15
- "dependencies": {},
16
- "linkedFolders": [],
17
- "npmFixes": [],
18
- },
19
-
20
- "smartContainerBuildTarget": "",
21
- "linkedRepos": [],
22
-
23
- "libReleaseOptions": {
24
- "nodts": false,
25
- "obscure": false,
26
- "ugly": false,
27
- "includeNodeModules": false,
28
- "cliBuildNoDts": false,
29
- "cliBuildObscure": false,
30
- "cliBuildIncludeNodeModules": false,
31
- "cliBuildUglify": false,
32
- },
33
-
34
- "smartContainerTarget": "",
35
- "type": "isomorphic-lib",
36
- "isCoreProject": false,
37
- "useFramework": false,
38
- "required": [],
39
- "version": "v4",
40
- "isGenerated": false,
41
- "requiredServers": [],
42
- "license": "UNLICENSED",
43
- "private": false,
44
- "main": "index.js",
45
- "workerPlugins": {},
1
+ {
2
+ "resources": [
3
+ "README.md"
4
+ ],
5
+
6
+ "overrided": {
7
+ "ignoreDepsPattern": [],
8
+ "includeAsDev": [],
9
+
10
+ "includeOnly": [
11
+ "ng-talkback",
12
+ "tnp-helpers"
13
+ ],
14
+
15
+ "dependencies": {},
16
+ "linkedFolders": [],
17
+ "npmFixes": [],
18
+ },
19
+
20
+ "smartContainerBuildTarget": "",
21
+ "linkedRepos": [],
22
+
23
+ "libReleaseOptions": {
24
+ "nodts": false,
25
+ "obscure": false,
26
+ "ugly": false,
27
+ "includeNodeModules": false,
28
+ "cliBuildNoDts": false,
29
+ "cliBuildObscure": false,
30
+ "cliBuildIncludeNodeModules": false,
31
+ "cliBuildUglify": false,
32
+ },
33
+
34
+ "smartContainerTarget": "",
35
+ "type": "isomorphic-lib",
36
+ "isCoreProject": false,
37
+ "useFramework": false,
38
+ "required": [],
39
+ "version": "v4",
40
+ "isGenerated": false,
41
+ "requiredServers": [],
42
+ "license": "UNLICENSED",
43
+ "private": false,
44
+ "main": "index.js",
45
+ "workerPlugins": {},
46
46
  }
package/package.json CHANGED
@@ -40,11 +40,11 @@
40
40
  "workerPlugins": {}
41
41
  },
42
42
  "name": "record-replay-req-res-scenario",
43
- "version": "16.100.4",
43
+ "version": "16.100.5",
44
44
  "license": "UNLICENSED",
45
45
  "dependencies": {
46
- "ng-talkback": "16.100.4",
47
- "tnp-helpers": "16.100.7"
46
+ "ng-talkback": "16.100.5",
47
+ "tnp-helpers": "16.100.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": "448bc6d822b73ae1935c7ded89f4ffaf8265d12f",
55
+ "lastBuildTagHash": "eed6696b66cf04dae1cb3e2db3ee6c751b70cafd",
56
56
  "devDependencies": {},
57
57
  "main": "index.js"
58
58
  }
@@ -44,11 +44,11 @@
44
44
  "workerPlugins": {}
45
45
  },
46
46
  "name": "record-replay-req-res-scenario",
47
- "version": "16.100.4",
47
+ "version": "16.100.5",
48
48
  "license": "UNLICENSED",
49
49
  "dependencies": {
50
- "ng-talkback": "16.100.4",
51
- "tnp-helpers": "16.100.7"
50
+ "ng-talkback": "16.100.5",
51
+ "tnp-helpers": "16.100.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": "448bc6d822b73ae1935c7ded89f4ffaf8265d12f",
59
+ "lastBuildTagHash": "eed6696b66cf04dae1cb3e2db3ee6c751b70cafd",
60
60
  "devDependencies": {
61
61
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
62
62
  "@angular-devkit/build-angular": "~16.0.5",
@@ -138,7 +138,7 @@
138
138
  "angular-material-css-vars": "5.0.2",
139
139
  "angular-resize-event": "3.2.0",
140
140
  "animate.css": "4.1.1 ",
141
- "any-project-cli": "16.100.7",
141
+ "any-project-cli": "16.100.8",
142
142
  "axios": "1.3.5",
143
143
  "background-worker-process": "16.100.4",
144
144
  "base32": "0.0.7",
@@ -188,13 +188,13 @@
188
188
  "file-saver": "2.0.5",
189
189
  "file-type": "18.5.0",
190
190
  "firedev": "^16",
191
- "firedev-crud": "16.100.7",
192
- "firedev-crud-deamon": "16.100.6",
193
- "firedev-ports": "16.100.7",
194
- "firedev-storage": "16.100.4",
195
- "firedev-type-sql": "16.100.4",
196
- "firedev-typeorm": "16.100.4",
197
- "firedev-ui": "16.100.7",
191
+ "firedev-crud": "16.100.8",
192
+ "firedev-crud-deamon": "16.100.7",
193
+ "firedev-ports": "16.100.8",
194
+ "firedev-storage": "16.100.5",
195
+ "firedev-type-sql": "16.100.5",
196
+ "firedev-typeorm": "16.100.5",
197
+ "firedev-ui": "16.100.8",
198
198
  "fkill": "6.1.0",
199
199
  "font-awesome": "4.7.0",
200
200
  "form-data": "4.0.0",
@@ -212,11 +212,11 @@
212
212
  "image-focus": "1.2.1",
213
213
  "immer": "10.0.2",
214
214
  "immutable": "4.3.0",
215
- "incremental-compiler": "16.100.7",
215
+ "incremental-compiler": "16.100.8",
216
216
  "inquirer": "7.3.3",
217
217
  "inquirer-autocomplete-prompt": "1.3.0",
218
218
  "is-elevated": "3.0.0",
219
- "isomorphic-region-loader": "16.100.6",
219
+ "isomorphic-region-loader": "16.100.7",
220
220
  "istanbul-instrumenter-loader": "2.0.0",
221
221
  "jest": "29.5.0",
222
222
  "jest-date-mock": "1.0.8",
@@ -227,8 +227,8 @@
227
227
  "joi": "17.9.2",
228
228
  "jscodeshift": "0.6.3",
229
229
  "json-stringify-safe": "5.0.1",
230
- "json10": "16.100.4",
231
- "json10-writer": "16.100.7",
230
+ "json10": "16.100.5",
231
+ "json10-writer": "16.100.8",
232
232
  "json5": "2.2.1",
233
233
  "json5-writer": "0.2.0",
234
234
  "jszip": "3.10.1",
@@ -237,9 +237,9 @@
237
237
  "localforage": "1.10.0",
238
238
  "lockfile": "1.0.4",
239
239
  "lodash": "4.17.20",
240
- "lodash-walk-object": "16.100.4",
240
+ "lodash-walk-object": "16.100.5",
241
241
  "lowdb": "7.0.1",
242
- "magic-renamer": "16.100.6",
242
+ "magic-renamer": "16.100.7",
243
243
  "material-design-icons": "3.0.1",
244
244
  "method-override": "2.3.10",
245
245
  "minimist": "1.2.0",
@@ -250,9 +250,9 @@
250
250
  "ng-in-viewport": "15.0.2",
251
251
  "ng-lock": "16.0.1",
252
252
  "ng-packagr": "16.0.1",
253
- "ng2-logger": "16.100.7",
253
+ "ng2-logger": "16.100.8",
254
254
  "ng2-pdfjs-viewer": "16.0.4",
255
- "ng2-rest": "16.100.4",
255
+ "ng2-rest": "16.100.5",
256
256
  "ngx-ace-wrapper": "14.0.0",
257
257
  "ngx-editor": "15.3.0",
258
258
  "ngx-highlightjs": "9.0.0",
@@ -265,7 +265,7 @@
265
265
  "ngx-scrolltop": "6.0.0",
266
266
  "ngx-store": "3.1.1",
267
267
  "ngx-typed-js": "2.1.1",
268
- "node-cli-tester": "16.100.4",
268
+ "node-cli-tester": "16.100.5",
269
269
  "node-localstorage": "2.1.6",
270
270
  "node-notifier": "6.0.0",
271
271
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -293,7 +293,7 @@
293
293
  "q": "1.5.1",
294
294
  "rallax.js": "2.0.4",
295
295
  "randomcolor": "0.5.3",
296
- "record-replay-req-res-scenario": "16.100.3",
296
+ "record-replay-req-res-scenario": "16.100.4",
297
297
  "reflect-metadata": "0.1.10",
298
298
  "rimraf": "2.6.2",
299
299
  "rxjs": "~7.8.0",
@@ -304,7 +304,7 @@
304
304
  "socket.io": "2.4.1",
305
305
  "sort-package-json": "1.11.0",
306
306
  "sql.js": "1.8.0",
307
- "static-columns": "16.100.4",
307
+ "static-columns": "16.100.5",
308
308
  "string-similarity": "4.0.2",
309
309
  "sudo-block": "3.0.0",
310
310
  "supertest": "6.3.3",
@@ -312,11 +312,11 @@
312
312
  "systeminformation": "3.45.7",
313
313
  "task.js": "0.1.5",
314
314
  "threads": "1.7.0",
315
- "tnp-cli": "16.100.3",
316
- "tnp-config": "16.100.7",
317
- "tnp-core": "16.100.17",
318
- "tnp-db": "16.100.6",
319
- "tnp-models": "16.100.7",
315
+ "tnp-cli": "16.100.4",
316
+ "tnp-config": "16.100.8",
317
+ "tnp-core": "16.100.19",
318
+ "tnp-db": "16.100.7",
319
+ "tnp-models": "16.100.8",
320
320
  "ts-debug": "1.3.0",
321
321
  "ts-json-schema-generator": "2.1.1",
322
322
  "ts-loader": "2.3.1",
@@ -325,13 +325,13 @@
325
325
  "tslint": "5.9.1",
326
326
  "turndown": "7.1.2",
327
327
  "typescript": "~5.0.2",
328
- "typescript-class-helpers": "~16.100.7",
328
+ "typescript-class-helpers": "~16.100.8",
329
329
  "typescript-formatter": "~7.2.2",
330
330
  "underscore": "1.9.1",
331
331
  "uuid": "8.3.2",
332
332
  "validator": "9.2.0",
333
333
  "video.js": "8.3.0",
334
- "vpn-split": "16.100.3",
334
+ "vpn-split": "16.100.4",
335
335
  "watch": "1.0.2",
336
336
  "webpack": "~5.80",
337
337
  "webpack-dev-middleware": "~6.0.2",
@@ -342,14 +342,14 @@
342
342
  "main": "index.js"
343
343
  },
344
344
  "build": {
345
- "number": 214,
346
- "date": "2024-05-20T11:14:31.000Z",
347
- "hash": "eed6696b66cf04dae1cb3e2db3ee6c751b70cafd"
345
+ "number": 215,
346
+ "date": "2024-05-21T04:06:14.000Z",
347
+ "hash": "2be18cd572ef2677bf8c3b7b7209a5607e88422c"
348
348
  },
349
349
  "currentProjectName": "record-replay-req-res-scenario",
350
350
  "currentProjectGenericName": "record-replay-req-res-scenario",
351
351
  "currentProjectType": "isomorphic-lib",
352
- "currentFrameworkVersion": "16.100.7",
352
+ "currentFrameworkVersion": "16.100.10",
353
353
  "isStandaloneProject": true,
354
354
  "isSmartContainer": false,
355
355
  "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.