@nuxtjs/sitemap 5.2.1 → 5.3.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtjs/sitemap",
3
3
  "type": "module",
4
- "version": "5.2.1",
4
+ "version": "5.3.0",
5
5
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -18,6 +18,9 @@
18
18
  "bugs": {
19
19
  "url": "https://github.com/nuxt-modules/sitemap/issues"
20
20
  },
21
+ "engines": {
22
+ "node": ">=18.0.0"
23
+ },
21
24
  "exports": {
22
25
  ".": {
23
26
  "types": "./dist/types.d.ts",
@@ -52,16 +55,16 @@
52
55
  "ufo": "^1.5.3"
53
56
  },
54
57
  "devDependencies": {
55
- "@antfu/eslint-config": "^2.21.1",
56
58
  "@nuxt/content": "^2.13.0",
59
+ "@nuxt/eslint-config": "^0.3.13",
57
60
  "@nuxt/kit": "^3.12.2",
58
61
  "@nuxt/module-builder": "0.8.0",
59
62
  "@nuxt/test-utils": "^3.13.1",
60
63
  "@nuxt/ui": "^2.17.0",
61
- "@nuxtjs/eslint-config-typescript": "^12.1.0",
62
64
  "@nuxtjs/i18n": "8.3.1",
63
65
  "bumpp": "^9.4.1",
64
66
  "eslint": "9.5.0",
67
+ "eslint-plugin-n": "^17.9.0",
65
68
  "execa": "^9.3.0",
66
69
  "nuxt": "^3.12.2",
67
70
  "nuxt-icon": "^0.6.10",
@@ -77,7 +80,9 @@
77
80
  ]
78
81
  },
79
82
  "scripts": {
80
- "lint": "eslint . --fix",
83
+ "lint": "eslint .",
84
+ "lint:type": "tsc --noEmit",
85
+ "lint:fix": "eslint . --fix",
81
86
  "client:build": "nuxi generate client",
82
87
  "client:dev": "nuxi dev client --port 3300",
83
88
  "build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
@@ -86,7 +91,7 @@
86
91
  "dev:build": "nuxi build .playground",
87
92
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare .playground",
88
93
  "release": "pnpm build && bumpp && pnpm -r publish",
89
- "typecheck": "tsc --noEmit ",
90
- "test": "vitest"
94
+ "test": "vitest",
95
+ "postinstall": "pnpm dev:prepare"
91
96
  }
92
97
  }
@@ -1 +0,0 @@
1
- {"id":"00249a90-0255-4aa3-86f3-d53aa59a7354","timestamp":1719203707717,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}