@binsarjr/sveltekit-sitemap
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "@binsarjr/sveltekit-sitemap", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"scripts": { | ||
@@ -20,3 +20,4 @@ "dev": "vite dev", | ||
"svelte": "./dist/index.js", | ||
"import": "./dist/index.js" | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.js" | ||
} | ||
@@ -53,4 +54,8 @@ }, | ||
"svelte": "./dist/index.js", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"type": "module" | ||
} | ||
"type": "module", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
16877
0