@aotter/mantle 0.0.11-alpha.11 → 0.0.11-alpha.13
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ import { mountServerEndpoints } from "@aotter/mantle/cloudflare";
|
|
|
31
31
|
|
|
32
32
|
## Getting started
|
|
33
33
|
|
|
34
|
-
Recommended path: open
|
|
34
|
+
Recommended path: open the Mantle landing page, pick an archetype and theme, then paste the generated prompt into Claude Code / Cursor / Codex. The install Skill asks the right follow-up questions and then runs the scaffolder for you.
|
|
35
35
|
|
|
36
36
|
Available starter keys and direct scaffolder usage live in [`aotter/mantle-starters`](https://github.com/aotter/mantle-starters): `presence`, `publication`, `intake`, `transaction`, and `blank`. See `skills/install` in the [Mantle repo](https://github.com/aotter/mantle/tree/develop/skills/install) for the full agent-driven install flow.
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aotter/mantle",
|
|
3
|
-
"version": "0.0.11-alpha.
|
|
3
|
+
"version": "0.0.11-alpha.13",
|
|
4
4
|
"description": "Umbrella entry for @aotter/mantle. Adopters install this one package and import from subpaths: /spec, /runtime, /cloudflare, /admin-ui. Sub-packages remain individually installable on npm for tooling / alt-adapter authors. The Netlify adapter ships as a private workspace stub in v0.1 — its subpath will be added when the impl lands in v0.2.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/aotter/mantle/tree/develop/packages/mantle",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"README.md"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@aotter/mantle-admin-ui": "0.0.11-alpha.
|
|
49
|
-
"@aotter/mantle-
|
|
50
|
-
"@aotter/mantle-
|
|
51
|
-
"@aotter/mantle-spec": "0.0.11-alpha.
|
|
48
|
+
"@aotter/mantle-admin-ui": "0.0.11-alpha.13",
|
|
49
|
+
"@aotter/mantle-cloudflare": "0.0.11-alpha.13",
|
|
50
|
+
"@aotter/mantle-runtime": "0.0.11-alpha.13",
|
|
51
|
+
"@aotter/mantle-spec": "0.0.11-alpha.13"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@cloudflare/workers-oauth-provider": "^0.6.0",
|