@aotter/mantle 0.0.11-alpha.26 → 0.0.11-alpha.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aotter/mantle",
3
- "version": "0.0.11-alpha.26",
3
+ "version": "0.0.11-alpha.27",
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://mantle.tools/",
@@ -47,10 +47,10 @@
47
47
  "README.md"
48
48
  ],
49
49
  "dependencies": {
50
- "@aotter/mantle-admin-ui": "0.0.11-alpha.26",
51
- "@aotter/mantle-runtime": "0.0.11-alpha.26",
52
- "@aotter/mantle-spec": "0.0.11-alpha.26",
53
- "@aotter/mantle-cloudflare": "0.0.11-alpha.26"
50
+ "@aotter/mantle-admin-ui": "0.0.11-alpha.27",
51
+ "@aotter/mantle-cloudflare": "0.0.11-alpha.27",
52
+ "@aotter/mantle-runtime": "0.0.11-alpha.27",
53
+ "@aotter/mantle-spec": "0.0.11-alpha.27"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@cloudflare/workers-oauth-provider": "^0.7.0",
@@ -10,8 +10,7 @@ when_to_invoke: |
10
10
  You're installing a mantle site for the user. If the user arrived from
11
11
  the landing launch flow, a short-lived launch session already carries
12
12
  the launch-critical values. Treat that session as the source of truth
13
- and scaffold first. Do not switch to the retired prompt-composition
14
- flow.
13
+ and scaffold first.
15
14
 
16
15
  ## Ground truth
17
16