@guren/server 1.0.0 → 1.1.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.
- package/dist/{chunk-VXXZIXAP.js → chunk-QH4NUKSV.js} +4 -4
- package/dist/index.js +662 -660
- package/dist/runtime/index.js +1 -1
- package/dist/vite/index.d.ts +2 -2
- package/dist/vite/index.js +5 -1
- package/package.json +2 -2
|
@@ -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.
|
|
9
|
+
version: "1.1.0",
|
|
10
10
|
type: "module",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
repository: {
|
|
@@ -115,7 +115,7 @@ var package_default = {
|
|
|
115
115
|
test: "bun test"
|
|
116
116
|
},
|
|
117
117
|
dependencies: {
|
|
118
|
-
"@guren/orm": "^1.0.
|
|
118
|
+
"@guren/orm": "^1.0.1",
|
|
119
119
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
120
120
|
chalk: "^5.3.0",
|
|
121
121
|
consola: "^3.4.2",
|
|
@@ -248,8 +248,8 @@ function parseImportMap(value, options = {}) {
|
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
export {
|
|
251
|
+
parseImportMap,
|
|
251
252
|
GUREN_ASCII_ART,
|
|
252
253
|
logDevServerBanner,
|
|
253
|
-
startViteDevServer
|
|
254
|
-
parseImportMap
|
|
254
|
+
startViteDevServer
|
|
255
255
|
};
|