@aotter/mantle-runtime 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 +2 -2
package/README.md CHANGED
@@ -114,8 +114,8 @@ Queue-backed `after_*` lifecycle delivery is optional and at-least-once. See
114
114
  for the strict envelope, idempotency key, Cloudflare bindings, retry/DLQ
115
115
  behavior, and upgrade procedure.
116
116
 
117
- This package is prerelease software. Its `package.json` is the exact version
118
- authority; the API surface may change until the first stable `0.1.2` release.
117
+ `0.1.2` is this package's first stable release. Its `package.json` is the
118
+ exact version installed.
119
119
 
120
120
  ## Port failures
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aotter/mantle-runtime",
3
- "version": "0.1.2-rc.1",
3
+ "version": "0.1.2",
4
4
  "description": "Headless runtime engine for Mantle: entry operations, procedures, views, triggers, lifecycle, and adapter-agnostic ports.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://mantle.tools/",
@@ -37,7 +37,7 @@
37
37
  "README.md"
38
38
  ],
39
39
  "dependencies": {
40
- "@aotter/mantle-spec": "0.1.2-rc.1"
40
+ "@aotter/mantle-spec": "0.1.2"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "zod": "^4.5.0"