@statsig/client-core
Advanced tools
Comparing version 3.11.0 to 3.11.1
{ | ||
"name": "@statsig/client-core", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
@@ -25,2 +25,3 @@ import { DynamicConfigEvaluation, GateEvaluation, LayerEvaluation } from './EvaluationTypes'; | ||
sdk_flags?: Record<string, boolean>; | ||
full_checksum?: string; | ||
}; | ||
@@ -27,0 +28,0 @@ export type InitializeResponse = InitializeResponseWithUpdates | { |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "3.11.0"; | ||
export declare const SDK_VERSION = "3.11.1"; | ||
export type StatsigMetadata = { | ||
@@ -3,0 +3,0 @@ readonly [key: string]: string | undefined; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.StatsigMetadataProvider = exports.SDK_VERSION = void 0; | ||
exports.SDK_VERSION = '3.11.0'; | ||
exports.SDK_VERSION = '3.11.1'; | ||
let metadata = { | ||
@@ -6,0 +6,0 @@ sdkVersion: exports.SDK_VERSION, |
155446
3740