shokupan 0.16.1 → 0.16.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/package.json +1 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shokupan",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.2",
|
|
4
4
|
"description": "Shokupan is a low-lift modern web framework for Bun.",
|
|
5
5
|
"author": "Andrew G. Knackstedt",
|
|
6
6
|
"publishConfig": {
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@apollo/server": "^5.2.0",
|
|
71
|
-
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
72
71
|
"@opentelemetry/api": "^1.9.0",
|
|
73
72
|
"@scalar/openapi-types": "^0.5.3",
|
|
74
73
|
"@scalar/types": "^0.6.6",
|
|
@@ -139,9 +138,6 @@
|
|
|
139
138
|
"surrealdb": {
|
|
140
139
|
"optional": true
|
|
141
140
|
},
|
|
142
|
-
"@modelcontextprotocol/sdk": {
|
|
143
|
-
"optional": true
|
|
144
|
-
},
|
|
145
141
|
"@opentelemetry/api": {
|
|
146
142
|
"optional": true
|
|
147
143
|
},
|
|
@@ -163,7 +159,6 @@
|
|
|
163
159
|
},
|
|
164
160
|
"devDependencies": {
|
|
165
161
|
"@apollo/server": "^5.2.0",
|
|
166
|
-
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
167
162
|
"@opentelemetry/api": "^1.9.0",
|
|
168
163
|
"@opentelemetry/exporter-trace-otlp-proto": "^0.208.0",
|
|
169
164
|
"@opentelemetry/resources": "^2.3.0",
|