@statsig/statsig-node-core 0.8.7 → 0.8.8-beta.2509112152

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.8.7",
3
+ "version": "0.8.8-beta.2509112152",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "jest --colors"
@@ -9,6 +9,7 @@
9
9
  "author": "",
10
10
  "license": "ISC",
11
11
  "description": "",
12
+ "repository": "https://github.com/statsig-io/statsig-server-core.git",
12
13
  "dependencies": {
13
14
  "@octokit/core": "^6",
14
15
  "https-proxy-agent": "^7.0.6",
@@ -52,13 +53,13 @@
52
53
  ]
53
54
  },
54
55
  "optionalDependencies": {
55
- "@statsig/statsig-node-core-linux-x64-musl": "0.8.7",
56
- "@statsig/statsig-node-core-linux-x64-gnu": "0.8.7",
57
- "@statsig/statsig-node-core-win32-x64-msvc": "0.8.7",
58
- "@statsig/statsig-node-core-darwin-x64": "0.8.7",
59
- "@statsig/statsig-node-core-win32-ia32-msvc": "0.8.7",
60
- "@statsig/statsig-node-core-linux-arm64-musl": "0.8.7",
61
- "@statsig/statsig-node-core-linux-arm64-gnu": "0.8.7",
62
- "@statsig/statsig-node-core-darwin-arm64": "0.8.7"
56
+ "@statsig/statsig-node-core-linux-x64-musl": "0.8.8-beta.2509112152",
57
+ "@statsig/statsig-node-core-linux-x64-gnu": "0.8.8-beta.2509112152",
58
+ "@statsig/statsig-node-core-win32-x64-msvc": "0.8.8-beta.2509112152",
59
+ "@statsig/statsig-node-core-darwin-x64": "0.8.8-beta.2509112152",
60
+ "@statsig/statsig-node-core-win32-ia32-msvc": "0.8.8-beta.2509112152",
61
+ "@statsig/statsig-node-core-linux-arm64-musl": "0.8.8-beta.2509112152",
62
+ "@statsig/statsig-node-core-linux-arm64-gnu": "0.8.8-beta.2509112152",
63
+ "@statsig/statsig-node-core-darwin-arm64": "0.8.8-beta.2509112152"
63
64
  }
64
65
  }
@@ -87,6 +87,7 @@ export declare class StatsigNapiInternal {
87
87
  getDynamicConfigList(): Array<string>
88
88
  getExperimentList(): Array<string>
89
89
  getParameterStoreList(): Array<string>
90
+ getParsedUserAgentValueForUser(user: StatsigUser): Record<string, string | undefined | null> | null
90
91
  }
91
92
 
92
93
  export declare class StatsigUser {
@@ -167,6 +168,7 @@ export interface FeatureGate {
167
168
  value: boolean
168
169
  ruleID: string
169
170
  idType: string
171
+ details: EvaluationDetails
170
172
  }
171
173
 
172
174
  export interface FeatureGateEvaluationOptions {