@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 +9 -9
- package/statsig-generated.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@statsig/statsig-node-core",
|
|
3
|
-
"version": "0.9.
|
|
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.
|
|
57
|
-
"@statsig/statsig-node-core-linux-x64-gnu": "0.9.
|
|
58
|
-
"@statsig/statsig-node-core-win32-x64-msvc": "0.9.
|
|
59
|
-
"@statsig/statsig-node-core-darwin-x64": "0.9.
|
|
60
|
-
"@statsig/statsig-node-core-win32-ia32-msvc": "0.9.
|
|
61
|
-
"@statsig/statsig-node-core-linux-arm64-musl": "0.9.
|
|
62
|
-
"@statsig/statsig-node-core-linux-arm64-gnu": "0.9.
|
|
63
|
-
"@statsig/statsig-node-core-darwin-arm64": "0.9.
|
|
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
|
}
|
package/statsig-generated.d.ts
CHANGED
|
@@ -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
|
-
|
|
284
|
+
useThirdPartyUaParser?: boolean
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
export interface StatsigResult {
|