@aotter/mantle 0.1.0-alpha.15 → 0.1.0-alpha.16
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aotter/mantle",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.16",
|
|
4
4
|
"description": "Embeddable Mantle Core umbrella with Spec and Runtime; Web, Admin, Bun, Vercel, Cloudflare, and Admin UI are optional peer packages.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://mantle.tools/",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"README.md"
|
|
84
84
|
],
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@aotter/mantle-
|
|
87
|
-
"@aotter/mantle-
|
|
86
|
+
"@aotter/mantle-spec": "0.1.0-alpha.16",
|
|
87
|
+
"@aotter/mantle-runtime": "0.1.0-alpha.16"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"aws4fetch": "^1.0.20",
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
"hono": "^4.12.0",
|
|
93
93
|
"@libsql/client": "^0.17.4",
|
|
94
94
|
"zod": "^4.5.0",
|
|
95
|
-
"@aotter/mantle-
|
|
96
|
-
"@aotter/mantle-admin-ui": "0.1.0-alpha.
|
|
97
|
-
"@aotter/mantle-cloudflare": "0.1.0-alpha.
|
|
98
|
-
"@aotter/mantle-
|
|
99
|
-
"@aotter/mantle-
|
|
100
|
-
"@aotter/mantle-
|
|
95
|
+
"@aotter/mantle-admin": "0.1.0-alpha.16",
|
|
96
|
+
"@aotter/mantle-admin-ui": "0.1.0-alpha.16",
|
|
97
|
+
"@aotter/mantle-cloudflare": "0.1.0-alpha.16",
|
|
98
|
+
"@aotter/mantle-bun": "0.1.0-alpha.16",
|
|
99
|
+
"@aotter/mantle-vercel": "0.1.0-alpha.16",
|
|
100
|
+
"@aotter/mantle-web": "0.1.0-alpha.16"
|
|
101
101
|
},
|
|
102
102
|
"peerDependenciesMeta": {
|
|
103
103
|
"@aotter/mantle-admin": {
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
"typescript": "^6.0.3",
|
|
141
141
|
"vitest": "^4.1.11",
|
|
142
142
|
"zod": "^4.5.4",
|
|
143
|
-
"@aotter/mantle-admin": "0.1.0-alpha.
|
|
144
|
-
"@aotter/mantle-
|
|
145
|
-
"@aotter/mantle-cloudflare": "0.1.0-alpha.
|
|
146
|
-
"@aotter/mantle-
|
|
147
|
-
"@aotter/mantle-vercel": "0.1.0-alpha.
|
|
148
|
-
"@aotter/mantle-web": "0.1.0-alpha.
|
|
143
|
+
"@aotter/mantle-admin-ui": "0.1.0-alpha.16",
|
|
144
|
+
"@aotter/mantle-bun": "0.1.0-alpha.16",
|
|
145
|
+
"@aotter/mantle-cloudflare": "0.1.0-alpha.16",
|
|
146
|
+
"@aotter/mantle-admin": "0.1.0-alpha.16",
|
|
147
|
+
"@aotter/mantle-vercel": "0.1.0-alpha.16",
|
|
148
|
+
"@aotter/mantle-web": "0.1.0-alpha.16"
|
|
149
149
|
},
|
|
150
150
|
"engines": {
|
|
151
151
|
"node": ">=22"
|