@we8/admin-app 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 +6 -4
- package/package.json +2 -8
package/README.md
CHANGED
|
@@ -61,7 +61,9 @@ npm run admin:bundle --workspace @we8/cms
|
|
|
61
61
|
|
|
62
62
|
## Architecture
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
The shell is workspace-first: a chooser landing with live pulses opens into
|
|
65
|
+
Engagement, Content, and Website, with a quieter Setup for the wiring. One
|
|
66
|
+
navigation contract declares every screen and which of them the owner role
|
|
67
|
+
gates; the first run offers to create the owner account, and public sign-up
|
|
68
|
+
closes behind it. The portal is served by the CMS worker itself, same-origin,
|
|
69
|
+
which is what lets the session cookie work with nothing cross-site.
|
package/package.json
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@we8/admin-app",
|
|
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/admin"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://github.com/reveriext/we8-package/tree/main/packages/admin#readme",
|
|
11
|
-
"bugs": "https://github.com/reveriext/we8-package/issues",
|
|
5
|
+
"homepage": "https://we8.io",
|
|
12
6
|
"type": "module",
|
|
13
7
|
"description": "The we8 admin portal SPA: a workspace-first React and Vite app for Engagement, Content, Website, and Setup.",
|
|
14
8
|
"keywords": [
|