milkio 1.0.0-alpha.62 → 1.0.0-alpha.64

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/listener/index.ts CHANGED
@@ -87,7 +87,7 @@ export function __initListener(generated: GeneratedInit, runtime: any, executer:
87
87
 
88
88
  await runtime.emit('milkio:httpRequest', { executeId, logger, path: http.path.string as string, http })
89
89
 
90
- if (!runtime.develop && ((http.path.string as string).startsWith('/#/'))) {
90
+ if (!runtime.develop && ((http.path.string as string).startsWith('/_/'))) {
91
91
  await runtime.emit('milkio:httpNotFound', { executeId, logger, path: http.path.string as string, http })
92
92
  throw reject('NOT_FOUND', { path: http.path.string as string })
93
93
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "milkio",
3
3
  "type": "module",
4
- "version": "1.0.0-alpha.62",
4
+ "version": "1.0.0-alpha.64",
5
5
  "module": "index.ts",
6
6
  "scripts": {},
7
7
  "peerDependencies": {
@@ -13,7 +13,7 @@
13
13
  "chalk": "^5.3.0",
14
14
  "date-fns": "^4.1.0",
15
15
  "milkid": "2.0.7",
16
- "typia": "6.11.3"
16
+ "typia": "*"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/bun": "latest",