Skip to content

Commit 1ab6932

Browse files
committed
build!: remove .cjs and update module builder + deps
1 parent 5649f8b commit 1ab6932

File tree

2 files changed

+941
-1874
lines changed

2 files changed

+941
-1874
lines changed

package.json

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,17 @@
1515
"author": {
1616
"name": "Yizack Rangel",
1717
"email": "yizackr@gmail.com",
18-
"url": "https://yizack.com/"
18+
"url": "https://yizack.com"
1919
},
2020
"license": "MIT",
2121
"type": "module",
2222
"exports": {
2323
".": {
24-
"types": "./dist/types.d.ts",
25-
"import": "./dist/module.mjs",
26-
"require": "./dist/module.cjs"
24+
"types": "./dist/types.d.mts",
25+
"import": "./dist/module.mjs"
2726
}
2827
},
29-
"main": "./dist/module.cjs",
30-
"types": "./dist/types.d.ts",
28+
"main": "./dist/module.mjs",
3129
"files": [
3230
"dist"
3331
],
@@ -44,30 +42,23 @@
4442
"test:watch": "vitest watch"
4543
},
4644
"dependencies": {
47-
"@nuxt/kit": "^3.16.1",
45+
"@nuxt/kit": "^3.16.2",
4846
"defu": "^6.1.4",
4947
"scule": "^1.3.0"
5048
},
5149
"devDependencies": {
52-
"@nuxt/devtools": "^2.3.1",
53-
"@nuxt/eslint-config": "^1.2.0",
54-
"@nuxt/module-builder": "^0.8.4",
55-
"@nuxt/schema": "^3.16.1",
50+
"@nuxt/devtools": "^2.3.2",
51+
"@nuxt/eslint-config": "^1.3.0",
52+
"@nuxt/module-builder": "^1.0.0",
53+
"@nuxt/schema": "^3.16.2",
5654
"@nuxt/test-utils": "^3.17.2",
57-
"@types/node": "^22.13.13",
55+
"@types/node": "^22.14.0",
5856
"changelogen": "^0.6.1",
59-
"eslint": "^9.23.0",
60-
"nuxt": "^3.16.1",
61-
"typescript": "^5.8.2",
62-
"vitest": "^3.0.9",
57+
"eslint": "^9.24.0",
58+
"nuxt": "^3.16.2",
59+
"typescript": "^5.8.3",
60+
"vitest": "^3.1.1",
6361
"vue-tsc": "^2.2.8"
6462
},
65-
"packageManager": "pnpm@10.6.5",
66-
"changelog": {
67-
"repo": {
68-
"repo": "Yizack/nuxt-webhook-validators",
69-
"provider": "github",
70-
"domain": "github.com"
71-
}
72-
}
63+
"packageManager": "pnpm@10.7.1"
7364
}

0 commit comments

Comments
 (0)