@cerbos/http
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@cerbos/http", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Client library for interacting with the Cerbos policy decision point over HTTP from browser-based applications", | ||
@@ -29,4 +29,4 @@ "repository": { | ||
"dependencies": { | ||
"@cerbos/core": "^0.5.0" | ||
"@cerbos/core": "^0.5.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # @cerbos/http | ||
You can use it in server-side Node.js applications, but the [gRPC client](/packages/grpc/README.md) might be more appropriate. | ||
You can use it in server-side Node.js applications, but the [gRPC client](../grpc/README.md) might be more appropriate. | ||
@@ -49,7 +49,7 @@ - For Node.js up to 17.4, you'll need [a polyfill](https://www.npmjs.com/package/cross-fetch) to make `fetch` happen. | ||
For more details, [see the `HTTP` class documentation](/docs/http.http.md). | ||
For more details, [see the `HTTP` class documentation](../../docs/http.http.md). | ||
## Further reading | ||
- [API reference](/docs/http.md) | ||
- [API reference](../../docs/http.md) | ||
- [Cerbos documentation](https://docs.cerbos.dev) | ||
@@ -56,0 +56,0 @@ |
1689440
Updated@cerbos/core@^0.5.1