@statsig/statsig-node-core 0.7.4-beta.2508090238 → 0.7.4-beta.2508150241
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 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@statsig/statsig-node-core",
|
|
3
|
-
"version": "0.7.4-beta.
|
|
3
|
+
"version": "0.7.4-beta.2508150241",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "jest --colors"
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
54
|
"optionalDependencies": {
|
|
55
|
-
"@statsig/statsig-node-core-linux-x64-musl": "0.7.4-beta.
|
|
56
|
-
"@statsig/statsig-node-core-linux-x64-gnu": "0.7.4-beta.
|
|
57
|
-
"@statsig/statsig-node-core-win32-x64-msvc": "0.7.4-beta.
|
|
58
|
-
"@statsig/statsig-node-core-darwin-x64": "0.7.4-beta.
|
|
59
|
-
"@statsig/statsig-node-core-win32-ia32-msvc": "0.7.4-beta.
|
|
60
|
-
"@statsig/statsig-node-core-linux-arm64-musl": "0.7.4-beta.
|
|
61
|
-
"@statsig/statsig-node-core-linux-arm64-gnu": "0.7.4-beta.
|
|
62
|
-
"@statsig/statsig-node-core-darwin-arm64": "0.7.4-beta.
|
|
55
|
+
"@statsig/statsig-node-core-linux-x64-musl": "0.7.4-beta.2508150241",
|
|
56
|
+
"@statsig/statsig-node-core-linux-x64-gnu": "0.7.4-beta.2508150241",
|
|
57
|
+
"@statsig/statsig-node-core-win32-x64-msvc": "0.7.4-beta.2508150241",
|
|
58
|
+
"@statsig/statsig-node-core-darwin-x64": "0.7.4-beta.2508150241",
|
|
59
|
+
"@statsig/statsig-node-core-win32-ia32-msvc": "0.7.4-beta.2508150241",
|
|
60
|
+
"@statsig/statsig-node-core-linux-arm64-musl": "0.7.4-beta.2508150241",
|
|
61
|
+
"@statsig/statsig-node-core-linux-arm64-gnu": "0.7.4-beta.2508150241",
|
|
62
|
+
"@statsig/statsig-node-core-darwin-arm64": "0.7.4-beta.2508150241"
|
|
63
63
|
}
|
|
64
64
|
}
|
package/statsig-generated.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ export interface EvaluationDetails {
|
|
|
156
156
|
|
|
157
157
|
export interface ExperimentEvaluationOptions {
|
|
158
158
|
disableExposureLogging?: boolean
|
|
159
|
+
userPersistedValues?: Record<string, any>
|
|
159
160
|
}
|
|
160
161
|
|
|
161
162
|
export interface FeatureGate {
|
|
@@ -171,6 +172,7 @@ export interface FeatureGateEvaluationOptions {
|
|
|
171
172
|
|
|
172
173
|
export interface LayerEvaluationOptions {
|
|
173
174
|
disableExposureLogging?: boolean
|
|
175
|
+
userPersistedValues?: Record<string, any>
|
|
174
176
|
}
|
|
175
177
|
|
|
176
178
|
export interface NapiNetworkFuncResult {
|