We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c28aee commit 755d694Copy full SHA for 755d694
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# 1.0.16
2
- Bumped dependencies
3
+- Updated package config
4
5
# 1.0.15
6
- Fixed component prefix handling with nuxt-kit@3.15.4
package.json
@@ -14,13 +14,18 @@
14
"type": "module",
15
"exports": {
16
".": {
17
- "types": "./dist/types.d.ts",
18
- "import": "./dist/module.mjs",
19
- "require": "./dist/module.cjs"
+ "types": "./dist/types.d.mts",
+ "import": "./dist/module.mjs"
+ }
20
+ },
21
+ "main": "./dist/module.mjs",
22
+ "typesVersions": {
23
+ "*": {
24
+ ".": [
25
+ "./dist/types.d.mts"
26
+ ]
27
}
28
},
- "main": "./dist/module.cjs",
29
"files": [
30
"dist"
31
],
0 commit comments