@alwaysmeticulous/sdk-bundles-api 2.326.1 → 2.327.0
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/dist/backend-recorder/bundle-to-sdk/init-backend-recorder.js +2 -2
- package/dist/backend-recorder/bundle-to-sdk/init-backend-recorder.js.map +1 -1
- package/dist/backend-recorder/sdk-to-bundle/init-backend-recorder.js +2 -2
- package/dist/backend-recorder/sdk-to-bundle/init-backend-recorder.js.map +1 -1
- package/dist/crawler/sdk-to-bundle/run-crawl.js +2 -2
- package/dist/crawler/sdk-to-bundle/run-crawl.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/record/index.js +2 -2
- package/dist/record/index.js.map +1 -1
- package/dist/record/middleware.js +2 -2
- package/dist/record/middleware.js.map +1 -1
- package/dist/record/record-settings.js +2 -2
- package/dist/record/record-settings.js.map +1 -1
- package/dist/replay-orchestrator/bundle-to-sdk/execute-replay.js +2 -2
- package/dist/replay-orchestrator/bundle-to-sdk/execute-replay.js.map +1 -1
- package/dist/replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run-chunk.js +2 -2
- package/dist/replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run-chunk.js.map +1 -1
- package/dist/replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run.js +2 -2
- package/dist/replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run.js.map +1 -1
- package/dist/replay-orchestrator/bundle-to-sdk/execute-test-run.js +2 -2
- package/dist/replay-orchestrator/bundle-to-sdk/execute-test-run.js.map +1 -1
- package/dist/replay-orchestrator/sdk-to-bundle/execute-replay.d.ts +10 -0
- package/dist/replay-orchestrator/sdk-to-bundle/execute-replay.d.ts.map +1 -1
- package/dist/replay-orchestrator/sdk-to-bundle/execute-replay.js +2 -2
- package/dist/replay-orchestrator/sdk-to-bundle/execute-replay.js.map +1 -1
- package/dist/replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run-chunk.js +2 -2
- package/dist/replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run-chunk.js.map +1 -1
- package/dist/replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run.js +2 -2
- package/dist/replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run.js.map +1 -1
- package/dist/replay-orchestrator/sdk-to-bundle/execute-test-run.js +2 -2
- package/dist/replay-orchestrator/sdk-to-bundle/execute-test-run.js.map +1 -1
- package/dist/replay-orchestrator/sdk-to-bundle/loglevel.js +2 -2
- package/dist/replay-orchestrator/sdk-to-bundle/loglevel.js.map +1 -1
- package/dist/window-api/private-window-api.js +2 -2
- package/dist/window-api/private-window-api.js.map +1 -1
- package/dist/window-api/public-window-api.js +2 -2
- package/dist/window-api/public-window-api.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="109438a0-580d-53da-ac7d-adc5eb00467a")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=init-backend-recorder.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=109438a0-580d-53da-ac7d-adc5eb00467a
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init-backend-recorder.js","sources":["../../../src/backend-recorder/bundle-to-sdk/init-backend-recorder.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"init-backend-recorder.js","sources":["../../../src/backend-recorder/bundle-to-sdk/init-backend-recorder.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"109438a0-580d-53da-ac7d-adc5eb00467a"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b8246845-d582-5da0-89d1-6f1dfee6ca35")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=init-backend-recorder.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=b8246845-d582-5da0-89d1-6f1dfee6ca35
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init-backend-recorder.js","sources":["../../../src/backend-recorder/sdk-to-bundle/init-backend-recorder.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"init-backend-recorder.js","sources":["../../../src/backend-recorder/sdk-to-bundle/init-backend-recorder.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"b8246845-d582-5da0-89d1-6f1dfee6ca35"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="0ffe29bb-8ed1-55b1-bd01-7c9ce37a1aa0")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=run-crawl.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=0ffe29bb-8ed1-55b1-bd01-7c9ce37a1aa0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run-crawl.js","sources":["../../../src/crawler/sdk-to-bundle/run-crawl.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"run-crawl.js","sources":["../../../src/crawler/sdk-to-bundle/run-crawl.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"0ffe29bb-8ed1-55b1-bd01-7c9ce37a1aa0"}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="79c2d2f3-32ae-5bfb-85b6-3be03f71550e")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
5
|
if (k2 === undefined) k2 = k;
|
|
@@ -18,4 +18,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
19
|
__exportStar(require("./record/middleware"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
21
|
-
//# debugId=
|
|
21
|
+
//# debugId=79c2d2f3-32ae-5bfb-85b6-3be03f71550e
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourceRoot":"","names":[],"mappings":";;;;;;;;;;;;;;;;;;AAKA,sDAAoC","debugId":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourceRoot":"","names":[],"mappings":";;;;;;;;;;;;;;;;;;AAKA,sDAAoC","debugId":"79c2d2f3-32ae-5bfb-85b6-3be03f71550e"}
|
package/dist/record/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a8a92f0e-81cb-5f65-beea-db4bcad4605e")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=a8a92f0e-81cb-5f65-beea-db4bcad4605e
|
package/dist/record/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/record/index.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/record/index.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"a8a92f0e-81cb-5f65-beea-db4bcad4605e"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="db5411a0-3beb-558e-bde9-ff9f9a9fd7b4")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=middleware.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=db5411a0-3beb-558e-bde9-ff9f9a9fd7b4
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"middleware.js","sources":["../../src/record/middleware.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"middleware.js","sources":["../../src/record/middleware.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"db5411a0-3beb-558e-bde9-ff9f9a9fd7b4"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="153d79b9-4c99-585e-8eed-bcaea2507fcd")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
// Settings sent from the recorder-loader to the recorder bundle
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
//# sourceMappingURL=record-settings.js.map
|
|
7
|
-
//# debugId=
|
|
7
|
+
//# debugId=153d79b9-4c99-585e-8eed-bcaea2507fcd
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record-settings.js","sources":["../../src/record/record-settings.ts"],"sourceRoot":"","names":[],"mappings":";;;AAAA,gEAAgE","debugId":"
|
|
1
|
+
{"version":3,"file":"record-settings.js","sources":["../../src/record/record-settings.ts"],"sourceRoot":"","names":[],"mappings":";;;AAAA,gEAAgE","debugId":"153d79b9-4c99-585e-8eed-bcaea2507fcd"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="846ad454-85fa-5702-963d-92783ad078b8")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=execute-replay.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=846ad454-85fa-5702-963d-92783ad078b8
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-replay.js","sources":["../../../src/replay-orchestrator/bundle-to-sdk/execute-replay.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"execute-replay.js","sources":["../../../src/replay-orchestrator/bundle-to-sdk/execute-replay.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"846ad454-85fa-5702-963d-92783ad078b8"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="c24c00d7-0533-553d-a91e-a9b85d9afcbf")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=execute-scheduled-test-run-chunk.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=c24c00d7-0533-553d-a91e-a9b85d9afcbf
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-scheduled-test-run-chunk.js","sources":["../../../src/replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run-chunk.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"execute-scheduled-test-run-chunk.js","sources":["../../../src/replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run-chunk.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"c24c00d7-0533-553d-a91e-a9b85d9afcbf"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="4a3828b1-09b5-5beb-8df2-2079e62ff53c")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=execute-scheduled-test-run.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=4a3828b1-09b5-5beb-8df2-2079e62ff53c
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-scheduled-test-run.js","sources":["../../../src/replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"execute-scheduled-test-run.js","sources":["../../../src/replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"4a3828b1-09b5-5beb-8df2-2079e62ff53c"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b58e4859-de59-53dc-b658-35b6c64b91d4")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=execute-test-run.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=b58e4859-de59-53dc-b658-35b6c64b91d4
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-test-run.js","sources":["../../../src/replay-orchestrator/bundle-to-sdk/execute-test-run.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"execute-test-run.js","sources":["../../../src/replay-orchestrator/bundle-to-sdk/execute-test-run.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"b58e4859-de59-53dc-b658-35b6c64b91d4"}
|
|
@@ -231,6 +231,16 @@ export interface ReplayExecutionOptions {
|
|
|
231
231
|
* value. The inferred cookies override any same-named cookie from the session or `extraCookies`.
|
|
232
232
|
*/
|
|
233
233
|
cookieNamesToInferFromBearerToken?: string[];
|
|
234
|
+
/**
|
|
235
|
+
* Names of cookies whose value should be inferred at replay time from the `Cookie` header
|
|
236
|
+
* recorded on the app's own inbound requests, rather than from a fixed value. This is the
|
|
237
|
+
* only surface an httpOnly session cookie survives on, since the browser cannot read it.
|
|
238
|
+
* The inferred cookies override any same-named cookie from the session or `extraCookies`.
|
|
239
|
+
*
|
|
240
|
+
* Independent of {@link cookieNamesToInferFromBearerToken}. A cookie named in both tries
|
|
241
|
+
* the bearer token first and falls back to the recorded cookie.
|
|
242
|
+
*/
|
|
243
|
+
cookieNamesToInferFromRecordedCookies?: string[];
|
|
234
244
|
extraLocalStorageEntries?: StorageEntryOverride[];
|
|
235
245
|
extraSessionStorageEntries?: StorageEntryOverride[];
|
|
236
246
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-replay.d.ts","sourceRoot":"","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-replay.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"execute-replay.d.ts","sourceRoot":"","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-replay.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="e2908706-5ff1-5b63-812e-040c3186274e")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=execute-replay.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=e2908706-5ff1-5b63-812e-040c3186274e
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-replay.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-replay.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"execute-replay.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-replay.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"e2908706-5ff1-5b63-812e-040c3186274e"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="285e8566-74e8-5fb5-85c2-2e4a52e0027c")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=execute-scheduled-test-run-chunk.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=285e8566-74e8-5fb5-85c2-2e4a52e0027c
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-scheduled-test-run-chunk.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run-chunk.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"execute-scheduled-test-run-chunk.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run-chunk.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"285e8566-74e8-5fb5-85c2-2e4a52e0027c"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ee305ec0-5790-53bc-ab73-2252296563de")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=execute-scheduled-test-run.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=ee305ec0-5790-53bc-ab73-2252296563de
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-scheduled-test-run.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"execute-scheduled-test-run.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"ee305ec0-5790-53bc-ab73-2252296563de"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ec3279a0-b399-536e-afa0-5fc024b30a28")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=execute-test-run.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=ec3279a0-b399-536e-afa0-5fc024b30a28
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-test-run.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-test-run.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"execute-test-run.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/execute-test-run.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"ec3279a0-b399-536e-afa0-5fc024b30a28"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="6e1decda-0b7a-56c8-90e1-fb5bf2911084")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=loglevel.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=6e1decda-0b7a-56c8-90e1-fb5bf2911084
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loglevel.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/loglevel.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"loglevel.js","sources":["../../../src/replay-orchestrator/sdk-to-bundle/loglevel.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"6e1decda-0b7a-56c8-90e1-fb5bf2911084"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d761ff2a-3bca-52b5-9149-f1624e4caf5c")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=private-window-api.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=d761ff2a-3bca-52b5-9149-f1624e4caf5c
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"private-window-api.js","sources":["../../src/window-api/private-window-api.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"private-window-api.js","sources":["../../src/window-api/private-window-api.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"d761ff2a-3bca-52b5-9149-f1624e4caf5c"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="25317825-92ff-5d27-a911-345f92ced171")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=public-window-api.js.map
|
|
6
|
-
//# debugId=
|
|
6
|
+
//# debugId=25317825-92ff-5d27-a911-345f92ced171
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-window-api.js","sources":["../../src/window-api/public-window-api.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"
|
|
1
|
+
{"version":3,"file":"public-window-api.js","sources":["../../src/window-api/public-window-api.ts"],"sourceRoot":"","names":[],"mappings":"","debugId":"25317825-92ff-5d27-a911-345f92ced171"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.327.0",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@alwaysmeticulous/api": "2.
|
|
12
|
+
"@alwaysmeticulous/api": "2.327.0"
|
|
13
13
|
},
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "The Meticulous Team",
|