@uniformdev/context 19.203.0 → 19.204.1-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/api.d.mts +1 -1
 - package/dist/api/api.d.ts +1 -1
 - package/dist/api/api.js +1 -1
 - package/dist/api/api.mjs +1 -1
 - package/dist/index.d.mts +2 -2
 - package/dist/index.d.ts +2 -2
 - package/dist/index.esm.js +1 -3
 - package/dist/index.js +1 -3
 - package/dist/index.mjs +1 -3
 - package/dist/{types-Bb_hEqnt.d.mts → types-GEdDZEPP.d.mts} +1 -1
 - package/dist/{types-Bb_hEqnt.d.ts → types-GEdDZEPP.d.ts} +1 -1
 - package/package.json +3 -3
 
    
        package/dist/api/api.d.mts
    CHANGED
    
    
    
        package/dist/api/api.d.ts
    CHANGED
    
    
    
        package/dist/api/api.js
    CHANGED
    
    | 
         @@ -229,7 +229,7 @@ async function handleRateLimits(callApi) { 
     | 
|
| 
       229 
229 
     | 
    
         
             
                  if (typeof serverTime === "number" && typeof resetTime === "number") {
         
     | 
| 
       230 
230 
     | 
    
         
             
                    resetWait = Math.max(0, Math.min(Math.round(1.1 * (resetTime - serverTime)), 1e4));
         
     | 
| 
       231 
231 
     | 
    
         
             
                  }
         
     | 
| 
       232 
     | 
    
         
            -
                } catch ( 
     | 
| 
      
 232 
     | 
    
         
            +
                } catch (e) {
         
     | 
| 
       233 
233 
     | 
    
         
             
                }
         
     | 
| 
       234 
234 
     | 
    
         
             
                const base = Math.pow(2, backoffRetries - backoffRetriesLeft) * 333;
         
     | 
| 
       235 
235 
     | 
    
         
             
                const backoffWait = base + Math.round(Math.random() * (base / 2)) * (Math.random() > 0.5 ? 1 : -1);
         
     | 
    
        package/dist/api/api.mjs
    CHANGED
    
    | 
         @@ -164,7 +164,7 @@ async function handleRateLimits(callApi) { 
     | 
|
| 
       164 
164 
     | 
    
         
             
                  if (typeof serverTime === "number" && typeof resetTime === "number") {
         
     | 
| 
       165 
165 
     | 
    
         
             
                    resetWait = Math.max(0, Math.min(Math.round(1.1 * (resetTime - serverTime)), 1e4));
         
     | 
| 
       166 
166 
     | 
    
         
             
                  }
         
     | 
| 
       167 
     | 
    
         
            -
                } catch ( 
     | 
| 
      
 167 
     | 
    
         
            +
                } catch (e) {
         
     | 
| 
       168 
168 
     | 
    
         
             
                }
         
     | 
| 
       169 
169 
     | 
    
         
             
                const base = Math.pow(2, backoffRetries - backoffRetriesLeft) * 333;
         
     | 
| 
       170 
170 
     | 
    
         
             
                const backoffWait = base + Math.round(Math.random() * (base / 2)) * (Math.random() > 0.5 ? 1 : -1);
         
     | 
    
        package/dist/index.d.mts
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { O as OutputSeverity, L as LogDrain, C as ContextPlugin, S as ScoreVector, A as AggregateDimension, T as TransitionDataStore, a as StorageCommands, V as VisitorData, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, g as DevToolsEvents } from './types- 
     | 
| 
       2 
     | 
    
         
            -
            export { _ as AggregateDimensionInput, a4 as BehaviorTag, h as CONTEXTUAL_EDITING_TEST_NAME, i as CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID, n as Context, l as ContextEvents, m as ContextInstance, j as ContextOptions, az as ContextState, aA as ContextStateUpdate, J as CriteriaEvaluatorParameters, I as CriteriaEvaluatorResult, an as DecayOptions, q as DevToolsActions, t as DevToolsDataEvent, r as DevToolsEvent, x as DevToolsForgetEvent, u as DevToolsHelloEvent, s as DevToolsLogEvent, w as DevToolsRawCommandsEvent, p as DevToolsState, o as DevToolsUiVersion, v as DevToolsUpdateEvent, a1 as DimensionMatch, X as EnrichmentCategory, au as EnrichmentData, ax as EventData, aB as GoalStateUpdate, at as Goals, H as GroupCriteriaEvaluator, ag as IdentifyCommand, F as LogMessageGroup, E as LogMessageSingle, y as LogMessages, G as ManifestInstance, N as ManifestV2, M as MessageCategory, B as MessageFunc, ab as ModifyScoreCommand, ac as ModifySessionScoreCommand, Y as NumberMatch, P as PersonalizationEvent, Q as PersonalizationManifest, av as PersonalizeControlVariant, a2 as PersonalizeOptions, aw as PersonalizeVariants, a6 as PersonalizedResult, a5 as PersonalizedVariant, ar as Quirks, al as SERVER_STATE_ID, ak as ServerToClientTransitionState, ad as SetConsentCommand, ah as SetControlGroupCommand, aa as SetGoalCommand, ai as SetPersonalizeVariantControlCommand, ae as SetQuirkCommand, af as SetTestCommand, z as Severity, R as Signal, W as SignalCriteria, U as SignalCriteriaGroup, K as SignalData, a9 as StorageCommand, Z as TestDefinition, k as TestEvent, $ as TestOptions, a8 as TestResult, a7 as TestVariant, as as Tests, am as TransitionDataStoreEvents, aq as VisitorDataStore, ap as VisitorDataStoreEvents, ao as VisitorDataStoreOptions, aj as areCommandsEqual, ay as emptyVisitorData, a3 as personalizeVariations, a0 as testVariations } from './types- 
     | 
| 
      
 1 
     | 
    
         
            +
            import { O as OutputSeverity, L as LogDrain, C as ContextPlugin, S as ScoreVector, A as AggregateDimension, T as TransitionDataStore, a as StorageCommands, V as VisitorData, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, g as DevToolsEvents } from './types-GEdDZEPP.mjs';
         
     | 
| 
      
 2 
     | 
    
         
            +
            export { _ as AggregateDimensionInput, a4 as BehaviorTag, h as CONTEXTUAL_EDITING_TEST_NAME, i as CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID, n as Context, l as ContextEvents, m as ContextInstance, j as ContextOptions, az as ContextState, aA as ContextStateUpdate, J as CriteriaEvaluatorParameters, I as CriteriaEvaluatorResult, an as DecayOptions, q as DevToolsActions, t as DevToolsDataEvent, r as DevToolsEvent, x as DevToolsForgetEvent, u as DevToolsHelloEvent, s as DevToolsLogEvent, w as DevToolsRawCommandsEvent, p as DevToolsState, o as DevToolsUiVersion, v as DevToolsUpdateEvent, a1 as DimensionMatch, X as EnrichmentCategory, au as EnrichmentData, ax as EventData, aB as GoalStateUpdate, at as Goals, H as GroupCriteriaEvaluator, ag as IdentifyCommand, F as LogMessageGroup, E as LogMessageSingle, y as LogMessages, G as ManifestInstance, N as ManifestV2, M as MessageCategory, B as MessageFunc, ab as ModifyScoreCommand, ac as ModifySessionScoreCommand, Y as NumberMatch, P as PersonalizationEvent, Q as PersonalizationManifest, av as PersonalizeControlVariant, a2 as PersonalizeOptions, aw as PersonalizeVariants, a6 as PersonalizedResult, a5 as PersonalizedVariant, ar as Quirks, al as SERVER_STATE_ID, ak as ServerToClientTransitionState, ad as SetConsentCommand, ah as SetControlGroupCommand, aa as SetGoalCommand, ai as SetPersonalizeVariantControlCommand, ae as SetQuirkCommand, af as SetTestCommand, z as Severity, R as Signal, W as SignalCriteria, U as SignalCriteriaGroup, K as SignalData, a9 as StorageCommand, Z as TestDefinition, k as TestEvent, $ as TestOptions, a8 as TestResult, a7 as TestVariant, as as Tests, am as TransitionDataStoreEvents, aq as VisitorDataStore, ap as VisitorDataStoreEvents, ao as VisitorDataStoreOptions, aj as areCommandsEqual, ay as emptyVisitorData, a3 as personalizeVariations, a0 as testVariations } from './types-GEdDZEPP.mjs';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import Cookies from 'js-cookie';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import 'mitt';
         
     | 
| 
       5 
5 
     | 
    
         | 
    
        package/dist/index.d.ts
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { O as OutputSeverity, L as LogDrain, C as ContextPlugin, S as ScoreVector, A as AggregateDimension, T as TransitionDataStore, a as StorageCommands, V as VisitorData, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, g as DevToolsEvents } from './types- 
     | 
| 
       2 
     | 
    
         
            -
            export { _ as AggregateDimensionInput, a4 as BehaviorTag, h as CONTEXTUAL_EDITING_TEST_NAME, i as CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID, n as Context, l as ContextEvents, m as ContextInstance, j as ContextOptions, az as ContextState, aA as ContextStateUpdate, J as CriteriaEvaluatorParameters, I as CriteriaEvaluatorResult, an as DecayOptions, q as DevToolsActions, t as DevToolsDataEvent, r as DevToolsEvent, x as DevToolsForgetEvent, u as DevToolsHelloEvent, s as DevToolsLogEvent, w as DevToolsRawCommandsEvent, p as DevToolsState, o as DevToolsUiVersion, v as DevToolsUpdateEvent, a1 as DimensionMatch, X as EnrichmentCategory, au as EnrichmentData, ax as EventData, aB as GoalStateUpdate, at as Goals, H as GroupCriteriaEvaluator, ag as IdentifyCommand, F as LogMessageGroup, E as LogMessageSingle, y as LogMessages, G as ManifestInstance, N as ManifestV2, M as MessageCategory, B as MessageFunc, ab as ModifyScoreCommand, ac as ModifySessionScoreCommand, Y as NumberMatch, P as PersonalizationEvent, Q as PersonalizationManifest, av as PersonalizeControlVariant, a2 as PersonalizeOptions, aw as PersonalizeVariants, a6 as PersonalizedResult, a5 as PersonalizedVariant, ar as Quirks, al as SERVER_STATE_ID, ak as ServerToClientTransitionState, ad as SetConsentCommand, ah as SetControlGroupCommand, aa as SetGoalCommand, ai as SetPersonalizeVariantControlCommand, ae as SetQuirkCommand, af as SetTestCommand, z as Severity, R as Signal, W as SignalCriteria, U as SignalCriteriaGroup, K as SignalData, a9 as StorageCommand, Z as TestDefinition, k as TestEvent, $ as TestOptions, a8 as TestResult, a7 as TestVariant, as as Tests, am as TransitionDataStoreEvents, aq as VisitorDataStore, ap as VisitorDataStoreEvents, ao as VisitorDataStoreOptions, aj as areCommandsEqual, ay as emptyVisitorData, a3 as personalizeVariations, a0 as testVariations } from './types- 
     | 
| 
      
 1 
     | 
    
         
            +
            import { O as OutputSeverity, L as LogDrain, C as ContextPlugin, S as ScoreVector, A as AggregateDimension, T as TransitionDataStore, a as StorageCommands, V as VisitorData, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, g as DevToolsEvents } from './types-GEdDZEPP.js';
         
     | 
| 
      
 2 
     | 
    
         
            +
            export { _ as AggregateDimensionInput, a4 as BehaviorTag, h as CONTEXTUAL_EDITING_TEST_NAME, i as CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID, n as Context, l as ContextEvents, m as ContextInstance, j as ContextOptions, az as ContextState, aA as ContextStateUpdate, J as CriteriaEvaluatorParameters, I as CriteriaEvaluatorResult, an as DecayOptions, q as DevToolsActions, t as DevToolsDataEvent, r as DevToolsEvent, x as DevToolsForgetEvent, u as DevToolsHelloEvent, s as DevToolsLogEvent, w as DevToolsRawCommandsEvent, p as DevToolsState, o as DevToolsUiVersion, v as DevToolsUpdateEvent, a1 as DimensionMatch, X as EnrichmentCategory, au as EnrichmentData, ax as EventData, aB as GoalStateUpdate, at as Goals, H as GroupCriteriaEvaluator, ag as IdentifyCommand, F as LogMessageGroup, E as LogMessageSingle, y as LogMessages, G as ManifestInstance, N as ManifestV2, M as MessageCategory, B as MessageFunc, ab as ModifyScoreCommand, ac as ModifySessionScoreCommand, Y as NumberMatch, P as PersonalizationEvent, Q as PersonalizationManifest, av as PersonalizeControlVariant, a2 as PersonalizeOptions, aw as PersonalizeVariants, a6 as PersonalizedResult, a5 as PersonalizedVariant, ar as Quirks, al as SERVER_STATE_ID, ak as ServerToClientTransitionState, ad as SetConsentCommand, ah as SetControlGroupCommand, aa as SetGoalCommand, ai as SetPersonalizeVariantControlCommand, ae as SetQuirkCommand, af as SetTestCommand, z as Severity, R as Signal, W as SignalCriteria, U as SignalCriteriaGroup, K as SignalData, a9 as StorageCommand, Z as TestDefinition, k as TestEvent, $ as TestOptions, a8 as TestResult, a7 as TestVariant, as as Tests, am as TransitionDataStoreEvents, aq as VisitorDataStore, ap as VisitorDataStoreEvents, ao as VisitorDataStoreOptions, aj as areCommandsEqual, ay as emptyVisitorData, a3 as personalizeVariations, a0 as testVariations } from './types-GEdDZEPP.js';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import Cookies from 'js-cookie';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import 'mitt';
         
     | 
| 
       5 
5 
     | 
    
         | 
    
        package/dist/index.esm.js
    CHANGED
    
    | 
         @@ -1773,9 +1773,7 @@ var Context = class { 
     | 
|
| 
       1773 
1773 
     | 
    
         
             
              test(options) {
         
     | 
| 
       1774 
1774 
     | 
    
         
             
                var _a, _b, _c;
         
     | 
| 
       1775 
1775 
     | 
    
         
             
                if (options.name === CONTEXTUAL_EDITING_TEST_NAME) {
         
     | 
| 
       1776 
     | 
    
         
            -
                  const selectedVariant = (_a = options.variations.find((variant) =>  
     | 
| 
       1777 
     | 
    
         
            -
                    variant.id === CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID;
         
     | 
| 
       1778 
     | 
    
         
            -
                  })) != null ? _a : options.variations.at(-1);
         
     | 
| 
      
 1776 
     | 
    
         
            +
                  const selectedVariant = (_a = options.variations.find((variant) => variant.id === CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID)) != null ? _a : options.variations.at(-1);
         
     | 
| 
       1779 
1777 
     | 
    
         
             
                  const value2 = {
         
     | 
| 
       1780 
1778 
     | 
    
         
             
                    result: selectedVariant,
         
     | 
| 
       1781 
1779 
     | 
    
         
             
                    variantAssigned: false
         
     | 
    
        package/dist/index.js
    CHANGED
    
    | 
         @@ -1857,9 +1857,7 @@ var Context = class { 
     | 
|
| 
       1857 
1857 
     | 
    
         
             
              test(options) {
         
     | 
| 
       1858 
1858 
     | 
    
         
             
                var _a, _b, _c;
         
     | 
| 
       1859 
1859 
     | 
    
         
             
                if (options.name === CONTEXTUAL_EDITING_TEST_NAME) {
         
     | 
| 
       1860 
     | 
    
         
            -
                  const selectedVariant = (_a = options.variations.find((variant) =>  
     | 
| 
       1861 
     | 
    
         
            -
                    variant.id === CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID;
         
     | 
| 
       1862 
     | 
    
         
            -
                  })) != null ? _a : options.variations.at(-1);
         
     | 
| 
      
 1860 
     | 
    
         
            +
                  const selectedVariant = (_a = options.variations.find((variant) => variant.id === CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID)) != null ? _a : options.variations.at(-1);
         
     | 
| 
       1863 
1861 
     | 
    
         
             
                  const value2 = {
         
     | 
| 
       1864 
1862 
     | 
    
         
             
                    result: selectedVariant,
         
     | 
| 
       1865 
1863 
     | 
    
         
             
                    variantAssigned: false
         
     | 
    
        package/dist/index.mjs
    CHANGED
    
    | 
         @@ -1773,9 +1773,7 @@ var Context = class { 
     | 
|
| 
       1773 
1773 
     | 
    
         
             
              test(options) {
         
     | 
| 
       1774 
1774 
     | 
    
         
             
                var _a, _b, _c;
         
     | 
| 
       1775 
1775 
     | 
    
         
             
                if (options.name === CONTEXTUAL_EDITING_TEST_NAME) {
         
     | 
| 
       1776 
     | 
    
         
            -
                  const selectedVariant = (_a = options.variations.find((variant) =>  
     | 
| 
       1777 
     | 
    
         
            -
                    variant.id === CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID;
         
     | 
| 
       1778 
     | 
    
         
            -
                  })) != null ? _a : options.variations.at(-1);
         
     | 
| 
      
 1776 
     | 
    
         
            +
                  const selectedVariant = (_a = options.variations.find((variant) => variant.id === CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID)) != null ? _a : options.variations.at(-1);
         
     | 
| 
       1779 
1777 
     | 
    
         
             
                  const value2 = {
         
     | 
| 
       1780 
1778 
     | 
    
         
             
                    result: selectedVariant,
         
     | 
| 
       1781 
1779 
     | 
    
         
             
                    variantAssigned: false
         
     | 
| 
         @@ -80,7 +80,7 @@ declare const emptyVisitorData: () => VisitorData; 
     | 
|
| 
       80 
80 
     | 
    
         
             
             * Expresses a 'patch' to the Uniform Context state
         
     | 
| 
       81 
81 
     | 
    
         
             
             */
         
     | 
| 
       82 
82 
     | 
    
         
             
            type ContextState = {
         
     | 
| 
       83 
     | 
    
         
            -
                cookies: Record<string, string>;
         
     | 
| 
      
 83 
     | 
    
         
            +
                cookies: Record<string, string | undefined>;
         
     | 
| 
       84 
84 
     | 
    
         
             
                url?: URL;
         
     | 
| 
       85 
85 
     | 
    
         
             
                quirks: Quirks;
         
     | 
| 
       86 
86 
     | 
    
         
             
                enrichments: EnrichmentData[];
         
     | 
| 
         @@ -80,7 +80,7 @@ declare const emptyVisitorData: () => VisitorData; 
     | 
|
| 
       80 
80 
     | 
    
         
             
             * Expresses a 'patch' to the Uniform Context state
         
     | 
| 
       81 
81 
     | 
    
         
             
             */
         
     | 
| 
       82 
82 
     | 
    
         
             
            type ContextState = {
         
     | 
| 
       83 
     | 
    
         
            -
                cookies: Record<string, string>;
         
     | 
| 
      
 83 
     | 
    
         
            +
                cookies: Record<string, string | undefined>;
         
     | 
| 
       84 
84 
     | 
    
         
             
                url?: URL;
         
     | 
| 
       85 
85 
     | 
    
         
             
                quirks: Quirks;
         
     | 
| 
       86 
86 
     | 
    
         
             
                enrichments: EnrichmentData[];
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@uniformdev/context",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "19. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "19.204.1-alpha.2+0262cf78a6",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Uniform Context core package",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "license": "SEE LICENSE IN LICENSE.txt",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "main": "./dist/index.js",
         
     | 
| 
         @@ -59,7 +59,7 @@ 
     | 
|
| 
       59 
59 
     | 
    
         
             
                "js-cookie": "3.0.5",
         
     | 
| 
       60 
60 
     | 
    
         
             
                "mitt": "^3.0.1",
         
     | 
| 
       61 
61 
     | 
    
         
             
                "p-limit": "^3.1.0",
         
     | 
| 
       62 
     | 
    
         
            -
                "rfdc": "^1. 
     | 
| 
      
 62 
     | 
    
         
            +
                "rfdc": "^1.4.1",
         
     | 
| 
       63 
63 
     | 
    
         
             
                "uuid": "9.0.1"
         
     | 
| 
       64 
64 
     | 
    
         
             
              },
         
     | 
| 
       65 
65 
     | 
    
         
             
              "files": [
         
     | 
| 
         @@ -68,5 +68,5 @@ 
     | 
|
| 
       68 
68 
     | 
    
         
             
              "publishConfig": {
         
     | 
| 
       69 
69 
     | 
    
         
             
                "access": "public"
         
     | 
| 
       70 
70 
     | 
    
         
             
              },
         
     | 
| 
       71 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 71 
     | 
    
         
            +
              "gitHead": "0262cf78a6bd7179419e2e1505c1a985fd1103de"
         
     | 
| 
       72 
72 
     | 
    
         
             
            }
         
     |