diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c4a17..160a1b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.7](https://github.com/amplitude/experiment-node-server/compare/v1.7.6...v1.7.7) (2023-10-25) + + +### Bug Fixes + +* AmplitudeCookie should use relative imports ([#35](https://github.com/amplitude/experiment-node-server/issues/35)) ([e473e84](https://github.com/amplitude/experiment-node-server/commit/e473e849bda63e4ff58fb35961830a0373c5f772)) + + + + + ## [1.7.6](https://github.com/amplitude/experiment-node-server/compare/v1.7.5...v1.7.6) (2023-10-23) **Note:** Version bump only for package experiment-node-server-root diff --git a/docs/classes/AmplitudeCookie.html b/docs/classes/AmplitudeCookie.html index 4bc266f..156e5d8 100644 --- a/docs/classes/AmplitudeCookie.html +++ b/docs/classes/AmplitudeCookie.html @@ -1,4 +1,4 @@ -AmplitudeCookie | Experiment JS Server Documentation - v1.7.6
+AmplitudeCookie | Experiment JS Server Documentation - v1.7.7
  • Preparing search index...
  • -
  • The search index is not available
Experiment JS Server Documentation - v1.7.6
+
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    @@ -128,7 +128,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    @@ -97,7 +97,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    @@ -105,7 +105,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    @@ -150,7 +150,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    @@ -164,7 +164,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    @@ -133,7 +133,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    @@ -100,7 +100,7 @@

    Theme

    @@ -6,12 +6,12 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    -

    Experiment JS Server Documentation - v1.7.6

    +

    Experiment JS Server Documentation - v1.7.7

    This is the API Reference for the Experiment Node.js Server SDK. For more details on implementing this SDK, view the [documentation] @@ -69,7 +69,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    @@ -141,7 +141,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    AssignmentConfig: {
        apiKey: string;
        cacheCapacity?: number;
    } & NodeOptions
    @@ -33,7 +33,7 @@

    Theme

    @@ -6,13 +6,13 @@ Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    ExperimentConfig: RemoteEvaluationConfig
    @@ -36,7 +36,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    ExperimentUser: {
        carrier?: string;
        city?: string;
        country?: string;
        device_brand?: string;
        device_id?: string;
        device_manufacturer?: string;
        device_model?: string;
        dma?: string;
        group_properties?: {
            [groupType: string]: {
                [groupName: string]: {
                    [propertyName: string]: string | number | boolean | (string | number | boolean)[];
                };
            };
        };
        groups?: {
            [groupType: string]: string[];
        };
        language?: string;
        library?: string;
        os?: string;
        platform?: string;
        region?: string;
        user_id?: string;
        user_properties?: {
            [propertyName: string]: string | number | boolean | (string | number | boolean)[];
        };
        version?: string;
    }
    @@ -124,7 +124,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    FetchOptions: {
        flagKeys?: string[];
    }
    @@ -42,7 +42,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    FlagConfig: Record<string, unknown>
    @@ -37,7 +37,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    LocalEvaluationConfig: {
        assignmentConfig?: AssignmentConfig;
        bootstrap?: Record<string, FlagConfig>;
        debug?: boolean;
        flagConfigPollingIntervalMillis?: number;
        httpAgent?: https.Agent;
        serverUrl?: string;
    }
    @@ -67,7 +67,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    RemoteEvaluationConfig: {
        debug?: boolean;
        fetchRetries?: number;
        fetchRetryBackoffMaxMillis?: number;
        fetchRetryBackoffMinMillis?: number;
        fetchRetryBackoffScalar?: number;
        fetchRetryTimeoutMillis?: number;
        fetchTimeoutMillis?: number;
        httpAgent?: https.Agent;
        serverUrl?: string;
    }
    @@ -74,7 +74,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    Variant: {
        payload?: any;
        value: string;
    }
    @@ -44,7 +44,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    Variants: {
        [flagKey: string]: Variant;
    }
    @@ -38,7 +38,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    Defaults: ExperimentConfig = ...
    @@ -36,7 +36,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    Experiment: {
        initialize: ((apiKey: string, config?: RemoteEvaluationConfig) => ExperimentClient);
        initializeLocal: ((apiKey: string, config?: LocalEvaluationConfig) => LocalEvaluationClient);
        initializeRemote: ((apiKey: string, config?: RemoteEvaluationConfig) => RemoteEvaluationClient);
    } = ...
    @@ -110,7 +110,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.6 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.7
    RemoteEvaluationDefaults: RemoteEvaluationConfig = ...
    @@ -83,7 +83,7 @@

    Theme