@oai-statsig/statsig-node-core 0.23.0-rc.1 → 0.24.0-beta.20260601.1324
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/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +9 -9
package/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { DynamicConfigEvaluationOptions, ExperimentEvaluationOptions, FeatureGat
|
|
|
2
2
|
import { DynamicConfig, Experiment, FeatureGate, Layer } from './statsig_types';
|
|
3
3
|
export * from './statsig-generated';
|
|
4
4
|
export * from './statsig_types';
|
|
5
|
-
export declare const SDK_VERSION = "0.
|
|
5
|
+
export declare const SDK_VERSION = "0.24.0-beta.20260601.1324";
|
|
6
6
|
export declare class Statsig extends StatsigNapiInternal {
|
|
7
7
|
private static _sharedInstance;
|
|
8
8
|
static shared(): Statsig;
|
package/index.js
CHANGED
|
@@ -31,7 +31,7 @@ const statsig_generated_1 = require("./statsig-generated");
|
|
|
31
31
|
const statsig_types_1 = require("./statsig_types");
|
|
32
32
|
__exportStar(require("./statsig-generated"), exports);
|
|
33
33
|
__exportStar(require("./statsig_types"), exports);
|
|
34
|
-
exports.SDK_VERSION = '0.
|
|
34
|
+
exports.SDK_VERSION = '0.24.0-beta.20260601.1324';
|
|
35
35
|
const inspectSym = Symbol.for('nodejs.util.inspect.custom');
|
|
36
36
|
// @ts-expect-error - prototype assignment
|
|
37
37
|
statsig_generated_1.StatsigUser.prototype[inspectSym] = function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oai-statsig/statsig-node-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.0-beta.20260601.1324",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "jest --colors"
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"optionalDependencies": {
|
|
63
|
-
"@oai-statsig/statsig-node-core-darwin-arm64": "0.
|
|
64
|
-
"@oai-statsig/statsig-node-core-darwin-x64": "0.
|
|
65
|
-
"@oai-statsig/statsig-node-core-linux-arm64-gnu": "0.
|
|
66
|
-
"@oai-statsig/statsig-node-core-linux-arm64-musl": "0.
|
|
67
|
-
"@oai-statsig/statsig-node-core-linux-x64-gnu": "0.
|
|
68
|
-
"@oai-statsig/statsig-node-core-linux-x64-musl": "0.
|
|
69
|
-
"@oai-statsig/statsig-node-core-win32-ia32-msvc": "0.
|
|
70
|
-
"@oai-statsig/statsig-node-core-win32-x64-msvc": "0.
|
|
63
|
+
"@oai-statsig/statsig-node-core-darwin-arm64": "0.24.0-beta.20260601.1324",
|
|
64
|
+
"@oai-statsig/statsig-node-core-darwin-x64": "0.24.0-beta.20260601.1324",
|
|
65
|
+
"@oai-statsig/statsig-node-core-linux-arm64-gnu": "0.24.0-beta.20260601.1324",
|
|
66
|
+
"@oai-statsig/statsig-node-core-linux-arm64-musl": "0.24.0-beta.20260601.1324",
|
|
67
|
+
"@oai-statsig/statsig-node-core-linux-x64-gnu": "0.24.0-beta.20260601.1324",
|
|
68
|
+
"@oai-statsig/statsig-node-core-linux-x64-musl": "0.24.0-beta.20260601.1324",
|
|
69
|
+
"@oai-statsig/statsig-node-core-win32-ia32-msvc": "0.24.0-beta.20260601.1324",
|
|
70
|
+
"@oai-statsig/statsig-node-core-win32-x64-msvc": "0.24.0-beta.20260601.1324"
|
|
71
71
|
}
|
|
72
72
|
}
|