@we8/cloudflare 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
|
@@ -52,6 +52,7 @@ conventions. The seam between core and pack stays thin (database, object
|
|
|
52
52
|
storage, analytics sink, email sender) so a second pack is a real possibility,
|
|
53
53
|
but 0.1 ships no driver framework.
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
The path from an empty directory to a deployed CMS is written into the
|
|
56
|
+
project itself: [`create-we8`](https://www.npmjs.com/package/create-we8)
|
|
57
|
+
generates a README whose steps are the exact commands in dependency order,
|
|
58
|
+
and `npm run doctor` names whatever is still missing at any point.
|
package/package.json
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@we8/cloudflare",
|
|
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/cloudflare"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://github.com/reveriext/we8-package/tree/main/packages/cloudflare#readme",
|
|
11
|
-
"bugs": "https://github.com/reveriext/we8-package/issues",
|
|
5
|
+
"homepage": "https://we8.io",
|
|
12
6
|
"type": "module",
|
|
13
7
|
"description": "The Cloudflare pack for we8: the wrangler config generator, the first-boot doctor, the migrations runner, and the Cloudflare Email Service sender.",
|
|
14
8
|
"keywords": [
|