@mozilla/nimbus-schemas 2024.8.1 → 2024.9.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.d.ts +0 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -251,7 +251,6 @@ export interface Statistic {
251
251
  point?: number;
252
252
  lower?: number;
253
253
  upper?: number;
254
- p_value?: number;
255
254
  segment?: string;
256
255
  analysis_basis?: AnalysisBasis;
257
256
  window_index?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozilla/nimbus-schemas",
3
- "version": "2024.8.1",
3
+ "version": "2024.9.1",
4
4
  "description": "Schemas used by Mozilla Nimbus and related projects.",
5
5
  "main": "index.d.ts",
6
6
  "repository": {