wildpig 1.0.9 → 1.0.11

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/README.md CHANGED
@@ -1 +1,5 @@
1
- "# wildpig"
1
+ # 🐗Wildpig 野猪框架
2
+
3
+ 一个健壮的,快速的,跑得快的基于Typescript & Bun的全栈框架。
4
+
5
+ 框架开发中,敬请期待。
@@ -5,5 +5,5 @@ export default {
5
5
  POST: (req: any) => middleware(req, require("#/src/api/hello/index.ts").POST),
6
6
  PUT: (req: any) => middleware(req, require("#/src/api/hello/index.ts").PUT),
7
7
  DELETE: (req: any) => middleware(req, require("#/src/api/hello/index.ts").DELETE),
8
- }
8
+ },
9
9
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.9",
2
+ "version": "1.0.11",
3
3
  "scripts": {
4
4
  "dev": "export NODE_ENV=development && bun --hot run index.ts",
5
5
  "prebuild": "bun run scripts/run-prebuild.ts",