@blekline/contracts 0.1.0 → 0.2.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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,3 +19,9 @@ Machine-readable API spec: [`openapi.yaml`](./openapi.yaml)
19
19
  ```bash
20
20
  pnpm --filter @blekline/contracts build
21
21
  ```
22
+
23
+ ## Docs
24
+
25
+ - [OpenAPI](https://app.blekline.com/docs/api/openapi)
26
+ - [AI Enablement Stack](https://app.blekline.com/docs/introduction/ai-enablement-stack)
27
+ - [Quick start](https://app.blekline.com/docs/introduction/quick-start)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blekline/contracts",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "private": false,
6
6
  "repository": {