@guren/server 1.0.0-rc.26 → 1.0.0
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.
|
@@ -6,7 +6,7 @@ import standard from "figlet/importable-fonts/Standard.js";
|
|
|
6
6
|
// package.json
|
|
7
7
|
var package_default = {
|
|
8
8
|
name: "@guren/server",
|
|
9
|
-
version: "1.0.0
|
|
9
|
+
version: "1.0.0",
|
|
10
10
|
type: "module",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
repository: {
|
|
@@ -115,13 +115,13 @@ var package_default = {
|
|
|
115
115
|
test: "bun test"
|
|
116
116
|
},
|
|
117
117
|
dependencies: {
|
|
118
|
-
"@guren/orm": "^1.0.0
|
|
118
|
+
"@guren/orm": "^1.0.0",
|
|
119
119
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
120
120
|
chalk: "^5.3.0",
|
|
121
121
|
consola: "^3.4.2",
|
|
122
122
|
figlet: "^1.7.0",
|
|
123
|
-
hono: "^4.12.
|
|
124
|
-
ioredis: "^5.
|
|
123
|
+
hono: "^4.12.29",
|
|
124
|
+
ioredis: "^5.11.1",
|
|
125
125
|
nodemailer: "^9.0.1"
|
|
126
126
|
},
|
|
127
127
|
peerDependencies: {
|
|
@@ -129,7 +129,7 @@ var package_default = {
|
|
|
129
129
|
"@aws-sdk/client-sqs": "^3.0.0",
|
|
130
130
|
"@aws-sdk/s3-request-presigner": "^3.0.0",
|
|
131
131
|
vite: ">=7.0.0",
|
|
132
|
-
"@guren/inertia-client": "^1.0.0
|
|
132
|
+
"@guren/inertia-client": "^1.0.0"
|
|
133
133
|
},
|
|
134
134
|
peerDependenciesMeta: {
|
|
135
135
|
"@aws-sdk/client-s3": {
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
logDevServerBanner,
|
|
3
3
|
parseImportMap,
|
|
4
4
|
startViteDevServer
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-VXXZIXAP.js";
|
|
6
6
|
import {
|
|
7
7
|
PendingSchedule,
|
|
8
8
|
Schedule,
|
|
@@ -2125,7 +2125,7 @@ async function renderDocument(page, options) {
|
|
|
2125
2125
|
`<script type="importmap">${importMap}</script>`,
|
|
2126
2126
|
`<script>window.__INERTIA_PAGE__ = ${serializedPage};</script>`
|
|
2127
2127
|
].filter((segment) => segment && segment.length > 0);
|
|
2128
|
-
const appMarkup = ssrResult?.body ?? `<
|
|
2128
|
+
const appMarkup = ssrResult?.body ?? `<script data-page="app" type="application/json">${serializedPage}</script><div id="app"></div>`;
|
|
2129
2129
|
const bodyClass = resolveBodyClass(page.component);
|
|
2130
2130
|
const bodyAttributes = bodyClass ? ` class="${escapeAttribute(bodyClass)}"` : "";
|
|
2131
2131
|
return `<!DOCTYPE html>
|
package/dist/runtime/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guren/server",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
"test": "bun test"
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
|
-
"@guren/orm": "^1.0.0
|
|
112
|
+
"@guren/orm": "^1.0.0",
|
|
113
113
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
114
114
|
"chalk": "^5.3.0",
|
|
115
115
|
"consola": "^3.4.2",
|
|
116
116
|
"figlet": "^1.7.0",
|
|
117
|
-
"hono": "^4.12.
|
|
118
|
-
"ioredis": "^5.
|
|
117
|
+
"hono": "^4.12.29",
|
|
118
|
+
"ioredis": "^5.11.1",
|
|
119
119
|
"nodemailer": "^9.0.1"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@aws-sdk/client-sqs": "^3.0.0",
|
|
124
124
|
"@aws-sdk/s3-request-presigner": "^3.0.0",
|
|
125
125
|
"vite": ">=7.0.0",
|
|
126
|
-
"@guren/inertia-client": "^1.0.0
|
|
126
|
+
"@guren/inertia-client": "^1.0.0"
|
|
127
127
|
},
|
|
128
128
|
"peerDependenciesMeta": {
|
|
129
129
|
"@aws-sdk/client-s3": {
|