@aotter/mantle-cloudflare 0.1.2-rc.1 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -10,8 +10,8 @@ This package mounts the runtime on Hono, implements the runtime ports against
10
10
  Cloudflare D1 / KV / Workers assets, and owns curated identity/session wiring
11
11
  plus MCP OAuth/CIMD. Legacy DCR remains a bounded compatibility path.
12
12
 
13
- This package is prerelease software. Its `package.json` is the exact version
14
- authority; the API surface may change until the first stable `0.1.2` release.
13
+ `0.1.2` is this package's first stable release. Its `package.json` is the
14
+ exact version installed.
15
15
 
16
16
  ## Conventional Worker Facade
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aotter/mantle-cloudflare",
3
- "version": "0.1.2-rc.1",
3
+ "version": "0.1.2",
4
4
  "description": "Cloudflare Workers adapter for Mantle runtime, Admin, MCP, and public Web mounts.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://mantle.tools/",
@@ -36,10 +36,10 @@
36
36
  "@better-auth/cimd": "1.7.2",
37
37
  "@better-auth/mcp": "1.7.2",
38
38
  "@better-auth/oauth-provider": "1.7.2",
39
- "@aotter/mantle-runtime": "0.1.2-rc.1",
40
- "@aotter/mantle-spec": "0.1.2-rc.1",
41
- "@aotter/mantle-admin": "0.1.2-rc.1",
42
- "@aotter/mantle-web": "0.1.2-rc.1"
39
+ "@aotter/mantle-admin": "0.1.2",
40
+ "@aotter/mantle-runtime": "0.1.2",
41
+ "@aotter/mantle-spec": "0.1.2",
42
+ "@aotter/mantle-web": "0.1.2"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "aws4fetch": "^1.0.20",