@nuxtjs/seo 3.0.0-beta.3 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/package.json +17 -15
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtjs/seo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
5
|
-
"packageManager": "pnpm@10.6.1",
|
|
4
|
+
"version": "3.0.1",
|
|
6
5
|
"description": "The all-in-one SEO layer for Nuxt 3.",
|
|
7
6
|
"author": {
|
|
8
7
|
"name": "Harlan Wilton",
|
|
@@ -21,7 +20,7 @@
|
|
|
21
20
|
},
|
|
22
21
|
"exports": {
|
|
23
22
|
".": {
|
|
24
|
-
"types": "./dist/types.d.
|
|
23
|
+
"types": "./dist/types.d.mts",
|
|
25
24
|
"import": "./dist/module.mjs",
|
|
26
25
|
"require": "./dist/module.cjs"
|
|
27
26
|
},
|
|
@@ -34,6 +33,7 @@
|
|
|
34
33
|
"import": "./dist/content.mjs"
|
|
35
34
|
}
|
|
36
35
|
},
|
|
36
|
+
"module": "./dist/module.mjs",
|
|
37
37
|
"main": "./dist/module.cjs",
|
|
38
38
|
"types": "./dist/types.d.ts",
|
|
39
39
|
"typesVersions": {
|
|
@@ -50,26 +50,27 @@
|
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@nuxt/kit": "^3.16.0",
|
|
53
|
-
"@nuxtjs/robots": "^5.2.
|
|
54
|
-
"@nuxtjs/sitemap": "^7.2.
|
|
53
|
+
"@nuxtjs/robots": "^5.2.8",
|
|
54
|
+
"@nuxtjs/sitemap": "^7.2.9",
|
|
55
55
|
"nuxt-link-checker": "^4.1.1",
|
|
56
56
|
"nuxt-og-image": "^5.0.2",
|
|
57
|
-
"nuxt-schema-org": "^5.0.
|
|
58
|
-
"nuxt-seo-utils": "^7.0.
|
|
59
|
-
"nuxt-site-config": "^3.1.
|
|
57
|
+
"nuxt-schema-org": "^5.0.4",
|
|
58
|
+
"nuxt-seo-utils": "^7.0.4",
|
|
59
|
+
"nuxt-site-config": "^3.1.5"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@antfu/eslint-config": "^4.
|
|
62
|
+
"@antfu/eslint-config": "^4.10.1",
|
|
63
|
+
"@arethetypeswrong/cli": "0.17.4",
|
|
63
64
|
"@nuxt/content": "^3.3.0",
|
|
64
65
|
"@nuxt/module-builder": "^0.8.4",
|
|
65
66
|
"@nuxt/schema": "3.16.0",
|
|
66
67
|
"@nuxt/test-utils": "^3.17.2",
|
|
67
68
|
"@nuxtjs/i18n": "9.3.1",
|
|
68
69
|
"@vue/test-utils": "^2.4.6",
|
|
69
|
-
"bumpp": "^10.0
|
|
70
|
+
"bumpp": "^10.1.0",
|
|
70
71
|
"eslint": "^9.22.0",
|
|
71
72
|
"execa": "^9.5.2",
|
|
72
|
-
"happy-dom": "^17.4.
|
|
73
|
+
"happy-dom": "^17.4.4",
|
|
73
74
|
"nitropack": "^2.11.6",
|
|
74
75
|
"nuxt": "3.16.0",
|
|
75
76
|
"typescript": "5.7.3",
|
|
@@ -78,11 +79,11 @@
|
|
|
78
79
|
"resolutions": {
|
|
79
80
|
"@tailwindcss/postcss": "4.0.7",
|
|
80
81
|
"@tailwindcss/vite": "4.0.7",
|
|
82
|
+
"@uhead/vue": "2.0.0-rc.13",
|
|
83
|
+
"nuxt": "3.16.0",
|
|
81
84
|
"tailwindcss": "4.0.7",
|
|
82
85
|
"typescript": "5.6.3",
|
|
83
|
-
"
|
|
84
|
-
"unhead": "2.0.0-rc.9",
|
|
85
|
-
"nuxt": "3.16.0"
|
|
86
|
+
"unhead": "2.0.0-rc.13"
|
|
86
87
|
},
|
|
87
88
|
"publishConfig": {
|
|
88
89
|
"resolutions": {},
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
"lint": "eslint . --fix",
|
|
98
99
|
"release": "pnpm build && bumpp && pnpm -r publish --access public",
|
|
99
100
|
"test": " pnpm dev:prepare && nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/i18n && vitest",
|
|
100
|
-
"typecheck": "pnpm dev:prepare && tsc --noEmit && npx vue-tsc --noEmit --strict"
|
|
101
|
+
"typecheck": "pnpm dev:prepare && tsc --noEmit && npx vue-tsc --noEmit --strict",
|
|
102
|
+
"test:attw": "attw --pack"
|
|
101
103
|
}
|
|
102
104
|
}
|