|
2 | 2 | "name": "@nuxtjs/robots", |
3 | 3 | "type": "module", |
4 | 4 | "version": "5.2.8", |
5 | | - "packageManager": "pnpm@10.7.0", |
| 5 | + "packageManager": "pnpm@10.7.1", |
6 | 6 | "description": "Tame the robots crawling and indexing your Nuxt site with ease.", |
7 | 7 | "author": { |
8 | 8 | "name": "Harlan Wilton", |
|
25 | 25 | }, |
26 | 26 | "exports": { |
27 | 27 | ".": { |
28 | | - "types": "./dist/types.d.ts", |
29 | | - "import": "./dist/module.mjs", |
30 | | - "require": "./dist/module.cjs" |
| 28 | + "types": "./dist/types.d.mts", |
| 29 | + "import": "./dist/module.mjs" |
31 | 30 | }, |
32 | | - "./util": { |
33 | | - "types": "./dist/runtime/util.d.ts", |
34 | | - "import": "./dist/runtime/util.js" |
35 | | - }, |
36 | | - "./dist/runtime/util": { |
37 | | - "types": "./dist/runtime/util.d.ts", |
38 | | - "import": "./dist/runtime/util.js" |
39 | | - }, |
40 | | - "./content": { |
41 | | - "types": "./dist/content.d.ts", |
42 | | - "import": "./dist/content.mjs", |
43 | | - "require": "./dist/content.cjs" |
44 | | - } |
| 31 | + "./util": "./dist/runtime/util.js", |
| 32 | + "./content": "./dist/content.mjs" |
45 | 33 | }, |
46 | | - "main": "./dist/module.cjs", |
47 | | - "types": "./dist/types.d.ts", |
| 34 | + "main": "./dist/module.mjs", |
48 | 35 | "typesVersions": { |
49 | 36 | "*": { |
50 | 37 | "content": [ |
51 | 38 | "dist/content" |
52 | 39 | ], |
53 | | - "utils": [ |
54 | | - "dist/utils" |
| 40 | + "util": [ |
| 41 | + "dist/util" |
55 | 42 | ] |
56 | 43 | } |
57 | 44 | }, |
58 | 45 | "files": [ |
59 | | - "content.d.ts", |
60 | | - "dist", |
61 | | - "util.d.ts" |
| 46 | + "dist" |
62 | 47 | ], |
63 | 48 | "scripts": { |
64 | 49 | "lint": "eslint . --fix", |
|
73 | 58 | "typecheck": "tsc --noEmit" |
74 | 59 | }, |
75 | 60 | "dependencies": { |
76 | | - "@nuxt/kit": "^3.16.0", |
| 61 | + "@nuxt/kit": "^3.16.2", |
77 | 62 | "consola": "^3.4.2", |
78 | 63 | "defu": "^6.1.4", |
79 | | - "nuxt-site-config": "^3.1.7", |
| 64 | + "nuxt-site-config": "^3.1.8", |
80 | 65 | "pathe": "^2.0.3", |
81 | 66 | "pkg-types": "^2.1.0", |
82 | 67 | "sirv": "^3.0.1", |
83 | | - "std-env": "^3.8.1", |
| 68 | + "std-env": "^3.9.0", |
84 | 69 | "ufo": "^1.5.4" |
85 | 70 | }, |
86 | 71 | "devDependencies": { |
|
93 | 78 | "@nuxt/content": "^3.4.0", |
94 | 79 | "@nuxt/content-v2": "npm:@nuxt/content@2.13.4", |
95 | 80 | "@nuxt/devtools-ui-kit": "^2.3.2", |
96 | | - "@nuxt/module-builder": "^0.8.4", |
| 81 | + "@nuxt/module-builder": "^1.0.0", |
97 | 82 | "@nuxt/test-utils": "^3.17.2", |
98 | 83 | "@nuxtjs/color-mode": "^3.5.2", |
99 | 84 | "@nuxtjs/eslint-config-typescript": "^12.1.0", |
|
104 | 89 | "@unocss/runtime": "^66.0.0", |
105 | 90 | "@vueuse/nuxt": "^13.0.0", |
106 | 91 | "bumpp": "^10.1.0", |
107 | | - "eslint": "^9.23.0", |
| 92 | + "eslint": "^9.24.0", |
108 | 93 | "execa": "^9.5.2", |
109 | 94 | "firebase-functions": "^6.3.2", |
110 | | - "nuxt": "^3.16.0", |
| 95 | + "nuxt": "^3.16.2", |
111 | 96 | "typescript": "5.8.2", |
112 | 97 | "unocss": "^66.0.0", |
113 | 98 | "vitest": "^3.1.1", |
|
122 | 107 | "protobufjs", |
123 | 108 | "vue-demi" |
124 | 109 | ] |
125 | | - }, |
126 | | - "resolutions": { |
127 | | - "typescript": "5.8.2" |
128 | 110 | } |
129 | 111 | } |
0 commit comments