@mozilla/nimbus-schemas 2023.10.23 → 2024.1.2

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 (3) hide show
  1. package/README.md +4 -4
  2. package/index.d.ts +1 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -5,19 +5,19 @@ This directory contains a package of schemas published to various repositories f
5
5
 
6
6
  ## Installation/Usage
7
7
  ### Prerequisites
8
- - python ^3.10
8
+ - python ^3.11
9
9
  - poetry ^1.2.2
10
10
  - node ^16
11
11
  - yarn ^1.22
12
12
 
13
13
  #### Common Operations
14
14
  From project root (i.e., parent to this directory)
15
- - Install: `make schemas_install`
15
+ - Build: `make schemas_build`
16
16
  - Run linting and tests: `make schemas_check`
17
- - Code formatting: `make schemas_code_format`
17
+ - Code formatting: `make schemas_format`
18
18
 
19
19
  #### Building Python Schemas Package
20
- `make schemas_build`
20
+ `make schemas_build_pypi`
21
21
 
22
22
  #### Building Typescript Schemas Package
23
23
  `make schemas_build_npm`
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": "2023.10.23",
3
+ "version": "2024.1.2",
4
4
  "description": "Schemas used by Mozilla Nimbus and related projects.",
5
5
  "main": "index.d.ts",
6
6
  "repository": {