@soybeanjs/hono-ssr 0.0.1 → 0.0.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.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/hono-ssr",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A Vite SSR plugin for Hono framework, providing file-based routing, client build, SSR manifest management, and multi-platform deployment adaptation.",
5
5
  "homepage": "https://github.com/soybeanjs/hono-ssr",
6
6
  "bugs": {
@@ -45,14 +45,16 @@
45
45
  "publishConfig": {
46
46
  "registry": "https://registry.npmjs.org/"
47
47
  },
48
- "devDependencies": {
48
+ "dependencies": {
49
49
  "@hono/vite-build": "^1.11.1",
50
50
  "@hono/vite-dev-server": "^0.26.0",
51
+ "hono": "^4.12.24",
52
+ "tinyglobby": "^0.2.17"
53
+ },
54
+ "devDependencies": {
51
55
  "@soybeanjs/cli": "^1.7.2",
52
56
  "@soybeanjs/oxc-config": "^0.2.3",
53
57
  "@types/node": "^25.9.2",
54
- "hono": "^4.12.24",
55
- "tinyglobby": "^0.2.17",
56
58
  "typescript": "^6.0.3",
57
59
  "vite": "npm:@voidzero-dev/vite-plus-core@^0.1.24",
58
60
  "vite-plus": "^0.1.24",