|
15 | 15 | "author": { |
16 | 16 | "name": "Yizack Rangel", |
17 | 17 | "email": "yizackr@gmail.com", |
18 | | - "url": "https://yizack.com/" |
| 18 | + "url": "https://yizack.com" |
19 | 19 | }, |
20 | 20 | "license": "MIT", |
21 | 21 | "type": "module", |
22 | 22 | "exports": { |
23 | 23 | ".": { |
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" |
27 | 26 | } |
28 | 27 | }, |
29 | | - "main": "./dist/module.cjs", |
30 | | - "types": "./dist/types.d.ts", |
| 28 | + "main": "./dist/module.mjs", |
31 | 29 | "files": [ |
32 | 30 | "dist" |
33 | 31 | ], |
|
44 | 42 | "test:watch": "vitest watch" |
45 | 43 | }, |
46 | 44 | "dependencies": { |
47 | | - "@nuxt/kit": "^3.16.1", |
| 45 | + "@nuxt/kit": "^3.16.2", |
48 | 46 | "defu": "^6.1.4", |
49 | 47 | "scule": "^1.3.0" |
50 | 48 | }, |
51 | 49 | "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", |
56 | 54 | "@nuxt/test-utils": "^3.17.2", |
57 | | - "@types/node": "^22.13.13", |
| 55 | + "@types/node": "^22.14.0", |
58 | 56 | "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", |
63 | 61 | "vue-tsc": "^2.2.8" |
64 | 62 | }, |
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" |
73 | 64 | } |
0 commit comments