@oai-statsig/statsig-node-core 0.30.0-rc.6 → 0.30.0-rc.7

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/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { DynamicConfigEvaluationOptions, ExperimentEvaluationOptions, FeatureGat
2
2
  import { DynamicConfig, Experiment, FeatureGate, Layer } from './statsig_types';
3
3
  export * from './statsig-generated';
4
4
  export * from './statsig_types';
5
- export declare const SDK_VERSION = "0.30.0-rc.6";
5
+ export declare const SDK_VERSION = "0.30.0-rc.7";
6
6
  export declare class Statsig extends StatsigNapiInternal {
7
7
  private static _sharedInstance;
8
8
  static shared(): Statsig;
package/index.js CHANGED
@@ -31,7 +31,7 @@ const statsig_generated_1 = require("./statsig-generated");
31
31
  const statsig_types_1 = require("./statsig_types");
32
32
  __exportStar(require("./statsig-generated"), exports);
33
33
  __exportStar(require("./statsig_types"), exports);
34
- exports.SDK_VERSION = '0.30.0-rc.6';
34
+ exports.SDK_VERSION = '0.30.0-rc.7';
35
35
  const inspectSym = Symbol.for('nodejs.util.inspect.custom');
36
36
  // @ts-expect-error - prototype assignment
37
37
  statsig_generated_1.StatsigUser.prototype[inspectSym] = function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oai-statsig/statsig-node-core",
3
- "version": "0.30.0-rc.6",
3
+ "version": "0.30.0-rc.7",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "jest --colors"
@@ -60,13 +60,13 @@
60
60
  }
61
61
  },
62
62
  "optionalDependencies": {
63
- "@oai-statsig/statsig-node-core-darwin-arm64": "0.30.0-rc.6",
64
- "@oai-statsig/statsig-node-core-darwin-x64": "0.30.0-rc.6",
65
- "@oai-statsig/statsig-node-core-linux-arm64-gnu": "0.30.0-rc.6",
66
- "@oai-statsig/statsig-node-core-linux-arm64-musl": "0.30.0-rc.6",
67
- "@oai-statsig/statsig-node-core-linux-x64-gnu": "0.30.0-rc.6",
68
- "@oai-statsig/statsig-node-core-linux-x64-musl": "0.30.0-rc.6",
69
- "@oai-statsig/statsig-node-core-win32-ia32-msvc": "0.30.0-rc.6",
70
- "@oai-statsig/statsig-node-core-win32-x64-msvc": "0.30.0-rc.6"
63
+ "@oai-statsig/statsig-node-core-darwin-arm64": "0.30.0-rc.7",
64
+ "@oai-statsig/statsig-node-core-darwin-x64": "0.30.0-rc.7",
65
+ "@oai-statsig/statsig-node-core-linux-arm64-gnu": "0.30.0-rc.7",
66
+ "@oai-statsig/statsig-node-core-linux-arm64-musl": "0.30.0-rc.7",
67
+ "@oai-statsig/statsig-node-core-linux-x64-gnu": "0.30.0-rc.7",
68
+ "@oai-statsig/statsig-node-core-linux-x64-musl": "0.30.0-rc.7",
69
+ "@oai-statsig/statsig-node-core-win32-ia32-msvc": "0.30.0-rc.7",
70
+ "@oai-statsig/statsig-node-core-win32-x64-msvc": "0.30.0-rc.7"
71
71
  }
72
72
  }
@@ -297,6 +297,7 @@ export interface StatsigOptions {
297
297
  specAdaptersConfig?: Array<SpecAdapterConfig>
298
298
  specsSyncIntervalMs?: number
299
299
  specsUrl?: string
300
+ useSdkKeyInHeader?: boolean
300
301
  waitForCountryLookupInit?: boolean
301
302
  waitForUserAgentInit?: boolean
302
303
  proxyConfig?: ProxyConfig