@we8/admin-app 0.1.0 → 0.1.1

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 +6 -4
  2. 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
- [docs/admin.md](https://github.com/reveriext/we8-package/blob/main/docs/admin.md) is the living document: the shell and its
65
- navigation contract, the auth flow including the first run, the role gate, the
66
- data layer, the screens, and the serving model. The experience it implements is
67
- [docs/admin-experience.md](https://github.com/reveriext/we8-package/blob/main/docs/admin-experience.md).
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.0",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
- "repository": {
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": [