@adobe/alloy 2.30.0 → 2.30.1-beta.1
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 +8 -0
- package/babel.config.js +1 -1
- package/libEs5/components/ActivityCollector/getLinkName.js +7 -1
- package/libEs5/components/MediaAnalyticsBridge/index.js +0 -1
- package/libEs5/components/PushNotifications/helpers/saveToIndexedDb.js +4 -4
- package/libEs5/components/StreamingMedia/index.js +0 -1
- package/libEs5/constants/libraryVersion.js +1 -1
- package/libEs5/index.js +7 -0
- package/libEs5/package.json +1 -0
- package/libEs5/utils/index.js +0 -19
- package/libEs6/components/ActivityCollector/getLinkName.js +7 -1
- package/libEs6/components/MediaAnalyticsBridge/index.js +0 -1
- package/libEs6/components/PushNotifications/helpers/saveToIndexedDb.js +1 -1
- package/libEs6/components/StreamingMedia/index.js +1 -1
- package/libEs6/constants/libraryVersion.js +1 -1
- package/libEs6/index.js +1 -0
- package/libEs6/package.json +1 -0
- package/libEs6/utils/index.js +0 -1
- package/package.json +34 -39
- package/rollup.config.js +10 -6
- package/scripts/alloyBuilder.js +3 -3
- package/types/baseCode/index.d.ts.map +1 -1
- package/types/baseCode.d.ts.map +1 -1
- package/types/components/ActivityCollector/attachClickActivityCollector.d.ts.map +1 -1
- package/types/components/ActivityCollector/configValidators.d.ts.map +1 -1
- package/types/components/ActivityCollector/createClickActivityStorage.d.ts.map +1 -1
- package/types/components/ActivityCollector/createClickedElementProperties.d.ts.map +1 -1
- package/types/components/ActivityCollector/createGetClickedElementProperties.d.ts.map +1 -1
- package/types/components/ActivityCollector/createInjectClickedElementProperties.d.ts.map +1 -1
- package/types/components/ActivityCollector/createRecallAndInjectClickedElementProperties.d.ts.map +1 -1
- package/types/components/ActivityCollector/createStorePageViewProperties.d.ts.map +1 -1
- package/types/components/ActivityCollector/getLinkName.d.ts.map +1 -1
- package/types/components/ActivityCollector/getLinkRegion.d.ts.map +1 -1
- package/types/components/ActivityCollector/index.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/activityMapExtensionEnabled.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/createTransientStorage.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/determineLinkType.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/elementHasClickHandler.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/extractDomain.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/findClickableElement.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/getAbsoluteUrlFromAnchorElement.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/isButtonSubmitElement.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/isDownloadLink.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/isExitLink.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/isInputSubmitElement.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/isSupportedAnchorElement.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/dom/isSupportedTextNode.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/hasPageName.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/isDifferentDomains.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/trimQueryFromUrl.d.ts.map +1 -1
- package/types/components/ActivityCollector/utils/truncateWhiteSpace.d.ts.map +1 -1
- package/types/components/ActivityCollector/validateClickCollectionConfig.d.ts.map +1 -1
- package/types/components/Advertising/configValidators.d.ts.map +1 -1
- package/types/components/Advertising/constants/index.d.ts.map +1 -1
- package/types/components/Advertising/createComponent.d.ts.map +1 -1
- package/types/components/Advertising/handlers/clickThroughHandler.d.ts.map +1 -1
- package/types/components/Advertising/handlers/createAdConversionHandler.d.ts.map +1 -1
- package/types/components/Advertising/handlers/onBeforeSendEventHandler.d.ts.map +1 -1
- package/types/components/Advertising/handlers/sendAdConversion.d.ts.map +1 -1
- package/types/components/Advertising/handlers/viewThroughHandler.d.ts.map +1 -1
- package/types/components/Advertising/identities/collectAllIdentities.d.ts.map +1 -1
- package/types/components/Advertising/identities/collectID5Id.d.ts.map +1 -1
- package/types/components/Advertising/identities/collectRampId.d.ts.map +1 -1
- package/types/components/Advertising/identities/collectSurferId.d.ts.map +1 -1
- package/types/components/Advertising/index.d.ts.map +1 -1
- package/types/components/Advertising/utils/advertisingCookieManager.d.ts.map +1 -1
- package/types/components/Advertising/utils/helpers.d.ts.map +1 -1
- package/types/components/Audiences/index.d.ts.map +1 -1
- package/types/components/Audiences/injectProcessDestinations.d.ts.map +1 -1
- package/types/components/Audiences/injectProcessResponse.d.ts.map +1 -1
- package/types/components/Consent/computeConsentHash.d.ts.map +1 -1
- package/types/components/Consent/configValidators.d.ts.map +1 -1
- package/types/components/Consent/createComponent.d.ts.map +1 -1
- package/types/components/Consent/createConsentHashStore.d.ts.map +1 -1
- package/types/components/Consent/createConsentRequest.d.ts.map +1 -1
- package/types/components/Consent/createConsentRequestPayload.d.ts.map +1 -1
- package/types/components/Consent/createStoredConsent.d.ts.map +1 -1
- package/types/components/Consent/index.d.ts.map +1 -1
- package/types/components/Consent/injectSendSetConsentRequest.d.ts.map +1 -1
- package/types/components/Consent/parseConsentCookie.d.ts.map +1 -1
- package/types/components/Consent/types.d.ts.map +1 -1
- package/types/components/Consent/validateSetConsentOptions.d.ts.map +1 -1
- package/types/components/Context/createComponent.d.ts.map +1 -1
- package/types/components/Context/implementationDetails.d.ts.map +1 -1
- package/types/components/Context/index.d.ts.map +1 -1
- package/types/components/Context/injectDevice.d.ts.map +1 -1
- package/types/components/Context/injectEnvironment.d.ts.map +1 -1
- package/types/components/Context/injectHighEntropyUserAgentHints.d.ts.map +1 -1
- package/types/components/Context/injectPlaceContext.d.ts.map +1 -1
- package/types/components/Context/injectTimestamp.d.ts.map +1 -1
- package/types/components/Context/injectWeb.d.ts.map +1 -1
- package/types/components/DataCollector/index.d.ts.map +1 -1
- package/types/components/DataCollector/validateApplyResponse.d.ts.map +1 -1
- package/types/components/DataCollector/validateUserEventOptions.d.ts.map +1 -1
- package/types/components/EventMerge/createComponent.d.ts.map +1 -1
- package/types/components/EventMerge/createEventMergeId.d.ts.map +1 -1
- package/types/components/EventMerge/index.d.ts.map +1 -1
- package/types/components/Identity/addEcidToPayload.d.ts.map +1 -1
- package/types/components/Identity/appendIdentityToUrl/appendIdentityToUrlOptionsValidator.d.ts.map +1 -1
- package/types/components/Identity/appendIdentityToUrl/injectAppendIdentityToUrl.d.ts.map +1 -1
- package/types/components/Identity/configValidators.d.ts.map +1 -1
- package/types/components/Identity/constants/authState.d.ts.map +1 -1
- package/types/components/Identity/constants/defaultIdSyncTtlMinutes.d.ts.map +1 -1
- package/types/components/Identity/createComponent.d.ts.map +1 -1
- package/types/components/Identity/createLegacyIdentity.d.ts.map +1 -1
- package/types/components/Identity/getIdentity/createGetIdentity.d.ts.map +1 -1
- package/types/components/Identity/getIdentity/createGetIdentityOptionsValidator.d.ts.map +1 -1
- package/types/components/Identity/getIdentity/createIdentityRequest.d.ts.map +1 -1
- package/types/components/Identity/getIdentity/createIdentityRequestPayload.d.ts.map +1 -1
- package/types/components/Identity/getNamespacesFromResponse.d.ts.map +1 -1
- package/types/components/Identity/index.d.ts.map +1 -1
- package/types/components/Identity/injectAddEcidQueryToPayload.d.ts.map +1 -1
- package/types/components/Identity/injectAddLegacyEcidToPayload.d.ts.map +1 -1
- package/types/components/Identity/injectAddQueryStringIdentityToPayload.d.ts.map +1 -1
- package/types/components/Identity/injectAwaitIdentityCookie.d.ts.map +1 -1
- package/types/components/Identity/injectEnsureSingleIdentity.d.ts.map +1 -1
- package/types/components/Identity/injectHandleResponseForIdSyncs.d.ts.map +1 -1
- package/types/components/Identity/injectProcessIdSyncs.d.ts.map +1 -1
- package/types/components/Identity/injectSetDomainForInitialIdentityPayload.d.ts.map +1 -1
- package/types/components/Identity/visitorService/awaitVisitorOptIn.d.ts.map +1 -1
- package/types/components/Identity/visitorService/getVisitor.d.ts.map +1 -1
- package/types/components/Identity/visitorService/injectGetEcidFromVisitor.d.ts.map +1 -1
- package/types/components/LibraryInfo/index.d.ts.map +1 -1
- package/types/components/MediaAnalyticsBridge/constants/constants.d.ts.map +1 -1
- package/types/components/MediaAnalyticsBridge/constants/mediaKeysToXdmConverter.d.ts.map +1 -1
- package/types/components/MediaAnalyticsBridge/createGetInstance.d.ts.map +1 -1
- package/types/components/MediaAnalyticsBridge/createMediaAnalyticsBridgeComponent.d.ts.map +1 -1
- package/types/components/MediaAnalyticsBridge/createMediaHelper.d.ts.map +1 -1
- package/types/components/MediaAnalyticsBridge/index.d.ts.map +1 -1
- package/types/components/Personalization/constants/loggerMessage.d.ts.map +1 -1
- package/types/components/Personalization/constants/scopeType.d.ts.map +1 -1
- package/types/components/Personalization/constants/surface.d.ts.map +1 -1
- package/types/components/Personalization/createApplyPropositions.d.ts.map +1 -1
- package/types/components/Personalization/createClickStorage.d.ts.map +1 -1
- package/types/components/Personalization/createComponent.d.ts.map +1 -1
- package/types/components/Personalization/createFetchDataHandler.d.ts.map +1 -1
- package/types/components/Personalization/createGetPageLocation.d.ts.map +1 -1
- package/types/components/Personalization/createHandleConsentFlicker.d.ts.map +1 -1
- package/types/components/Personalization/createInteractionStorage.d.ts.map +1 -1
- package/types/components/Personalization/createNotificationHandler.d.ts.map +1 -1
- package/types/components/Personalization/createOnClickHandler.d.ts.map +1 -1
- package/types/components/Personalization/createOnDecisionHandler.d.ts.map +1 -1
- package/types/components/Personalization/createPersonalizationDetails.d.ts.map +1 -1
- package/types/components/Personalization/createSetTargetMigration.d.ts.map +1 -1
- package/types/components/Personalization/createViewCacheManager.d.ts.map +1 -1
- package/types/components/Personalization/createViewChangeHandler.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/action.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/addNonceToInlineStyleElements.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/appendHtml.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/clicks/collectClicks.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/clicks/collectInteractions.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/collectInteractions.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/createPreprocess.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/createRedirect.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/createFragment.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/getAttribute.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/getChildNodes.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/getChildren.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/getElementById.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/getFirstChild.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/getNextSibling.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/getNonce.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/getParent.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/helperForEq.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/index.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/insertAfter.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/insertBefore.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/isDomElement.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/matchesSelectorWithEq.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/removeAttribute.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/selectNodesWithEq.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/setAttribute.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/setStyle.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/dom/util.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/images.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/index.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/initDomActionsModules.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/insertHtmlAfter.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/insertHtmlBefore.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/move.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/prependHtml.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/rearrangeChildren.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/remapCustomCodeOffers.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/remapHeadOffers.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/replaceHtml.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/resize.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/scripts.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/setAttributes.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/setHtml.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/setStyles.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/setText.d.ts.map +1 -1
- package/types/components/Personalization/dom-actions/swapImage.d.ts.map +1 -1
- package/types/components/Personalization/flicker/index.d.ts.map +1 -1
- package/types/components/Personalization/handlers/createDecorateProposition.d.ts.map +1 -1
- package/types/components/Personalization/handlers/createProcessDomAction.d.ts.map +1 -1
- package/types/components/Personalization/handlers/createProcessHtmlContent.d.ts.map +1 -1
- package/types/components/Personalization/handlers/createProcessInAppMessage.d.ts.map +1 -1
- package/types/components/Personalization/handlers/createProcessPropositions.d.ts.map +1 -1
- package/types/components/Personalization/handlers/createProcessRedirect.d.ts.map +1 -1
- package/types/components/Personalization/handlers/createRenderStatusHandler.d.ts.map +1 -1
- package/types/components/Personalization/handlers/injectCreateProposition.d.ts.map +1 -1
- package/types/components/Personalization/handlers/processDefaultContent.d.ts.map +1 -1
- package/types/components/Personalization/in-app-message-actions/actions/displayIframeContent.d.ts.map +1 -1
- package/types/components/Personalization/in-app-message-actions/initInAppMessageActionsModules.d.ts.map +1 -1
- package/types/components/Personalization/in-app-message-actions/utils.d.ts.map +1 -1
- package/types/components/Personalization/index.d.ts.map +1 -1
- package/types/components/Personalization/utils/addRenderAttemptedToDecisions.d.ts.map +1 -1
- package/types/components/Personalization/utils/createAsyncArray.d.ts.map +1 -1
- package/types/components/Personalization/utils/isAuthoringModeEnabled.d.ts.map +1 -1
- package/types/components/Personalization/utils/metaUtils.d.ts.map +1 -1
- package/types/components/Personalization/utils/surfaceUtils.d.ts.map +1 -1
- package/types/components/Personalization/validateApplyPropositionsOptions.d.ts.map +1 -1
- package/types/components/PushNotifications/helpers/constants.d.ts.map +1 -1
- package/types/components/PushNotifications/helpers/getPushSubscriptionDetails.d.ts.map +1 -1
- package/types/components/PushNotifications/helpers/readFromIndexedDb.d.ts.map +1 -1
- package/types/components/PushNotifications/helpers/saveToIndexedDb.d.ts.map +1 -1
- package/types/components/PushNotifications/helpers/serviceWorkerNotificationClickListener.d.ts.map +1 -1
- package/types/components/PushNotifications/helpers/serviceWorkerPushListener.d.ts.map +1 -1
- package/types/components/PushNotifications/index.d.ts.map +1 -1
- package/types/components/PushNotifications/request/createSendPushSubscriptionPayload.d.ts.map +1 -1
- package/types/components/PushNotifications/request/createSendPushSubscriptionRequest.d.ts.map +1 -1
- package/types/components/PushNotifications/request/makeSendPushSubscriptionRequest.d.ts.map +1 -1
- package/types/components/PushNotifications/request/makeSendServiceWorkerTrackingData.d.ts.map +1 -1
- package/types/components/PushNotifications/types.d.ts.map +1 -1
- package/types/components/RulesEngine/consequenceAdapters/inAppMessageConsequenceAdapter.d.ts.map +1 -1
- package/types/components/RulesEngine/consequenceAdapters/schemaTypeConsequenceAdapter.d.ts.map +1 -1
- package/types/components/RulesEngine/constants/index.d.ts.map +1 -1
- package/types/components/RulesEngine/createApplyResponse.d.ts.map +1 -1
- package/types/components/RulesEngine/createConsequenceAdapter.d.ts.map +1 -1
- package/types/components/RulesEngine/createContextProvider.d.ts.map +1 -1
- package/types/components/RulesEngine/createDecisionProvider.d.ts.map +1 -1
- package/types/components/RulesEngine/createEvaluableRulesetPayload.d.ts.map +1 -1
- package/types/components/RulesEngine/createEvaluateRulesetsCommand.d.ts.map +1 -1
- package/types/components/RulesEngine/createEventRegistry.d.ts.map +1 -1
- package/types/components/RulesEngine/createOnResponseHandler.d.ts.map +1 -1
- package/types/components/RulesEngine/createSubscribeRulesetItems.d.ts.map +1 -1
- package/types/components/RulesEngine/index.d.ts.map +1 -1
- package/types/components/RulesEngine/types.d.ts.map +1 -1
- package/types/components/RulesEngine/utils/createEventPruner.d.ts.map +1 -1
- package/types/components/RulesEngine/utils/extractPayloadsFromEventHistoryOperations.d.ts.map +1 -1
- package/types/components/RulesEngine/utils/generateEventHash.d.ts.map +1 -1
- package/types/components/RulesEngine/utils/getExpirationDate.d.ts.map +1 -1
- package/types/components/RulesEngine/utils/getPropositionData.d.ts.map +1 -1
- package/types/components/RulesEngine/utils/hasExperienceData.d.ts.map +1 -1
- package/types/components/RulesEngine/utils/index.d.ts.map +1 -1
- package/types/components/RulesEngine/utils/storage.d.ts.map +1 -1
- package/types/components/StreamingMedia/configValidators.d.ts.map +1 -1
- package/types/components/StreamingMedia/constants/eventTypes.d.ts.map +1 -1
- package/types/components/StreamingMedia/constants/playbackState.d.ts.map +1 -1
- package/types/components/StreamingMedia/createMediaEventManager.d.ts.map +1 -1
- package/types/components/StreamingMedia/createMediaRequest.d.ts.map +1 -1
- package/types/components/StreamingMedia/createMediaResponseHandler.d.ts.map +1 -1
- package/types/components/StreamingMedia/createMediaSessionCacheManager.d.ts.map +1 -1
- package/types/components/StreamingMedia/createStreamingMediaComponent.d.ts.map +1 -1
- package/types/components/StreamingMedia/createTrackMediaEvent.d.ts.map +1 -1
- package/types/components/StreamingMedia/createTrackMediaSession.d.ts.map +1 -1
- package/types/components/StreamingMedia/index.d.ts.map +1 -1
- package/types/components/StreamingMedia/validateMediaEventOptions.d.ts.map +1 -1
- package/types/components/StreamingMedia/validateMediaSessionOptions.d.ts.map +1 -1
- package/types/constants/apiVersion.d.ts.map +1 -1
- package/types/constants/browser.d.ts.map +1 -1
- package/types/constants/consentPurpose.d.ts.map +1 -1
- package/types/constants/consentStatus.d.ts.map +1 -1
- package/types/constants/contentType.d.ts.map +1 -1
- package/types/constants/cookieNameKey.d.ts.map +1 -1
- package/types/constants/cookieNamePrefix.d.ts.map +1 -1
- package/types/constants/coreCommands.d.ts.map +1 -1
- package/types/constants/coreNamespace.d.ts.map +1 -1
- package/types/constants/debugQueryParam.d.ts.map +1 -1
- package/types/constants/decisionProvider.d.ts.map +1 -1
- package/types/constants/domain.d.ts.map +1 -1
- package/types/constants/ecidNamespace.d.ts.map +1 -1
- package/types/constants/edgeBasePath.d.ts.map +1 -1
- package/types/constants/elementAttribute.d.ts.map +1 -1
- package/types/constants/eventType.d.ts.map +1 -1
- package/types/constants/highEntropyUserAgentClientHints.d.ts.map +1 -1
- package/types/constants/httpHeaderNames.d.ts.map +1 -1
- package/types/constants/httpStatusCode.d.ts.map +1 -1
- package/types/constants/identityMapAuthenticatedState.d.ts.map +1 -1
- package/types/constants/legacyCookies.d.ts.map +1 -1
- package/types/constants/libraryName.d.ts.map +1 -1
- package/types/constants/libraryVersion.d.ts.map +1 -1
- package/types/constants/namespace.d.ts.map +1 -1
- package/types/constants/pageWideScope.d.ts.map +1 -1
- package/types/constants/propositionEventType.d.ts.map +1 -1
- package/types/constants/propositionInteractionType.d.ts.map +1 -1
- package/types/constants/queryStringIdentityParam.d.ts.map +1 -1
- package/types/constants/schema.d.ts.map +1 -1
- package/types/constants/sessionDataKeys.d.ts.map +1 -1
- package/types/constants/shadowSeparator.d.ts.map +1 -1
- package/types/constants/tagName.d.ts.map +1 -1
- package/types/core/buildAndValidateConfig.d.ts.map +1 -1
- package/types/core/componentCreators.d.ts.map +1 -1
- package/types/core/config/createConfig.d.ts.map +1 -1
- package/types/core/config/createCoreConfigs.d.ts.map +1 -1
- package/types/core/consent/createConsent.d.ts.map +1 -1
- package/types/core/consent/createConsentStateMachine.d.ts.map +1 -1
- package/types/core/consent/types.d.ts.map +1 -1
- package/types/core/createComponentRegistry.d.ts.map +1 -1
- package/types/core/createCookieTransfer.d.ts.map +1 -1
- package/types/core/createEvent.d.ts.map +1 -1
- package/types/core/createEventManager.d.ts.map +1 -1
- package/types/core/createInstanceFunction.d.ts.map +1 -1
- package/types/core/createLifecycle.d.ts.map +1 -1
- package/types/core/createLogController.d.ts.map +1 -1
- package/types/core/createLogger.d.ts.map +1 -1
- package/types/core/edgeNetwork/handleRequestFailure.d.ts.map +1 -1
- package/types/core/edgeNetwork/injectApplyResponse.d.ts.map +1 -1
- package/types/core/edgeNetwork/injectExtractEdgeInfo.d.ts.map +1 -1
- package/types/core/edgeNetwork/injectGetLocationHint.d.ts.map +1 -1
- package/types/core/edgeNetwork/injectProcessWarningsAndErrors.d.ts.map +1 -1
- package/types/core/edgeNetwork/injectSendEdgeNetworkRequest.d.ts.map +1 -1
- package/types/core/edgeNetwork/mergeLifecycleResponses.d.ts.map +1 -1
- package/types/core/edgeNetwork/types.d.ts.map +1 -1
- package/types/core/getMonitors.d.ts.map +1 -1
- package/types/core/identity/createIdentity.d.ts.map +1 -1
- package/types/core/identity/types.d.ts.map +1 -1
- package/types/core/index.d.ts.map +1 -1
- package/types/core/initializeComponents.d.ts.map +1 -1
- package/types/core/injectCreateResponse.d.ts.map +1 -1
- package/types/core/injectExecuteCommand.d.ts.map +1 -1
- package/types/core/injectHandleError.d.ts.map +1 -1
- package/types/core/injectShouldTransferCookie.d.ts.map +1 -1
- package/types/core/network/getRequestRetryDelay.d.ts.map +1 -1
- package/types/core/network/injectSendNetworkRequest.d.ts.map +1 -1
- package/types/core/network/isRequestRetryable.d.ts.map +1 -1
- package/types/core/network/requestMethods/injectSendBeaconRequest.d.ts.map +1 -1
- package/types/core/network/requestMethods/injectSendFetchRequest.d.ts.map +1 -1
- package/types/core/requiredComponentCreators.d.ts.map +1 -1
- package/types/core/types.d.ts.map +1 -1
- package/types/core/validateCommandOptions.d.ts.map +1 -1
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/types/serviceWorker.d.ts.map +1 -1
- package/types/standalone.d.ts.map +1 -1
- package/types/utils/assignConcatArrayValues.d.ts.map +1 -1
- package/types/utils/bytes.d.ts.map +1 -1
- package/types/utils/clone.d.ts.map +1 -1
- package/types/utils/cookieJar.d.ts.map +1 -1
- package/types/utils/createCallbackAggregator.d.ts.map +1 -1
- package/types/utils/createCollect.d.ts.map +1 -1
- package/types/utils/createDecodeKndctrCookie.d.ts.map +1 -1
- package/types/utils/createLoggingCookieJar.d.ts.map +1 -1
- package/types/utils/createMerger.d.ts.map +1 -1
- package/types/utils/createSubscription.d.ts.map +1 -1
- package/types/utils/createTaskQueue.d.ts.map +1 -1
- package/types/utils/decodeUriComponentSafely.d.ts.map +1 -1
- package/types/utils/deduplicateArray.d.ts.map +1 -1
- package/types/utils/deepAssign.d.ts.map +1 -1
- package/types/utils/defer.d.ts.map +1 -1
- package/types/utils/dom/appendNode.d.ts.map +1 -1
- package/types/utils/dom/awaitSelector.d.ts.map +1 -1
- package/types/utils/dom/createNode.d.ts.map +1 -1
- package/types/utils/dom/index.d.ts.map +1 -1
- package/types/utils/dom/isShadowSelector.d.ts.map +1 -1
- package/types/utils/dom/loadScript.d.ts.map +1 -1
- package/types/utils/dom/matchesSelector.d.ts.map +1 -1
- package/types/utils/dom/querySelectorAll.d.ts.map +1 -1
- package/types/utils/dom/removeNode.d.ts.map +1 -1
- package/types/utils/dom/selectNodes.d.ts.map +1 -1
- package/types/utils/dom/selectNodesWithShadow.d.ts.map +1 -1
- package/types/utils/event.d.ts.map +1 -1
- package/types/utils/filterObject.d.ts.map +1 -1
- package/types/utils/fireImage.d.ts.map +1 -1
- package/types/utils/flattenArray.d.ts.map +1 -1
- package/types/utils/flattenObject.d.ts.map +1 -1
- package/types/utils/fnv1a32Hex.d.ts.map +1 -1
- package/types/utils/getApexDomain.d.ts.map +1 -1
- package/types/utils/getLastArrayItems.d.ts.map +1 -1
- package/types/utils/getNamespacedCookieName.d.ts.map +1 -1
- package/types/utils/groupBy.d.ts.map +1 -1
- package/types/utils/index.d.ts +0 -1
- package/types/utils/index.d.ts.map +1 -1
- package/types/utils/indexedDb.d.ts.map +1 -1
- package/types/utils/injectAreThirdPartyCookiesSupportedByDefault.d.ts.map +1 -1
- package/types/utils/injectDoesIdentityCookieExist.d.ts.map +1 -1
- package/types/utils/injectFireReferrerHideableImage.d.ts.map +1 -1
- package/types/utils/injectGetBrowser.d.ts.map +1 -1
- package/types/utils/injectStorage.d.ts.map +1 -1
- package/types/utils/intersection.d.ts.map +1 -1
- package/types/utils/isBlankString.d.ts.map +1 -1
- package/types/utils/isBoolean.d.ts.map +1 -1
- package/types/utils/isEmptyObject.d.ts.map +1 -1
- package/types/utils/isFunction.d.ts.map +1 -1
- package/types/utils/isInteger.d.ts.map +1 -1
- package/types/utils/isNamespacedCookieName.d.ts.map +1 -1
- package/types/utils/isNil.d.ts.map +1 -1
- package/types/utils/isNonEmptyArray.d.ts.map +1 -1
- package/types/utils/isNonEmptyString.d.ts.map +1 -1
- package/types/utils/isNumber.d.ts.map +1 -1
- package/types/utils/isObject.d.ts.map +1 -1
- package/types/utils/isString.d.ts.map +1 -1
- package/types/utils/isUnique.d.ts.map +1 -1
- package/types/utils/isValidRegExp.d.ts.map +1 -1
- package/types/utils/lazy.d.ts.map +1 -1
- package/types/utils/networkErrors.d.ts.map +1 -1
- package/types/utils/noop.d.ts.map +1 -1
- package/types/utils/parseUrl.d.ts.map +1 -1
- package/types/utils/prepareConfigOverridesForEdge.d.ts.map +1 -1
- package/types/utils/querystring.d.ts.map +1 -1
- package/types/utils/request/createAddIdentity.d.ts.map +1 -1
- package/types/utils/request/createDataCollectionRequest.d.ts.map +1 -1
- package/types/utils/request/createDataCollectionRequestPayload.d.ts.map +1 -1
- package/types/utils/request/createGetAssuranceValidationTokenParams.d.ts.map +1 -1
- package/types/utils/request/createHasIdentity.d.ts.map +1 -1
- package/types/utils/request/createRequest.d.ts.map +1 -1
- package/types/utils/request/createRequestParams.d.ts.map +1 -1
- package/types/utils/request/createRequestPayload.d.ts.map +1 -1
- package/types/utils/request/index.d.ts.map +1 -1
- package/types/utils/request/types.d.ts.map +1 -1
- package/types/utils/sanitizeOrgIdForCookieName.d.ts.map +1 -1
- package/types/utils/sortObjectKeysRecursively.d.ts.map +1 -1
- package/types/utils/stackError.d.ts.map +1 -1
- package/types/utils/stringToBoolean.d.ts.map +1 -1
- package/types/utils/toArray.d.ts.map +1 -1
- package/types/utils/toError.d.ts.map +1 -1
- package/types/utils/toISOStringLocal.d.ts.map +1 -1
- package/types/utils/toInteger.d.ts.map +1 -1
- package/types/utils/types.d.ts.map +1 -1
- package/types/utils/updateErrorMessage.d.ts.map +1 -1
- package/types/utils/uuid.d.ts.map +1 -1
- package/types/utils/validateConfigOverride.d.ts.map +1 -1
- package/types/utils/validateIdentityMap.d.ts.map +1 -1
- package/types/utils/validation/booleanValidator.d.ts.map +1 -1
- package/types/utils/validation/callbackValidator.d.ts.map +1 -1
- package/types/utils/validation/createAnyOfValidator.d.ts.map +1 -1
- package/types/utils/validation/createArrayOfValidator.d.ts.map +1 -1
- package/types/utils/validation/createDefaultValidator.d.ts.map +1 -1
- package/types/utils/validation/createDeprecatedValidator.d.ts.map +1 -1
- package/types/utils/validation/createLiteralValidator.d.ts.map +1 -1
- package/types/utils/validation/createMapOfValuesValidator.d.ts.map +1 -1
- package/types/utils/validation/createMaximumValidator.d.ts.map +1 -1
- package/types/utils/validation/createMinimumValidator.d.ts.map +1 -1
- package/types/utils/validation/createNoUnknownFieldsValidator.d.ts.map +1 -1
- package/types/utils/validation/createNonEmptyValidator.d.ts.map +1 -1
- package/types/utils/validation/createObjectOfValidator.d.ts.map +1 -1
- package/types/utils/validation/createRenamedValidator.d.ts.map +1 -1
- package/types/utils/validation/createUniqueItemsValidator.d.ts.map +1 -1
- package/types/utils/validation/createUniqueValidator.d.ts.map +1 -1
- package/types/utils/validation/domainValidator.d.ts.map +1 -1
- package/types/utils/validation/index.d.ts.map +1 -1
- package/types/utils/validation/integerValidator.d.ts.map +1 -1
- package/types/utils/validation/matchesRegexpValidator.d.ts.map +1 -1
- package/types/utils/validation/numberValidator.d.ts.map +1 -1
- package/types/utils/validation/regexpValidator.d.ts.map +1 -1
- package/types/utils/validation/requiredValidator.d.ts.map +1 -1
- package/types/utils/validation/stringValidator.d.ts.map +1 -1
- package/types/utils/validation/utils.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPropositionData.d.ts","sourceRoot":"","sources":["../../../../src/components/RulesEngine/utils/getPropositionData.js"],"names":[],"mappings":"AAYO,qDACkC;AAElC,2DACsC"}
|
|
1
|
+
{"version":3,"file":"getPropositionData.d.ts","sourceRoot":"","sources":["../../../../packages/core/src/components/RulesEngine/utils/getPropositionData.js"],"names":[],"mappings":"AAYO,qDACkC;AAElC,2DACsC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hasExperienceData.d.ts","sourceRoot":"","sources":["../../../../src/components/RulesEngine/utils/hasExperienceData.js"],"names":[],"mappings":"AAWe,6CAGd"}
|
|
1
|
+
{"version":3,"file":"hasExperienceData.d.ts","sourceRoot":"","sources":["../../../../packages/core/src/components/RulesEngine/utils/hasExperienceData.js"],"names":[],"mappings":"AAWe,6CAGd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/RulesEngine/utils/index.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/core/src/components/RulesEngine/utils/index.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../../src/components/RulesEngine/utils/storage.js"],"names":[],"mappings":"AAYO,sEACG,iBAAY,WAUrB;AAEM,mEAAoD,UAAK,UAE/D;AAEM;;;EAYN;AAEM,sDAEN"}
|
|
1
|
+
{"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../../packages/core/src/components/RulesEngine/utils/storage.js"],"names":[],"mappings":"AAYO,sEACG,iBAAY,WAUrB;AAEM,mEAAoD,UAAK,UAE/D;AAEM;;;EAYN;AAEM,sDAEN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configValidators.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/configValidators.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"configValidators.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/configValidators.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventTypes.d.ts","sourceRoot":"","sources":["../../../../src/components/StreamingMedia/constants/eventTypes.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"eventTypes.d.ts","sourceRoot":"","sources":["../../../../packages/core/src/components/StreamingMedia/constants/eventTypes.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playbackState.d.ts","sourceRoot":"","sources":["../../../../src/components/StreamingMedia/constants/playbackState.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"playbackState.d.ts","sourceRoot":"","sources":["../../../../packages/core/src/components/StreamingMedia/constants/playbackState.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createMediaEventManager.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/createMediaEventManager.js"],"names":[],"mappings":"AAgBe;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFd"}
|
|
1
|
+
{"version":3,"file":"createMediaEventManager.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/createMediaEventManager.js"],"names":[],"mappings":"AAgBe;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createMediaRequest.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/createMediaRequest.js"],"names":[],"mappings":"AAce;;;mDAWd"}
|
|
1
|
+
{"version":3,"file":"createMediaRequest.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/createMediaRequest.js"],"names":[],"mappings":"AAce;;;mDAWd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createMediaResponseHandler.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/createMediaResponseHandler.js"],"names":[],"mappings":"AAgBe;;;;KACL;;;;CAAwC;;;;EAiCjD"}
|
|
1
|
+
{"version":3,"file":"createMediaResponseHandler.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/createMediaResponseHandler.js"],"names":[],"mappings":"AAgBe;;;;KACL;;;;CAAwC;;;;EAiCjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createMediaSessionCacheManager.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/createMediaSessionCacheManager.js"],"names":[],"mappings":"AAce;;;;;;;;;;;;;;EA6Cd"}
|
|
1
|
+
{"version":3,"file":"createMediaSessionCacheManager.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/createMediaSessionCacheManager.js"],"names":[],"mappings":"AAce;;;;;;;;;;;;;;EA6Cd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createStreamingMediaComponent.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/createStreamingMediaComponent.js"],"names":[],"mappings":"AAee;;;;;;;;;;;;;;;;;;;;;;EA2Cd"}
|
|
1
|
+
{"version":3,"file":"createStreamingMediaComponent.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/createStreamingMediaComponent.js"],"names":[],"mappings":"AAee;;;;;;;;;;;;;;;;;;;;;;EA2Cd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createTrackMediaEvent.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/createTrackMediaEvent.js"],"names":[],"mappings":"AAwCe;;;;KAiEL,YAAO,SAChB"}
|
|
1
|
+
{"version":3,"file":"createTrackMediaEvent.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/createTrackMediaEvent.js"],"names":[],"mappings":"AAwCe;;;;KAiEL,YAAO,SAChB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createTrackMediaSession.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/createTrackMediaSession.js"],"names":[],"mappings":"AAae;;;;;KAML,YAAO,SAmChB"}
|
|
1
|
+
{"version":3,"file":"createTrackMediaSession.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/createTrackMediaSession.js"],"names":[],"mappings":"AAae;;;;;KAML,YAAO,SAmChB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/index.js"],"names":[],"mappings":";AAqBA;;;;;;;;;;;;;;;;;;;;;;;EA0CC;;;;;6BAhD4B,uBAAuB"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/index.js"],"names":[],"mappings":";AAqBA;;;;;;;;;;;;;;;;;;;;;;;EA0CC;;;;;6BAhD4B,uBAAuB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validateMediaEventOptions.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/validateMediaEventOptions.js"],"names":[],"mappings":"AAqBe;;QA0Bd"}
|
|
1
|
+
{"version":3,"file":"validateMediaEventOptions.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/validateMediaEventOptions.js"],"names":[],"mappings":"AAqBe;;QA0Bd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validateMediaSessionOptions.d.ts","sourceRoot":"","sources":["../../../src/components/StreamingMedia/validateMediaSessionOptions.js"],"names":[],"mappings":"AAsBe;;QA6Bd"}
|
|
1
|
+
{"version":3,"file":"validateMediaSessionOptions.d.ts","sourceRoot":"","sources":["../../../packages/core/src/components/StreamingMedia/validateMediaSessionOptions.js"],"names":[],"mappings":"AAsBe;;QA6Bd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiVersion.d.ts","sourceRoot":"","sources":["../../src/constants/apiVersion.js"],"names":[],"mappings":"wBAWe,IAAI"}
|
|
1
|
+
{"version":3,"file":"apiVersion.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/apiVersion.js"],"names":[],"mappings":"wBAWe,IAAI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../src/constants/browser.js"],"names":[],"mappings":"AAYA,qBAAsB,QAAQ,CAAC;AAC/B,mBAAoB,MAAM,CAAC;AAC3B,4BAA6B,cAAc,CAAC;AAC5C,sBAAuB,SAAS,CAAC;AACjC,iBAAkB,IAAI,CAAC;AACvB,qBAAsB,QAAQ,CAAC;AAC/B,sBAAuB,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/browser.js"],"names":[],"mappings":"AAYA,qBAAsB,QAAQ,CAAC;AAC/B,mBAAoB,MAAM,CAAC;AAC3B,4BAA6B,cAAc,CAAC;AAC5C,sBAAuB,SAAS,CAAC;AACjC,iBAAkB,IAAI,CAAC;AACvB,qBAAsB,QAAQ,CAAC;AAC/B,sBAAuB,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consentPurpose.d.ts","sourceRoot":"","sources":["../../src/constants/consentPurpose.js"],"names":[],"mappings":"AAYA,sBAAuB,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"consentPurpose.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/consentPurpose.js"],"names":[],"mappings":"AAYA,sBAAuB,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consentStatus.d.ts","sourceRoot":"","sources":["../../src/constants/consentStatus.js"],"names":[],"mappings":"AAYA,iBAAkB,IAAI,CAAC;AACvB,kBAAmB,KAAK,CAAC;AACzB,sBAAuB,SAAS,CAAC;AACjC,uBAAwB,UAAU,CAAC;AACnC,mBAAoB,MAAM,CAAC;AAC3B,mBAAoB,MAAM,CAAC"}
|
|
1
|
+
{"version":3,"file":"consentStatus.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/consentStatus.js"],"names":[],"mappings":"AAYA,iBAAkB,IAAI,CAAC;AACvB,kBAAmB,KAAK,CAAC;AACzB,sBAAuB,SAAS,CAAC;AACjC,uBAAwB,UAAU,CAAC;AACnC,mBAAoB,MAAM,CAAC;AAC3B,mBAAoB,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contentType.d.ts","sourceRoot":"","sources":["../../src/constants/contentType.js"],"names":[],"mappings":"AAWA,wBAAyB,WAAW,CAAC;AACrC,+BAAgC,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"contentType.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/contentType.js"],"names":[],"mappings":"AAWA,wBAAyB,WAAW,CAAC;AACrC,+BAAgC,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cookieNameKey.d.ts","sourceRoot":"","sources":["../../src/constants/cookieNameKey.js"],"names":[],"mappings":"AAYA,uBAAwB,UAAU,CAAC;AACnC,sBAAuB,SAAS,CAAC;AACjC,sBAAuB,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"cookieNameKey.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/cookieNameKey.js"],"names":[],"mappings":"AAYA,uBAAwB,UAAU,CAAC;AACnC,sBAAuB,SAAS,CAAC;AACjC,sBAAuB,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cookieNamePrefix.d.ts","sourceRoot":"","sources":["../../src/constants/cookieNamePrefix.js"],"names":[],"mappings":"wBAae,QAAQ"}
|
|
1
|
+
{"version":3,"file":"cookieNamePrefix.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/cookieNamePrefix.js"],"names":[],"mappings":"wBAae,QAAQ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coreCommands.d.ts","sourceRoot":"","sources":["../../src/constants/coreCommands.js"],"names":[],"mappings":"AAYA,wBAAyB,WAAW,CAAC;AACrC,wBAAyB,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"coreCommands.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/coreCommands.js"],"names":[],"mappings":"AAYA,wBAAyB,WAAW,CAAC;AACrC,wBAAyB,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coreNamespace.d.ts","sourceRoot":"","sources":["../../src/constants/coreNamespace.js"],"names":[],"mappings":"wBAYe,MAAM"}
|
|
1
|
+
{"version":3,"file":"coreNamespace.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/coreNamespace.js"],"names":[],"mappings":"wBAYe,MAAM"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugQueryParam.d.ts","sourceRoot":"","sources":["../../src/constants/debugQueryParam.js"],"names":[],"mappings":"wBAYe,aAAa"}
|
|
1
|
+
{"version":3,"file":"debugQueryParam.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/debugQueryParam.js"],"names":[],"mappings":"wBAYe,aAAa"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decisionProvider.d.ts","sourceRoot":"","sources":["../../src/constants/decisionProvider.js"],"names":[],"mappings":"AAWA,+CAAgD,2BAA2B,CAAC;AAC5E,sCAAuC,KAAK,CAAC;AAC7C,2BAA4B,KAAK,CAAC"}
|
|
1
|
+
{"version":3,"file":"decisionProvider.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/decisionProvider.js"],"names":[],"mappings":"AAWA,+CAAgD,2BAA2B,CAAC;AAC5E,sCAAuC,KAAK,CAAC;AAC7C,2BAA4B,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../src/constants/domain.js"],"names":[],"mappings":"AAYA,mBAAoB,kBAAkB,CAAC;AACvC,6BAA8B,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/domain.js"],"names":[],"mappings":"AAYA,mBAAoB,kBAAkB,CAAC;AACvC,6BAA8B,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecidNamespace.d.ts","sourceRoot":"","sources":["../../src/constants/ecidNamespace.js"],"names":[],"mappings":"wBAYe,MAAM"}
|
|
1
|
+
{"version":3,"file":"ecidNamespace.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/ecidNamespace.js"],"names":[],"mappings":"wBAYe,MAAM"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edgeBasePath.d.ts","sourceRoot":"","sources":["../../src/constants/edgeBasePath.js"],"names":[],"mappings":"wBAWe,IAAI"}
|
|
1
|
+
{"version":3,"file":"edgeBasePath.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/edgeBasePath.js"],"names":[],"mappings":"wBAWe,IAAI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elementAttribute.d.ts","sourceRoot":"","sources":["../../src/constants/elementAttribute.js"],"names":[],"mappings":"AAYA,kBAAmB,KAAK,CAAC"}
|
|
1
|
+
{"version":3,"file":"elementAttribute.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/elementAttribute.js"],"names":[],"mappings":"AAYA,kBAAmB,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventType.d.ts","sourceRoot":"","sources":["../../src/constants/eventType.js"],"names":[],"mappings":"AAYA,sBAAuB,gCAAgC,CAAC;AACxD,uBAAwB,iCAAiC,CAAC;AAC1D,sBAAuB,gCAAgC,CAAC;AACxD,sBAAuB,gCAAgC,CAAC;AACxD,uBAAwB,wCAAwC,CAAC;AACjE,8BAA+B,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"eventType.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/eventType.js"],"names":[],"mappings":"AAYA,sBAAuB,gCAAgC,CAAC;AACxD,uBAAwB,iCAAiC,CAAC;AAC1D,sBAAuB,gCAAgC,CAAC;AACxD,sBAAuB,gCAAgC,CAAC;AACxD,uBAAwB,wCAAwC,CAAC;AACjE,8BAA+B,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highEntropyUserAgentClientHints.d.ts","sourceRoot":"","sources":["../../src/constants/highEntropyUserAgentClientHints.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"highEntropyUserAgentClientHints.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/highEntropyUserAgentClientHints.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"httpHeaderNames.d.ts","sourceRoot":"","sources":["../../src/constants/httpHeaderNames.js"],"names":[],"mappings":"AAYA,0BAA2B,aAAa,CAAC;AACzC,yBAA0B,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"httpHeaderNames.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/httpHeaderNames.js"],"names":[],"mappings":"AAYA,0BAA2B,aAAa,CAAC;AACzC,yBAA0B,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"httpStatusCode.d.ts","sourceRoot":"","sources":["../../src/constants/httpStatusCode.js"],"names":[],"mappings":"AAYA,yBAA0B,GAAG,CAAC;AAC9B,gCAAiC,GAAG,CAAC;AACrC,0BAA2B,GAAG,CAAC;AAC/B,kCAAmC,GAAG,CAAC;AACvC,8BAA+B,GAAG,CAAC"}
|
|
1
|
+
{"version":3,"file":"httpStatusCode.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/httpStatusCode.js"],"names":[],"mappings":"AAYA,yBAA0B,GAAG,CAAC;AAC9B,gCAAiC,GAAG,CAAC;AACrC,0BAA2B,GAAG,CAAC;AAC/B,kCAAmC,GAAG,CAAC;AACvC,8BAA+B,GAAG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identityMapAuthenticatedState.d.ts","sourceRoot":"","sources":["../../src/constants/identityMapAuthenticatedState.js"],"names":[],"mappings":"AAWA,wBAAyB,WAAW,CAAC;AACrC,4BAA6B,eAAe,CAAC;AAC7C,yBAA0B,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"identityMapAuthenticatedState.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/identityMapAuthenticatedState.js"],"names":[],"mappings":"AAWA,wBAAyB,WAAW,CAAC;AACrC,4BAA6B,eAAe,CAAC;AAC7C,yBAA0B,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"legacyCookies.d.ts","sourceRoot":"","sources":["../../src/constants/legacyCookies.js"],"names":[],"mappings":"AAYA,gCAAiC,iBAAiB,CAAC;AACnD,yBAA0B,YAAY,CAAC;AACvC,mBAAoB,MAAM,CAAC"}
|
|
1
|
+
{"version":3,"file":"legacyCookies.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/legacyCookies.js"],"names":[],"mappings":"AAYA,gCAAiC,iBAAiB,CAAC;AACnD,yBAA0B,YAAY,CAAC;AACvC,mBAAoB,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"libraryName.d.ts","sourceRoot":"","sources":["../../src/constants/libraryName.js"],"names":[],"mappings":"wBAYe,uCAAuC"}
|
|
1
|
+
{"version":3,"file":"libraryName.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/libraryName.js"],"names":[],"mappings":"wBAYe,uCAAuC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"libraryVersion.d.ts","sourceRoot":"","sources":["../../src/constants/libraryVersion.js"],"names":[],"mappings":"wBAee,aAAa"}
|
|
1
|
+
{"version":3,"file":"libraryVersion.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/libraryVersion.js"],"names":[],"mappings":"wBAee,aAAa"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"namespace.d.ts","sourceRoot":"","sources":["../../src/constants/namespace.js"],"names":[],"mappings":"wBAYe,kBAAkB"}
|
|
1
|
+
{"version":3,"file":"namespace.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/namespace.js"],"names":[],"mappings":"wBAYe,kBAAkB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pageWideScope.d.ts","sourceRoot":"","sources":["../../src/constants/pageWideScope.js"],"names":[],"mappings":"wBAYe,UAAU"}
|
|
1
|
+
{"version":3,"file":"pageWideScope.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/pageWideScope.js"],"names":[],"mappings":"wBAYe,UAAU"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"propositionEventType.d.ts","sourceRoot":"","sources":["../../src/constants/propositionEventType.js"],"names":[],"mappings":";;;;;;;AAsCO,6DAC4C;AAE5C,gEACuD"}
|
|
1
|
+
{"version":3,"file":"propositionEventType.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/propositionEventType.js"],"names":[],"mappings":";;;;;;;AAsCO,6DAC4C;AAE5C,gEACuD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"propositionInteractionType.d.ts","sourceRoot":"","sources":["../../src/constants/propositionInteractionType.js"],"names":[],"mappings":"AAWA,qBAAsB,QAAQ,CAAC;AAC/B,oBAAqB,OAAO,CAAC;AAC7B,sCAAuC,uBAAuB,CAAC;AAE/D,qDAIE"}
|
|
1
|
+
{"version":3,"file":"propositionInteractionType.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/propositionInteractionType.js"],"names":[],"mappings":"AAWA,qBAAsB,QAAQ,CAAC;AAC/B,oBAAqB,OAAO,CAAC;AAC7B,sCAAuC,uBAAuB,CAAC;AAE/D,qDAIE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queryStringIdentityParam.d.ts","sourceRoot":"","sources":["../../src/constants/queryStringIdentityParam.js"],"names":[],"mappings":"wBAYe,UAAU"}
|
|
1
|
+
{"version":3,"file":"queryStringIdentityParam.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/queryStringIdentityParam.js"],"names":[],"mappings":"wBAYe,UAAU"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/constants/schema.js"],"names":[],"mappings":"AAYA,mCACE,2DAA2D,CAAC;AAC9D,yBAA0B,iDAAiD,CAAC;AAC5E,gCACE,wDAAwD,CAAC;AAC3D,gCACE,wDAAwD,CAAC;AAC3D,2BAA4B,mDAAmD,CAAC;AAChF,4BACE,oDAAoD,CAAC;AAEvD,6BACE,qDAAqD,CAAC;AACxD,mCACE,2DAA2D,CAAC;AAC9D,mCACE,2DAA2D,CAAC;AAE9D,iCACE,kDAAkD,CAAC;AAErD,sCACE,4DAA4D,CAAC"}
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/schema.js"],"names":[],"mappings":"AAYA,mCACE,2DAA2D,CAAC;AAC9D,yBAA0B,iDAAiD,CAAC;AAC5E,gCACE,wDAAwD,CAAC;AAC3D,gCACE,wDAAwD,CAAC;AAC3D,2BAA4B,mDAAmD,CAAC;AAChF,4BACE,oDAAoD,CAAC;AAEvD,6BACE,qDAAqD,CAAC;AACxD,mCACE,2DAA2D,CAAC;AAC9D,mCACE,2DAA2D,CAAC;AAE9D,iCACE,kDAAkD,CAAC;AAErD,sCACE,4DAA4D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sessionDataKeys.d.ts","sourceRoot":"","sources":["../../src/constants/sessionDataKeys.js"],"names":[],"mappings":"AAWA,kCAAmC,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"sessionDataKeys.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/sessionDataKeys.js"],"names":[],"mappings":"AAWA,kCAAmC,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shadowSeparator.d.ts","sourceRoot":"","sources":["../../src/constants/shadowSeparator.js"],"names":[],"mappings":"wBAYe,SAAS"}
|
|
1
|
+
{"version":3,"file":"shadowSeparator.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/shadowSeparator.js"],"names":[],"mappings":"wBAYe,SAAS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tagName.d.ts","sourceRoot":"","sources":["../../src/constants/tagName.js"],"names":[],"mappings":"AAYA,mBAAoB,MAAM,CAAC;AAC3B,qBAAsB,QAAQ,CAAC;AAC/B,kBAAmB,KAAK,CAAC;AACzB,kBAAmB,KAAK,CAAC;AACzB,oBAAqB,OAAO,CAAC;AAC7B,qBAAsB,QAAQ,CAAC;AAC/B,mBAAoB,MAAM,CAAC"}
|
|
1
|
+
{"version":3,"file":"tagName.d.ts","sourceRoot":"","sources":["../../packages/core/src/constants/tagName.js"],"names":[],"mappings":"AAYA,mBAAoB,MAAM,CAAC;AAC3B,qBAAsB,QAAQ,CAAC;AAC/B,kBAAmB,KAAK,CAAC;AACzB,kBAAmB,KAAK,CAAC;AACzB,oBAAqB,OAAO,CAAC;AAC7B,qBAAsB,QAAQ,CAAC;AAC/B,mBAAoB,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildAndValidateConfig.d.ts","sourceRoot":"","sources":["../../src/core/buildAndValidateConfig.js"],"names":[],"mappings":"AAoEe;;;;;;;QAmCd"}
|
|
1
|
+
{"version":3,"file":"buildAndValidateConfig.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/buildAndValidateConfig.js"],"names":[],"mappings":"AAoEe;;;;;;;QAmCd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"componentCreators.d.ts","sourceRoot":"","sources":["../../src/core/componentCreators.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"componentCreators.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/componentCreators.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createConfig.d.ts","sourceRoot":"","sources":["../../../src/core/config/createConfig.js"],"names":[],"mappings":";AAYA,iDAEC"}
|
|
1
|
+
{"version":3,"file":"createConfig.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/config/createConfig.js"],"names":[],"mappings":";AAYA,iDAEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCoreConfigs.d.ts","sourceRoot":"","sources":["../../../src/core/config/createCoreConfigs.js"],"names":[],"mappings":"AAsBe,iCASgD"}
|
|
1
|
+
{"version":3,"file":"createCoreConfigs.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/config/createCoreConfigs.js"],"names":[],"mappings":"AAsBe,iCASgD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createConsent.d.ts","sourceRoot":"","sources":["../../../src/core/consent/createConsent.js"],"names":[],"mappings":"AA+Be,2DALZ;IAAqC,mBAAmB,EAAhD,mBAAmB;IACH,MAAM,EAAtB,MAAM;CAEd,GAAU,cAAc,CA2C1B;;oCA5DmC,YAAY"}
|
|
1
|
+
{"version":3,"file":"createConsent.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/consent/createConsent.js"],"names":[],"mappings":"AA+Be,2DALZ;IAAqC,mBAAmB,EAAhD,mBAAmB;IACH,MAAM,EAAtB,MAAM;CAEd,GAAU,cAAc,CA2C1B;;oCA5DmC,YAAY"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createConsentStateMachine.d.ts","sourceRoot":"","sources":["../../../src/core/consent/createConsentStateMachine.js"],"names":[],"mappings":"AAiBA,+BAAgC,4BAA4B,CAAC;AAC7D,0CAA2C,iBAAiB,CAAC;AAC7D,qCAAsC,SAAS,CAAC;AAChD,qCAAsC,SAAS,CAAC;AAChD,iCAAkC,KAAK,CAAC;AAwCzB,sCAhBZ;IAAwB,MAAM,EAAtB,MAAM;CAEd,GAAU,mBAAmB,CAqH/B;;4BAxJ2B,qBAAqB;yCACkB,YAAY"}
|
|
1
|
+
{"version":3,"file":"createConsentStateMachine.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/consent/createConsentStateMachine.js"],"names":[],"mappings":"AAiBA,+BAAgC,4BAA4B,CAAC;AAC7D,0CAA2C,iBAAiB,CAAC;AAC7D,qCAAsC,SAAS,CAAC;AAChD,qCAAsC,SAAS,CAAC;AAChD,iCAAkC,KAAK,CAAC;AAwCzB,sCAhBZ;IAAwB,MAAM,EAAtB,MAAM;CAEd,GAAU,mBAAmB,CAqH/B;;4BAxJ2B,qBAAqB;yCACkB,YAAY"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/consent/types.js"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH;;;;;;;;GAQG;AAEH,uBAAwB;;QAlBV,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;SACtB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;aACtB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;kBACtB,CAAS,IAAQ,EAAR,OAAO,YAAC,KAAG,OAAO,CAAC,IAAI,CAAC;iBACjC,MAAY,OAAO,CAAC,IAAI,CAAC;aACzB,MAAY;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAA;KAAC;;;uBAK5C,CAAS,IAAM,OAAE,IAAM,UAAG,IAAI;gBAC9B,CAAS,IAAM,UAAG,IAAI;aACtB,MAAY,IAAI;kBAChB,MAAY,OAAO,CAAC,IAAI,CAAC;iBACzB,MAAY,OAAO,CAAC,IAAI,CAAC;aACzB,MAAY;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAA;KAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/consent/types.js"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH;;;;;;;;GAQG;AAEH,uBAAwB;;QAlBV,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;SACtB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;aACtB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;kBACtB,CAAS,IAAQ,EAAR,OAAO,YAAC,KAAG,OAAO,CAAC,IAAI,CAAC;iBACjC,MAAY,OAAO,CAAC,IAAI,CAAC;aACzB,MAAY;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAA;KAAC;;;uBAK5C,CAAS,IAAM,OAAE,IAAM,UAAG,IAAI;gBAC9B,CAAS,IAAM,UAAG,IAAI;aACtB,MAAY,IAAI;kBAChB,MAAY,OAAO,CAAC,IAAI,CAAC;iBACzB,MAAY,OAAO,CAAC,IAAI,CAAC;aACzB,MAAY;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAA;KAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createComponentRegistry.d.ts","sourceRoot":"","sources":["../../src/core/createComponentRegistry.js"],"names":[],"mappings":"AAmCe;;;;;;EAuEd"}
|
|
1
|
+
{"version":3,"file":"createComponentRegistry.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/createComponentRegistry.js"],"names":[],"mappings":"AAmCe;;;;;;EAuEd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCookieTransfer.d.ts","sourceRoot":"","sources":["../../src/core/createCookieTransfer.js"],"names":[],"mappings":"AAae;;;;;;IAOX;;;;OAIG;;IAiCH;;;;OAIG;;EA+BN"}
|
|
1
|
+
{"version":3,"file":"createCookieTransfer.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/createCookieTransfer.js"],"names":[],"mappings":"AAae;;;;;;IAOX;;;;OAIG;;IAiCH;;;;OAIG;;EA+BN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createEvent.d.ts","sourceRoot":"","sources":["../../src/core/createEvent.js"],"names":[],"mappings":"AAgCe;;;;;;;;;;;;;;;;EA4Jd"}
|
|
1
|
+
{"version":3,"file":"createEvent.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/createEvent.js"],"names":[],"mappings":"AAgCe;;;;;;;;;;;;;;;;EA4Jd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createEventManager.d.ts","sourceRoot":"","sources":["../../src/core/createEventManager.js"],"names":[],"mappings":"AAmBe;;;;;;;;;;;;IAgBX;;;;;;;;;;;;OAYG;oCAJA;QAAyB,mBAAmB;KAG5C,GAAU,GAAC;;EA8FjB"}
|
|
1
|
+
{"version":3,"file":"createEventManager.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/createEventManager.js"],"names":[],"mappings":"AAmBe;;;;;;;;;;;;IAgBX;;;;;;;;;;;;OAYG;oCAJA;QAAyB,mBAAmB;KAG5C,GAAU,GAAC;;EA8FjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createInstanceFunction.d.ts","sourceRoot":"","sources":["../../src/core/createInstanceFunction.js"],"names":[],"mappings":"AAYe,iDACL,iEAAyC,UAGlD"}
|
|
1
|
+
{"version":3,"file":"createInstanceFunction.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/createInstanceFunction.js"],"names":[],"mappings":"AAYe,iDACL,iEAAyC,UAGlD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createLifecycle.d.ts","sourceRoot":"","sources":["../../src/core/createLifecycle.js"],"names":[],"mappings":"AAgEe,sDAKd"}
|
|
1
|
+
{"version":3,"file":"createLifecycle.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/createLifecycle.js"],"names":[],"mappings":"AAgEe,sDAKd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createLogController.d.ts","sourceRoot":"","sources":["../../src/core/createLogController.js"],"names":[],"mappings":"AAee;;;;;;;;;;;;;EAmDd"}
|
|
1
|
+
{"version":3,"file":"createLogController.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/createLogController.js"],"names":[],"mappings":"AAee;;;;;;;;;;;;;EAmDd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createLogger.d.ts","sourceRoot":"","sources":["../../src/core/createLogger.js"],"names":[],"mappings":"AAYe;;;;;;;;;;;;;;;;;IA4FX;;;;;OAKG;;IAEH;;;OAGG;;IAEH;;;OAGG;;EAGN"}
|
|
1
|
+
{"version":3,"file":"createLogger.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/createLogger.js"],"names":[],"mappings":"AAYe;;;;;;;;;;;;;;;;;IA4FX;;;;;OAKG;;IAEH;;;OAGG;;IAEH;;;OAGG;;EAGN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handleRequestFailure.d.ts","sourceRoot":"","sources":["../../../src/core/edgeNetwork/handleRequestFailure.js"],"names":[],"mappings":"AAWe,qEACL,UAAK,SAWd"}
|
|
1
|
+
{"version":3,"file":"handleRequestFailure.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/edgeNetwork/handleRequestFailure.js"],"names":[],"mappings":"AAWe,qEACL,UAAK,SAWd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectApplyResponse.d.ts","sourceRoot":"","sources":["../../../src/core/edgeNetwork/injectApplyResponse.js"],"names":[],"mappings":"AAiBe;;;;;KAML;;;;;;CAMP,SAwCF"}
|
|
1
|
+
{"version":3,"file":"injectApplyResponse.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/edgeNetwork/injectApplyResponse.js"],"names":[],"mappings":"AAiBe;;;;;KAML;;;;;;CAMP,SAwCF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectExtractEdgeInfo.d.ts","sourceRoot":"","sources":["../../../src/core/edgeNetwork/injectExtractEdgeInfo.js"],"names":[],"mappings":"AAYe;;KACZ,oBAAe;;;;EAgBf"}
|
|
1
|
+
{"version":3,"file":"injectExtractEdgeInfo.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/edgeNetwork/injectExtractEdgeInfo.js"],"names":[],"mappings":"AAYe;;KACZ,oBAAe;;;;EAgBf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectGetLocationHint.d.ts","sourceRoot":"","sources":["../../../src/core/edgeNetwork/injectGetLocationHint.js"],"names":[],"mappings":"AAgBe;;;cAcd"}
|
|
1
|
+
{"version":3,"file":"injectGetLocationHint.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/edgeNetwork/injectGetLocationHint.js"],"names":[],"mappings":"AAgBe;;;cAcd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectProcessWarningsAndErrors.d.ts","sourceRoot":"","sources":["../../../src/core/edgeNetwork/injectProcessWarningsAndErrors.js"],"names":[],"mappings":"AAgBe;;KACL,oBAAe,UA4BxB"}
|
|
1
|
+
{"version":3,"file":"injectProcessWarningsAndErrors.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/edgeNetwork/injectProcessWarningsAndErrors.js"],"names":[],"mappings":"AAgBe;;KACL,oBAAe,UA4BxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectSendEdgeNetworkRequest.d.ts","sourceRoot":"","sources":["../../../src/core/edgeNetwork/injectSendEdgeNetworkRequest.js"],"names":[],"mappings":"AA0Ce,oLAZZ;IAAkF,MAAM,EAAhF;QAAC,UAAU,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAC;IAChD,SAAS,EAAzB,MAAM;IACU,cAAc,EAA9B,MAAM;IACqC,kBAAkB,EAA7D,CAAS,IAAM,EAAN,MAAM,KAAG,OAAO,KAAQ;IACR,cAAc,EAAvC,eAAe;IACiB,wBAAwB,EAAxD,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;IACgB,eAAe,EAArD,MAAY,MAAM,GAAC,SAAS;IACA,iCAAiC,EAA7D,MAAY,MAAM;CAG1B,GAAU,mBAAmB,CAiH/B;;qCA5IoC,aAAa;yCADT,YAAY"}
|
|
1
|
+
{"version":3,"file":"injectSendEdgeNetworkRequest.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/edgeNetwork/injectSendEdgeNetworkRequest.js"],"names":[],"mappings":"AA0Ce,oLAZZ;IAAkF,MAAM,EAAhF;QAAC,UAAU,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAC;IAChD,SAAS,EAAzB,MAAM;IACU,cAAc,EAA9B,MAAM;IACqC,kBAAkB,EAA7D,CAAS,IAAM,EAAN,MAAM,KAAG,OAAO,KAAQ;IACR,cAAc,EAAvC,eAAe;IACiB,wBAAwB,EAAxD,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;IACgB,eAAe,EAArD,MAAY,MAAM,GAAC,SAAS;IACA,iCAAiC,EAA7D,MAAY,MAAM;CAG1B,GAAU,mBAAmB,CAiH/B;;qCA5IoC,aAAa;yCADT,YAAY"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mergeLifecycleResponses.d.ts","sourceRoot":"","sources":["../../../src/core/edgeNetwork/mergeLifecycleResponses.js"],"names":[],"mappings":"AAce,kDAad"}
|
|
1
|
+
{"version":3,"file":"mergeLifecycleResponses.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/edgeNetwork/mergeLifecycleResponses.js"],"names":[],"mappings":"AAce,kDAad"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/edgeNetwork/types.js"],"names":[],"mappings":"AAAA,8DAA8D;AAE9D;;GAEG;AAEH,uBAAwB;kCAHX,CAAS,IAA8G,EAA9G;IAAC,OAAO,EAAE,OAAO,CAAC;IAAC,sBAAsB,CAAC,EAAE,MAAY,IAAI,CAAC;IAAC,4BAA4B,CAAC,EAAE,MAAY,IAAI,CAAA;CAAC,KAAG,OAAO,KAAQ;6BAHzH,8BAA8B"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/edgeNetwork/types.js"],"names":[],"mappings":"AAAA,8DAA8D;AAE9D;;GAEG;AAEH,uBAAwB;kCAHX,CAAS,IAA8G,EAA9G;IAAC,OAAO,EAAE,OAAO,CAAC;IAAC,sBAAsB,CAAC,EAAE,MAAY,IAAI,CAAC;IAAC,4BAA4B,CAAC,EAAE,MAAY,IAAI,CAAA;CAAC,KAAG,OAAO,KAAQ;6BAHzH,8BAA8B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMonitors.d.ts","sourceRoot":"","sources":["../../src/core/getMonitors.js"],"names":[],"mappings":"AAuBe,qCAHJ,KAAK,CAAC,YAAY,CAAC,YAY7B;;kCAlBiC,YAAY"}
|
|
1
|
+
{"version":3,"file":"getMonitors.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/getMonitors.js"],"names":[],"mappings":"AAuBe,qCAHJ,KAAK,CAAC,YAAY,CAAC,YAY7B;;kCAlBiC,YAAY"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createIdentity.d.ts","sourceRoot":"","sources":["../../../src/core/identity/createIdentity.js"],"names":[],"mappings":"AAmDe,gEAvBZ;IAAwB,MAAM,EAAtB,MAAM;IACa,gBAAgB,EAAnC,SAAS;IACgB,MAAM,EAA/B;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC;CAEvB,GAAU,eAAe,CAkD3B;;4BArE2B,aAAa;+BACV,sBAAsB;qCAFhB,YAAY"}
|
|
1
|
+
{"version":3,"file":"createIdentity.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/identity/createIdentity.js"],"names":[],"mappings":"AAmDe,gEAvBZ;IAAwB,MAAM,EAAtB,MAAM;IACa,gBAAgB,EAAnC,SAAS;IACgB,MAAM,EAA/B;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC;CAEvB,GAAU,eAAe,CAkD3B;;4BArE2B,aAAa;+BACV,sBAAsB;qCAFhB,YAAY"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/identity/types.js"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,wDAAwD;AAExD;;;;;;GAMG;AAEH,uBAAwB"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/identity/types.js"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,wDAAwD;AAExD;;;;;;GAMG;AAEH,uBAAwB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.js"],"names":[],"mappings":"AAwEO;;;;;;;;qDA0IN;AAEc;;SA4Bd"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/index.js"],"names":[],"mappings":"AAwEO;;;;;;;;qDA0IN;AAEc;;SA4Bd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"initializeComponents.d.ts","sourceRoot":"","sources":["../../src/core/initializeComponents.js"],"names":[],"mappings":"AAce;;;;;QA2Bd"}
|
|
1
|
+
{"version":3,"file":"initializeComponents.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/initializeComponents.js"],"names":[],"mappings":"AAce;;;;;QA2Bd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectCreateResponse.d.ts","sourceRoot":"","sources":["../../src/core/injectCreateResponse.js"],"names":[],"mappings":"AA2Be,+CAJZ;IAA0C,eAAe,EAAjD,CAAS,IAAM,EAAN,MAAM,QAAS;CAEhC,GAAU,eAAe,CAyCzB;;qCAtDkC,YAAY"}
|
|
1
|
+
{"version":3,"file":"injectCreateResponse.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/injectCreateResponse.js"],"names":[],"mappings":"AA2Be,+CAJZ;IAA0C,eAAe,EAAjD,CAAS,IAAM,EAAN,MAAM,QAAS;CAEhC,GAAU,eAAe,CAyCzB;;qCAtDkC,YAAY"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectExecuteCommand.d.ts","sourceRoot":"","sources":["../../src/core/injectExecuteCommand.js"],"names":[],"mappings":"AAgBe;;;;;;KAmFL,gBAAW,EAAE,YAAY,kBAsBlC"}
|
|
1
|
+
{"version":3,"file":"injectExecuteCommand.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/injectExecuteCommand.js"],"names":[],"mappings":"AAgBe;;;;;;KAmFL,gBAAW,EAAE,YAAY,kBAsBlC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectHandleError.d.ts","sourceRoot":"","sources":["../../src/core/injectHandleError.js"],"names":[],"mappings":"AAee;;;KACZ,UAAK,EAAE,cAAS,QAgBhB"}
|
|
1
|
+
{"version":3,"file":"injectHandleError.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/injectHandleError.js"],"names":[],"mappings":"AAee;;;KACZ,UAAK,EAAE,cAAS,QAgBhB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectShouldTransferCookie.d.ts","sourceRoot":"","sources":["../../src/core/injectShouldTransferCookie.js"],"names":[],"mappings":"AAee;;;KACZ,SAAI,aAWJ"}
|
|
1
|
+
{"version":3,"file":"injectShouldTransferCookie.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/injectShouldTransferCookie.js"],"names":[],"mappings":"AAee;;;KACZ,SAAI,aAWJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRequestRetryDelay.d.ts","sourceRoot":"","sources":["../../../src/core/network/getRequestRetryDelay.js"],"names":[],"mappings":"AAkEe;;;WAad"}
|
|
1
|
+
{"version":3,"file":"getRequestRetryDelay.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/network/getRequestRetryDelay.js"],"names":[],"mappings":"AAkEe;;;WAad"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectSendNetworkRequest.d.ts","sourceRoot":"","sources":["../../../src/core/network/injectSendNetworkRequest.js"],"names":[],"mappings":"AAce;;;;;;KAUL;;;;;CAA0C,SA2EnD"}
|
|
1
|
+
{"version":3,"file":"injectSendNetworkRequest.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/network/injectSendNetworkRequest.js"],"names":[],"mappings":"AAce;;;;;;KAUL;;;;;CAA0C,SA2EnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isRequestRetryable.d.ts","sourceRoot":"","sources":["../../../src/core/network/isRequestRetryable.js"],"names":[],"mappings":"AA8Be;;;YAKd"}
|
|
1
|
+
{"version":3,"file":"isRequestRetryable.d.ts","sourceRoot":"","sources":["../../../packages/core/src/core/network/isRequestRetryable.js"],"names":[],"mappings":"AA8Be;;;YAKd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectSendBeaconRequest.d.ts","sourceRoot":"","sources":["../../../../src/core/network/requestMethods/injectSendBeaconRequest.js"],"names":[],"mappings":"AAYe;;;;KACL,QAAG,EAAE,SAAI,SAkBlB"}
|
|
1
|
+
{"version":3,"file":"injectSendBeaconRequest.d.ts","sourceRoot":"","sources":["../../../../packages/core/src/core/network/requestMethods/injectSendBeaconRequest.js"],"names":[],"mappings":"AAYe;;;;KACL,QAAG,EAAE,SAAI,SAkBlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectSendFetchRequest.d.ts","sourceRoot":"","sources":["../../../../src/core/network/requestMethods/injectSendFetchRequest.js"],"names":[],"mappings":"AAYe;;KACL,QAAG,EAAE,SAAI,SAuBlB"}
|
|
1
|
+
{"version":3,"file":"injectSendFetchRequest.d.ts","sourceRoot":"","sources":["../../../../packages/core/src/core/network/requestMethods/injectSendFetchRequest.js"],"names":[],"mappings":"AAYe;;KACL,QAAG,EAAE,SAAI,SAuBlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requiredComponentCreators.d.ts","sourceRoot":"","sources":["../../src/core/requiredComponentCreators.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"requiredComponentCreators.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/requiredComponentCreators.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/core/types.js"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/types.js"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validateCommandOptions.d.ts","sourceRoot":"","sources":["../../src/core/validateCommandOptions.js"],"names":[],"mappings":"AAce;;;QAgBd"}
|
|
1
|
+
{"version":3,"file":"validateCommandOptions.d.ts","sourceRoot":"","sources":["../../packages/core/src/core/validateCommandOptions.js"],"names":[],"mappings":"AAce;;;QAgBd"}
|
package/types/index.d.ts
CHANGED
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/core/src/index.js"],"names":[],"mappings":";AAoCA;;;;;;;;;;;GAWG;AACH,mCATU,CAAC,OAAO,KAAQ,aAAa,CAmCrC;AAEF;;;;;;;;;;;;;;GAcG;AACH,6BAZU,CAAC,OAAO,CAAC,KAAQ,aAAa,CAyBtC;;oCA3EkC,6BAA6B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serviceWorker.d.ts","sourceRoot":"","sources":["../src/serviceWorker.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"serviceWorker.d.ts","sourceRoot":"","sources":["../packages/core/src/serviceWorker.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standalone.d.ts","sourceRoot":"","sources":["../src/standalone.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"standalone.d.ts","sourceRoot":"","sources":["../packages/core/src/standalone.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assignConcatArrayValues.d.ts","sourceRoot":"","sources":["../../src/utils/assignConcatArrayValues.js"],"names":[],"mappings":"AAae,iDAsBd"}
|
|
1
|
+
{"version":3,"file":"assignConcatArrayValues.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/assignConcatArrayValues.js"],"names":[],"mappings":"AAae,iDAsBd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bytes.d.ts","sourceRoot":"","sources":["../../src/utils/bytes.js"],"names":[],"mappings":"AAiBO,4CAHI,MAAM,GACJ,UAAU,CAWtB;AASM,qCALI,UAAU,YAElB;IAA0B,OAAO,GAAzB,OAAO;CACf,GAAU,MAAM,CAWlB"}
|
|
1
|
+
{"version":3,"file":"bytes.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/bytes.js"],"names":[],"mappings":"AAiBO,4CAHI,MAAM,GACJ,UAAU,CAWtB;AASM,qCALI,UAAU,YAElB;IAA0B,OAAO,GAAzB,OAAO;CACf,GAAU,MAAM,CAWlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clone.d.ts","sourceRoot":"","sources":["../../src/utils/clone.js"],"names":[],"mappings":"AAiBe,iCAHJ,GAAC,GACC,GAAG,CAE2C"}
|
|
1
|
+
{"version":3,"file":"clone.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/clone.js"],"names":[],"mappings":"AAiBe,iCAHJ,GAAC,GACC,GAAG,CAE2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cookieJar.d.ts","sourceRoot":"","sources":["../../src/utils/cookieJar.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"cookieJar.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/cookieJar.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCallbackAggregator.d.ts","sourceRoot":"","sources":["../../src/utils/createCallbackAggregator.js"],"names":[],"mappings":"AAgBe;;;EAcd"}
|
|
1
|
+
{"version":3,"file":"createCallbackAggregator.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/createCallbackAggregator.js"],"names":[],"mappings":"AAgBe;;;EAcd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCollect.d.ts","sourceRoot":"","sources":["../../src/utils/createCollect.js"],"names":[],"mappings":"AAee;;;KAEL;;;;;;;CAOP,SA0BF"}
|
|
1
|
+
{"version":3,"file":"createCollect.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/createCollect.js"],"names":[],"mappings":"AAee;;;KAEL;;;;;;;CAOP,SA0BF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createDecodeKndctrCookie.d.ts","sourceRoot":"","sources":["../../src/utils/createDecodeKndctrCookie.js"],"names":[],"mappings":"AAiGO,qCALI,UAAU,UACV,MAAM,GACJ;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAuB7C;AA0Gc;;;;UAIA,MAAM,GAAC,IAAI,CAwBzB"}
|
|
1
|
+
{"version":3,"file":"createDecodeKndctrCookie.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/createDecodeKndctrCookie.js"],"names":[],"mappings":"AAiGO,qCALI,UAAU,UACV,MAAM,GACJ;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAuB7C;AA0Gc;;;;UAIA,MAAM,GAAC,IAAI,CAwBzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createLoggingCookieJar.d.ts","sourceRoot":"","sources":["../../src/utils/createLoggingCookieJar.js"],"names":[],"mappings":"AA0Be,iDALZ;IAAwB,MAAM,EAAtB,MAAM;IACa,SAAS,EAA5B,SAAS;CAEjB,GAAU,SAAS,CAUrB;;4BAtB2B,kBAAkB;+BACf,YAAY"}
|
|
1
|
+
{"version":3,"file":"createLoggingCookieJar.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/createLoggingCookieJar.js"],"names":[],"mappings":"AA0Be,iDALZ;IAAwB,MAAM,EAAtB,MAAM;IACa,SAAS,EAA5B,SAAS;CAEjB,GAAU,SAAS,CAUrB;;4BAtB2B,kBAAkB;+BACf,YAAY"}
|