Skip to content

Commit 2ca521c

Browse files
committed
Fix attw error
1 parent 2ce02e6 commit 2ca521c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/core/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@
165165
],
166166
"v3/schemas": [
167167
"dist/commonjs/v3/schemas/index.d.ts"
168+
],
169+
"v3/jwt": [
170+
"dist/commonjs/v3/jwt.d.ts"
168171
]
169172
}
170173
},
@@ -625,4 +628,4 @@
625628
"main": "./dist/commonjs/index.js",
626629
"types": "./dist/commonjs/index.d.ts",
627630
"module": "./dist/esm/index.js"
628-
}
631+
}

0 commit comments

Comments
 (0)