Skip to content

Commit

Permalink
chore(deps): update @nuxt/module-builder to 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jan 14, 2025
1 parent c4cc7f4 commit 841a12a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 377 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@commitlint/config-conventional": "19.6.0",
"@dargmuesli/nuxt-cookie-control": "link:",
"@nuxt/eslint-config": "0.7.5",
"@nuxt/module-builder": "0.8.4",
"@nuxt/module-builder": "1.0.0-alpha.1",
"@nuxt/schema": "3.15.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
Expand All @@ -42,8 +42,7 @@
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs",
"types": "./dist/types.d.ts"
"types": "./dist/types.d.mts"
},
"./runtime/*": {
"import": "./dist/runtime/*.js",
Expand All @@ -64,7 +63,7 @@
"nuxt gdpr consent"
],
"license": "MIT",
"main": "./dist/module.cjs",
"main": "./dist/module.mjs",
"maintainers": [
"Jonas Thelemann"
],
Expand All @@ -88,6 +87,5 @@
"prepare": "husky && nuxt-module-build prepare"
},
"type": "module",
"types": "./dist/types.d.ts",
"version": "9.0.0-beta.2"
}
Loading

0 comments on commit 841a12a

Please sign in to comment.