@guren/server 1.0.0-rc.15 → 1.0.0-rc.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/dist/index.js +3 -3
- package/dist/runtime/index.js +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4206,7 +4206,7 @@ import standard from "figlet/importable-fonts/Standard.js";
|
|
|
4206
4206
|
// package.json
|
|
4207
4207
|
var package_default = {
|
|
4208
4208
|
name: "@guren/server",
|
|
4209
|
-
version: "1.0.0-rc.
|
|
4209
|
+
version: "1.0.0-rc.16",
|
|
4210
4210
|
type: "module",
|
|
4211
4211
|
license: "MIT",
|
|
4212
4212
|
repository: {
|
|
@@ -4311,8 +4311,8 @@ var package_default = {
|
|
|
4311
4311
|
test: "bun test"
|
|
4312
4312
|
},
|
|
4313
4313
|
dependencies: {
|
|
4314
|
-
"@guren/inertia-client": "^1.0.0-rc.
|
|
4315
|
-
"@guren/orm": "^1.0.0-rc.
|
|
4314
|
+
"@guren/inertia-client": "^1.0.0-rc.15",
|
|
4315
|
+
"@guren/orm": "^1.0.0-rc.15",
|
|
4316
4316
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
4317
4317
|
chalk: "^5.3.0",
|
|
4318
4318
|
consola: "^3.4.2",
|
package/dist/runtime/index.js
CHANGED
|
@@ -640,7 +640,7 @@ import standard from "figlet/importable-fonts/Standard.js";
|
|
|
640
640
|
// package.json
|
|
641
641
|
var package_default = {
|
|
642
642
|
name: "@guren/server",
|
|
643
|
-
version: "1.0.0-rc.
|
|
643
|
+
version: "1.0.0-rc.16",
|
|
644
644
|
type: "module",
|
|
645
645
|
license: "MIT",
|
|
646
646
|
repository: {
|
|
@@ -745,8 +745,8 @@ var package_default = {
|
|
|
745
745
|
test: "bun test"
|
|
746
746
|
},
|
|
747
747
|
dependencies: {
|
|
748
|
-
"@guren/inertia-client": "^1.0.0-rc.
|
|
749
|
-
"@guren/orm": "^1.0.0-rc.
|
|
748
|
+
"@guren/inertia-client": "^1.0.0-rc.15",
|
|
749
|
+
"@guren/orm": "^1.0.0-rc.15",
|
|
750
750
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
751
751
|
chalk: "^5.3.0",
|
|
752
752
|
consola: "^3.4.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guren/server",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"test": "bun test"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@guren/inertia-client": "^1.0.0-rc.
|
|
109
|
-
"@guren/orm": "^1.0.0-rc.
|
|
108
|
+
"@guren/inertia-client": "^1.0.0-rc.15",
|
|
109
|
+
"@guren/orm": "^1.0.0-rc.15",
|
|
110
110
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
111
111
|
"chalk": "^5.3.0",
|
|
112
112
|
"consola": "^3.4.2",
|