@automate.ax/api-contract 0.22.0 → 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
@@ -1,6 +1,5 @@
1
1
  # `@automate.ax/api-contract`
2
2
 
3
- Shared oRPC procedure contracts for the Automate.ax API. The public contract
4
- used by `@automate.ax/client` excludes first-party and runtime procedures.
3
+ Shared oRPC procedure contracts for the Automate.ax API. The public contract used by `@automate.ax/client` excludes first-party and runtime procedures.
5
4
 
6
5
  Most applications should install `@automate.ax/client` instead.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/api-contract",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "Public oRPC contract 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/codec": "0.22.0",
29
+ "@automate.ax/codec": "0.22.1",
30
30
  "@orpc/contract": "1.13.14",
31
31
  "zod": "^4.3.6"
32
32
  },