@node-minify/core
Advanced tools
Comparing version 8.0.1-beta.0 to 8.0.2-beta.0
@@ -9,9 +9,7 @@ import { Settings } from '@node-minify/types'; | ||
/** | ||
* Run node-minify. | ||
* | ||
* @param {Object} settings - Settings from user input | ||
*/ | ||
declare const minify: (settings: Settings) => Promise<unknown>; | ||
declare const minify: { | ||
(settings: Settings): Promise<unknown>; | ||
default: any; | ||
}; | ||
export { minify 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,11 +21,3 @@ 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); | ||
// src/setup.ts | ||
@@ -225,5 +214,4 @@ var import_path = __toESM(require("path")); | ||
}; | ||
var src_default = minify; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = {}); | ||
minify.default = minify; | ||
module.exports = minify; | ||
/*! | ||
@@ -230,0 +218,0 @@ * node-minify |
{ | ||
"name": "@node-minify/core", | ||
"version": "8.0.1-beta.0", | ||
"version": "8.0.2-beta.0", | ||
"description": "core of @node-minify", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@node-minify/utils": "8.0.1-beta.0", | ||
"@node-minify/utils": "8.0.2-beta.0", | ||
"globby": "11.1.0", | ||
@@ -53,6 +53,6 @@ "mkdirp": "1.0.4" | ||
"devDependencies": { | ||
"@node-minify/types": "8.0.1-beta.0", | ||
"@node-minify/types": "8.0.2-beta.0", | ||
"@types/mkdirp": "^1.0.2" | ||
}, | ||
"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
48091
453
+ Added@node-minify/utils@8.0.2-beta.0(transitive)
- Removed@node-minify/utils@8.0.1-beta.0(transitive)