levrops-contracts 1.1.0 → 1.3.0

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/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,11 +66,12 @@ make install-cli
66
66
  # or: cd cli && pip install -e .
67
67
 
68
68
  # Use it
69
- levrops-contracts bump 1.2.0 # Bump version and regenerate
69
+ levrops-contracts bump 1.3.0 # Bump version and regenerate
70
70
  levrops-contracts sync # Sync contracts across all projects
71
71
  levrops-contracts validate # Validate OpenAPI/AsyncAPI specs
72
72
  levrops-contracts status # Check versions across projects
73
73
  levrops-contracts generate-docs # Regenerate API documentation
74
+ levrops-contracts submit-proposal --all # Submit contract proposals
74
75
  ```
75
76
 
76
77
  See `cli/README.md` for full CLI documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "levrops-contracts",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "description": "LevrOps API contracts, schemas, code generators, and Sanity content contracts",
5
5
  "license": "MIT",
6
6
  "repository": {