@we8/astro 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
@@ -152,6 +152,7 @@ server-only build. Never let one reach the browser.
152
152
  ## The contract
153
153
 
154
154
  The full, authoritative interface is the OpenAPI document your CMS serves at
155
- `/v1/openapi.json`, keyless, and [the API doc](https://github.com/reveriext/we8-package/blob/main/docs/api.md) is the same
156
- contract in prose. See [the frontend doc](https://github.com/reveriext/we8-package/blob/main/docs/frontend.md) for how this
157
- package and the starter template fit together.
155
+ `/v1/openapi.json`, keyless. This package builds on
156
+ [`@we8/client`](https://www.npmjs.com/package/@we8/client); the starter
157
+ template that `npm create we8` offers is written against both, and its own
158
+ README documents how the pieces fit.
package/package.json CHANGED
@@ -1,14 +1,8 @@
1
1
  {
2
2
  "name": "@we8/astro",
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/astro"
9
- },
10
- "homepage": "https://github.com/reveriext/we8-package/tree/main/packages/astro#readme",
11
- "bugs": "https://github.com/reveriext/we8-package/issues",
5
+ "homepage": "https://we8.io",
12
6
  "type": "module",
13
7
  "description": "The Astro integration for we8: build-time content helpers, the visit beacon, progressive-enhancement forms, consent, and sitemap merging.",
14
8
  "keywords": [