record-replay-req-res-scenario 18.0.13 → 18.0.15
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/migrations/index.d.ts +1 -0
- package/migrations/index.js +6 -0
- package/migrations/index.js.map +1 -0
- package/migrations/migrations_index._auto-generated_.d.ts +0 -0
- package/migrations/migrations_index._auto-generated_.js +4 -0
- package/migrations/migrations_index._auto-generated_.js.map +1 -0
- package/package.json +5 -5
- package/taon.jsonc +38 -38
- package/tmp-environment.json +39 -31
- 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.15)
|
|
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;AAEC;AAAC,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;AAEC;AAAC,CAAC,EAAE,EAAE;;ACbP;;AAEG;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './migrations_index._auto-generated_';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,aAAa;AACb,8EAAoD"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
|
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.15",
|
|
44
44
|
"license": "UNLICENSED",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"ng-talkback": "~18.0.
|
|
47
|
-
"tnp-helpers": "~18.0.
|
|
46
|
+
"ng-talkback": "~18.0.15",
|
|
47
|
+
"tnp-helpers": "~18.0.16"
|
|
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": "d23e72a37b9fa4b3cfa8d2126c0cd0fe08cd1457",
|
|
56
56
|
"devDependencies": {},
|
|
57
|
-
"main": "
|
|
57
|
+
"main": "index.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.15",
|
|
48
48
|
"license": "UNLICENSED",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"ng-talkback": "~18.0.
|
|
51
|
-
"tnp-helpers": "~18.0.
|
|
50
|
+
"ng-talkback": "~18.0.15",
|
|
51
|
+
"tnp-helpers": "~18.0.16"
|
|
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": "d23e72a37b9fa4b3cfa8d2126c0cd0fe08cd1457",
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
62
62
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"@types/chokidar": "2.1.3",
|
|
115
115
|
"@types/dateformat": "1.0.1",
|
|
116
116
|
"@types/diff": "5.2.1",
|
|
117
|
+
"@types/dockerode": "3.3.32",
|
|
117
118
|
"@types/express": "4.17.21",
|
|
118
119
|
"@types/express-fileupload": "1.5.0",
|
|
119
120
|
"@types/fs-extra": "7.0.0",
|
|
@@ -136,6 +137,7 @@
|
|
|
136
137
|
"@types/semver": "7.5.8",
|
|
137
138
|
"@types/systeminformation": "3.54.1",
|
|
138
139
|
"@types/vinyl": "2.0.12",
|
|
140
|
+
"@types/wait-on": "5.3.4",
|
|
139
141
|
"@types/watch": "1.0.6",
|
|
140
142
|
"@typescript-eslint/eslint-plugin": "8.0.1",
|
|
141
143
|
"@typescript-eslint/parser": "8.0.1",
|
|
@@ -146,7 +148,7 @@
|
|
|
146
148
|
"angular-resize-event": "3.2.0",
|
|
147
149
|
"animate.css": "4.1.1",
|
|
148
150
|
"app-root-path": "3.1.0",
|
|
149
|
-
"axios": "1.7.
|
|
151
|
+
"axios": "1.7.7",
|
|
150
152
|
"base32": "0.0.7",
|
|
151
153
|
"bcryptjs": "2.4.3",
|
|
152
154
|
"body-parser": "1.20.2",
|
|
@@ -164,9 +166,11 @@
|
|
|
164
166
|
"class-transformer": "0.5.1",
|
|
165
167
|
"class-validator": "0.14.1",
|
|
166
168
|
"cli-highlight": "2.1.11",
|
|
169
|
+
"columnify": "1.6.0",
|
|
167
170
|
"command-exists": "1.2.2",
|
|
168
171
|
"compression": "1.7.4",
|
|
169
172
|
"concurrently": "8.2.2",
|
|
173
|
+
"console-png": "1.2.1",
|
|
170
174
|
"content-type": "1.0.5",
|
|
171
175
|
"conventional-changelog-cli": "5.0.0",
|
|
172
176
|
"cookie-parser": "1.4.6",
|
|
@@ -178,6 +182,7 @@
|
|
|
178
182
|
"dateformat": "3.0.3",
|
|
179
183
|
"detect-mocha": "0.1.0",
|
|
180
184
|
"diff": "4.0.2",
|
|
185
|
+
"dockerode": "4.0.2",
|
|
181
186
|
"electron": "25.2.0",
|
|
182
187
|
"electron-builder": "24.4.0",
|
|
183
188
|
"electron-debug": "3.2.0",
|
|
@@ -216,13 +221,13 @@
|
|
|
216
221
|
"image-focus": "1.2.1",
|
|
217
222
|
"immer": "10.0.2",
|
|
218
223
|
"immutable": "4.3.7",
|
|
219
|
-
"incremental-compiler": "~18.0.
|
|
224
|
+
"incremental-compiler": "~18.0.16",
|
|
220
225
|
"inquirer": "7.3.3",
|
|
221
226
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
222
227
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
223
228
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
224
229
|
"is-elevated": "3.0.0",
|
|
225
|
-
"isomorphic-region-loader": "~18.0.
|
|
230
|
+
"isomorphic-region-loader": "~18.0.16",
|
|
226
231
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
227
232
|
"jest": "29.7.0",
|
|
228
233
|
"jest-date-mock": "1.0.10",
|
|
@@ -233,8 +238,8 @@
|
|
|
233
238
|
"joi": "17.13.3",
|
|
234
239
|
"jscodeshift": "0.6.3",
|
|
235
240
|
"json-stringify-safe": "5.0.1",
|
|
236
|
-
"json10": "~18.0.
|
|
237
|
-
"json10-writer": "~18.0.
|
|
241
|
+
"json10": "~18.0.16",
|
|
242
|
+
"json10-writer": "~18.0.16",
|
|
238
243
|
"json5": "2.2.3",
|
|
239
244
|
"json5-writer": "0.2.0",
|
|
240
245
|
"jszip": "3.10.1",
|
|
@@ -243,9 +248,9 @@
|
|
|
243
248
|
"localforage": "1.10.0",
|
|
244
249
|
"lockfile": "1.0.4",
|
|
245
250
|
"lodash": "4.17.21",
|
|
246
|
-
"lodash-walk-object": "~18.0.
|
|
251
|
+
"lodash-walk-object": "~18.0.16",
|
|
247
252
|
"lowdb": "7.0.1",
|
|
248
|
-
"magic-renamer": "~18.0.
|
|
253
|
+
"magic-renamer": "~18.0.16",
|
|
249
254
|
"material-design-icons": "3.0.1",
|
|
250
255
|
"method-override": "2.3.10",
|
|
251
256
|
"minimist": "1.2.8",
|
|
@@ -256,10 +261,10 @@
|
|
|
256
261
|
"ng-in-viewport": "16.1.0",
|
|
257
262
|
"ng-lock": "18.0.1",
|
|
258
263
|
"ng-packagr": "18.1.0",
|
|
259
|
-
"ng2-logger": "~18.0.
|
|
264
|
+
"ng2-logger": "~18.0.18",
|
|
260
265
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
261
|
-
"ng2-rest": "~18.0.
|
|
262
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
266
|
+
"ng2-rest": "~18.0.16",
|
|
267
|
+
"ng2-rest-swagger-generator": "18.0.13",
|
|
263
268
|
"ngx-ace-wrapper": "17.0.0",
|
|
264
269
|
"ngx-editor": "17.5.4",
|
|
265
270
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -273,7 +278,7 @@
|
|
|
273
278
|
"ngx-scrolltop": "18.0.0",
|
|
274
279
|
"ngx-store": "3.1.1",
|
|
275
280
|
"ngx-typed-js": "2.1.1",
|
|
276
|
-
"node-cli-tester": "~18.0.
|
|
281
|
+
"node-cli-tester": "~18.0.15",
|
|
277
282
|
"node-localstorage": "2.1.6",
|
|
278
283
|
"node-notifier": "10.0.1",
|
|
279
284
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -289,6 +294,7 @@
|
|
|
289
294
|
"path-to-regexp": "6.2.2",
|
|
290
295
|
"pica": "9.0.1",
|
|
291
296
|
"playwright": "1.43.1",
|
|
297
|
+
"pm2": "5.4.3",
|
|
292
298
|
"portfinder": "1.0.21",
|
|
293
299
|
"prettier": "3.3.3",
|
|
294
300
|
"prettier-eslint": "16.3.0",
|
|
@@ -303,7 +309,7 @@
|
|
|
303
309
|
"q": "1.5.1",
|
|
304
310
|
"rallax.js": "2.0.4",
|
|
305
311
|
"randomcolor": "0.5.3",
|
|
306
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
312
|
+
"record-replay-req-res-scenario": "~18.0.14",
|
|
307
313
|
"reflect-metadata": "0.2.2",
|
|
308
314
|
"rimraf": "2.6.2",
|
|
309
315
|
"rxjs": "~7.8.1",
|
|
@@ -314,23 +320,25 @@
|
|
|
314
320
|
"socket.io": "4.7.5",
|
|
315
321
|
"socket.io-client": "4.7.5",
|
|
316
322
|
"sort-package-json": "1.11.0",
|
|
323
|
+
"sql-template-strings": "2.2.2",
|
|
324
|
+
"sql-template-tag": "5.2.1",
|
|
317
325
|
"sql.js": "1.8.0",
|
|
318
|
-
"static-columns": "~18.0.
|
|
326
|
+
"static-columns": "~18.0.16",
|
|
319
327
|
"string-similarity": "4.0.4",
|
|
320
328
|
"sudo-block": "3.0.0",
|
|
321
329
|
"supertest": "7.0.0",
|
|
322
330
|
"sweetalert2": "11.7.32",
|
|
323
331
|
"systeminformation": "3.45.7",
|
|
324
332
|
"taon": "^18",
|
|
325
|
-
"taon-storage": "18.0.
|
|
326
|
-
"taon-type-sql": "18.0.
|
|
327
|
-
"taon-typeorm": "18.0.
|
|
333
|
+
"taon-storage": "18.0.24",
|
|
334
|
+
"taon-type-sql": "18.0.15",
|
|
335
|
+
"taon-typeorm": "18.0.14",
|
|
328
336
|
"task.js": "0.1.5",
|
|
329
337
|
"threads": "1.7.0",
|
|
330
|
-
"tnp": "~18.0.
|
|
331
|
-
"tnp-config": "~18.0.
|
|
332
|
-
"tnp-core": "~18.0.
|
|
333
|
-
"tnp-models": "~18.0.
|
|
338
|
+
"tnp": "~18.0.15",
|
|
339
|
+
"tnp-config": "~18.0.18",
|
|
340
|
+
"tnp-core": "~18.0.42",
|
|
341
|
+
"tnp-models": "~18.0.17",
|
|
334
342
|
"ts-debug": "1.3.0",
|
|
335
343
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
336
344
|
"ts-loader": "2.3.1",
|
|
@@ -342,16 +350,16 @@
|
|
|
342
350
|
"typedoc": "0.26.5",
|
|
343
351
|
"typedoc-plugin-markdown": "4.2.3",
|
|
344
352
|
"typescript": "~5.5.4",
|
|
345
|
-
"typescript-class-helpers": "~18.0.
|
|
353
|
+
"typescript-class-helpers": "~18.0.17",
|
|
346
354
|
"typescript-formatter": "~7.2.2",
|
|
347
355
|
"typescript-string-enums": "~1.0.0",
|
|
348
356
|
"underscore": "1.13.7",
|
|
349
357
|
"uuid": "10.0.0",
|
|
350
358
|
"validator": "13.5.2",
|
|
351
359
|
"video.js": "8.3.0",
|
|
352
|
-
"vpn-split": "~18.0.
|
|
360
|
+
"vpn-split": "~18.0.14",
|
|
353
361
|
"vscode": "1.1.37",
|
|
354
|
-
"wait-on": "
|
|
362
|
+
"wait-on": "8.0.1",
|
|
355
363
|
"watch": "1.0.2",
|
|
356
364
|
"webpack": "~5.80",
|
|
357
365
|
"webpack-dev-middleware": "~6.1.3",
|
|
@@ -362,14 +370,14 @@
|
|
|
362
370
|
"main": "dist/app.electron.js"
|
|
363
371
|
},
|
|
364
372
|
"build": {
|
|
365
|
-
"number":
|
|
366
|
-
"date": "2024-11-
|
|
367
|
-
"hash": "
|
|
373
|
+
"number": 245,
|
|
374
|
+
"date": "2024-11-25T02:25:04.000Z",
|
|
375
|
+
"hash": "e3c0114f88beca027d83c3adde50b33865c4a389"
|
|
368
376
|
},
|
|
369
377
|
"currentProjectName": "record-replay-req-res-scenario",
|
|
370
378
|
"currentProjectGenericName": "record-replay-req-res-scenario",
|
|
371
379
|
"currentProjectType": "isomorphic-lib",
|
|
372
|
-
"currentFrameworkVersion": "18.0.
|
|
380
|
+
"currentFrameworkVersion": "18.0.17",
|
|
373
381
|
"isStandaloneProject": true,
|
|
374
382
|
"isSmartContainer": false,
|
|
375
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;AAEC;AAAC,CAAC,EAAE,EAAE;;ACbP;;AAEG;;;;"}
|