@nuxtjs/sitemap
Advanced tools
Comparing version 5.0.5 to 5.1.0
@@ -1,1 +0,1 @@ | ||
{"id":"d17e65fe-31ee-4916-8142-618e3f8935de","timestamp":1705549597485} | ||
{"id":"6bfb2cd5-4c26-466c-8718-148f406ec6ba","timestamp":1706785851272} |
@@ -44,2 +44,8 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
/** | ||
* Sitemaps to append to the sitemap index. | ||
* | ||
* This will only do anything when using multiple sitemaps. | ||
*/ | ||
appendSitemaps?: (string | SitemapIndexEntry)[]; | ||
/** | ||
* Path to the xsl that styles sitemap.xml. | ||
@@ -154,3 +160,3 @@ * | ||
} | ||
type MultiSitemapsInput = Partial<MultiSitemapEntry & IndexSitemapRemotes>; | ||
type MultiSitemapsInput = Partial<MultiSitemapEntry> & Partial<IndexSitemapRemotes>; | ||
type MaybeFunction<T> = T | (() => T); | ||
@@ -157,0 +163,0 @@ type MaybePromise<T> = T | Promise<T>; |
@@ -8,3 +8,3 @@ { | ||
"configKey": "sitemap", | ||
"version": "5.0.4" | ||
"version": "5.0.5" | ||
} |
@@ -43,2 +43,8 @@ import type { FetchOptions } from 'ofetch'; | ||
/** | ||
* Sitemaps to append to the sitemap index. | ||
* | ||
* This will only do anything when using multiple sitemaps. | ||
*/ | ||
appendSitemaps?: (string | SitemapIndexEntry)[]; | ||
/** | ||
* Path to the xsl that styles sitemap.xml. | ||
@@ -153,3 +159,3 @@ * | ||
} | ||
export type MultiSitemapsInput = Partial<MultiSitemapEntry & IndexSitemapRemotes>; | ||
export type MultiSitemapsInput = Partial<MultiSitemapEntry> & Partial<IndexSitemapRemotes>; | ||
export type MaybeFunction<T> = T | (() => T); | ||
@@ -156,0 +162,0 @@ export type MaybePromise<T> = T | Promise<T>; |
{ | ||
"name": "@nuxtjs/sitemap", | ||
"type": "module", | ||
"version": "5.0.5", | ||
"packageManager": "pnpm@8.14.1", | ||
"version": "5.1.0", | ||
"packageManager": "pnpm@8.15.1", | ||
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.", | ||
@@ -37,10 +37,10 @@ "author": { | ||
"@nuxt/devtools-ui-kit": "^1.0.8", | ||
"@nuxt/kit": "^3.9.3", | ||
"@nuxt/kit": "^3.10.0", | ||
"@vueuse/core": "^10.7.2", | ||
"chalk": "^5.3.0", | ||
"defu": "^6.1.4", | ||
"floating-vue": "5.2.0", | ||
"floating-vue": "5.2.2", | ||
"h3-compression": "^0.3.2", | ||
"nuxt-site-config": "^2.2.5", | ||
"nuxt-site-config-kit": "^2.2.5", | ||
"nuxt-site-config": "^2.2.8", | ||
"nuxt-site-config-kit": "^2.2.8", | ||
"ofetch": "^1.3.3", | ||
@@ -51,4 +51,5 @@ "pathe": "^1.1.2", | ||
"semver": "^7.5.4", | ||
"shiki": "1.0.0-beta.2", | ||
"sirv": "^2.0.4", | ||
"site-config-stack": "^2.2.5", | ||
"site-config-stack": "^2.2.8", | ||
"ufo": "^1.3.2" | ||
@@ -58,7 +59,7 @@ }, | ||
"@antfu/eslint-config": "^2.6.3", | ||
"@nuxt/content": "^2.10.0", | ||
"@nuxt/kit": "^3.9.3", | ||
"@nuxt/content": "^2.11.0", | ||
"@nuxt/kit": "^3.10.0", | ||
"@nuxt/module-builder": "^0.5.5", | ||
"@nuxt/test-utils": "^3.10.0", | ||
"@nuxt/ui": "^2.12.0", | ||
"@nuxt/test-utils": "^3.11.0", | ||
"@nuxt/ui": "^2.13.0", | ||
"@nuxtjs/eslint-config-typescript": "^12.1.0", | ||
@@ -69,7 +70,7 @@ "@nuxtjs/i18n": "8.0.0", | ||
"execa": "^8.0.1", | ||
"nuxt": "^3.9.3", | ||
"nuxt": "^3.10.0", | ||
"nuxt-icon": "^0.6.8", | ||
"nuxt-simple-robots": "^4.0.0-rc.11", | ||
"nuxt-simple-robots": "^4.0.0-rc.13", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.2.1" | ||
"vitest": "^1.2.2" | ||
}, | ||
@@ -76,0 +77,0 @@ "build": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
7328388
293
41844
3
19
42
+ Addedshiki@1.0.0-beta.2
+ Added@shikijs/core@1.0.0-beta.2(transitive)
+ Addedabbrev@3.0.0(transitive)
+ Addedfloating-vue@5.2.2(transitive)
+ Addedshiki@1.0.0-beta.2(transitive)
- Removedfloating-vue@5.2.0(transitive)
Updated@nuxt/kit@^3.10.0
Updatedfloating-vue@5.2.2
Updatednuxt-site-config@^2.2.8
Updatednuxt-site-config-kit@^2.2.8
Updatedsite-config-stack@^2.2.8