Skip to content

Commit c79acc1

Browse files
committedJan 9, 2025
Revert "chore(deps): update @nuxt/module-builder"
This reverts commit 71e98a4.
1 parent 15b411d commit c79acc1

File tree

3 files changed

+352
-66
lines changed

3 files changed

+352
-66
lines changed
 

‎package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"license": "MIT",
1313
"exports": {
1414
".": {
15-
"style": "./dist/runtime/index.css",
16-
"types": "./dist/module.d.mts",
15+
"types": "./dist/module.d.ts",
1716
"import": "./dist/module.mjs",
18-
"require": "./dist/module.cjs"
17+
"require": "./dist/module.cjs",
18+
"style": "./dist/runtime/index.css"
1919
},
2020
"./unplugin": {
21-
"types": "./dist/unplugin.d.mts",
21+
"types": "./dist/unplugin.d.ts",
2222
"import": "./dist/unplugin.mjs",
2323
"require": "./dist/unplugin.cjs"
2424
},
2525
"./vite": {
26-
"types": "./dist/vite.d.mts",
26+
"types": "./dist/vite.d.ts",
2727
"import": "./dist/vite.mjs",
2828
"require": "./dist/vite.cjs"
2929
},
3030
"./vue-plugin": {
31-
"types": "./vue-plugin.d.mts"
31+
"types": "./vue-plugin.d.ts"
3232
},
3333
"./runtime/*": "./dist/runtime/*",
3434
"./locale": {
@@ -44,11 +44,12 @@
4444
},
4545
"style": "./dist/runtime/index.css",
4646
"main": "./dist/module.cjs",
47+
"types": "./dist/types.d.ts",
4748
"files": [
4849
".nuxt/ui",
4950
"dist",
5051
"cli",
51-
"vue-plugin.d.mts"
52+
"vue-plugin.d.ts"
5253
],
5354
"scripts": {
5455
"build": "nuxt-module-build build && pnpm devtools:build",
@@ -118,7 +119,7 @@
118119
},
119120
"devDependencies": {
120121
"@nuxt/eslint-config": "^0.7.4",
121-
"@nuxt/module-builder": "1.0.0-alpha.1",
122+
"@nuxt/module-builder": "^0.8.4",
122123
"@nuxt/test-utils": "^3.15.1",
123124
"@release-it/conventional-changelog": "^10.0.0",
124125
"@standard-schema/spec": "1.0.0-beta.4",

0 commit comments

Comments
 (0)
Please sign in to comment.