@prettier/plugin-xml
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -9,2 +9,8 @@ # Changelog | ||
## [1.0.1] - 2021-07-14 | ||
### Changed | ||
- Fix the export to work in non-TypeScript environments. | ||
## [1.0.0] - 2021-07-14 | ||
@@ -147,3 +153,4 @@ | ||
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.0...HEAD | ||
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.1...HEAD | ||
[1.0.1]: https://github.com/prettier/plugin-xml/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.0 | ||
@@ -150,0 +157,0 @@ [0.13.1]: https://github.com/prettier/plugin-xml/compare/v0.13.0...v0.13.1 |
@@ -5,3 +5,2 @@ "use strict"; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const prettier_1 = __importDefault(require("prettier")); | ||
@@ -184,2 +183,2 @@ const parser_1 = __importDefault(require("./parser")); | ||
}; | ||
exports.default = plugin; | ||
module.exports = plugin; |
{ | ||
"name": "@prettier/plugin-xml", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "prettier plugin for XML", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.js", |
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
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
36482
0
647