@statsig/statsig-node-core 0.19.9-beta.2607090302 → 0.19.9-beta.2607110300

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.19.9-beta.2607090302",
3
+ "version": "0.19.9-beta.2607110300",
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
- "@statsig/statsig-node-core-linux-x64-musl": "0.19.9-beta.2607090302",
64
- "@statsig/statsig-node-core-linux-x64-gnu": "0.19.9-beta.2607090302",
65
- "@statsig/statsig-node-core-win32-x64-msvc": "0.19.9-beta.2607090302",
66
- "@statsig/statsig-node-core-darwin-x64": "0.19.9-beta.2607090302",
67
- "@statsig/statsig-node-core-win32-ia32-msvc": "0.19.9-beta.2607090302",
68
- "@statsig/statsig-node-core-linux-arm64-musl": "0.19.9-beta.2607090302",
69
- "@statsig/statsig-node-core-linux-arm64-gnu": "0.19.9-beta.2607090302",
70
- "@statsig/statsig-node-core-darwin-arm64": "0.19.9-beta.2607090302"
63
+ "@statsig/statsig-node-core-linux-x64-musl": "0.19.9-beta.2607110300",
64
+ "@statsig/statsig-node-core-linux-x64-gnu": "0.19.9-beta.2607110300",
65
+ "@statsig/statsig-node-core-win32-x64-msvc": "0.19.9-beta.2607110300",
66
+ "@statsig/statsig-node-core-darwin-x64": "0.19.9-beta.2607110300",
67
+ "@statsig/statsig-node-core-win32-ia32-msvc": "0.19.9-beta.2607110300",
68
+ "@statsig/statsig-node-core-linux-arm64-musl": "0.19.9-beta.2607110300",
69
+ "@statsig/statsig-node-core-linux-arm64-gnu": "0.19.9-beta.2607110300",
70
+ "@statsig/statsig-node-core-darwin-arm64": "0.19.9-beta.2607110300"
71
71
  }
72
72
  }
@@ -247,6 +247,7 @@ export interface StatsigOptions {
247
247
  environment?: string
248
248
  eventLoggingFlushIntervalMs?: number
249
249
  eventLoggingMaxQueueSize?: number
250
+ exposureDedupeMaxKeys?: number
250
251
  fallbackToStatsigApi?: boolean
251
252
  globalCustomFields?: Record<string, string | number | boolean | Array<string | number | boolean>>
252
253
  idListsSyncIntervalMs?: number