sitemap-manager
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,10 @@ | ||
## [2.0.1](https://github.com/CBW2007/sitemap-manager/compare/v2.0.0...v2.0.1) (2021-07-24) | ||
### Bug Fixes | ||
* **index:** correct wrong entry ([8f81e49](https://github.com/CBW2007/sitemap-manager/commit/8f81e4971eb6d244b4d8f6eac83375119c938686)) | ||
# [2.0.0](https://github.com/CBW2007/sitemap-manager/compare/v1.1.1...v2.0.0) (2021-07-24) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "sitemap-manager", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "An easy way to create sitemaps!", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
const { SitemapManager } = require('../dist/main') | ||
const { SitemapManager } = require('../dist/index') | ||
const fs = require('fs') | ||
@@ -3,0 +3,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
19795