@node-minify/clean-css
Advanced tools
Comparing version 8.0.1-beta.0 to 8.0.2-beta.0
@@ -9,11 +9,7 @@ import { MinifierOptions } from '@node-minify/types'; | ||
/** | ||
* Run clean-css. | ||
* | ||
* @param {Object} settings | ||
* @param {String} content | ||
* @param {Function} callback | ||
*/ | ||
declare const minifyCleanCSS: ({ settings, content, callback, index }: MinifierOptions) => any; | ||
declare const minifyCleanCSS: { | ||
({ settings, content, callback, index }: MinifierOptions): any; | ||
default: any; | ||
}; | ||
export { minifyCleanCSS as default }; |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __create = Object.create; | ||
@@ -7,6 +8,2 @@ var __defProp = Object.defineProperty; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
@@ -24,10 +21,4 @@ if (from && typeof from === "object" || typeof from === "function") { | ||
)); | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
default: () => src_default | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
var import_clean_css = __toESM(require("clean-css")); | ||
@@ -57,5 +48,4 @@ var import_utils = require("@node-minify/utils"); | ||
}; | ||
var src_default = minifyCleanCSS; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = {}); | ||
minifyCleanCSS.default = minifyCleanCSS; | ||
module.exports = minifyCleanCSS; | ||
/*! | ||
@@ -62,0 +52,0 @@ * node-minify |
{ | ||
"name": "@node-minify/clean-css", | ||
"version": "8.0.1-beta.0", | ||
"version": "8.0.2-beta.0", | ||
"description": "clean-css plugin for @node-minify", | ||
@@ -48,10 +48,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@node-minify/utils": "8.0.1-beta.0", | ||
"@node-minify/utils": "8.0.2-beta.0", | ||
"clean-css": "5.3.1" | ||
}, | ||
"devDependencies": { | ||
"@node-minify/types": "8.0.1-beta.0", | ||
"@node-minify/types": "8.0.2-beta.0", | ||
"@types/clean-css": "^4.2.6" | ||
}, | ||
"gitHead": "35a8a41ec86a11cbec05d8a7db9113475ece2cef" | ||
"gitHead": "bd2fe186257749fcb9bf7a9ff1ce61fb922c4ade" | ||
} |
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
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
12469
103
+ Added@node-minify/utils@8.0.2-beta.0(transitive)
- Removed@node-minify/utils@8.0.1-beta.0(transitive)