@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.
- package/README.md +4 -3
- 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
|
|
156
|
-
|
|
157
|
-
|
|
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.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"
|
|
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": [
|