@automate.ax/client 0.21.1 → 0.22.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,6 @@ const client = createAutomateClient({
20
20
  const projects = await client.project.list()
21
21
  ```
22
22
 
23
- The key is organization-owned and is sent in the `x-api-key` header. It does
24
- not represent a user session.
23
+ The key is organization-owned and is sent in the `x-api-key` header. It does not represent a user session.
25
24
 
26
25
  The client targets `https://automate.ax/api/rpc`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/client",
3
- "version": "0.21.1",
3
+ "version": "0.22.1",
4
4
  "description": "Type-safe client for the Automate.ax API.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "@automate.ax/api-contract": "0.21.1",
29
+ "@automate.ax/api-contract": "0.22.1",
30
30
  "@orpc/client": "1.13.14",
31
31
  "@orpc/contract": "1.13.14"
32
32
  },