record-replay-req-res-scenario 18.0.1 → 18.0.2
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 +3 -3
- package/assets/shared/shared_folder_info.txt +1 -1
- package/bin/record-replay-req-res-scenario +10 -10
- package/bin/record-replay-req-res-scenario-debug +10 -10
- package/bin/record-replay-req-res-scenario-debug-brk +10 -10
- package/bin/start.js +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/firedev.jsonc +38 -38
- package/package.json +5 -5
- package/tmp-environment.json +36 -36
- package/websql/README.md +24 -24
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.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@18.0.2)
|
|
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/firedev.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
|
}
|
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.
|
|
43
|
+
"version": "18.0.2",
|
|
44
44
|
"license": "UNLICENSED",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"ng-talkback": "~18.0.
|
|
47
|
-
"tnp-helpers": "~18.0.
|
|
46
|
+
"ng-talkback": "~18.0.2",
|
|
47
|
+
"tnp-helpers": "~18.0.3"
|
|
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": "
|
|
55
|
+
"lastBuildTagHash": "7c6639592fd397dc2213b1a9298575b9c0a6d2a9",
|
|
56
56
|
"devDependencies": {},
|
|
57
|
-
"main": "
|
|
57
|
+
"main": "dist/app.electron.js"
|
|
58
58
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"workerPlugins": {}
|
|
45
45
|
},
|
|
46
46
|
"name": "record-replay-req-res-scenario",
|
|
47
|
-
"version": "18.0.
|
|
47
|
+
"version": "18.0.2",
|
|
48
48
|
"license": "UNLICENSED",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"ng-talkback": "~18.0.
|
|
51
|
-
"tnp-helpers": "~18.0.
|
|
50
|
+
"ng-talkback": "~18.0.2",
|
|
51
|
+
"tnp-helpers": "~18.0.3"
|
|
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": "
|
|
59
|
+
"lastBuildTagHash": "7c6639592fd397dc2213b1a9298575b9c0a6d2a9",
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
62
62
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -144,7 +144,7 @@
|
|
|
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.
|
|
147
|
+
"any-project-cli": "~18.0.3",
|
|
148
148
|
"app-root-path": "3.1.0",
|
|
149
149
|
"axios": "1.7.3",
|
|
150
150
|
"background-worker-process": "~16.100.10",
|
|
@@ -200,13 +200,13 @@
|
|
|
200
200
|
"file-saver": "2.0.5",
|
|
201
201
|
"file-type": "19.1.1",
|
|
202
202
|
"firedev": "^18",
|
|
203
|
-
"firedev-crud": "~18.0.
|
|
204
|
-
"firedev-crud-deamon": "~18.0.
|
|
205
|
-
"firedev-ports": "~18.0.
|
|
206
|
-
"firedev-storage": "~18.0.
|
|
207
|
-
"firedev-type-sql": "~18.0.
|
|
208
|
-
"firedev-typeorm": "~18.0.
|
|
209
|
-
"firedev-ui": "~
|
|
203
|
+
"firedev-crud": "~18.0.2",
|
|
204
|
+
"firedev-crud-deamon": "~18.0.3",
|
|
205
|
+
"firedev-ports": "~18.0.2",
|
|
206
|
+
"firedev-storage": "~18.0.2",
|
|
207
|
+
"firedev-type-sql": "~18.0.3",
|
|
208
|
+
"firedev-typeorm": "~18.0.2",
|
|
209
|
+
"firedev-ui": "~18.0.3",
|
|
210
210
|
"fkill": "6.1.0",
|
|
211
211
|
"font-awesome": "4.7.0",
|
|
212
212
|
"form-data": "4.0.0",
|
|
@@ -224,11 +224,11 @@
|
|
|
224
224
|
"image-focus": "1.2.1",
|
|
225
225
|
"immer": "10.0.2",
|
|
226
226
|
"immutable": "4.3.7",
|
|
227
|
-
"incremental-compiler": "~18.0.
|
|
227
|
+
"incremental-compiler": "~18.0.3",
|
|
228
228
|
"inquirer": "7.3.3",
|
|
229
229
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
230
230
|
"is-elevated": "3.0.0",
|
|
231
|
-
"isomorphic-region-loader": "~18.0.
|
|
231
|
+
"isomorphic-region-loader": "~18.0.3",
|
|
232
232
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
233
233
|
"jest": "29.7.0",
|
|
234
234
|
"jest-date-mock": "1.0.10",
|
|
@@ -239,8 +239,8 @@
|
|
|
239
239
|
"joi": "17.13.3",
|
|
240
240
|
"jscodeshift": "0.6.3",
|
|
241
241
|
"json-stringify-safe": "5.0.1",
|
|
242
|
-
"json10": "~18.0.
|
|
243
|
-
"json10-writer": "~18.0.
|
|
242
|
+
"json10": "~18.0.3",
|
|
243
|
+
"json10-writer": "~18.0.3",
|
|
244
244
|
"json5": "2.2.3",
|
|
245
245
|
"json5-writer": "0.2.0",
|
|
246
246
|
"jszip": "3.10.1",
|
|
@@ -249,9 +249,9 @@
|
|
|
249
249
|
"localforage": "1.10.0",
|
|
250
250
|
"lockfile": "1.0.4",
|
|
251
251
|
"lodash": "4.17.21",
|
|
252
|
-
"lodash-walk-object": "~18.0.
|
|
252
|
+
"lodash-walk-object": "~18.0.3",
|
|
253
253
|
"lowdb": "7.0.1",
|
|
254
|
-
"magic-renamer": "~18.0.
|
|
254
|
+
"magic-renamer": "~18.0.3",
|
|
255
255
|
"material-design-icons": "3.0.1",
|
|
256
256
|
"method-override": "2.3.10",
|
|
257
257
|
"minimist": "1.2.8",
|
|
@@ -262,9 +262,9 @@
|
|
|
262
262
|
"ng-in-viewport": "16.1.0",
|
|
263
263
|
"ng-lock": "18.0.1",
|
|
264
264
|
"ng-packagr": "18.1.0",
|
|
265
|
-
"ng2-logger": "~18.0.
|
|
265
|
+
"ng2-logger": "~18.0.5",
|
|
266
266
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
267
|
-
"ng2-rest": "~18.0.
|
|
267
|
+
"ng2-rest": "~18.0.3",
|
|
268
268
|
"ngx-ace-wrapper": "17.0.0",
|
|
269
269
|
"ngx-editor": "17.5.4",
|
|
270
270
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"ngx-scrolltop": "18.0.0",
|
|
278
278
|
"ngx-store": "3.1.1",
|
|
279
279
|
"ngx-typed-js": "2.1.1",
|
|
280
|
-
"node-cli-tester": "~18.0.
|
|
280
|
+
"node-cli-tester": "~18.0.2",
|
|
281
281
|
"node-localstorage": "2.1.6",
|
|
282
282
|
"node-notifier": "10.0.1",
|
|
283
283
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"npm-run": "4.1.2",
|
|
287
287
|
"omelette": "0.4.17",
|
|
288
288
|
"open": "10.0.4",
|
|
289
|
-
"ora": "
|
|
289
|
+
"ora": "3.4.0",
|
|
290
290
|
"passport": "0.7.0",
|
|
291
291
|
"passport-http-bearer": "1.0.1",
|
|
292
292
|
"password-hash": "1.2.2",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"q": "1.5.1",
|
|
307
307
|
"rallax.js": "2.0.4",
|
|
308
308
|
"randomcolor": "0.5.3",
|
|
309
|
-
"record-replay-req-res-scenario": "~
|
|
309
|
+
"record-replay-req-res-scenario": "~18.0.1",
|
|
310
310
|
"reflect-metadata": "0.2.2",
|
|
311
311
|
"rimraf": "2.6.2",
|
|
312
312
|
"rxjs": "~7.8.1",
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"socket.io-client": "4.7.5",
|
|
319
319
|
"sort-package-json": "1.11.0",
|
|
320
320
|
"sql.js": "1.8.0",
|
|
321
|
-
"static-columns": "~18.0.
|
|
321
|
+
"static-columns": "~18.0.4",
|
|
322
322
|
"string-similarity": "4.0.4",
|
|
323
323
|
"sudo-block": "3.0.0",
|
|
324
324
|
"supertest": "7.0.0",
|
|
@@ -326,12 +326,12 @@
|
|
|
326
326
|
"systeminformation": "3.45.7",
|
|
327
327
|
"task.js": "0.1.5",
|
|
328
328
|
"threads": "1.7.0",
|
|
329
|
-
"tnp": "~18.0.
|
|
330
|
-
"tnp-cli": "~
|
|
331
|
-
"tnp-config": "~18.0.
|
|
332
|
-
"tnp-core": "~18.0.
|
|
333
|
-
"tnp-db": "~18.0.
|
|
334
|
-
"tnp-models": "~18.0.
|
|
329
|
+
"tnp": "~18.0.3",
|
|
330
|
+
"tnp-cli": "~18.0.1",
|
|
331
|
+
"tnp-config": "~18.0.5",
|
|
332
|
+
"tnp-core": "~18.0.27",
|
|
333
|
+
"tnp-db": "~18.0.3",
|
|
334
|
+
"tnp-models": "~18.0.4",
|
|
335
335
|
"ts-debug": "1.3.0",
|
|
336
336
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
337
337
|
"ts-loader": "2.3.1",
|
|
@@ -342,13 +342,13 @@
|
|
|
342
342
|
"typedoc": "0.26.5",
|
|
343
343
|
"typedoc-plugin-markdown": "4.2.3",
|
|
344
344
|
"typescript": "~5.5.4",
|
|
345
|
-
"typescript-class-helpers": "~18.0.
|
|
345
|
+
"typescript-class-helpers": "~18.0.4",
|
|
346
346
|
"typescript-formatter": "~7.2.2",
|
|
347
347
|
"underscore": "1.13.7",
|
|
348
348
|
"uuid": "10.0.0",
|
|
349
349
|
"validator": "13.5.2",
|
|
350
350
|
"video.js": "8.3.0",
|
|
351
|
-
"vpn-split": "~
|
|
351
|
+
"vpn-split": "~18.0.1",
|
|
352
352
|
"vscode": "1.1.37",
|
|
353
353
|
"wait-on": "7.0.1",
|
|
354
354
|
"watch": "1.0.2",
|
|
@@ -361,14 +361,14 @@
|
|
|
361
361
|
"main": "dist/app.electron.js"
|
|
362
362
|
},
|
|
363
363
|
"build": {
|
|
364
|
-
"number":
|
|
365
|
-
"date": "2024-08-
|
|
366
|
-
"hash": "
|
|
364
|
+
"number": 230,
|
|
365
|
+
"date": "2024-08-13T12:59:27.000Z",
|
|
366
|
+
"hash": "fa94828fcd36ef8b3738d0c3f09f359518cf7dfa"
|
|
367
367
|
},
|
|
368
368
|
"currentProjectName": "record-replay-req-res-scenario",
|
|
369
369
|
"currentProjectGenericName": "record-replay-req-res-scenario",
|
|
370
370
|
"currentProjectType": "isomorphic-lib",
|
|
371
|
-
"currentFrameworkVersion": "18.0.
|
|
371
|
+
"currentFrameworkVersion": "18.0.3",
|
|
372
372
|
"isStandaloneProject": true,
|
|
373
373
|
"isSmartContainer": false,
|
|
374
374
|
"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.
|