record-replay-req-res-scenario 13.1.17 → 13.1.18
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/app.d.ts +1 -1
- package/app.js +4 -4
- package/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/record-replay-req-res-scenario.js +1 -1
- package/lib/scenario.backend.js +1 -1
- package/lib/start.backend.js +1 -1
- package/lib/tape.backend.js +1 -1
- package/package.json +4 -4
- package/tmp-environment.json +36 -36
package/app.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1669188386631(): void;
|
package/app.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
6
|
-
//# sourceMappingURL=/Users/
|
|
3
|
+
exports.dummy1669188386631 = void 0;
|
|
4
|
+
function dummy1669188386631() { }
|
|
5
|
+
exports.dummy1669188386631 = dummy1669188386631;
|
|
6
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/record-replay-req-res-scenario/tmp-bundle-release/bundle/project/record-replay-req-res-scenario/bundle-nocutsrc/app.js.map
|
package/index.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./lib"), exports);
|
|
5
|
-
//# sourceMappingURL=/Users/
|
|
5
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/record-replay-req-res-scenario/tmp-bundle-release/bundle/project/record-replay-req-res-scenario/bundle-nocutsrc/index.js.map
|
package/lib/index.js
CHANGED
|
@@ -8,4 +8,4 @@ tslib_1.__exportStar(require("./tape.backend"), exports);
|
|
|
8
8
|
//#endregion
|
|
9
9
|
var record_replay_req_res_scenario_1 = require("./record-replay-req-res-scenario");
|
|
10
10
|
Object.defineProperty(exports, "RecordReplayReqResScenario", { enumerable: true, get: function () { return record_replay_req_res_scenario_1.RecordReplayReqResScenario; } });
|
|
11
|
-
//# sourceMappingURL=/Users/
|
|
11
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/record-replay-req-res-scenario/tmp-bundle-release/bundle/project/record-replay-req-res-scenario/bundle-nocutsrc/lib/index.js.map
|
|
@@ -360,4 +360,4 @@ var RecordReplayReqResScenario = /** @class */ (function () {
|
|
|
360
360
|
return RecordReplayReqResScenario;
|
|
361
361
|
}());
|
|
362
362
|
exports.RecordReplayReqResScenario = RecordReplayReqResScenario;
|
|
363
|
-
//# sourceMappingURL=/Users/
|
|
363
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/record-replay-req-res-scenario/tmp-bundle-release/bundle/project/record-replay-req-res-scenario/bundle-nocutsrc/lib/record-replay-req-res-scenario.js.map
|
package/lib/scenario.backend.js
CHANGED
|
@@ -249,4 +249,4 @@ function respond(allReq, req, res) {
|
|
|
249
249
|
res.send('REQUEST DOES NOT MATCH ANY RECORDING');
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
|
-
//# sourceMappingURL=/Users/
|
|
252
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/record-replay-req-res-scenario/tmp-bundle-release/bundle/project/record-replay-req-res-scenario/bundle-nocutsrc/lib/scenario.backend.js.map
|
package/lib/start.backend.js
CHANGED
|
@@ -44,4 +44,4 @@ function run(args) {
|
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
46
|
exports.run = run;
|
|
47
|
-
//# sourceMappingURL=/Users/
|
|
47
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/record-replay-req-res-scenario/tmp-bundle-release/bundle/project/record-replay-req-res-scenario/bundle-nocutsrc/lib/start.backend.js.map
|
package/lib/tape.backend.js
CHANGED
|
@@ -18,4 +18,4 @@ var Tape = /** @class */ (function () {
|
|
|
18
18
|
return Tape;
|
|
19
19
|
}());
|
|
20
20
|
exports.Tape = Tape;
|
|
21
|
-
//# sourceMappingURL=/Users/
|
|
21
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/record-replay-req-res-scenario/tmp-bundle-release/bundle/project/record-replay-req-res-scenario/bundle-nocutsrc/lib/tape.backend.js.map
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "record-replay-req-res-scenario",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.18",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"ng-talkback": "~13.1.
|
|
8
|
-
"tnp-helpers": "~13.1.
|
|
7
|
+
"ng-talkback": "~13.1.17",
|
|
8
|
+
"tnp-helpers": "~13.1.3"
|
|
9
9
|
},
|
|
10
10
|
"private": false,
|
|
11
11
|
"bin": {
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
"record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
|
|
14
14
|
"record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
|
|
15
15
|
},
|
|
16
|
-
"lastBuildTagHash": "
|
|
16
|
+
"lastBuildTagHash": "85008ef42fee730456c3be170f59741548e74276",
|
|
17
17
|
"devDependencies": {}
|
|
18
18
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"workerPlugins": {}
|
|
39
39
|
},
|
|
40
40
|
"name": "record-replay-req-res-scenario",
|
|
41
|
-
"version": "13.1.
|
|
41
|
+
"version": "13.1.18",
|
|
42
42
|
"license": "UNLICENSED",
|
|
43
43
|
"main": "index.js",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"ng-talkback": "~13.1.
|
|
46
|
-
"tnp-helpers": "~13.1.
|
|
45
|
+
"ng-talkback": "~13.1.17",
|
|
46
|
+
"tnp-helpers": "~13.1.3"
|
|
47
47
|
},
|
|
48
48
|
"private": false,
|
|
49
49
|
"bin": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
|
|
52
52
|
"record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
|
|
53
53
|
},
|
|
54
|
-
"lastBuildTagHash": "
|
|
54
|
+
"lastBuildTagHash": "85008ef42fee730456c3be170f59741548e74276",
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
57
57
|
"@angular-devkit/core": "~13.3.9",
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
"@types/vinyl": "2.0.2",
|
|
122
122
|
"@types/watch": "1.0.0",
|
|
123
123
|
"accepts": "1.3.4",
|
|
124
|
-
"any-project-cli": "~13.1.
|
|
124
|
+
"any-project-cli": "~13.1.13",
|
|
125
125
|
"axios": "0.17.1",
|
|
126
|
-
"background-worker-process": "~13.1.
|
|
126
|
+
"background-worker-process": "~13.1.28",
|
|
127
127
|
"bcryptjs": "2.4.3",
|
|
128
128
|
"better-sqlite3": "7.6.2",
|
|
129
129
|
"body-parser": "1.18.2",
|
|
@@ -163,11 +163,11 @@
|
|
|
163
163
|
"fbgraph": "1.4.1",
|
|
164
164
|
"file-loader": "1.1.5",
|
|
165
165
|
"firedev": "^13",
|
|
166
|
-
"firedev-crud": "~13.1.
|
|
167
|
-
"firedev-crud-deamon": "~13.1.
|
|
168
|
-
"firedev-ports": "~13.1.
|
|
169
|
-
"firedev-storage": "~13.1.
|
|
170
|
-
"firedev-typeorm": "~13.1.
|
|
166
|
+
"firedev-crud": "~13.1.32",
|
|
167
|
+
"firedev-crud-deamon": "~13.1.23",
|
|
168
|
+
"firedev-ports": "~13.1.26",
|
|
169
|
+
"firedev-storage": "~13.1.18",
|
|
170
|
+
"firedev-typeorm": "~13.1.3",
|
|
171
171
|
"fkill": "6.1.0",
|
|
172
172
|
"font-awesome": "4.7.0",
|
|
173
173
|
"fs-extra": "8.1.0",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"http-proxy": "1.16.2",
|
|
179
179
|
"http-proxy-middleware": "0.19.1",
|
|
180
180
|
"http-server": "0.11.1",
|
|
181
|
-
"incremental-compiler": "~13.1.
|
|
181
|
+
"incremental-compiler": "~13.1.4",
|
|
182
182
|
"inquirer": "7.3.3",
|
|
183
183
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
184
184
|
"is-elevated": "3.0.0",
|
|
@@ -187,8 +187,8 @@
|
|
|
187
187
|
"jasmine-core": "4.0.0",
|
|
188
188
|
"jscodeshift": "0.6.3",
|
|
189
189
|
"json-stringify-safe": "5.0.1",
|
|
190
|
-
"json10": "~13.1.
|
|
191
|
-
"json10-writer": "~13.1.
|
|
190
|
+
"json10": "~13.1.25",
|
|
191
|
+
"json10-writer": "~13.1.23",
|
|
192
192
|
"json5": "2.1.3",
|
|
193
193
|
"json5-writer": "0.2.0",
|
|
194
194
|
"karma": "6.3.0",
|
|
@@ -200,25 +200,25 @@
|
|
|
200
200
|
"lnk": "1.0.1",
|
|
201
201
|
"lockfile": "1.0.4",
|
|
202
202
|
"lodash": "4.17.4",
|
|
203
|
-
"lodash-walk-object": "~13.1.
|
|
203
|
+
"lodash-walk-object": "~13.1.25",
|
|
204
204
|
"lodash.get": ">= 4",
|
|
205
205
|
"lodash.isequal": ">= 4",
|
|
206
206
|
"lodash.merge": ">= 4",
|
|
207
207
|
"lodash.set": ">= 4",
|
|
208
208
|
"lowdb": "1.0.0",
|
|
209
|
-
"magic-renamer": "~13.1.
|
|
209
|
+
"magic-renamer": "~13.1.15",
|
|
210
210
|
"material-design-icons": "3.0.1",
|
|
211
211
|
"method-override": "2.3.10",
|
|
212
212
|
"minimist": "1.2.0",
|
|
213
213
|
"mkdirp": "0.5.1",
|
|
214
214
|
"mocha": "5.2.0",
|
|
215
215
|
"moment": "2.22.2",
|
|
216
|
-
"morphi": "~13.1.
|
|
216
|
+
"morphi": "~13.1.5",
|
|
217
217
|
"ng-packagr": "13.0.0",
|
|
218
|
-
"ng2-logger": "~13.1.
|
|
219
|
-
"ng2-rest": "~13.1.
|
|
220
|
-
"ng4-icons": "~13.1.
|
|
221
|
-
"ng4-modal": "~13.1.
|
|
218
|
+
"ng2-logger": "~13.1.3",
|
|
219
|
+
"ng2-rest": "~13.1.3",
|
|
220
|
+
"ng4-icons": "~13.1.19",
|
|
221
|
+
"ng4-modal": "~13.1.21",
|
|
222
222
|
"ngx-bootstrap": "8.0.0",
|
|
223
223
|
"ngx-editor": "12.2.1",
|
|
224
224
|
"ngx-moment": "6.0.2",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"ngx-store": "3.1.1",
|
|
227
227
|
"ngx-toastr": "14.2.2",
|
|
228
228
|
"ngx-wig": "13.0.3",
|
|
229
|
-
"node-cli-tester": "~13.1.
|
|
229
|
+
"node-cli-tester": "~13.1.17",
|
|
230
230
|
"node-localstorage": "2.1.6",
|
|
231
231
|
"node-notifier": "6.0.0",
|
|
232
232
|
"nodemon": "1.14.11",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"ps-node": "0.1.6",
|
|
247
247
|
"q": "1.5.1",
|
|
248
248
|
"randomcolor": "0.5.3",
|
|
249
|
-
"record-replay-req-res-scenario": "~13.
|
|
249
|
+
"record-replay-req-res-scenario": "~13.1.17",
|
|
250
250
|
"reflect-metadata": "0.1.10",
|
|
251
251
|
"rimraf": "2.6.2",
|
|
252
252
|
"rxjs": "~7.5.0",
|
|
@@ -256,37 +256,37 @@
|
|
|
256
256
|
"socket.io": "2.4.1",
|
|
257
257
|
"sort-package-json": "1.11.0",
|
|
258
258
|
"sql.js": "1.8.0",
|
|
259
|
-
"static-columns": "~13.1.
|
|
259
|
+
"static-columns": "~13.1.26",
|
|
260
260
|
"string-similarity": "4.0.2",
|
|
261
261
|
"sudo-block": "3.0.0",
|
|
262
262
|
"systeminformation": "3.45.7",
|
|
263
263
|
"task.js": "0.1.5",
|
|
264
|
-
"tnp-cli": "~13.1.
|
|
265
|
-
"tnp-config": "~13.1.
|
|
266
|
-
"tnp-core": "~13.1.
|
|
267
|
-
"tnp-db": "~13.1.
|
|
268
|
-
"tnp-models": "~13.1.
|
|
269
|
-
"tnp-ui": "~13.
|
|
264
|
+
"tnp-cli": "~13.1.29",
|
|
265
|
+
"tnp-config": "~13.1.39",
|
|
266
|
+
"tnp-core": "~13.1.23",
|
|
267
|
+
"tnp-db": "~13.1.3",
|
|
268
|
+
"tnp-models": "~13.1.3",
|
|
269
|
+
"tnp-ui": "~13.1.21",
|
|
270
270
|
"ts-debug": "1.3.0",
|
|
271
271
|
"ts-loader": "2.3.1",
|
|
272
272
|
"ts-node": "10.7.0",
|
|
273
273
|
"tslib": "~2.3.0",
|
|
274
274
|
"typeorm": "~0.3.10",
|
|
275
275
|
"typescript": "~4.6.2",
|
|
276
|
-
"typescript-class-helpers": "~13.1.
|
|
276
|
+
"typescript-class-helpers": "~13.1.4",
|
|
277
277
|
"typescript-formatter": "~7.2.2",
|
|
278
278
|
"underscore": "1.9.1",
|
|
279
279
|
"uuid": "8.3.2",
|
|
280
280
|
"validator": "9.2.0",
|
|
281
|
-
"vpn-split": "~13.
|
|
281
|
+
"vpn-split": "~13.1.21",
|
|
282
282
|
"watch": "1.0.2",
|
|
283
283
|
"zone.js": "~0.11.4"
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
286
|
"build": {
|
|
287
|
-
"number":
|
|
288
|
-
"date": "2022-11-
|
|
289
|
-
"hash": "
|
|
287
|
+
"number": 153,
|
|
288
|
+
"date": "2022-11-23T07:26:24.000Z",
|
|
289
|
+
"hash": "1954687f55563a40a7cf247e3ca811ef5163b69a",
|
|
290
290
|
"options": {}
|
|
291
291
|
},
|
|
292
292
|
"currentProjectName": "record-replay-req-res-scenario",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22record-replay-req-res-scenario%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
295
295
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
|
296
296
|
"currentProjectType": "isomorphic-lib",
|
|
297
|
-
"currentFrameworkVersion": "13.1.
|
|
297
|
+
"currentFrameworkVersion": "13.1.108",
|
|
298
298
|
"currentProjectIsStrictSite": false,
|
|
299
299
|
"currentProjectIsDependencySite": false,
|
|
300
300
|
"currentProjectIsStatic": false,
|