@statsig/statsig-node-core 0.9.5-beta.2510010238 → 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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@statsig/statsig-node-core",
|
|
3
|
-
"version": "0.9.5-
|
|
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.5-
|
|
57
|
-
"@statsig/statsig-node-core-linux-x64-gnu": "0.9.5-
|
|
58
|
-
"@statsig/statsig-node-core-win32-x64-msvc": "0.9.5-
|
|
59
|
-
"@statsig/statsig-node-core-darwin-x64": "0.9.5-
|
|
60
|
-
"@statsig/statsig-node-core-win32-ia32-msvc": "0.9.5-
|
|
61
|
-
"@statsig/statsig-node-core-linux-arm64-musl": "0.9.5-
|
|
62
|
-
"@statsig/statsig-node-core-linux-arm64-gnu": "0.9.5-
|
|
63
|
-
"@statsig/statsig-node-core-darwin-arm64": "0.9.5-
|
|
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
|
@@ -258,7 +258,6 @@ export interface StatsigOptions {
|
|
|
258
258
|
disableAllLogging?: boolean
|
|
259
259
|
disableCountryLookup?: boolean
|
|
260
260
|
disableNetwork?: boolean
|
|
261
|
-
disableUserAgentParsing?: boolean
|
|
262
261
|
enableIdLists?: boolean
|
|
263
262
|
environment?: string
|
|
264
263
|
eventLoggingFlushIntervalMs?: number
|
|
@@ -282,7 +281,7 @@ export interface StatsigOptions {
|
|
|
282
281
|
waitForCountryLookupInit?: boolean
|
|
283
282
|
waitForUserAgentInit?: boolean
|
|
284
283
|
proxyConfig?: ProxyConfig
|
|
285
|
-
|
|
284
|
+
useThirdPartyUaParser?: boolean
|
|
286
285
|
}
|
|
287
286
|
|
|
288
287
|
export interface StatsigResult {
|