@chill-institute/contracts 0.1.5 → 0.1.6

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  Public API contracts for [chill.institute](https://chill.institute), your favorite [put.io](https://put.io) extension since 2018.
6
6
 
7
+ ## Docs
8
+
9
+ - [Architecture](./docs/ARCHITECTURE.md)
10
+
7
11
  ## Contributing
8
12
 
9
13
  Please read the [contributing guide](./CONTRIBUTING.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chill-institute/contracts",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Canonical protobuf API contracts and generated client artifacts for Chill",
5
5
  "license": "MIT",
6
6
  "packageManager": "pnpm@10.15.1",