@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.
- package/README.md +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
|
-
|
|
118
|
-
|
|
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
|
|
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
|
|
40
|
+
"@aotter/mantle-spec": "0.1.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"zod": "^4.5.0"
|