@chill-institute/contracts 2.3.3 → 2.3.4

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 -20
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
  ![chill.institute contracts](https://chill.institute/banner.png)
4
4
 
5
- Public API contracts for [chill.institute](https://chill.institute), your favorite [put.io](https://put.io) extension since 2018.
6
-
7
- This repo is the boundary between the backend, web app, CLI, and downstream consumers. It owns protobuf schemas plus generated Go, TypeScript, and OpenAPI artifacts.
5
+ Schemas and generated clients for the public [chill.institute](https://chill.institute) API.
8
6
 
9
7
  ## Install
10
8
 
@@ -20,26 +18,10 @@ Go consumers:
20
18
  go get github.com/chill-institute/chill-contracts
21
19
  ```
22
20
 
23
- ## Develop
24
-
25
- ```bash
26
- mise install
27
- mise run generate
28
- mise run verify
29
- ```
30
-
31
- Regenerate artifacts after changing protobuf definitions and commit schema plus generated output together.
32
-
33
21
  ## Docs
34
22
 
35
23
  - [API reference](./docs/API.md): generated contract surface
36
24
  - [Architecture](./docs/ARCHITECTURE.md): package layout and generation flow
37
25
  - [Security](./SECURITY.md): reporting and contract safety notes
38
26
 
39
- ## Contributing
40
-
41
- Please read the [contributing guide](./CONTRIBUTING.md).
42
-
43
- ## License
44
-
45
- Licensed under the [MIT License](./LICENSE).
27
+ [Contributing](./CONTRIBUTING.md) · [MIT License](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chill-institute/contracts",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Canonical protobuf API contracts and generated client artifacts for Chill",
5
5
  "license": "MIT",
6
6
  "packageManager": "pnpm@11.0.3",