@uniformdev/context 20.50.2-alpha.9 → 20.50.2-alpha.96
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 +3 -2
- package/dist/api/api.d.ts +3 -2
- package/dist/api/api.js +18 -2
- package/dist/api/api.mjs +16 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +0 -1
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/dist/{types-HcKr1VVF.d.mts → types-BAWsX0zQ.d.mts} +1 -1
- package/dist/{types-HcKr1VVF.d.ts → types-BAWsX0zQ.d.ts} +1 -1
- package/package.json +4 -5
package/dist/api/api.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aJ as paths$7,
|
|
1
|
+
import { aJ as paths$7, a3 as ManifestV2 } from '../types-BAWsX0zQ.mjs';
|
|
2
2
|
import 'mitt';
|
|
3
3
|
|
|
4
4
|
type LimitPolicy = <ReturnValue>(func: () => Promise<ReturnValue>) => Promise<ReturnValue>;
|
|
@@ -55,6 +55,7 @@ declare class ApiClient<TOptions extends ClientOptions = ClientOptions> {
|
|
|
55
55
|
private static getRequestId;
|
|
56
56
|
}
|
|
57
57
|
declare function handleRateLimits(callApi: () => Promise<Response>): Promise<Response>;
|
|
58
|
+
declare function rewriteFiltersForApi(filters?: Record<string, unknown>): Record<string, string>;
|
|
58
59
|
|
|
59
60
|
interface components$7 {
|
|
60
61
|
schemas: {
|
|
@@ -1976,4 +1977,4 @@ declare class CachedContextClient extends ContextClient {
|
|
|
1976
1977
|
constructor(options: Omit<ClientOptions, 'bypassCache'>);
|
|
1977
1978
|
}
|
|
1978
1979
|
|
|
1979
|
-
export { type Aggregate, AggregateClient, type AggregateDeleteParameters, type AggregateGetParameters, type AggregateGetResponse, type AggregatePutParameters, ApiClient, ApiClientError, CachedAggregateClient, CachedContextClient, CachedDimensionClient, CachedEnrichmentClient, CachedManifestClient, CachedQuirkClient, CachedSignalClient, CachedTestClient, type ClientOptions, ContextClient, type ContextDefinitions, type CookieCriteria, type CurrentPageCriteria, DimensionClient, type DimensionDefinition, type DimensionDisplayData, type DimensionGetParameters, type DimensionGetResponse, type EnrichmentCategory, type EnrichmentCategoryWithValues, EnrichmentClient, type EnrichmentDeleteParameters, type EnrichmentGetParameters, type EnrichmentGetResponse, type EnrichmentPutParameters, type EnrichmentValue, type EnrichmentValueDeleteParameters, type EnrichmentValuePutParameters, type EventCriteria, type ExceptProject, type LimitPolicy, ManifestClient, type ManifestGetParameters, type ManifestGetResponse, type PageViewCountCriteria, type QueryStringCriteria, type Quirk, QuirkClient, type QuirkCriteria, type QuirkDeleteParameters, type QuirkGetParameters, type QuirkGetResponse, type QuirkPutParameters, type RootSignalCriteriaGroup, SignalClient, type SignalDeleteParameters, type SignalGetParameters, type SignalGetResponse, type SignalPutParameters, type SignalWithId, type Test, TestClient, type TestDeleteParameters, type TestGetParameters, type TestGetResponse, type TestPutParameters, UncachedAggregateClient, UncachedContextClient, UncachedDimensionClient, UncachedEnrichmentClient, UncachedManifestClient, UncachedQuirkClient, UncachedSignalClient, UncachedTestClient, computeDimensionDefinitionDisplayData, computeDimensionDisplayData, computeDimensionDisplayName, defaultLimitPolicy, handleRateLimits, nullLimitPolicy };
|
|
1980
|
+
export { type Aggregate, AggregateClient, type AggregateDeleteParameters, type AggregateGetParameters, type AggregateGetResponse, type AggregatePutParameters, ApiClient, ApiClientError, CachedAggregateClient, CachedContextClient, CachedDimensionClient, CachedEnrichmentClient, CachedManifestClient, CachedQuirkClient, CachedSignalClient, CachedTestClient, type ClientOptions, ContextClient, type ContextDefinitions, type CookieCriteria, type CurrentPageCriteria, DimensionClient, type DimensionDefinition, type DimensionDisplayData, type DimensionGetParameters, type DimensionGetResponse, type EnrichmentCategory, type EnrichmentCategoryWithValues, EnrichmentClient, type EnrichmentDeleteParameters, type EnrichmentGetParameters, type EnrichmentGetResponse, type EnrichmentPutParameters, type EnrichmentValue, type EnrichmentValueDeleteParameters, type EnrichmentValuePutParameters, type EventCriteria, type ExceptProject, type LimitPolicy, ManifestClient, type ManifestGetParameters, type ManifestGetResponse, type PageViewCountCriteria, type QueryStringCriteria, type Quirk, QuirkClient, type QuirkCriteria, type QuirkDeleteParameters, type QuirkGetParameters, type QuirkGetResponse, type QuirkPutParameters, type RootSignalCriteriaGroup, SignalClient, type SignalDeleteParameters, type SignalGetParameters, type SignalGetResponse, type SignalPutParameters, type SignalWithId, type Test, TestClient, type TestDeleteParameters, type TestGetParameters, type TestGetResponse, type TestPutParameters, UncachedAggregateClient, UncachedContextClient, UncachedDimensionClient, UncachedEnrichmentClient, UncachedManifestClient, UncachedQuirkClient, UncachedSignalClient, UncachedTestClient, computeDimensionDefinitionDisplayData, computeDimensionDisplayData, computeDimensionDisplayName, defaultLimitPolicy, handleRateLimits, nullLimitPolicy, rewriteFiltersForApi };
|
package/dist/api/api.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aJ as paths$7,
|
|
1
|
+
import { aJ as paths$7, a3 as ManifestV2 } from '../types-BAWsX0zQ.js';
|
|
2
2
|
import 'mitt';
|
|
3
3
|
|
|
4
4
|
type LimitPolicy = <ReturnValue>(func: () => Promise<ReturnValue>) => Promise<ReturnValue>;
|
|
@@ -55,6 +55,7 @@ declare class ApiClient<TOptions extends ClientOptions = ClientOptions> {
|
|
|
55
55
|
private static getRequestId;
|
|
56
56
|
}
|
|
57
57
|
declare function handleRateLimits(callApi: () => Promise<Response>): Promise<Response>;
|
|
58
|
+
declare function rewriteFiltersForApi(filters?: Record<string, unknown>): Record<string, string>;
|
|
58
59
|
|
|
59
60
|
interface components$7 {
|
|
60
61
|
schemas: {
|
|
@@ -1976,4 +1977,4 @@ declare class CachedContextClient extends ContextClient {
|
|
|
1976
1977
|
constructor(options: Omit<ClientOptions, 'bypassCache'>);
|
|
1977
1978
|
}
|
|
1978
1979
|
|
|
1979
|
-
export { type Aggregate, AggregateClient, type AggregateDeleteParameters, type AggregateGetParameters, type AggregateGetResponse, type AggregatePutParameters, ApiClient, ApiClientError, CachedAggregateClient, CachedContextClient, CachedDimensionClient, CachedEnrichmentClient, CachedManifestClient, CachedQuirkClient, CachedSignalClient, CachedTestClient, type ClientOptions, ContextClient, type ContextDefinitions, type CookieCriteria, type CurrentPageCriteria, DimensionClient, type DimensionDefinition, type DimensionDisplayData, type DimensionGetParameters, type DimensionGetResponse, type EnrichmentCategory, type EnrichmentCategoryWithValues, EnrichmentClient, type EnrichmentDeleteParameters, type EnrichmentGetParameters, type EnrichmentGetResponse, type EnrichmentPutParameters, type EnrichmentValue, type EnrichmentValueDeleteParameters, type EnrichmentValuePutParameters, type EventCriteria, type ExceptProject, type LimitPolicy, ManifestClient, type ManifestGetParameters, type ManifestGetResponse, type PageViewCountCriteria, type QueryStringCriteria, type Quirk, QuirkClient, type QuirkCriteria, type QuirkDeleteParameters, type QuirkGetParameters, type QuirkGetResponse, type QuirkPutParameters, type RootSignalCriteriaGroup, SignalClient, type SignalDeleteParameters, type SignalGetParameters, type SignalGetResponse, type SignalPutParameters, type SignalWithId, type Test, TestClient, type TestDeleteParameters, type TestGetParameters, type TestGetResponse, type TestPutParameters, UncachedAggregateClient, UncachedContextClient, UncachedDimensionClient, UncachedEnrichmentClient, UncachedManifestClient, UncachedQuirkClient, UncachedSignalClient, UncachedTestClient, computeDimensionDefinitionDisplayData, computeDimensionDisplayData, computeDimensionDisplayName, defaultLimitPolicy, handleRateLimits, nullLimitPolicy };
|
|
1980
|
+
export { type Aggregate, AggregateClient, type AggregateDeleteParameters, type AggregateGetParameters, type AggregateGetResponse, type AggregatePutParameters, ApiClient, ApiClientError, CachedAggregateClient, CachedContextClient, CachedDimensionClient, CachedEnrichmentClient, CachedManifestClient, CachedQuirkClient, CachedSignalClient, CachedTestClient, type ClientOptions, ContextClient, type ContextDefinitions, type CookieCriteria, type CurrentPageCriteria, DimensionClient, type DimensionDefinition, type DimensionDisplayData, type DimensionGetParameters, type DimensionGetResponse, type EnrichmentCategory, type EnrichmentCategoryWithValues, EnrichmentClient, type EnrichmentDeleteParameters, type EnrichmentGetParameters, type EnrichmentGetResponse, type EnrichmentPutParameters, type EnrichmentValue, type EnrichmentValueDeleteParameters, type EnrichmentValuePutParameters, type EventCriteria, type ExceptProject, type LimitPolicy, ManifestClient, type ManifestGetParameters, type ManifestGetResponse, type PageViewCountCriteria, type QueryStringCriteria, type Quirk, QuirkClient, type QuirkCriteria, type QuirkDeleteParameters, type QuirkGetParameters, type QuirkGetResponse, type QuirkPutParameters, type RootSignalCriteriaGroup, SignalClient, type SignalDeleteParameters, type SignalGetParameters, type SignalGetResponse, type SignalPutParameters, type SignalWithId, type Test, TestClient, type TestDeleteParameters, type TestGetParameters, type TestGetResponse, type TestPutParameters, UncachedAggregateClient, UncachedContextClient, UncachedDimensionClient, UncachedEnrichmentClient, UncachedManifestClient, UncachedQuirkClient, UncachedSignalClient, UncachedTestClient, computeDimensionDefinitionDisplayData, computeDimensionDisplayData, computeDimensionDisplayName, defaultLimitPolicy, handleRateLimits, nullLimitPolicy, rewriteFiltersForApi };
|
package/dist/api/api.js
CHANGED
|
@@ -69,7 +69,8 @@ __export(api_exports, {
|
|
|
69
69
|
computeDimensionDisplayName: () => computeDimensionDisplayName,
|
|
70
70
|
defaultLimitPolicy: () => defaultLimitPolicy,
|
|
71
71
|
handleRateLimits: () => handleRateLimits,
|
|
72
|
-
nullLimitPolicy: () => nullLimitPolicy
|
|
72
|
+
nullLimitPolicy: () => nullLimitPolicy,
|
|
73
|
+
rewriteFiltersForApi: () => rewriteFiltersForApi
|
|
73
74
|
});
|
|
74
75
|
module.exports = __toCommonJS(api_exports);
|
|
75
76
|
|
|
@@ -244,6 +245,20 @@ async function handleRateLimits(callApi) {
|
|
|
244
245
|
}
|
|
245
246
|
return response;
|
|
246
247
|
}
|
|
248
|
+
var isPlainObject = (obj) => typeof obj === "object" && obj !== null && !Array.isArray(obj);
|
|
249
|
+
function rewriteFiltersForApi(filters) {
|
|
250
|
+
return Object.entries(filters != null ? filters : {}).reduce(
|
|
251
|
+
(acc, [key, value]) => {
|
|
252
|
+
const lhs = `filters.${key}` + (isPlainObject(value) ? `[${Object.keys(value)[0]}]` : "");
|
|
253
|
+
const rhs = isPlainObject(value) ? Object.values(value)[0] : value;
|
|
254
|
+
return {
|
|
255
|
+
...acc,
|
|
256
|
+
[lhs]: Array.isArray(rhs) ? rhs.map((v) => `${v}`.trim()).join(",") : `${rhs}`.trim()
|
|
257
|
+
};
|
|
258
|
+
},
|
|
259
|
+
{}
|
|
260
|
+
);
|
|
261
|
+
}
|
|
247
262
|
|
|
248
263
|
// src/api/AggregateClient.ts
|
|
249
264
|
var _url;
|
|
@@ -650,5 +665,6 @@ var CachedContextClient = class extends ContextClient {
|
|
|
650
665
|
computeDimensionDisplayName,
|
|
651
666
|
defaultLimitPolicy,
|
|
652
667
|
handleRateLimits,
|
|
653
|
-
nullLimitPolicy
|
|
668
|
+
nullLimitPolicy,
|
|
669
|
+
rewriteFiltersForApi
|
|
654
670
|
});
|
package/dist/api/api.mjs
CHANGED
|
@@ -179,6 +179,20 @@ async function handleRateLimits(callApi) {
|
|
|
179
179
|
}
|
|
180
180
|
return response;
|
|
181
181
|
}
|
|
182
|
+
var isPlainObject = (obj) => typeof obj === "object" && obj !== null && !Array.isArray(obj);
|
|
183
|
+
function rewriteFiltersForApi(filters) {
|
|
184
|
+
return Object.entries(filters != null ? filters : {}).reduce(
|
|
185
|
+
(acc, [key, value]) => {
|
|
186
|
+
const lhs = `filters.${key}` + (isPlainObject(value) ? `[${Object.keys(value)[0]}]` : "");
|
|
187
|
+
const rhs = isPlainObject(value) ? Object.values(value)[0] : value;
|
|
188
|
+
return {
|
|
189
|
+
...acc,
|
|
190
|
+
[lhs]: Array.isArray(rhs) ? rhs.map((v) => `${v}`.trim()).join(",") : `${rhs}`.trim()
|
|
191
|
+
};
|
|
192
|
+
},
|
|
193
|
+
{}
|
|
194
|
+
);
|
|
195
|
+
}
|
|
182
196
|
|
|
183
197
|
// src/api/AggregateClient.ts
|
|
184
198
|
var _url;
|
|
@@ -584,5 +598,6 @@ export {
|
|
|
584
598
|
computeDimensionDisplayName,
|
|
585
599
|
defaultLimitPolicy,
|
|
586
600
|
handleRateLimits,
|
|
587
|
-
nullLimitPolicy
|
|
601
|
+
nullLimitPolicy,
|
|
602
|
+
rewriteFiltersForApi
|
|
588
603
|
};
|
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, Q as Quirks, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, P as PersonalizedVariant, g as PersonalizeOptions, h as Context, i as PersonalizedResult, j as VariationMatchDimensionCriteria, k as PersonalizationSelectionAlgorithmOptions, l as DevToolsEvents } from './types-
|
|
2
|
-
export {
|
|
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, Q as Quirks, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, P as PersonalizedVariant, g as PersonalizeOptions, h as Context, i as PersonalizedResult, j as VariationMatchDimensionCriteria, k as PersonalizationSelectionAlgorithmOptions, l as DevToolsEvents } from './types-BAWsX0zQ.mjs';
|
|
2
|
+
export { m as AggregateDimensionInput, B as BehaviorTag, n as CONTEXTUAL_EDITING_TEST_NAME, o as CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID, p as CompositionMetadata, q as ContextEvents, r as ContextInstance, s as ContextOptions, t as ContextState, u as ContextStateUpdate, v as CriteriaEvaluatorParameters, w as CriteriaEvaluatorResult, x as DecayOptions, y as DevToolsActions, z as DevToolsDataEvent, E as DevToolsEvent, F as DevToolsForgetEvent, G as DevToolsHelloEvent, H as DevToolsLogEvent, I as DevToolsRawCommandsEvent, J as DevToolsState, K as DevToolsUiVersion, M as DevToolsUpdateEvent, N as DimensionMatch, R as EnrichmentCategory, U as EnrichmentData, W as EventData, X as GoalStateUpdate, Y as Goals, Z as GroupCriteriaEvaluator, _ as IdentifyCommand, $ as LogMessageGroup, a0 as LogMessageSingle, a1 as LogMessages, a2 as ManifestInstance, a3 as ManifestV2, a4 as MessageCategory, a5 as MessageFunc, a6 as ModifyScoreCommand, a7 as ModifySessionScoreCommand, a8 as NumberMatch, a9 as PersonalizationEvent, aa as PersonalizationEventVariantId, ab as PersonalizationManifest, ac as PersonalizationSelectionAlgorithm, ad as PersonalizationSelectionAlgorithms, ae as PersonalizeControlVariant, af as PersonalizeVariants, ag as QuirkMatch, ah as SERVER_STATE_ID, ai as ServerToClientTransitionState, aj as SetConsentCommand, ak as SetControlGroupCommand, al as SetGoalCommand, am as SetPersonalizeVariantControlCommand, an as SetQuirkCommand, ao as SetTestCommand, ap as Severity, aq as Signal, ar as SignalCriteria, as as SignalCriteriaGroup, at as SignalData, au as StorageCommand, av as TestDefinition, aw as TestEvent, ax as TestOptions, ay as TestResult, az as TestVariant, aA as Tests, aB as TransitionDataStoreEvents, aC as VariationMatchMetadata, aD as VisitorDataStore, aE as VisitorDataStoreEvents, aF as VisitorDataStoreOptions, aG as areCommandsEqual, aH as emptyVisitorData, aI as testVariations } from './types-BAWsX0zQ.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, Q as Quirks, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, P as PersonalizedVariant, g as PersonalizeOptions, h as Context, i as PersonalizedResult, j as VariationMatchDimensionCriteria, k as PersonalizationSelectionAlgorithmOptions, l as DevToolsEvents } from './types-
|
|
2
|
-
export {
|
|
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, Q as Quirks, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, P as PersonalizedVariant, g as PersonalizeOptions, h as Context, i as PersonalizedResult, j as VariationMatchDimensionCriteria, k as PersonalizationSelectionAlgorithmOptions, l as DevToolsEvents } from './types-BAWsX0zQ.js';
|
|
2
|
+
export { m as AggregateDimensionInput, B as BehaviorTag, n as CONTEXTUAL_EDITING_TEST_NAME, o as CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID, p as CompositionMetadata, q as ContextEvents, r as ContextInstance, s as ContextOptions, t as ContextState, u as ContextStateUpdate, v as CriteriaEvaluatorParameters, w as CriteriaEvaluatorResult, x as DecayOptions, y as DevToolsActions, z as DevToolsDataEvent, E as DevToolsEvent, F as DevToolsForgetEvent, G as DevToolsHelloEvent, H as DevToolsLogEvent, I as DevToolsRawCommandsEvent, J as DevToolsState, K as DevToolsUiVersion, M as DevToolsUpdateEvent, N as DimensionMatch, R as EnrichmentCategory, U as EnrichmentData, W as EventData, X as GoalStateUpdate, Y as Goals, Z as GroupCriteriaEvaluator, _ as IdentifyCommand, $ as LogMessageGroup, a0 as LogMessageSingle, a1 as LogMessages, a2 as ManifestInstance, a3 as ManifestV2, a4 as MessageCategory, a5 as MessageFunc, a6 as ModifyScoreCommand, a7 as ModifySessionScoreCommand, a8 as NumberMatch, a9 as PersonalizationEvent, aa as PersonalizationEventVariantId, ab as PersonalizationManifest, ac as PersonalizationSelectionAlgorithm, ad as PersonalizationSelectionAlgorithms, ae as PersonalizeControlVariant, af as PersonalizeVariants, ag as QuirkMatch, ah as SERVER_STATE_ID, ai as ServerToClientTransitionState, aj as SetConsentCommand, ak as SetControlGroupCommand, al as SetGoalCommand, am as SetPersonalizeVariantControlCommand, an as SetQuirkCommand, ao as SetTestCommand, ap as Severity, aq as Signal, ar as SignalCriteria, as as SignalCriteriaGroup, at as SignalData, au as StorageCommand, av as TestDefinition, aw as TestEvent, ax as TestOptions, ay as TestResult, az as TestVariant, aA as Tests, aB as TransitionDataStoreEvents, aC as VariationMatchMetadata, aD as VisitorDataStore, aE as VisitorDataStoreEvents, aF as VisitorDataStoreOptions, aG as areCommandsEqual, aH as emptyVisitorData, aI as testVariations } from './types-BAWsX0zQ.js';
|
|
3
3
|
import Cookies from 'js-cookie';
|
|
4
4
|
import 'mitt';
|
|
5
5
|
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1400,4 +1400,4 @@ declare global {
|
|
|
1400
1400
|
}
|
|
1401
1401
|
}
|
|
1402
1402
|
|
|
1403
|
-
export { type
|
|
1403
|
+
export { type LogMessageGroup as $, type AggregateDimension as A, type BehaviorTag as B, type ContextPlugin as C, type DecayFunction as D, type DevToolsEvent as E, type DevToolsForgetEvent as F, type DevToolsHelloEvent as G, type DevToolsLogEvent as H, type DevToolsRawCommandsEvent as I, type DevToolsState as J, type DevToolsUiVersion as K, type LogDrain as L, type DevToolsUpdateEvent as M, type DimensionMatch as N, type OutputSeverity as O, type PersonalizedVariant as P, type Quirks as Q, type EnrichmentCategory as R, type ScoreVector as S, TransitionDataStore as T, type EnrichmentData as U, type VisitorData as V, type EventData as W, type GoalStateUpdate as X, type Goals as Y, GroupCriteriaEvaluator as Z, type IdentifyCommand as _, type StorageCommands as a, type LogMessageSingle as a0, type LogMessages as a1, ManifestInstance as a2, type ManifestV2 as a3, type MessageCategory as a4, type MessageFunc as a5, type ModifyScoreCommand as a6, type ModifySessionScoreCommand as a7, type NumberMatch as a8, type PersonalizationEvent as a9, type Tests as aA, type TransitionDataStoreEvents as aB, type VariationMatchMetadata as aC, VisitorDataStore as aD, type VisitorDataStoreEvents as aE, type VisitorDataStoreOptions as aF, areCommandsEqual as aG, emptyVisitorData as aH, testVariations as aI, type paths as aJ, type PersonalizationEventVariantId as aa, type PersonalizationManifest as ab, type PersonalizationSelectionAlgorithm as ac, type PersonalizationSelectionAlgorithms as ad, type PersonalizeControlVariant as ae, type PersonalizeVariants as af, type QuirkMatch as ag, SERVER_STATE_ID as ah, type ServerToClientTransitionState as ai, type SetConsentCommand as aj, type SetControlGroupCommand as ak, type SetGoalCommand as al, type SetPersonalizeVariantControlCommand as am, type SetQuirkCommand as an, type SetTestCommand as ao, type Severity as ap, type Signal as aq, type SignalCriteria as ar, type SignalCriteriaGroup as as, type SignalData as at, type StorageCommand as au, type TestDefinition as av, type TestEvent as aw, type TestOptions as ax, type TestResult as ay, type TestVariant as az, type TransitionDataStoreOptions as b, type CriteriaEvaluator as c, type StringMatch as d, type VariantMatchCriteria as e, type LogMessage as f, type PersonalizeOptions as g, Context as h, type PersonalizedResult as i, type VariationMatchDimensionCriteria as j, type PersonalizationSelectionAlgorithmOptions as k, type DevToolsEvents as l, type AggregateDimensionInput as m, CONTEXTUAL_EDITING_TEST_NAME as n, CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID as o, type CompositionMetadata as p, type ContextEvents as q, type ContextInstance as r, type ContextOptions as s, type ContextState as t, type ContextStateUpdate as u, type CriteriaEvaluatorParameters as v, type CriteriaEvaluatorResult as w, type DecayOptions as x, type DevToolsActions as y, type DevToolsDataEvent as z };
|
|
@@ -1400,4 +1400,4 @@ declare global {
|
|
|
1400
1400
|
}
|
|
1401
1401
|
}
|
|
1402
1402
|
|
|
1403
|
-
export { type
|
|
1403
|
+
export { type LogMessageGroup as $, type AggregateDimension as A, type BehaviorTag as B, type ContextPlugin as C, type DecayFunction as D, type DevToolsEvent as E, type DevToolsForgetEvent as F, type DevToolsHelloEvent as G, type DevToolsLogEvent as H, type DevToolsRawCommandsEvent as I, type DevToolsState as J, type DevToolsUiVersion as K, type LogDrain as L, type DevToolsUpdateEvent as M, type DimensionMatch as N, type OutputSeverity as O, type PersonalizedVariant as P, type Quirks as Q, type EnrichmentCategory as R, type ScoreVector as S, TransitionDataStore as T, type EnrichmentData as U, type VisitorData as V, type EventData as W, type GoalStateUpdate as X, type Goals as Y, GroupCriteriaEvaluator as Z, type IdentifyCommand as _, type StorageCommands as a, type LogMessageSingle as a0, type LogMessages as a1, ManifestInstance as a2, type ManifestV2 as a3, type MessageCategory as a4, type MessageFunc as a5, type ModifyScoreCommand as a6, type ModifySessionScoreCommand as a7, type NumberMatch as a8, type PersonalizationEvent as a9, type Tests as aA, type TransitionDataStoreEvents as aB, type VariationMatchMetadata as aC, VisitorDataStore as aD, type VisitorDataStoreEvents as aE, type VisitorDataStoreOptions as aF, areCommandsEqual as aG, emptyVisitorData as aH, testVariations as aI, type paths as aJ, type PersonalizationEventVariantId as aa, type PersonalizationManifest as ab, type PersonalizationSelectionAlgorithm as ac, type PersonalizationSelectionAlgorithms as ad, type PersonalizeControlVariant as ae, type PersonalizeVariants as af, type QuirkMatch as ag, SERVER_STATE_ID as ah, type ServerToClientTransitionState as ai, type SetConsentCommand as aj, type SetControlGroupCommand as ak, type SetGoalCommand as al, type SetPersonalizeVariantControlCommand as am, type SetQuirkCommand as an, type SetTestCommand as ao, type Severity as ap, type Signal as aq, type SignalCriteria as ar, type SignalCriteriaGroup as as, type SignalData as at, type StorageCommand as au, type TestDefinition as av, type TestEvent as aw, type TestOptions as ax, type TestResult as ay, type TestVariant as az, type TransitionDataStoreOptions as b, type CriteriaEvaluator as c, type StringMatch as d, type VariantMatchCriteria as e, type LogMessage as f, type PersonalizeOptions as g, Context as h, type PersonalizedResult as i, type VariationMatchDimensionCriteria as j, type PersonalizationSelectionAlgorithmOptions as k, type DevToolsEvents as l, type AggregateDimensionInput as m, CONTEXTUAL_EDITING_TEST_NAME as n, CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID as o, type CompositionMetadata as p, type ContextEvents as q, type ContextInstance as r, type ContextOptions as s, type ContextState as t, type ContextStateUpdate as u, type CriteriaEvaluatorParameters as v, type CriteriaEvaluatorResult as w, type DecayOptions as x, type DevToolsActions as y, type DevToolsDataEvent as z };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context",
|
|
3
|
-
"version": "20.50.2-alpha.
|
|
3
|
+
"version": "20.50.2-alpha.96+3f982d48ba",
|
|
4
4
|
"description": "Uniform Context core package",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -43,18 +43,17 @@
|
|
|
43
43
|
"clean": "rimraf dist",
|
|
44
44
|
"test": "vitest run",
|
|
45
45
|
"test:coverage": "vitest run --coverage",
|
|
46
|
-
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
47
46
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
|
|
48
47
|
"update-openapi": "tsx ./scripts/update-openapi.cts",
|
|
49
48
|
"benchmark:build": "tsup src/storage/__benchmarks__/storage.benchmark.ts",
|
|
50
49
|
"benchmark:run": "node ./dist/storage.benchmark.js",
|
|
51
|
-
"
|
|
50
|
+
"apidocs-extract": "api-extractor run --local"
|
|
52
51
|
},
|
|
53
52
|
"devDependencies": {
|
|
54
53
|
"@types/js-cookie": "3.0.6",
|
|
55
54
|
"@types/uuid": "9.0.4",
|
|
56
55
|
"benny": "3.7.1",
|
|
57
|
-
"vite": "7.
|
|
56
|
+
"vite": "7.3.2",
|
|
58
57
|
"vite-tsconfig-paths": "^5.1.4"
|
|
59
58
|
},
|
|
60
59
|
"dependencies": {
|
|
@@ -70,5 +69,5 @@
|
|
|
70
69
|
"publishConfig": {
|
|
71
70
|
"access": "public"
|
|
72
71
|
},
|
|
73
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "3f982d48baf7aad200f687938b7f2e7c8796f759"
|
|
74
73
|
}
|