@theholocron/vercel-client 0.11.3 → 0.11.5

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,4 +64,4 @@ const status = await vercel.deployments.get(deployment.id);
64
64
 
65
65
  ## Status
66
66
 
67
- `v0.9.0` — published on npm. APIs may shift before v1.
67
+ `v0.11.3` — published on npm. APIs may shift before v1.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/vercel-client",
3
- "version": "0.11.3",
3
+ "version": "0.11.5",
4
4
  "description": "A TypeScript client for the Vercel API",
5
5
  "homepage": "https://github.com/theholocron/clients/tree/main/packages/vercel-client#readme",
6
6
  "bugs": "https://github.com/theholocron/clients/issues",