@mozilla/nimbus-schemas 2024.1.1 → 2024.1.3

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.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -235,6 +235,7 @@ export interface Statistic {
235
235
  point?: number;
236
236
  lower?: number;
237
237
  upper?: number;
238
+ p_value?: number;
238
239
  segment?: string;
239
240
  analysis_basis?: AnalysisBasis;
240
241
  window_index?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozilla/nimbus-schemas",
3
- "version": "2024.1.1",
3
+ "version": "2024.1.3",
4
4
  "description": "Schemas used by Mozilla Nimbus and related projects.",
5
5
  "main": "index.d.ts",
6
6
  "repository": {