@we8/client 0.1.0 → 0.1.2

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 +4 -3
  2. package/package.json +2 -8
package/README.md CHANGED
@@ -108,6 +108,7 @@ pass them in:
108
108
  - `WE8_PUBLISHABLE_KEY`: the publishable (`pk_`) key given to
109
109
  `createClient({ key })`.
110
110
 
111
- See [the API doc](https://github.com/reveriext/we8-package/blob/main/docs/api.md) for the dialect in prose, and [the
112
- frontend doc](https://github.com/reveriext/we8-package/blob/main/docs/frontend.md) for how `@we8/astro` and the starter
113
- template build on this.
111
+ The full, authoritative contract is the OpenAPI 3.1 document every we8 CMS
112
+ serves keyless at `GET /v1/openapi.json`. For an Astro site,
113
+ [`@we8/astro`](https://www.npmjs.com/package/@we8/astro) builds on this
114
+ client.
package/package.json CHANGED
@@ -1,14 +1,8 @@
1
1
  {
2
2
  "name": "@we8/client",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+https://github.com/reveriext/we8-package.git",
8
- "directory": "packages/client"
9
- },
10
- "homepage": "https://github.com/reveriext/we8-package/tree/main/packages/client#readme",
11
- "bugs": "https://github.com/reveriext/we8-package/issues",
5
+ "homepage": "https://we8.io",
12
6
  "type": "module",
13
7
  "description": "Typed client for the we8 public API. No runtime dependencies; works in browsers, Node, and edge runtimes.",
14
8
  "keywords": [