@statsig/statsig-node-core 0.9.4-rc.2509300113 → 0.9.5-rc.2510020138

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.9.4-rc.2509300113",
3
+ "version": "0.9.5-rc.2510020138",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "jest --colors"
@@ -53,13 +53,13 @@
53
53
  ]
54
54
  },
55
55
  "optionalDependencies": {
56
- "@statsig/statsig-node-core-linux-x64-musl": "0.9.4-rc.2509300113",
57
- "@statsig/statsig-node-core-linux-x64-gnu": "0.9.4-rc.2509300113",
58
- "@statsig/statsig-node-core-win32-x64-msvc": "0.9.4-rc.2509300113",
59
- "@statsig/statsig-node-core-darwin-x64": "0.9.4-rc.2509300113",
60
- "@statsig/statsig-node-core-win32-ia32-msvc": "0.9.4-rc.2509300113",
61
- "@statsig/statsig-node-core-linux-arm64-musl": "0.9.4-rc.2509300113",
62
- "@statsig/statsig-node-core-linux-arm64-gnu": "0.9.4-rc.2509300113",
63
- "@statsig/statsig-node-core-darwin-arm64": "0.9.4-rc.2509300113"
56
+ "@statsig/statsig-node-core-linux-x64-musl": "0.9.5-rc.2510020138",
57
+ "@statsig/statsig-node-core-linux-x64-gnu": "0.9.5-rc.2510020138",
58
+ "@statsig/statsig-node-core-win32-x64-msvc": "0.9.5-rc.2510020138",
59
+ "@statsig/statsig-node-core-darwin-x64": "0.9.5-rc.2510020138",
60
+ "@statsig/statsig-node-core-win32-ia32-msvc": "0.9.5-rc.2510020138",
61
+ "@statsig/statsig-node-core-linux-arm64-musl": "0.9.5-rc.2510020138",
62
+ "@statsig/statsig-node-core-linux-arm64-gnu": "0.9.5-rc.2510020138",
63
+ "@statsig/statsig-node-core-darwin-arm64": "0.9.5-rc.2510020138"
64
64
  }
65
65
  }
@@ -140,6 +140,7 @@ export interface ClientInitResponseOptions {
140
140
  dynamicConfigFilter?: Set<string>
141
141
  layerFilter?: Set<string>
142
142
  paramStoreFilter?: Set<string>
143
+ removeIdType?: boolean
143
144
  }
144
145
 
145
146
  export interface DataStore {
@@ -257,7 +258,6 @@ export interface StatsigOptions {
257
258
  disableAllLogging?: boolean
258
259
  disableCountryLookup?: boolean
259
260
  disableNetwork?: boolean
260
- disableUserAgentParsing?: boolean
261
261
  enableIdLists?: boolean
262
262
  environment?: string
263
263
  eventLoggingFlushIntervalMs?: number
@@ -281,7 +281,7 @@ export interface StatsigOptions {
281
281
  waitForCountryLookupInit?: boolean
282
282
  waitForUserAgentInit?: boolean
283
283
  proxyConfig?: ProxyConfig
284
- experimentalUaParsingEnabled?: boolean
284
+ useThirdPartyUaParser?: boolean
285
285
  }
286
286
 
287
287
  export interface StatsigResult {