@adobe/alloy 2.30.0 → 2.30.1-beta.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.
Files changed (448) hide show
  1. package/README.md +8 -0
  2. package/babel.config.js +1 -1
  3. package/libEs5/components/ActivityCollector/getLinkName.js +7 -1
  4. package/libEs5/components/MediaAnalyticsBridge/index.js +0 -1
  5. package/libEs5/components/PushNotifications/helpers/saveToIndexedDb.js +4 -4
  6. package/libEs5/components/StreamingMedia/index.js +0 -1
  7. package/libEs5/constants/libraryVersion.js +1 -1
  8. package/libEs5/index.js +7 -0
  9. package/libEs5/package.json +1 -0
  10. package/libEs5/utils/index.js +0 -19
  11. package/libEs6/components/ActivityCollector/getLinkName.js +7 -1
  12. package/libEs6/components/MediaAnalyticsBridge/index.js +0 -1
  13. package/libEs6/components/PushNotifications/helpers/saveToIndexedDb.js +1 -1
  14. package/libEs6/components/StreamingMedia/index.js +1 -1
  15. package/libEs6/constants/libraryVersion.js +1 -1
  16. package/libEs6/index.js +1 -0
  17. package/libEs6/package.json +1 -0
  18. package/libEs6/utils/index.js +0 -1
  19. package/package.json +34 -39
  20. package/rollup.config.js +10 -6
  21. package/scripts/alloyBuilder.js +3 -3
  22. package/types/baseCode/index.d.ts.map +1 -1
  23. package/types/baseCode.d.ts.map +1 -1
  24. package/types/components/ActivityCollector/attachClickActivityCollector.d.ts.map +1 -1
  25. package/types/components/ActivityCollector/configValidators.d.ts.map +1 -1
  26. package/types/components/ActivityCollector/createClickActivityStorage.d.ts.map +1 -1
  27. package/types/components/ActivityCollector/createClickedElementProperties.d.ts.map +1 -1
  28. package/types/components/ActivityCollector/createGetClickedElementProperties.d.ts.map +1 -1
  29. package/types/components/ActivityCollector/createInjectClickedElementProperties.d.ts.map +1 -1
  30. package/types/components/ActivityCollector/createRecallAndInjectClickedElementProperties.d.ts.map +1 -1
  31. package/types/components/ActivityCollector/createStorePageViewProperties.d.ts.map +1 -1
  32. package/types/components/ActivityCollector/getLinkName.d.ts.map +1 -1
  33. package/types/components/ActivityCollector/getLinkRegion.d.ts.map +1 -1
  34. package/types/components/ActivityCollector/index.d.ts.map +1 -1
  35. package/types/components/ActivityCollector/utils/activityMapExtensionEnabled.d.ts.map +1 -1
  36. package/types/components/ActivityCollector/utils/createTransientStorage.d.ts.map +1 -1
  37. package/types/components/ActivityCollector/utils/determineLinkType.d.ts.map +1 -1
  38. package/types/components/ActivityCollector/utils/dom/elementHasClickHandler.d.ts.map +1 -1
  39. package/types/components/ActivityCollector/utils/dom/extractDomain.d.ts.map +1 -1
  40. package/types/components/ActivityCollector/utils/dom/findClickableElement.d.ts.map +1 -1
  41. package/types/components/ActivityCollector/utils/dom/getAbsoluteUrlFromAnchorElement.d.ts.map +1 -1
  42. package/types/components/ActivityCollector/utils/dom/isButtonSubmitElement.d.ts.map +1 -1
  43. package/types/components/ActivityCollector/utils/dom/isDownloadLink.d.ts.map +1 -1
  44. package/types/components/ActivityCollector/utils/dom/isExitLink.d.ts.map +1 -1
  45. package/types/components/ActivityCollector/utils/dom/isInputSubmitElement.d.ts.map +1 -1
  46. package/types/components/ActivityCollector/utils/dom/isSupportedAnchorElement.d.ts.map +1 -1
  47. package/types/components/ActivityCollector/utils/dom/isSupportedTextNode.d.ts.map +1 -1
  48. package/types/components/ActivityCollector/utils/hasPageName.d.ts.map +1 -1
  49. package/types/components/ActivityCollector/utils/isDifferentDomains.d.ts.map +1 -1
  50. package/types/components/ActivityCollector/utils/trimQueryFromUrl.d.ts.map +1 -1
  51. package/types/components/ActivityCollector/utils/truncateWhiteSpace.d.ts.map +1 -1
  52. package/types/components/ActivityCollector/validateClickCollectionConfig.d.ts.map +1 -1
  53. package/types/components/Advertising/configValidators.d.ts.map +1 -1
  54. package/types/components/Advertising/constants/index.d.ts.map +1 -1
  55. package/types/components/Advertising/createComponent.d.ts.map +1 -1
  56. package/types/components/Advertising/handlers/clickThroughHandler.d.ts.map +1 -1
  57. package/types/components/Advertising/handlers/createAdConversionHandler.d.ts.map +1 -1
  58. package/types/components/Advertising/handlers/onBeforeSendEventHandler.d.ts.map +1 -1
  59. package/types/components/Advertising/handlers/sendAdConversion.d.ts.map +1 -1
  60. package/types/components/Advertising/handlers/viewThroughHandler.d.ts.map +1 -1
  61. package/types/components/Advertising/identities/collectAllIdentities.d.ts.map +1 -1
  62. package/types/components/Advertising/identities/collectID5Id.d.ts.map +1 -1
  63. package/types/components/Advertising/identities/collectRampId.d.ts.map +1 -1
  64. package/types/components/Advertising/identities/collectSurferId.d.ts.map +1 -1
  65. package/types/components/Advertising/index.d.ts.map +1 -1
  66. package/types/components/Advertising/utils/advertisingCookieManager.d.ts.map +1 -1
  67. package/types/components/Advertising/utils/helpers.d.ts.map +1 -1
  68. package/types/components/Audiences/index.d.ts.map +1 -1
  69. package/types/components/Audiences/injectProcessDestinations.d.ts.map +1 -1
  70. package/types/components/Audiences/injectProcessResponse.d.ts.map +1 -1
  71. package/types/components/Consent/computeConsentHash.d.ts.map +1 -1
  72. package/types/components/Consent/configValidators.d.ts.map +1 -1
  73. package/types/components/Consent/createComponent.d.ts.map +1 -1
  74. package/types/components/Consent/createConsentHashStore.d.ts.map +1 -1
  75. package/types/components/Consent/createConsentRequest.d.ts.map +1 -1
  76. package/types/components/Consent/createConsentRequestPayload.d.ts.map +1 -1
  77. package/types/components/Consent/createStoredConsent.d.ts.map +1 -1
  78. package/types/components/Consent/index.d.ts.map +1 -1
  79. package/types/components/Consent/injectSendSetConsentRequest.d.ts.map +1 -1
  80. package/types/components/Consent/parseConsentCookie.d.ts.map +1 -1
  81. package/types/components/Consent/types.d.ts.map +1 -1
  82. package/types/components/Consent/validateSetConsentOptions.d.ts.map +1 -1
  83. package/types/components/Context/createComponent.d.ts.map +1 -1
  84. package/types/components/Context/implementationDetails.d.ts.map +1 -1
  85. package/types/components/Context/index.d.ts.map +1 -1
  86. package/types/components/Context/injectDevice.d.ts.map +1 -1
  87. package/types/components/Context/injectEnvironment.d.ts.map +1 -1
  88. package/types/components/Context/injectHighEntropyUserAgentHints.d.ts.map +1 -1
  89. package/types/components/Context/injectPlaceContext.d.ts.map +1 -1
  90. package/types/components/Context/injectTimestamp.d.ts.map +1 -1
  91. package/types/components/Context/injectWeb.d.ts.map +1 -1
  92. package/types/components/DataCollector/index.d.ts.map +1 -1
  93. package/types/components/DataCollector/validateApplyResponse.d.ts.map +1 -1
  94. package/types/components/DataCollector/validateUserEventOptions.d.ts.map +1 -1
  95. package/types/components/EventMerge/createComponent.d.ts.map +1 -1
  96. package/types/components/EventMerge/createEventMergeId.d.ts.map +1 -1
  97. package/types/components/EventMerge/index.d.ts.map +1 -1
  98. package/types/components/Identity/addEcidToPayload.d.ts.map +1 -1
  99. package/types/components/Identity/appendIdentityToUrl/appendIdentityToUrlOptionsValidator.d.ts.map +1 -1
  100. package/types/components/Identity/appendIdentityToUrl/injectAppendIdentityToUrl.d.ts.map +1 -1
  101. package/types/components/Identity/configValidators.d.ts.map +1 -1
  102. package/types/components/Identity/constants/authState.d.ts.map +1 -1
  103. package/types/components/Identity/constants/defaultIdSyncTtlMinutes.d.ts.map +1 -1
  104. package/types/components/Identity/createComponent.d.ts.map +1 -1
  105. package/types/components/Identity/createLegacyIdentity.d.ts.map +1 -1
  106. package/types/components/Identity/getIdentity/createGetIdentity.d.ts.map +1 -1
  107. package/types/components/Identity/getIdentity/createGetIdentityOptionsValidator.d.ts.map +1 -1
  108. package/types/components/Identity/getIdentity/createIdentityRequest.d.ts.map +1 -1
  109. package/types/components/Identity/getIdentity/createIdentityRequestPayload.d.ts.map +1 -1
  110. package/types/components/Identity/getNamespacesFromResponse.d.ts.map +1 -1
  111. package/types/components/Identity/index.d.ts.map +1 -1
  112. package/types/components/Identity/injectAddEcidQueryToPayload.d.ts.map +1 -1
  113. package/types/components/Identity/injectAddLegacyEcidToPayload.d.ts.map +1 -1
  114. package/types/components/Identity/injectAddQueryStringIdentityToPayload.d.ts.map +1 -1
  115. package/types/components/Identity/injectAwaitIdentityCookie.d.ts.map +1 -1
  116. package/types/components/Identity/injectEnsureSingleIdentity.d.ts.map +1 -1
  117. package/types/components/Identity/injectHandleResponseForIdSyncs.d.ts.map +1 -1
  118. package/types/components/Identity/injectProcessIdSyncs.d.ts.map +1 -1
  119. package/types/components/Identity/injectSetDomainForInitialIdentityPayload.d.ts.map +1 -1
  120. package/types/components/Identity/visitorService/awaitVisitorOptIn.d.ts.map +1 -1
  121. package/types/components/Identity/visitorService/getVisitor.d.ts.map +1 -1
  122. package/types/components/Identity/visitorService/injectGetEcidFromVisitor.d.ts.map +1 -1
  123. package/types/components/LibraryInfo/index.d.ts.map +1 -1
  124. package/types/components/MediaAnalyticsBridge/constants/constants.d.ts.map +1 -1
  125. package/types/components/MediaAnalyticsBridge/constants/mediaKeysToXdmConverter.d.ts.map +1 -1
  126. package/types/components/MediaAnalyticsBridge/createGetInstance.d.ts.map +1 -1
  127. package/types/components/MediaAnalyticsBridge/createMediaAnalyticsBridgeComponent.d.ts.map +1 -1
  128. package/types/components/MediaAnalyticsBridge/createMediaHelper.d.ts.map +1 -1
  129. package/types/components/MediaAnalyticsBridge/index.d.ts.map +1 -1
  130. package/types/components/Personalization/constants/loggerMessage.d.ts.map +1 -1
  131. package/types/components/Personalization/constants/scopeType.d.ts.map +1 -1
  132. package/types/components/Personalization/constants/surface.d.ts.map +1 -1
  133. package/types/components/Personalization/createApplyPropositions.d.ts.map +1 -1
  134. package/types/components/Personalization/createClickStorage.d.ts.map +1 -1
  135. package/types/components/Personalization/createComponent.d.ts.map +1 -1
  136. package/types/components/Personalization/createFetchDataHandler.d.ts.map +1 -1
  137. package/types/components/Personalization/createGetPageLocation.d.ts.map +1 -1
  138. package/types/components/Personalization/createHandleConsentFlicker.d.ts.map +1 -1
  139. package/types/components/Personalization/createInteractionStorage.d.ts.map +1 -1
  140. package/types/components/Personalization/createNotificationHandler.d.ts.map +1 -1
  141. package/types/components/Personalization/createOnClickHandler.d.ts.map +1 -1
  142. package/types/components/Personalization/createOnDecisionHandler.d.ts.map +1 -1
  143. package/types/components/Personalization/createPersonalizationDetails.d.ts.map +1 -1
  144. package/types/components/Personalization/createSetTargetMigration.d.ts.map +1 -1
  145. package/types/components/Personalization/createViewCacheManager.d.ts.map +1 -1
  146. package/types/components/Personalization/createViewChangeHandler.d.ts.map +1 -1
  147. package/types/components/Personalization/dom-actions/action.d.ts.map +1 -1
  148. package/types/components/Personalization/dom-actions/addNonceToInlineStyleElements.d.ts.map +1 -1
  149. package/types/components/Personalization/dom-actions/appendHtml.d.ts.map +1 -1
  150. package/types/components/Personalization/dom-actions/clicks/collectClicks.d.ts.map +1 -1
  151. package/types/components/Personalization/dom-actions/clicks/collectInteractions.d.ts.map +1 -1
  152. package/types/components/Personalization/dom-actions/collectInteractions.d.ts.map +1 -1
  153. package/types/components/Personalization/dom-actions/createPreprocess.d.ts.map +1 -1
  154. package/types/components/Personalization/dom-actions/createRedirect.d.ts.map +1 -1
  155. package/types/components/Personalization/dom-actions/dom/createFragment.d.ts.map +1 -1
  156. package/types/components/Personalization/dom-actions/dom/getAttribute.d.ts.map +1 -1
  157. package/types/components/Personalization/dom-actions/dom/getChildNodes.d.ts.map +1 -1
  158. package/types/components/Personalization/dom-actions/dom/getChildren.d.ts.map +1 -1
  159. package/types/components/Personalization/dom-actions/dom/getElementById.d.ts.map +1 -1
  160. package/types/components/Personalization/dom-actions/dom/getFirstChild.d.ts.map +1 -1
  161. package/types/components/Personalization/dom-actions/dom/getNextSibling.d.ts.map +1 -1
  162. package/types/components/Personalization/dom-actions/dom/getNonce.d.ts.map +1 -1
  163. package/types/components/Personalization/dom-actions/dom/getParent.d.ts.map +1 -1
  164. package/types/components/Personalization/dom-actions/dom/helperForEq.d.ts.map +1 -1
  165. package/types/components/Personalization/dom-actions/dom/index.d.ts.map +1 -1
  166. package/types/components/Personalization/dom-actions/dom/insertAfter.d.ts.map +1 -1
  167. package/types/components/Personalization/dom-actions/dom/insertBefore.d.ts.map +1 -1
  168. package/types/components/Personalization/dom-actions/dom/isDomElement.d.ts.map +1 -1
  169. package/types/components/Personalization/dom-actions/dom/matchesSelectorWithEq.d.ts.map +1 -1
  170. package/types/components/Personalization/dom-actions/dom/removeAttribute.d.ts.map +1 -1
  171. package/types/components/Personalization/dom-actions/dom/selectNodesWithEq.d.ts.map +1 -1
  172. package/types/components/Personalization/dom-actions/dom/setAttribute.d.ts.map +1 -1
  173. package/types/components/Personalization/dom-actions/dom/setStyle.d.ts.map +1 -1
  174. package/types/components/Personalization/dom-actions/dom/util.d.ts.map +1 -1
  175. package/types/components/Personalization/dom-actions/images.d.ts.map +1 -1
  176. package/types/components/Personalization/dom-actions/index.d.ts.map +1 -1
  177. package/types/components/Personalization/dom-actions/initDomActionsModules.d.ts.map +1 -1
  178. package/types/components/Personalization/dom-actions/insertHtmlAfter.d.ts.map +1 -1
  179. package/types/components/Personalization/dom-actions/insertHtmlBefore.d.ts.map +1 -1
  180. package/types/components/Personalization/dom-actions/move.d.ts.map +1 -1
  181. package/types/components/Personalization/dom-actions/prependHtml.d.ts.map +1 -1
  182. package/types/components/Personalization/dom-actions/rearrangeChildren.d.ts.map +1 -1
  183. package/types/components/Personalization/dom-actions/remapCustomCodeOffers.d.ts.map +1 -1
  184. package/types/components/Personalization/dom-actions/remapHeadOffers.d.ts.map +1 -1
  185. package/types/components/Personalization/dom-actions/replaceHtml.d.ts.map +1 -1
  186. package/types/components/Personalization/dom-actions/resize.d.ts.map +1 -1
  187. package/types/components/Personalization/dom-actions/scripts.d.ts.map +1 -1
  188. package/types/components/Personalization/dom-actions/setAttributes.d.ts.map +1 -1
  189. package/types/components/Personalization/dom-actions/setHtml.d.ts.map +1 -1
  190. package/types/components/Personalization/dom-actions/setStyles.d.ts.map +1 -1
  191. package/types/components/Personalization/dom-actions/setText.d.ts.map +1 -1
  192. package/types/components/Personalization/dom-actions/swapImage.d.ts.map +1 -1
  193. package/types/components/Personalization/flicker/index.d.ts.map +1 -1
  194. package/types/components/Personalization/handlers/createDecorateProposition.d.ts.map +1 -1
  195. package/types/components/Personalization/handlers/createProcessDomAction.d.ts.map +1 -1
  196. package/types/components/Personalization/handlers/createProcessHtmlContent.d.ts.map +1 -1
  197. package/types/components/Personalization/handlers/createProcessInAppMessage.d.ts.map +1 -1
  198. package/types/components/Personalization/handlers/createProcessPropositions.d.ts.map +1 -1
  199. package/types/components/Personalization/handlers/createProcessRedirect.d.ts.map +1 -1
  200. package/types/components/Personalization/handlers/createRenderStatusHandler.d.ts.map +1 -1
  201. package/types/components/Personalization/handlers/injectCreateProposition.d.ts.map +1 -1
  202. package/types/components/Personalization/handlers/processDefaultContent.d.ts.map +1 -1
  203. package/types/components/Personalization/in-app-message-actions/actions/displayIframeContent.d.ts.map +1 -1
  204. package/types/components/Personalization/in-app-message-actions/initInAppMessageActionsModules.d.ts.map +1 -1
  205. package/types/components/Personalization/in-app-message-actions/utils.d.ts.map +1 -1
  206. package/types/components/Personalization/index.d.ts.map +1 -1
  207. package/types/components/Personalization/utils/addRenderAttemptedToDecisions.d.ts.map +1 -1
  208. package/types/components/Personalization/utils/createAsyncArray.d.ts.map +1 -1
  209. package/types/components/Personalization/utils/isAuthoringModeEnabled.d.ts.map +1 -1
  210. package/types/components/Personalization/utils/metaUtils.d.ts.map +1 -1
  211. package/types/components/Personalization/utils/surfaceUtils.d.ts.map +1 -1
  212. package/types/components/Personalization/validateApplyPropositionsOptions.d.ts.map +1 -1
  213. package/types/components/PushNotifications/helpers/constants.d.ts.map +1 -1
  214. package/types/components/PushNotifications/helpers/getPushSubscriptionDetails.d.ts.map +1 -1
  215. package/types/components/PushNotifications/helpers/readFromIndexedDb.d.ts.map +1 -1
  216. package/types/components/PushNotifications/helpers/saveToIndexedDb.d.ts.map +1 -1
  217. package/types/components/PushNotifications/helpers/serviceWorkerNotificationClickListener.d.ts.map +1 -1
  218. package/types/components/PushNotifications/helpers/serviceWorkerPushListener.d.ts.map +1 -1
  219. package/types/components/PushNotifications/index.d.ts.map +1 -1
  220. package/types/components/PushNotifications/request/createSendPushSubscriptionPayload.d.ts.map +1 -1
  221. package/types/components/PushNotifications/request/createSendPushSubscriptionRequest.d.ts.map +1 -1
  222. package/types/components/PushNotifications/request/makeSendPushSubscriptionRequest.d.ts.map +1 -1
  223. package/types/components/PushNotifications/request/makeSendServiceWorkerTrackingData.d.ts.map +1 -1
  224. package/types/components/PushNotifications/types.d.ts.map +1 -1
  225. package/types/components/RulesEngine/consequenceAdapters/inAppMessageConsequenceAdapter.d.ts.map +1 -1
  226. package/types/components/RulesEngine/consequenceAdapters/schemaTypeConsequenceAdapter.d.ts.map +1 -1
  227. package/types/components/RulesEngine/constants/index.d.ts.map +1 -1
  228. package/types/components/RulesEngine/createApplyResponse.d.ts.map +1 -1
  229. package/types/components/RulesEngine/createConsequenceAdapter.d.ts.map +1 -1
  230. package/types/components/RulesEngine/createContextProvider.d.ts.map +1 -1
  231. package/types/components/RulesEngine/createDecisionProvider.d.ts.map +1 -1
  232. package/types/components/RulesEngine/createEvaluableRulesetPayload.d.ts.map +1 -1
  233. package/types/components/RulesEngine/createEvaluateRulesetsCommand.d.ts.map +1 -1
  234. package/types/components/RulesEngine/createEventRegistry.d.ts.map +1 -1
  235. package/types/components/RulesEngine/createOnResponseHandler.d.ts.map +1 -1
  236. package/types/components/RulesEngine/createSubscribeRulesetItems.d.ts.map +1 -1
  237. package/types/components/RulesEngine/index.d.ts.map +1 -1
  238. package/types/components/RulesEngine/types.d.ts.map +1 -1
  239. package/types/components/RulesEngine/utils/createEventPruner.d.ts.map +1 -1
  240. package/types/components/RulesEngine/utils/extractPayloadsFromEventHistoryOperations.d.ts.map +1 -1
  241. package/types/components/RulesEngine/utils/generateEventHash.d.ts.map +1 -1
  242. package/types/components/RulesEngine/utils/getExpirationDate.d.ts.map +1 -1
  243. package/types/components/RulesEngine/utils/getPropositionData.d.ts.map +1 -1
  244. package/types/components/RulesEngine/utils/hasExperienceData.d.ts.map +1 -1
  245. package/types/components/RulesEngine/utils/index.d.ts.map +1 -1
  246. package/types/components/RulesEngine/utils/storage.d.ts.map +1 -1
  247. package/types/components/StreamingMedia/configValidators.d.ts.map +1 -1
  248. package/types/components/StreamingMedia/constants/eventTypes.d.ts.map +1 -1
  249. package/types/components/StreamingMedia/constants/playbackState.d.ts.map +1 -1
  250. package/types/components/StreamingMedia/createMediaEventManager.d.ts.map +1 -1
  251. package/types/components/StreamingMedia/createMediaRequest.d.ts.map +1 -1
  252. package/types/components/StreamingMedia/createMediaResponseHandler.d.ts.map +1 -1
  253. package/types/components/StreamingMedia/createMediaSessionCacheManager.d.ts.map +1 -1
  254. package/types/components/StreamingMedia/createStreamingMediaComponent.d.ts.map +1 -1
  255. package/types/components/StreamingMedia/createTrackMediaEvent.d.ts.map +1 -1
  256. package/types/components/StreamingMedia/createTrackMediaSession.d.ts.map +1 -1
  257. package/types/components/StreamingMedia/index.d.ts.map +1 -1
  258. package/types/components/StreamingMedia/validateMediaEventOptions.d.ts.map +1 -1
  259. package/types/components/StreamingMedia/validateMediaSessionOptions.d.ts.map +1 -1
  260. package/types/constants/apiVersion.d.ts.map +1 -1
  261. package/types/constants/browser.d.ts.map +1 -1
  262. package/types/constants/consentPurpose.d.ts.map +1 -1
  263. package/types/constants/consentStatus.d.ts.map +1 -1
  264. package/types/constants/contentType.d.ts.map +1 -1
  265. package/types/constants/cookieNameKey.d.ts.map +1 -1
  266. package/types/constants/cookieNamePrefix.d.ts.map +1 -1
  267. package/types/constants/coreCommands.d.ts.map +1 -1
  268. package/types/constants/coreNamespace.d.ts.map +1 -1
  269. package/types/constants/debugQueryParam.d.ts.map +1 -1
  270. package/types/constants/decisionProvider.d.ts.map +1 -1
  271. package/types/constants/domain.d.ts.map +1 -1
  272. package/types/constants/ecidNamespace.d.ts.map +1 -1
  273. package/types/constants/edgeBasePath.d.ts.map +1 -1
  274. package/types/constants/elementAttribute.d.ts.map +1 -1
  275. package/types/constants/eventType.d.ts.map +1 -1
  276. package/types/constants/highEntropyUserAgentClientHints.d.ts.map +1 -1
  277. package/types/constants/httpHeaderNames.d.ts.map +1 -1
  278. package/types/constants/httpStatusCode.d.ts.map +1 -1
  279. package/types/constants/identityMapAuthenticatedState.d.ts.map +1 -1
  280. package/types/constants/legacyCookies.d.ts.map +1 -1
  281. package/types/constants/libraryName.d.ts.map +1 -1
  282. package/types/constants/libraryVersion.d.ts.map +1 -1
  283. package/types/constants/namespace.d.ts.map +1 -1
  284. package/types/constants/pageWideScope.d.ts.map +1 -1
  285. package/types/constants/propositionEventType.d.ts.map +1 -1
  286. package/types/constants/propositionInteractionType.d.ts.map +1 -1
  287. package/types/constants/queryStringIdentityParam.d.ts.map +1 -1
  288. package/types/constants/schema.d.ts.map +1 -1
  289. package/types/constants/sessionDataKeys.d.ts.map +1 -1
  290. package/types/constants/shadowSeparator.d.ts.map +1 -1
  291. package/types/constants/tagName.d.ts.map +1 -1
  292. package/types/core/buildAndValidateConfig.d.ts.map +1 -1
  293. package/types/core/componentCreators.d.ts.map +1 -1
  294. package/types/core/config/createConfig.d.ts.map +1 -1
  295. package/types/core/config/createCoreConfigs.d.ts.map +1 -1
  296. package/types/core/consent/createConsent.d.ts.map +1 -1
  297. package/types/core/consent/createConsentStateMachine.d.ts.map +1 -1
  298. package/types/core/consent/types.d.ts.map +1 -1
  299. package/types/core/createComponentRegistry.d.ts.map +1 -1
  300. package/types/core/createCookieTransfer.d.ts.map +1 -1
  301. package/types/core/createEvent.d.ts.map +1 -1
  302. package/types/core/createEventManager.d.ts.map +1 -1
  303. package/types/core/createInstanceFunction.d.ts.map +1 -1
  304. package/types/core/createLifecycle.d.ts.map +1 -1
  305. package/types/core/createLogController.d.ts.map +1 -1
  306. package/types/core/createLogger.d.ts.map +1 -1
  307. package/types/core/edgeNetwork/handleRequestFailure.d.ts.map +1 -1
  308. package/types/core/edgeNetwork/injectApplyResponse.d.ts.map +1 -1
  309. package/types/core/edgeNetwork/injectExtractEdgeInfo.d.ts.map +1 -1
  310. package/types/core/edgeNetwork/injectGetLocationHint.d.ts.map +1 -1
  311. package/types/core/edgeNetwork/injectProcessWarningsAndErrors.d.ts.map +1 -1
  312. package/types/core/edgeNetwork/injectSendEdgeNetworkRequest.d.ts.map +1 -1
  313. package/types/core/edgeNetwork/mergeLifecycleResponses.d.ts.map +1 -1
  314. package/types/core/edgeNetwork/types.d.ts.map +1 -1
  315. package/types/core/getMonitors.d.ts.map +1 -1
  316. package/types/core/identity/createIdentity.d.ts.map +1 -1
  317. package/types/core/identity/types.d.ts.map +1 -1
  318. package/types/core/index.d.ts.map +1 -1
  319. package/types/core/initializeComponents.d.ts.map +1 -1
  320. package/types/core/injectCreateResponse.d.ts.map +1 -1
  321. package/types/core/injectExecuteCommand.d.ts.map +1 -1
  322. package/types/core/injectHandleError.d.ts.map +1 -1
  323. package/types/core/injectShouldTransferCookie.d.ts.map +1 -1
  324. package/types/core/network/getRequestRetryDelay.d.ts.map +1 -1
  325. package/types/core/network/injectSendNetworkRequest.d.ts.map +1 -1
  326. package/types/core/network/isRequestRetryable.d.ts.map +1 -1
  327. package/types/core/network/requestMethods/injectSendBeaconRequest.d.ts.map +1 -1
  328. package/types/core/network/requestMethods/injectSendFetchRequest.d.ts.map +1 -1
  329. package/types/core/requiredComponentCreators.d.ts.map +1 -1
  330. package/types/core/types.d.ts.map +1 -1
  331. package/types/core/validateCommandOptions.d.ts.map +1 -1
  332. package/types/index.d.ts +1 -0
  333. package/types/index.d.ts.map +1 -1
  334. package/types/serviceWorker.d.ts.map +1 -1
  335. package/types/standalone.d.ts.map +1 -1
  336. package/types/utils/assignConcatArrayValues.d.ts.map +1 -1
  337. package/types/utils/bytes.d.ts.map +1 -1
  338. package/types/utils/clone.d.ts.map +1 -1
  339. package/types/utils/cookieJar.d.ts.map +1 -1
  340. package/types/utils/createCallbackAggregator.d.ts.map +1 -1
  341. package/types/utils/createCollect.d.ts.map +1 -1
  342. package/types/utils/createDecodeKndctrCookie.d.ts.map +1 -1
  343. package/types/utils/createLoggingCookieJar.d.ts.map +1 -1
  344. package/types/utils/createMerger.d.ts.map +1 -1
  345. package/types/utils/createSubscription.d.ts.map +1 -1
  346. package/types/utils/createTaskQueue.d.ts.map +1 -1
  347. package/types/utils/decodeUriComponentSafely.d.ts.map +1 -1
  348. package/types/utils/deduplicateArray.d.ts.map +1 -1
  349. package/types/utils/deepAssign.d.ts.map +1 -1
  350. package/types/utils/defer.d.ts.map +1 -1
  351. package/types/utils/dom/appendNode.d.ts.map +1 -1
  352. package/types/utils/dom/awaitSelector.d.ts.map +1 -1
  353. package/types/utils/dom/createNode.d.ts.map +1 -1
  354. package/types/utils/dom/index.d.ts.map +1 -1
  355. package/types/utils/dom/isShadowSelector.d.ts.map +1 -1
  356. package/types/utils/dom/loadScript.d.ts.map +1 -1
  357. package/types/utils/dom/matchesSelector.d.ts.map +1 -1
  358. package/types/utils/dom/querySelectorAll.d.ts.map +1 -1
  359. package/types/utils/dom/removeNode.d.ts.map +1 -1
  360. package/types/utils/dom/selectNodes.d.ts.map +1 -1
  361. package/types/utils/dom/selectNodesWithShadow.d.ts.map +1 -1
  362. package/types/utils/event.d.ts.map +1 -1
  363. package/types/utils/filterObject.d.ts.map +1 -1
  364. package/types/utils/fireImage.d.ts.map +1 -1
  365. package/types/utils/flattenArray.d.ts.map +1 -1
  366. package/types/utils/flattenObject.d.ts.map +1 -1
  367. package/types/utils/fnv1a32Hex.d.ts.map +1 -1
  368. package/types/utils/getApexDomain.d.ts.map +1 -1
  369. package/types/utils/getLastArrayItems.d.ts.map +1 -1
  370. package/types/utils/getNamespacedCookieName.d.ts.map +1 -1
  371. package/types/utils/groupBy.d.ts.map +1 -1
  372. package/types/utils/index.d.ts +0 -1
  373. package/types/utils/index.d.ts.map +1 -1
  374. package/types/utils/indexedDb.d.ts.map +1 -1
  375. package/types/utils/injectAreThirdPartyCookiesSupportedByDefault.d.ts.map +1 -1
  376. package/types/utils/injectDoesIdentityCookieExist.d.ts.map +1 -1
  377. package/types/utils/injectFireReferrerHideableImage.d.ts.map +1 -1
  378. package/types/utils/injectGetBrowser.d.ts.map +1 -1
  379. package/types/utils/injectStorage.d.ts.map +1 -1
  380. package/types/utils/intersection.d.ts.map +1 -1
  381. package/types/utils/isBlankString.d.ts.map +1 -1
  382. package/types/utils/isBoolean.d.ts.map +1 -1
  383. package/types/utils/isEmptyObject.d.ts.map +1 -1
  384. package/types/utils/isFunction.d.ts.map +1 -1
  385. package/types/utils/isInteger.d.ts.map +1 -1
  386. package/types/utils/isNamespacedCookieName.d.ts.map +1 -1
  387. package/types/utils/isNil.d.ts.map +1 -1
  388. package/types/utils/isNonEmptyArray.d.ts.map +1 -1
  389. package/types/utils/isNonEmptyString.d.ts.map +1 -1
  390. package/types/utils/isNumber.d.ts.map +1 -1
  391. package/types/utils/isObject.d.ts.map +1 -1
  392. package/types/utils/isString.d.ts.map +1 -1
  393. package/types/utils/isUnique.d.ts.map +1 -1
  394. package/types/utils/isValidRegExp.d.ts.map +1 -1
  395. package/types/utils/lazy.d.ts.map +1 -1
  396. package/types/utils/networkErrors.d.ts.map +1 -1
  397. package/types/utils/noop.d.ts.map +1 -1
  398. package/types/utils/parseUrl.d.ts.map +1 -1
  399. package/types/utils/prepareConfigOverridesForEdge.d.ts.map +1 -1
  400. package/types/utils/querystring.d.ts.map +1 -1
  401. package/types/utils/request/createAddIdentity.d.ts.map +1 -1
  402. package/types/utils/request/createDataCollectionRequest.d.ts.map +1 -1
  403. package/types/utils/request/createDataCollectionRequestPayload.d.ts.map +1 -1
  404. package/types/utils/request/createGetAssuranceValidationTokenParams.d.ts.map +1 -1
  405. package/types/utils/request/createHasIdentity.d.ts.map +1 -1
  406. package/types/utils/request/createRequest.d.ts.map +1 -1
  407. package/types/utils/request/createRequestParams.d.ts.map +1 -1
  408. package/types/utils/request/createRequestPayload.d.ts.map +1 -1
  409. package/types/utils/request/index.d.ts.map +1 -1
  410. package/types/utils/request/types.d.ts.map +1 -1
  411. package/types/utils/sanitizeOrgIdForCookieName.d.ts.map +1 -1
  412. package/types/utils/sortObjectKeysRecursively.d.ts.map +1 -1
  413. package/types/utils/stackError.d.ts.map +1 -1
  414. package/types/utils/stringToBoolean.d.ts.map +1 -1
  415. package/types/utils/toArray.d.ts.map +1 -1
  416. package/types/utils/toError.d.ts.map +1 -1
  417. package/types/utils/toISOStringLocal.d.ts.map +1 -1
  418. package/types/utils/toInteger.d.ts.map +1 -1
  419. package/types/utils/types.d.ts.map +1 -1
  420. package/types/utils/updateErrorMessage.d.ts.map +1 -1
  421. package/types/utils/uuid.d.ts.map +1 -1
  422. package/types/utils/validateConfigOverride.d.ts.map +1 -1
  423. package/types/utils/validateIdentityMap.d.ts.map +1 -1
  424. package/types/utils/validation/booleanValidator.d.ts.map +1 -1
  425. package/types/utils/validation/callbackValidator.d.ts.map +1 -1
  426. package/types/utils/validation/createAnyOfValidator.d.ts.map +1 -1
  427. package/types/utils/validation/createArrayOfValidator.d.ts.map +1 -1
  428. package/types/utils/validation/createDefaultValidator.d.ts.map +1 -1
  429. package/types/utils/validation/createDeprecatedValidator.d.ts.map +1 -1
  430. package/types/utils/validation/createLiteralValidator.d.ts.map +1 -1
  431. package/types/utils/validation/createMapOfValuesValidator.d.ts.map +1 -1
  432. package/types/utils/validation/createMaximumValidator.d.ts.map +1 -1
  433. package/types/utils/validation/createMinimumValidator.d.ts.map +1 -1
  434. package/types/utils/validation/createNoUnknownFieldsValidator.d.ts.map +1 -1
  435. package/types/utils/validation/createNonEmptyValidator.d.ts.map +1 -1
  436. package/types/utils/validation/createObjectOfValidator.d.ts.map +1 -1
  437. package/types/utils/validation/createRenamedValidator.d.ts.map +1 -1
  438. package/types/utils/validation/createUniqueItemsValidator.d.ts.map +1 -1
  439. package/types/utils/validation/createUniqueValidator.d.ts.map +1 -1
  440. package/types/utils/validation/domainValidator.d.ts.map +1 -1
  441. package/types/utils/validation/index.d.ts.map +1 -1
  442. package/types/utils/validation/integerValidator.d.ts.map +1 -1
  443. package/types/utils/validation/matchesRegexpValidator.d.ts.map +1 -1
  444. package/types/utils/validation/numberValidator.d.ts.map +1 -1
  445. package/types/utils/validation/regexpValidator.d.ts.map +1 -1
  446. package/types/utils/validation/requiredValidator.d.ts.map +1 -1
  447. package/types/utils/validation/stringValidator.d.ts.map +1 -1
  448. 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":"AAAA;;;;;;;;;;;;;GAaG;AAEH;;;;;;;;;;;;;;;;GAgBG;AAEH;;;;;;;;;;;;;;;;;GAiBG;AAEH;;;;;;;;;GASG;AAEH;;;;;;;GAOG;AAEH;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;GAIG;AAEH;;;;;;;GAOG;AAEH;;GAEG;AAEH,uBAAwB;;kBAvGV,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;wBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;2BACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;sBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;wBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;wBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;6BACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;wBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;qBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;sBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;yBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;;;aAKnB,OAAO;0BACP,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;6BACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;wBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;0BACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;0BACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;+BACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;0BACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;uBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;wBACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;2BACnB,CAAS,IAAG,EAAH,GAAG,KAAG,IAAI;UACnB,IAAS,IAAM,EAAH,GAAG,EAAA,KAAG,IAAI;UACtB,IAAS,IAAM,EAAH,GAAG,EAAA,KAAG,IAAI;WACtB,IAAS,IAAM,EAAH,GAAG,EAAA,KAAG,IAAI;;;cAKtB,MAAY,OAAO;gBACnB,MAAY,MAAM;gBAClB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;iBACtB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;cACtB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;eACtB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;eACtB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;gBACtB,CAAS,IAAM,EAAN,MAAM,KAAG,IAAI;uBACtB,MAAY,IAAI;cAChB,CAAS,IAAS,EAAT,oBAAS,KAAG,IAAI;0BACzB,MAAY,OAAO;aACnB,MAAY,OAAO;gBACnB,MAAY,OAAO;iBACnB,MAAY,MAAM,GAAC,SAAS;YAC5B,MAAY,MAAM;;;;;;0BAKlB,MAAM;sBAEN,OAAO;qBACP,MAAM,EAAE;sBACR,MAAM;sBACN,MAAM;mBACN,MAAM;;;sBAKN,OAAO;sBACP,MAAM;sBACN,MAAM;mBACN,MAAM;sBACN,MAAM;;;iBAKN,MAAY,KAAK;eACjB,CAAS,IAAK,EAAL,KAAK,EAAE,IAAiB,EAAjB,gBAAgB,YAAC,KAAG,OAAO,CAAC,GAAG,CAAC;mBAChD,CAAS,IAAK,EAAL,KAAK,EAAE,IAAqB,EAArB,oBAAoB,YAAC,KAAG,OAAO,CAAC,GAAG,CAAC;;;;;;aAKpD,KAAK,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,KAAK,KAAQ,CAAA;KAAC,CAAC;;;;aAC7C,KAAK,CAAC,MAAM,CAAC;;;;eACb,KAAK,CAAC,MAAM,CAAC;;;;;;UAKb,MAAM;;;;aACN,GAAG;;;;;;uBAKH,CAAS,IAAM,EAAN,MAAM,KAAG,KAAK,CAAC,GAAG,CAAC;;;;eAC5B,MAAY,KAAK,CAAC,MAAM,CAAC;;;;iBACzB,MAAY,KAAK,CAAC,MAAM,CAAC;;;;aACzB,MAAY,MAAM;YAClB,MAAY,eAAe;;8BAI5B,CAAS,IAA0E,EAA1E;IAAC,OAAO,CAAC,EAAE,eAAe,CAAC;IAAC,SAAS,EAAE,CAAS,IAAM,EAAN,MAAM,KAAG,MAAM,GAAC,SAAS,CAAA;CAAC,KAAG,QAAQ"}
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
@@ -1,3 +1,4 @@
1
+ export { default as baseCode } from "./baseCode/index.js";
1
2
  /**
2
3
  * Creates a custom Alloy instance which can reduce the library size and increase performance.
3
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"AAkCA;;;;;;;;;;;GAWG;AACH,mCATU,CAAC,OAAO,KAAQ,aAAa,CAmCrC;AAEF;;;;;;;;;;;;;;GAcG;AACH,6BAZU,CAAC,OAAO,CAAC,KAAQ,aAAa,CAyBtC;;oCAzEkC,6BAA6B"}
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"}