@statsig/statsig-node-core 0.1.0-beta.250405 → 0.1.0-beta.2504061

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@statsig/statsig-node-core",
3
- "version": "0.1.0-beta.250405",
3
+ "version": "0.1.0-beta.2504061",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "jest --colors",
@@ -44,13 +44,13 @@
44
44
  ]
45
45
  },
46
46
  "optionalDependencies": {
47
- "@statsig/statsig-node-core-linux-x64-musl": "0.1.0-beta.250405",
48
- "@statsig/statsig-node-core-linux-x64-gnu": "0.1.0-beta.250405",
49
- "@statsig/statsig-node-core-win32-x64-msvc": "0.1.0-beta.250405",
50
- "@statsig/statsig-node-core-darwin-x64": "0.1.0-beta.250405",
51
- "@statsig/statsig-node-core-win32-ia32-msvc": "0.1.0-beta.250405",
52
- "@statsig/statsig-node-core-linux-arm64-musl": "0.1.0-beta.250405",
53
- "@statsig/statsig-node-core-linux-arm64-gnu": "0.1.0-beta.250405",
54
- "@statsig/statsig-node-core-darwin-arm64": "0.1.0-beta.250405"
47
+ "@statsig/statsig-node-core-linux-x64-musl": "0.1.0-beta.2504061",
48
+ "@statsig/statsig-node-core-linux-x64-gnu": "0.1.0-beta.2504061",
49
+ "@statsig/statsig-node-core-win32-x64-msvc": "0.1.0-beta.2504061",
50
+ "@statsig/statsig-node-core-darwin-x64": "0.1.0-beta.2504061",
51
+ "@statsig/statsig-node-core-win32-ia32-msvc": "0.1.0-beta.2504061",
52
+ "@statsig/statsig-node-core-linux-arm64-musl": "0.1.0-beta.2504061",
53
+ "@statsig/statsig-node-core-linux-arm64-gnu": "0.1.0-beta.2504061",
54
+ "@statsig/statsig-node-core-darwin-arm64": "0.1.0-beta.2504061"
55
55
  }
56
56
  }
@@ -209,6 +209,7 @@ export interface StatsigOptions {
209
209
  specsSyncIntervalMs?: number
210
210
  serviceName?: string
211
211
  overrideAdapterConfig?: Array<OverrideAdapterConfig>
212
+ globalCustomFields?: Record<string, ValidPrimitives>
212
213
  }
213
214
 
214
215
  export interface StatsigResult {