elysia-autoload 0.2.2 → 0.2.3
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 +5 -5
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "elysia-autoload",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.3",
|
4
4
|
"author": "kravetsone",
|
5
5
|
"type": "module",
|
6
6
|
"types": "./dist/index.d.ts",
|
7
|
-
"main": "./dist/index.
|
8
|
-
"module": "./dist/index.
|
7
|
+
"main": "./dist/index.cjs",
|
8
|
+
"module": "./dist/index.js",
|
9
9
|
"description": "Plugin for Elysia which autoload all routes in directory and code-generate types for Eden",
|
10
10
|
"homepage": "https://github.com/kravetsone/elysia-autoload",
|
11
11
|
"keywords": [
|
@@ -22,10 +22,10 @@
|
|
22
22
|
"codegeneration"
|
23
23
|
],
|
24
24
|
"scripts": {
|
25
|
-
"prepublishOnly": "bun test && bunx tsup && rm -f ./dist/index.d
|
25
|
+
"prepublishOnly": "bun test && bunx tsup && rm -f ./dist/index.d.сts",
|
26
26
|
"lint": "bunx @biomejs/biome check src",
|
27
27
|
"lint:fix": "bun lint --apply",
|
28
|
-
"prepare": "husky"
|
28
|
+
"prepare": "bunx husky"
|
29
29
|
},
|
30
30
|
"files": [
|
31
31
|
"dist"
|