@statsig/statsig-node-core 0.6.2-beta.2507170243 → 0.6.2-beta.2507190239

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.6.2-beta.2507170243",
3
+ "version": "0.6.2-beta.2507190239",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "jest --colors"
@@ -44,13 +44,13 @@
44
44
  ]
45
45
  },
46
46
  "optionalDependencies": {
47
- "@statsig/statsig-node-core-linux-x64-musl": "0.6.2-beta.2507170243",
48
- "@statsig/statsig-node-core-linux-x64-gnu": "0.6.2-beta.2507170243",
49
- "@statsig/statsig-node-core-win32-x64-msvc": "0.6.2-beta.2507170243",
50
- "@statsig/statsig-node-core-darwin-x64": "0.6.2-beta.2507170243",
51
- "@statsig/statsig-node-core-win32-ia32-msvc": "0.6.2-beta.2507170243",
52
- "@statsig/statsig-node-core-linux-arm64-musl": "0.6.2-beta.2507170243",
53
- "@statsig/statsig-node-core-linux-arm64-gnu": "0.6.2-beta.2507170243",
54
- "@statsig/statsig-node-core-darwin-arm64": "0.6.2-beta.2507170243"
47
+ "@statsig/statsig-node-core-linux-x64-musl": "0.6.2-beta.2507190239",
48
+ "@statsig/statsig-node-core-linux-x64-gnu": "0.6.2-beta.2507190239",
49
+ "@statsig/statsig-node-core-win32-x64-msvc": "0.6.2-beta.2507190239",
50
+ "@statsig/statsig-node-core-darwin-x64": "0.6.2-beta.2507190239",
51
+ "@statsig/statsig-node-core-win32-ia32-msvc": "0.6.2-beta.2507190239",
52
+ "@statsig/statsig-node-core-linux-arm64-musl": "0.6.2-beta.2507190239",
53
+ "@statsig/statsig-node-core-linux-arm64-gnu": "0.6.2-beta.2507190239",
54
+ "@statsig/statsig-node-core-darwin-arm64": "0.6.2-beta.2507190239"
55
55
  }
56
56
  }
@@ -269,8 +269,8 @@ export interface StatsigUserArgs {
269
269
  country?: string
270
270
  locale?: string
271
271
  appVersion?: string
272
- custom?: Record<string, string | number | boolean | Array<string | number | boolean>>
273
- privateAttributes?: Record<string, string | number | boolean | Array<string | number | boolean>>
272
+ custom?: Record<string, string | number | boolean | Array<string | number | boolean> | null>
273
+ privateAttributes?: Record<string, string | number | boolean | Array<string | number | boolean> | null>
274
274
  }
275
275
  // ---- Manually defined typing section -----
276
276