sonamu 0.8.28 → 0.8.29

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.
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/sonamu-ui/setting.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>{{projectName}}: Sonamu UI</title>
8
- <script type="module" crossorigin src="/sonamu-ui/assets/index-DK-2aacv.js"></script>
8
+ <script type="module" crossorigin src="/sonamu-ui/assets/index-BN_1owRD.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/sonamu-ui/assets/index-CKo0Z2Iu.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sonamu",
3
- "version": "0.8.28",
3
+ "version": "0.8.29",
4
4
  "description": "Sonamu — TypeScript Fullstack API Framework",
5
5
  "keywords": [
6
6
  "typescript",
@@ -125,12 +125,12 @@
125
125
  "qs": "^6.14.1",
126
126
  "radashi": "^12.2.0",
127
127
  "tsicli": "^1.0.5",
128
- "vite": "7.3.0",
128
+ "vite": "7.3.2",
129
129
  "vitest": "^4.0.10",
130
130
  "@sonamu-kit/hmr-hook": "^0.4.1",
131
+ "@sonamu-kit/hmr-runner": "^0.1.1",
131
132
  "@sonamu-kit/tasks": "^0.2.0",
132
- "@sonamu-kit/ts-loader": "^2.1.3",
133
- "@sonamu-kit/hmr-runner": "^0.1.1"
133
+ "@sonamu-kit/ts-loader": "^2.1.3"
134
134
  },
135
135
  "devDependencies": {
136
136
  "@biomejs/biome": "^2.3.13",