Skip to content

Commit efdd7ac

Browse files
chore(deps): update devdependency @nuxt/module-builder to v1 (#468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <[email protected]>
1 parent 7994f7c commit efdd7ac

File tree

2 files changed

+110
-889
lines changed

2 files changed

+110
-889
lines changed

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@
66
"type": "git",
77
"url": "git+https://github.com/nuxt-modules/strapi.git"
88
},
9+
"homepage": "https://strapi.nuxtjs.org",
910
"license": "MIT",
11+
"type": "module",
1012
"exports": {
11-
".": {
12-
"types": "./dist/module.d.ts",
13-
"import": "./dist/module.mjs",
14-
"require": "./dist/module.cjs"
13+
".": "./dist/module.mjs"
14+
},
15+
"main": "./dist/module.mjs",
16+
"typesVersions": {
17+
"*": {
18+
".": [
19+
"./dist/module.d.mts"
20+
]
1521
}
1622
},
17-
"main": "./dist/module.cjs",
18-
"types": "./dist/types.d.ts",
1923
"files": [
2024
"dist"
2125
],
@@ -41,7 +45,7 @@
4145
"devDependencies": {
4246
"@nuxt/devtools": "^2.5.0",
4347
"@nuxt/eslint-config": "^1.4.1",
44-
"@nuxt/module-builder": "^0.8.4",
48+
"@nuxt/module-builder": "^1.0.1",
4549
"eslint": "^9.29.0",
4650
"nuxt": "^3.17.5",
4751
"standard-version": "^9.5.0",

0 commit comments

Comments
 (0)