@statsig/client-core
Advanced tools
Comparing version 3.5.1 to 3.6.0-beta.1
{ | ||
"name": "@statsig/client-core", | ||
"version": "3.5.1", | ||
"version": "3.6.0-beta.1", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
@@ -148,2 +148,6 @@ "use strict"; | ||
metadata['ruleID'], | ||
metadata['allocatedExperiment'], | ||
metadata['parameterName'], | ||
String(metadata['isExplicitParameter']), | ||
metadata['reason'], | ||
].join('|'); | ||
@@ -150,0 +154,0 @@ const previous = this._lastExposureTimeMap[key]; |
@@ -21,3 +21,5 @@ "use strict"; | ||
const _isExposureEvent = ({ eventName, }) => { | ||
return eventName === GATE_EXPOSURE_NAME || eventName === CONFIG_EXPOSURE_NAME; | ||
return (eventName === GATE_EXPOSURE_NAME || | ||
eventName === CONFIG_EXPOSURE_NAME || | ||
eventName === LAYER_EXPOSURE_NAME); | ||
}; | ||
@@ -24,0 +26,0 @@ exports._isExposureEvent = _isExposureEvent; |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "3.5.1"; | ||
export declare const SDK_VERSION = "3.6.0-beta.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.5.1'; | ||
exports.SDK_VERSION = '3.6.0-beta.1'; | ||
let metadata = { | ||
@@ -6,0 +6,0 @@ sdkVersion: exports.SDK_VERSION, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
146250
3507
2