record-replay-req-res-scenario 16.5.12 → 16.5.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/assets/shared/shared_folder_info.txt +1 -1
- package/browser/esm2022/lib/index.mjs +3 -2
- package/browser/esm2022/public-api.mjs +1 -1
- package/browser/esm2022/record-replay-req-res-scenario.mjs +1 -1
- package/browser/fesm2022/record-replay-req-res-scenario.mjs +2 -18
- package/browser/fesm2022/record-replay-req-res-scenario.mjs.map +1 -1
- package/browser/lib/index.d.ts +1 -1
- package/client/esm2022/lib/index.mjs +3 -2
- package/client/esm2022/public-api.mjs +1 -1
- package/client/esm2022/record-replay-req-res-scenario.mjs +1 -1
- package/client/fesm2022/record-replay-req-res-scenario.mjs +2 -18
- package/client/fesm2022/record-replay-req-res-scenario.mjs.map +1 -1
- package/client/lib/index.d.ts +1 -1
- package/client/package.json +37 -34
- package/lib/index.d.ts +1 -3
- package/lib/index.js +9 -8
- package/lib/index.js.map +1 -1
- package/lib/record-replay-req-res-scenario.d.ts +0 -52
- package/lib/record-replay-req-res-scenario.js +371 -365
- package/lib/record-replay-req-res-scenario.js.map +1 -1
- package/lib/scenario.backend.d.ts +0 -42
- package/lib/scenario.backend.js +231 -250
- package/lib/scenario.backend.js.map +1 -1
- package/lib/start.backend.d.ts +0 -1
- package/lib/start.backend.js +19 -46
- package/lib/start.backend.js.map +1 -1
- package/lib/tape.backend.d.ts +0 -15
- package/lib/tape.backend.js +27 -20
- package/lib/tape.backend.js.map +1 -1
- package/package.json +8 -5
- package/package.json_tnp.json5 +3 -0
- package/tmp-environment.json +41 -45
- package/websql/esm2022/lib/index.mjs +3 -2
- package/websql/esm2022/public-api.mjs +1 -1
- package/websql/esm2022/record-replay-req-res-scenario.mjs +1 -1
- package/websql/fesm2022/record-replay-req-res-scenario.mjs +2 -18
- package/websql/fesm2022/record-replay-req-res-scenario.mjs.map +1 -1
- package/websql/lib/index.d.ts +1 -1
- package/browser/esm2022/lib/record-replay-req-res-scenario.mjs +0 -18
- package/browser/lib/record-replay-req-res-scenario.d.ts +0 -19
- package/client/esm2022/lib/record-replay-req-res-scenario.mjs +0 -18
- package/client/lib/record-replay-req-res-scenario.d.ts +0 -19
- package/websql/esm2022/lib/record-replay-req-res-scenario.mjs +0 -18
- package/websql/lib/record-replay-req-res-scenario.d.ts +0 -19
|
@@ -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.5.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@16.5.15)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* */
|
|
2
2
|
/* */
|
|
3
3
|
/* */
|
|
4
|
-
export
|
|
4
|
+
export function asdaaaaa() {
|
|
5
|
+
}
|
|
5
6
|
;
|
|
6
7
|
({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItZGlzdC9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBS0wsTUFBTSxVQUFVLFFBQVE7QUFFeEIsQ0FBQztBQUVBLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsd0VBQXdFIiwic291cmNlc0NvbnRlbnQiOlsiXG5cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5cblxuXG5leHBvcnQgZnVuY3Rpb24gYXNkYWFhYWEoKSB7XG5cbn1cblxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPXJlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpbyBsaWIvaW5kZXgudHMiXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './lib';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1kaXN0L3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9wcm9qZWN0cy9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYic7XG4iXX0=
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWRpc3QvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3Byb2plY3RzL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9zcmMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,30 +1,14 @@
|
|
|
1
1
|
/* */
|
|
2
2
|
/* */
|
|
3
3
|
/* */
|
|
4
|
-
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
class RecordReplayReqResScenario {
|
|
4
|
+
function asdaaaaa() {
|
|
15
5
|
}
|
|
16
6
|
;
|
|
17
|
-
({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/record-replay-req-res-scenario.ts
|
|
18
|
-
|
|
19
|
-
/* */
|
|
20
|
-
/* */
|
|
21
|
-
/* */
|
|
22
|
-
;
|
|
23
7
|
({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts
|
|
24
8
|
|
|
25
9
|
/**
|
|
26
10
|
* Generated bundle index. Do not edit.
|
|
27
11
|
*/
|
|
28
12
|
|
|
29
|
-
export {
|
|
13
|
+
export { asdaaaaa };
|
|
30
14
|
//# sourceMappingURL=record-replay-req-res-scenario.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-
|
|
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/browser/lib/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
|
-
export
|
|
2
|
+
export declare function asdaaaaa(): void;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* */
|
|
2
2
|
/* */
|
|
3
3
|
/* */
|
|
4
|
-
export
|
|
4
|
+
export function asdaaaaa() {
|
|
5
|
+
}
|
|
5
6
|
;
|
|
6
7
|
({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItZGlzdC9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBS0wsTUFBTSxVQUFVLFFBQVE7QUFFeEIsQ0FBQztBQUVBLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsd0VBQXdFIiwic291cmNlc0NvbnRlbnQiOlsiXG5cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5cblxuXG5leHBvcnQgZnVuY3Rpb24gYXNkYWFhYWEoKSB7XG5cbn1cblxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPXJlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpbyBsaWIvaW5kZXgudHMiXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './lib';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1kaXN0L3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9wcm9qZWN0cy9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYic7XG4iXX0=
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWRpc3QvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3Byb2plY3RzL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9zcmMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,30 +1,14 @@
|
|
|
1
1
|
/* */
|
|
2
2
|
/* */
|
|
3
3
|
/* */
|
|
4
|
-
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
class RecordReplayReqResScenario {
|
|
4
|
+
function asdaaaaa() {
|
|
15
5
|
}
|
|
16
6
|
;
|
|
17
|
-
({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/record-replay-req-res-scenario.ts
|
|
18
|
-
|
|
19
|
-
/* */
|
|
20
|
-
/* */
|
|
21
|
-
/* */
|
|
22
|
-
;
|
|
23
7
|
({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts
|
|
24
8
|
|
|
25
9
|
/**
|
|
26
10
|
* Generated bundle index. Do not edit.
|
|
27
11
|
*/
|
|
28
12
|
|
|
29
|
-
export {
|
|
13
|
+
export { asdaaaaa };
|
|
30
14
|
//# sourceMappingURL=record-replay-req-res-scenario.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-
|
|
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/lib/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
|
-
export
|
|
2
|
+
export declare function asdaaaaa(): void;
|
package/client/package.json
CHANGED
|
@@ -21,7 +21,10 @@
|
|
|
21
21
|
"nodts": false,
|
|
22
22
|
"obscure": false,
|
|
23
23
|
"ugly": false,
|
|
24
|
-
"includeNodeModules": false
|
|
24
|
+
"includeNodeModules": false,
|
|
25
|
+
"cliBuildNoDts": false,
|
|
26
|
+
"cliBuildObscure": false,
|
|
27
|
+
"cliBuildIncludeNodeModules": false
|
|
25
28
|
},
|
|
26
29
|
"smartContainerTarget": "",
|
|
27
30
|
"type": "isomorphic-lib",
|
|
@@ -37,11 +40,11 @@
|
|
|
37
40
|
"workerPlugins": {}
|
|
38
41
|
},
|
|
39
42
|
"name": "record-replay-req-res-scenario",
|
|
40
|
-
"version": "16.5.
|
|
43
|
+
"version": "16.5.15",
|
|
41
44
|
"license": "UNLICENSED",
|
|
42
45
|
"dependencies": {
|
|
43
|
-
"ng-talkback": "~16.5.
|
|
44
|
-
"tnp-helpers": "~16.5.
|
|
46
|
+
"ng-talkback": "~16.5.15",
|
|
47
|
+
"tnp-helpers": "~16.5.24"
|
|
45
48
|
},
|
|
46
49
|
"private": false,
|
|
47
50
|
"bin": {
|
|
@@ -49,7 +52,7 @@
|
|
|
49
52
|
"record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
|
|
50
53
|
"record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
|
|
51
54
|
},
|
|
52
|
-
"lastBuildTagHash": "
|
|
55
|
+
"lastBuildTagHash": "be158ebda7278487d2606f98f898fb4d3ad891c9",
|
|
53
56
|
"devDependencies": {
|
|
54
57
|
"@angular-devkit/build-angular": "~16.0.5",
|
|
55
58
|
"@angular-devkit/core": "~16.0.5",
|
|
@@ -131,9 +134,9 @@
|
|
|
131
134
|
"angular-material-css-vars": "5.0.2",
|
|
132
135
|
"angular-resize-event": "3.2.0",
|
|
133
136
|
"animate.css": "4.1.1 ",
|
|
134
|
-
"any-project-cli": "~16.5.
|
|
137
|
+
"any-project-cli": "~16.5.22",
|
|
135
138
|
"axios": "1.3.5",
|
|
136
|
-
"background-worker-process": "~16.5.
|
|
139
|
+
"background-worker-process": "~16.5.18",
|
|
137
140
|
"base32": "0.0.7",
|
|
138
141
|
"bcryptjs": "2.4.3",
|
|
139
142
|
"better-sqlite3": "7.6.2",
|
|
@@ -180,13 +183,13 @@
|
|
|
180
183
|
"file-saver": "2.0.5",
|
|
181
184
|
"file-type": "18.5.0",
|
|
182
185
|
"firedev": "^16",
|
|
183
|
-
"firedev-crud": "~16.5.
|
|
184
|
-
"firedev-crud-deamon": "~16.5.
|
|
185
|
-
"firedev-ports": "~16.5.
|
|
186
|
-
"firedev-storage": "~16.5.
|
|
187
|
-
"firedev-type-sql": "~16.5.
|
|
188
|
-
"firedev-typeorm": "~16.5.
|
|
189
|
-
"firedev-ui": "~16.5.
|
|
186
|
+
"firedev-crud": "~16.5.62",
|
|
187
|
+
"firedev-crud-deamon": "~16.5.16",
|
|
188
|
+
"firedev-ports": "~16.5.18",
|
|
189
|
+
"firedev-storage": "~16.5.14",
|
|
190
|
+
"firedev-type-sql": "~16.5.14",
|
|
191
|
+
"firedev-typeorm": "~16.5.16",
|
|
192
|
+
"firedev-ui": "~16.5.15",
|
|
190
193
|
"fkill": "6.1.0",
|
|
191
194
|
"font-awesome": "4.7.0",
|
|
192
195
|
"form-data": "4.0.0",
|
|
@@ -197,17 +200,17 @@
|
|
|
197
200
|
"helmet": "7.0.0",
|
|
198
201
|
"hostile": "1.3.3",
|
|
199
202
|
"howler": "2.2.3",
|
|
200
|
-
"http-proxy": "1.
|
|
203
|
+
"http-proxy": "1.18.1",
|
|
201
204
|
"http-proxy-middleware": "0.19.1",
|
|
202
205
|
"http-server": "0.11.1",
|
|
203
206
|
"image-focus": "1.2.1",
|
|
204
207
|
"immer": "10.0.2",
|
|
205
208
|
"immutable": "4.3.0",
|
|
206
|
-
"incremental-compiler": "~16.5.
|
|
209
|
+
"incremental-compiler": "~16.5.31",
|
|
207
210
|
"inquirer": "7.3.3",
|
|
208
211
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
209
212
|
"is-elevated": "3.0.0",
|
|
210
|
-
"isomorphic-region-loader": "~16.5.
|
|
213
|
+
"isomorphic-region-loader": "~16.5.16",
|
|
211
214
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
212
215
|
"jest": "29.5.0",
|
|
213
216
|
"jest-date-mock": "1.0.8",
|
|
@@ -218,8 +221,8 @@
|
|
|
218
221
|
"joi": "17.9.2",
|
|
219
222
|
"jscodeshift": "0.6.3",
|
|
220
223
|
"json-stringify-safe": "5.0.1",
|
|
221
|
-
"json10": "~16.5.
|
|
222
|
-
"json10-writer": "~16.5.
|
|
224
|
+
"json10": "~16.5.14",
|
|
225
|
+
"json10-writer": "~16.5.22",
|
|
223
226
|
"json5": "2.2.1",
|
|
224
227
|
"json5-writer": "0.2.0",
|
|
225
228
|
"jszip": "3.10.1",
|
|
@@ -228,22 +231,22 @@
|
|
|
228
231
|
"localforage": "1.10.0",
|
|
229
232
|
"lockfile": "1.0.4",
|
|
230
233
|
"lodash": "4.17.20",
|
|
231
|
-
"lodash-walk-object": "~16.5.
|
|
234
|
+
"lodash-walk-object": "~16.5.14",
|
|
232
235
|
"lowdb": "1.0.0",
|
|
233
|
-
"magic-renamer": "~16.5.
|
|
236
|
+
"magic-renamer": "~16.5.15",
|
|
234
237
|
"material-design-icons": "3.0.1",
|
|
235
238
|
"method-override": "2.3.10",
|
|
236
239
|
"minimist": "1.2.0",
|
|
237
240
|
"mkdirp": "0.5.1",
|
|
238
241
|
"mocha": "10.2.0",
|
|
239
242
|
"moment": "2.29.3",
|
|
240
|
-
"morphi": "~16.5.
|
|
243
|
+
"morphi": "~16.5.14",
|
|
241
244
|
"ng-for-track-by-property": "16.0.1",
|
|
242
245
|
"ng-in-viewport": "15.0.2",
|
|
243
246
|
"ng-lock": "16.0.1",
|
|
244
247
|
"ng-packagr": "16.0.1",
|
|
245
|
-
"ng2-logger": "~16.5.
|
|
246
|
-
"ng2-rest": "~16.5.
|
|
248
|
+
"ng2-logger": "~16.5.24",
|
|
249
|
+
"ng2-rest": "~16.5.14",
|
|
247
250
|
"ngx-ace-wrapper": "14.0.0",
|
|
248
251
|
"ngx-editor": "15.3.0",
|
|
249
252
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -256,7 +259,7 @@
|
|
|
256
259
|
"ngx-scrolltop": "6.0.0",
|
|
257
260
|
"ngx-store": "3.1.1",
|
|
258
261
|
"ngx-typed-js": "2.1.1",
|
|
259
|
-
"node-cli-tester": "~16.5.
|
|
262
|
+
"node-cli-tester": "~16.5.15",
|
|
260
263
|
"node-localstorage": "2.1.6",
|
|
261
264
|
"node-notifier": "6.0.0",
|
|
262
265
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -283,7 +286,7 @@
|
|
|
283
286
|
"q": "1.5.1",
|
|
284
287
|
"rallax.js": "2.0.4",
|
|
285
288
|
"randomcolor": "0.5.3",
|
|
286
|
-
"record-replay-req-res-scenario": "~16.5.
|
|
289
|
+
"record-replay-req-res-scenario": "~16.5.14",
|
|
287
290
|
"reflect-metadata": "0.1.10",
|
|
288
291
|
"rimraf": "2.6.2",
|
|
289
292
|
"rxjs": "~7.8.0",
|
|
@@ -294,7 +297,7 @@
|
|
|
294
297
|
"socket.io": "2.4.1",
|
|
295
298
|
"sort-package-json": "1.11.0",
|
|
296
299
|
"sql.js": "1.8.0",
|
|
297
|
-
"static-columns": "~16.5.
|
|
300
|
+
"static-columns": "~16.5.18",
|
|
298
301
|
"string-similarity": "4.0.2",
|
|
299
302
|
"sudo-block": "3.0.0",
|
|
300
303
|
"supertest": "6.3.3",
|
|
@@ -302,11 +305,11 @@
|
|
|
302
305
|
"systeminformation": "3.45.7",
|
|
303
306
|
"task.js": "0.1.5",
|
|
304
307
|
"threads": "1.7.0",
|
|
305
|
-
"tnp-cli": "~16.5.
|
|
306
|
-
"tnp-config": "~16.5.
|
|
307
|
-
"tnp-core": "~16.
|
|
308
|
-
"tnp-db": "~16.5.
|
|
309
|
-
"tnp-models": "~16.5.
|
|
308
|
+
"tnp-cli": "~16.5.13",
|
|
309
|
+
"tnp-config": "~16.5.33",
|
|
310
|
+
"tnp-core": "~16.6.29",
|
|
311
|
+
"tnp-db": "~16.5.15",
|
|
312
|
+
"tnp-models": "~16.5.22",
|
|
310
313
|
"ts-debug": "1.3.0",
|
|
311
314
|
"ts-loader": "2.3.1",
|
|
312
315
|
"ts-node": "10.9.1",
|
|
@@ -315,13 +318,13 @@
|
|
|
315
318
|
"turndown": "7.1.2",
|
|
316
319
|
"typeorm": "~0.3.10",
|
|
317
320
|
"typescript": "~5.0.2",
|
|
318
|
-
"typescript-class-helpers": "~16.5.
|
|
321
|
+
"typescript-class-helpers": "~16.5.23",
|
|
319
322
|
"typescript-formatter": "~7.2.2",
|
|
320
323
|
"underscore": "1.9.1",
|
|
321
324
|
"uuid": "8.3.2",
|
|
322
325
|
"validator": "9.2.0",
|
|
323
326
|
"video.js": "8.3.0",
|
|
324
|
-
"vpn-split": "~16.5.
|
|
327
|
+
"vpn-split": "~16.5.15",
|
|
325
328
|
"watch": "1.0.2",
|
|
326
329
|
"yup": "1.1.1",
|
|
327
330
|
"zone.js": "~0.13.0"
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// //#region @backend
|
|
3
|
+
// export * from './scenario.backend';
|
|
4
|
+
// export * from './tape.backend';
|
|
5
|
+
// //#endregion
|
|
6
|
+
// export { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';
|
|
2
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
tslib_1.__exportStar(require("./tape.backend"), exports);
|
|
8
|
-
//#endregion
|
|
9
|
-
var record_replay_req_res_scenario_1 = require("./record-replay-req-res-scenario");
|
|
10
|
-
Object.defineProperty(exports, "RecordReplayReqResScenario", { enumerable: true, get: function () { return record_replay_req_res_scenario_1.RecordReplayReqResScenario; } });
|
|
8
|
+
exports.asdaaaaa = void 0;
|
|
9
|
+
function asdaaaaa() {
|
|
10
|
+
}
|
|
11
|
+
exports.asdaaaaa = asdaaaaa;
|
|
11
12
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";AAAA,qBAAqB;AACrB,sCAAsC;AACtC,kCAAkC;AAClC,eAAe;AACf,uHAAuH;;;AAGvH,SAAgB,QAAQ;AAExB,CAAC;AAFD,4BAEC"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { URL } from 'url';
|
|
3
|
-
import { Scenario, ScenarioParamsReturn } from './scenario.backend';
|
|
4
|
-
export type RecordData = {
|
|
5
|
-
host: number | string | URL;
|
|
6
|
-
talkbackProxyPort?: number | string;
|
|
7
|
-
};
|
|
8
|
-
export type RecorderConfigMeta = {
|
|
9
|
-
[recordHostName: string]: RecordData;
|
|
10
|
-
} & {
|
|
11
|
-
scenarioName: string;
|
|
12
|
-
};
|
|
13
|
-
export type ReplayConfigMeta = {
|
|
14
|
-
[recordHostName: string]: {
|
|
15
|
-
talkbackProxyPort?: number | string;
|
|
16
|
-
};
|
|
17
|
-
} & {
|
|
18
|
-
scenarioPath: string;
|
|
19
|
-
};
|
|
20
|
-
export declare class RecordReplayReqResScenario {
|
|
21
|
-
protected readonly cwd: string;
|
|
22
|
-
/**
|
|
23
|
-
* by pinging to http://localhost:5544/path/to/something
|
|
24
|
-
* you are actually recording request from
|
|
25
|
-
* by pinging to http://< host for recording >/path/to/something
|
|
26
|
-
*/
|
|
27
|
-
readonly DEFAULT_TALKBACK_PROXY_SERVER_PORT = 5544;
|
|
28
|
-
private static _instances;
|
|
29
|
-
private constructor();
|
|
30
|
-
static Instance(cwd?: string): RecordReplayReqResScenario;
|
|
31
|
-
private resolveArgsRecord;
|
|
32
|
-
recordAsWorker(config: RecorderConfigMeta, cwd?: string): void;
|
|
33
|
-
/**
|
|
34
|
-
* rest-scenario-rep-rec record http://localhost:4444 Recording localhost data
|
|
35
|
-
* rest-scenario-rep-rec record http://192.168.10.22:4444 Test scenario
|
|
36
|
-
* rest-scenario-rep-rec record 4444 local setup test
|
|
37
|
-
* rest-scenario-rep-rec record 4444 5555 http://192.168.12.3 "my super scenario"
|
|
38
|
-
* rest-scenario-rep-rec record 4444 5555 http://192.168.12.3 192.158.32.3 'my super scenario --port 6767'
|
|
39
|
-
* <port or host for record > <scenario name > < talkbback server ports for proxy >
|
|
40
|
-
* rest-scenario-rep-rec record 4444 5555 http://my.api.com 'my super scenario --port 6767 --port 7777 --port 8888'
|
|
41
|
-
* ins.record( { portOrHost: http://192.129.23.12; name: 'localApiProxy' }, 'super scenario')
|
|
42
|
-
*/
|
|
43
|
-
record(serverHostOrPort: string | string[] | RecorderConfigMeta, debug?: boolean): Promise<unknown>;
|
|
44
|
-
get allScenarios(): Scenario[];
|
|
45
|
-
selectScenario(goBackButtonOnList?: boolean): Promise<Scenario>;
|
|
46
|
-
private resolveReplayData;
|
|
47
|
-
resolveScenariosData(nameOrPathOrDescription: string | string[] | ReplayConfigMeta, showListIfNotMatch?: boolean, goBackButtonOnList?: boolean): Promise<{
|
|
48
|
-
scenario: Scenario;
|
|
49
|
-
scenarios: Scenario[];
|
|
50
|
-
params: ScenarioParamsReturn;
|
|
51
|
-
}>;
|
|
52
|
-
}
|