record-replay-req-res-scenario 18.0.15 → 18.0.16
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/browser/fesm2022/record-replay-req-res-scenario.mjs.map +1 -1
- package/client/README.md +24 -24
- package/client/fesm2022/record-replay-req-res-scenario.mjs.map +1 -1
- package/package.json +5 -5
- package/taon.jsonc +38 -38
- package/tmp-environment.json +29 -29
- package/websql/README.md +24 -24
- package/websql/fesm2022/record-replay-req-res-scenario.mjs.map +1 -1
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.16)
|
|
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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-dist/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-dist/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n\n/* */\n/* */\n/* */\n \n\n\n\nexport function asdaaaaa() {\n\n}\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAEA;AACA;AACA;SAKgB,QAAQ,GAAA;AAExB;
|
|
1
|
+
{"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-dist/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-dist/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n\n/* */\n/* */\n/* */\n \n\n\n\nexport function asdaaaaa() {\n\n}\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAEA;AACA;AACA;SAKgB,QAAQ,GAAA;AAExB,CAAC;AAEA,CAAC;AAAA,CAAC,EAAE,EAAE;;ACbP;;AAEG;;;;"}
|
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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-dist/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-dist/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n\n/* */\n/* */\n/* */\n \n\n\n\nexport function asdaaaaa() {\n\n}\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAEA;AACA;AACA;SAKgB,QAAQ,GAAA;AAExB;
|
|
1
|
+
{"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-dist/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-dist/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n\n/* */\n/* */\n/* */\n \n\n\n\nexport function asdaaaaa() {\n\n}\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAEA;AACA;AACA;SAKgB,QAAQ,GAAA;AAExB,CAAC;AAEA,CAAC;AAAA,CAAC,EAAE,EAAE;;ACbP;;AAEG;;;;"}
|
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.16",
|
|
44
44
|
"license": "UNLICENSED",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"ng-talkback": "~18.0.
|
|
47
|
-
"tnp-helpers": "~18.0.
|
|
46
|
+
"ng-talkback": "~18.0.16",
|
|
47
|
+
"tnp-helpers": "~18.0.17"
|
|
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": "e3c0114f88beca027d83c3adde50b33865c4a389",
|
|
56
56
|
"devDependencies": {},
|
|
57
|
-
"main": "
|
|
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
|
}
|
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.16",
|
|
48
48
|
"license": "UNLICENSED",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"ng-talkback": "~18.0.
|
|
51
|
-
"tnp-helpers": "~18.0.
|
|
50
|
+
"ng-talkback": "~18.0.16",
|
|
51
|
+
"tnp-helpers": "~18.0.17"
|
|
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": "e3c0114f88beca027d83c3adde50b33865c4a389",
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
62
62
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -221,13 +221,13 @@
|
|
|
221
221
|
"image-focus": "1.2.1",
|
|
222
222
|
"immer": "10.0.2",
|
|
223
223
|
"immutable": "4.3.7",
|
|
224
|
-
"incremental-compiler": "~18.0.
|
|
224
|
+
"incremental-compiler": "~18.0.17",
|
|
225
225
|
"inquirer": "7.3.3",
|
|
226
226
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
227
227
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
228
228
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
229
229
|
"is-elevated": "3.0.0",
|
|
230
|
-
"isomorphic-region-loader": "~18.0.
|
|
230
|
+
"isomorphic-region-loader": "~18.0.17",
|
|
231
231
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
232
232
|
"jest": "29.7.0",
|
|
233
233
|
"jest-date-mock": "1.0.10",
|
|
@@ -238,8 +238,8 @@
|
|
|
238
238
|
"joi": "17.13.3",
|
|
239
239
|
"jscodeshift": "0.6.3",
|
|
240
240
|
"json-stringify-safe": "5.0.1",
|
|
241
|
-
"json10": "~18.0.
|
|
242
|
-
"json10-writer": "~18.0.
|
|
241
|
+
"json10": "~18.0.17",
|
|
242
|
+
"json10-writer": "~18.0.17",
|
|
243
243
|
"json5": "2.2.3",
|
|
244
244
|
"json5-writer": "0.2.0",
|
|
245
245
|
"jszip": "3.10.1",
|
|
@@ -248,9 +248,9 @@
|
|
|
248
248
|
"localforage": "1.10.0",
|
|
249
249
|
"lockfile": "1.0.4",
|
|
250
250
|
"lodash": "4.17.21",
|
|
251
|
-
"lodash-walk-object": "~18.0.
|
|
251
|
+
"lodash-walk-object": "~18.0.17",
|
|
252
252
|
"lowdb": "7.0.1",
|
|
253
|
-
"magic-renamer": "~18.0.
|
|
253
|
+
"magic-renamer": "~18.0.17",
|
|
254
254
|
"material-design-icons": "3.0.1",
|
|
255
255
|
"method-override": "2.3.10",
|
|
256
256
|
"minimist": "1.2.8",
|
|
@@ -261,10 +261,10 @@
|
|
|
261
261
|
"ng-in-viewport": "16.1.0",
|
|
262
262
|
"ng-lock": "18.0.1",
|
|
263
263
|
"ng-packagr": "18.1.0",
|
|
264
|
-
"ng2-logger": "~18.0.
|
|
264
|
+
"ng2-logger": "~18.0.19",
|
|
265
265
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
266
|
-
"ng2-rest": "~18.0.
|
|
267
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
266
|
+
"ng2-rest": "~18.0.17",
|
|
267
|
+
"ng2-rest-swagger-generator": "18.0.14",
|
|
268
268
|
"ngx-ace-wrapper": "17.0.0",
|
|
269
269
|
"ngx-editor": "17.5.4",
|
|
270
270
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"ngx-scrolltop": "18.0.0",
|
|
279
279
|
"ngx-store": "3.1.1",
|
|
280
280
|
"ngx-typed-js": "2.1.1",
|
|
281
|
-
"node-cli-tester": "~18.0.
|
|
281
|
+
"node-cli-tester": "~18.0.16",
|
|
282
282
|
"node-localstorage": "2.1.6",
|
|
283
283
|
"node-notifier": "10.0.1",
|
|
284
284
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"q": "1.5.1",
|
|
310
310
|
"rallax.js": "2.0.4",
|
|
311
311
|
"randomcolor": "0.5.3",
|
|
312
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
312
|
+
"record-replay-req-res-scenario": "~18.0.15",
|
|
313
313
|
"reflect-metadata": "0.2.2",
|
|
314
314
|
"rimraf": "2.6.2",
|
|
315
315
|
"rxjs": "~7.8.1",
|
|
@@ -323,22 +323,22 @@
|
|
|
323
323
|
"sql-template-strings": "2.2.2",
|
|
324
324
|
"sql-template-tag": "5.2.1",
|
|
325
325
|
"sql.js": "1.8.0",
|
|
326
|
-
"static-columns": "~18.0.
|
|
326
|
+
"static-columns": "~18.0.17",
|
|
327
327
|
"string-similarity": "4.0.4",
|
|
328
328
|
"sudo-block": "3.0.0",
|
|
329
329
|
"supertest": "7.0.0",
|
|
330
330
|
"sweetalert2": "11.7.32",
|
|
331
331
|
"systeminformation": "3.45.7",
|
|
332
332
|
"taon": "^18",
|
|
333
|
-
"taon-storage": "18.0.
|
|
334
|
-
"taon-type-sql": "18.0.
|
|
335
|
-
"taon-typeorm": "18.0.
|
|
333
|
+
"taon-storage": "18.0.25",
|
|
334
|
+
"taon-type-sql": "18.0.16",
|
|
335
|
+
"taon-typeorm": "18.0.15",
|
|
336
336
|
"task.js": "0.1.5",
|
|
337
337
|
"threads": "1.7.0",
|
|
338
|
-
"tnp": "~18.0.
|
|
339
|
-
"tnp-config": "~18.0.
|
|
340
|
-
"tnp-core": "~18.0.
|
|
341
|
-
"tnp-models": "~18.0.
|
|
338
|
+
"tnp": "~18.0.18",
|
|
339
|
+
"tnp-config": "~18.0.19",
|
|
340
|
+
"tnp-core": "~18.0.43",
|
|
341
|
+
"tnp-models": "~18.0.18",
|
|
342
342
|
"ts-debug": "1.3.0",
|
|
343
343
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
344
344
|
"ts-loader": "2.3.1",
|
|
@@ -350,14 +350,14 @@
|
|
|
350
350
|
"typedoc": "0.26.5",
|
|
351
351
|
"typedoc-plugin-markdown": "4.2.3",
|
|
352
352
|
"typescript": "~5.5.4",
|
|
353
|
-
"typescript-class-helpers": "~18.0.
|
|
353
|
+
"typescript-class-helpers": "~18.0.18",
|
|
354
354
|
"typescript-formatter": "~7.2.2",
|
|
355
355
|
"typescript-string-enums": "~1.0.0",
|
|
356
356
|
"underscore": "1.13.7",
|
|
357
357
|
"uuid": "10.0.0",
|
|
358
358
|
"validator": "13.5.2",
|
|
359
359
|
"video.js": "8.3.0",
|
|
360
|
-
"vpn-split": "~18.0.
|
|
360
|
+
"vpn-split": "~18.0.15",
|
|
361
361
|
"vscode": "1.1.37",
|
|
362
362
|
"wait-on": "8.0.1",
|
|
363
363
|
"watch": "1.0.2",
|
|
@@ -370,14 +370,14 @@
|
|
|
370
370
|
"main": "dist/app.electron.js"
|
|
371
371
|
},
|
|
372
372
|
"build": {
|
|
373
|
-
"number":
|
|
374
|
-
"date": "2024-
|
|
375
|
-
"hash": "
|
|
373
|
+
"number": 246,
|
|
374
|
+
"date": "2024-12-31T17:55:34.000Z",
|
|
375
|
+
"hash": "c76566f4089a33aabf60b725cb7aa0cae100796c"
|
|
376
376
|
},
|
|
377
377
|
"currentProjectName": "record-replay-req-res-scenario",
|
|
378
378
|
"currentProjectGenericName": "record-replay-req-res-scenario",
|
|
379
379
|
"currentProjectType": "isomorphic-lib",
|
|
380
|
-
"currentFrameworkVersion": "18.0.
|
|
380
|
+
"currentFrameworkVersion": "18.0.18",
|
|
381
381
|
"isStandaloneProject": true,
|
|
382
382
|
"isSmartContainer": false,
|
|
383
383
|
"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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-dist-websql/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-dist-websql/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n\n/* */\n/* */\n/* */\n \n\n\n\nexport function asdaaaaa() {\n\n}\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAEA;AACA;AACA;SAKgB,QAAQ,GAAA;AAExB;
|
|
1
|
+
{"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-dist-websql/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-dist-websql/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n\n/* */\n/* */\n/* */\n \n\n\n\nexport function asdaaaaa() {\n\n}\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAEA;AACA;AACA;SAKgB,QAAQ,GAAA;AAExB,CAAC;AAEA,CAAC;AAAA,CAAC,EAAE,EAAE;;ACbP;;AAEG;;;;"}
|