@mozilla/nimbus-schemas 2023.10.23 → 2024.1.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.
- package/README.md +4 -4
- 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.
|
|
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
|
-
-
|
|
15
|
+
- Build: `make schemas_build`
|
|
16
16
|
- Run linting and tests: `make schemas_check`
|
|
17
|
-
- Code formatting: `make
|
|
17
|
+
- Code formatting: `make schemas_format`
|
|
18
18
|
|
|
19
19
|
#### Building Python Schemas Package
|
|
20
|
-
`make
|
|
20
|
+
`make schemas_build_pypi`
|
|
21
21
|
|
|
22
22
|
#### Building Typescript Schemas Package
|
|
23
23
|
`make schemas_build_npm`
|