@statsig/statsig-node-core 0.2.2-beta.3 → 0.3.1

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +9 -9
package/index.js CHANGED
@@ -27,8 +27,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.Statsig = void 0;
30
- const node_fetch_1 = __importDefault(require("node-fetch"));
31
30
  const https_proxy_agent_1 = require("https-proxy-agent");
31
+ const node_fetch_1 = __importDefault(require("node-fetch"));
32
32
  const error_boundary_1 = require("./error_boundary");
33
33
  const statsig_generated_1 = require("./statsig-generated");
34
34
  __exportStar(require("./statsig-generated"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@statsig/statsig-node-core",
3
- "version": "0.2.2-beta.3",
3
+ "version": "0.3.1",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "jest --colors",
@@ -45,13 +45,13 @@
45
45
  ]
46
46
  },
47
47
  "optionalDependencies": {
48
- "@statsig/statsig-node-core-linux-x64-musl": "0.2.2-beta.3",
49
- "@statsig/statsig-node-core-linux-x64-gnu": "0.2.2-beta.3",
50
- "@statsig/statsig-node-core-win32-x64-msvc": "0.2.2-beta.3",
51
- "@statsig/statsig-node-core-darwin-x64": "0.2.2-beta.3",
52
- "@statsig/statsig-node-core-win32-ia32-msvc": "0.2.2-beta.3",
53
- "@statsig/statsig-node-core-linux-arm64-musl": "0.2.2-beta.3",
54
- "@statsig/statsig-node-core-linux-arm64-gnu": "0.2.2-beta.3",
55
- "@statsig/statsig-node-core-darwin-arm64": "0.2.2-beta.3"
48
+ "@statsig/statsig-node-core-linux-x64-musl": "0.3.1",
49
+ "@statsig/statsig-node-core-linux-x64-gnu": "0.3.1",
50
+ "@statsig/statsig-node-core-win32-x64-msvc": "0.3.1",
51
+ "@statsig/statsig-node-core-darwin-x64": "0.3.1",
52
+ "@statsig/statsig-node-core-win32-ia32-msvc": "0.3.1",
53
+ "@statsig/statsig-node-core-linux-arm64-musl": "0.3.1",
54
+ "@statsig/statsig-node-core-linux-arm64-gnu": "0.3.1",
55
+ "@statsig/statsig-node-core-darwin-arm64": "0.3.1"
56
56
  }
57
57
  }