carbon-preprocess-svelte
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -14,3 +14,3 @@ "use strict"; | ||
const utils_1 = require("../utils"); | ||
const compare_diff_1 = require("./compare-diff"); | ||
const print_diff_1 = require("./print-diff"); | ||
const create_optimized_css_1 = require("./create-optimized-css"); | ||
@@ -42,3 +42,3 @@ // Vite plugin (Rollup-compatible) to optimize CSS for Carbon Svelte components. | ||
if (verbose) { | ||
(0, compare_diff_1.compareDiff)({ original_css, optimized_css, id }); | ||
(0, print_diff_1.printDiff)({ original_css, optimized_css, id }); | ||
} | ||
@@ -45,0 +45,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const utils_1 = require("../utils"); | ||
const compare_diff_1 = require("./compare-diff"); | ||
const print_diff_1 = require("./print-diff"); | ||
const create_optimized_css_1 = require("./create-optimized-css"); | ||
@@ -41,3 +41,3 @@ // Webpack plugin to optimize CSS for Carbon Svelte components. | ||
if (this.options.verbose) { | ||
(0, compare_diff_1.compareDiff)({ original_css, optimized_css, id }); | ||
(0, print_diff_1.printDiff)({ original_css, optimized_css, id }); | ||
} | ||
@@ -44,0 +44,0 @@ } |
{ | ||
"name": "carbon-preprocess-svelte", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"license": "Apache-2.0", | ||
@@ -21,2 +21,3 @@ "description": "Svelte preprocessors for the Carbon Design System", | ||
"@types/bun": "latest", | ||
"@types/jest": "^29.5.12", | ||
"carbon-components-svelte": "0.85.0", | ||
@@ -23,0 +24,0 @@ "prettier": "latest", |
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
103435
2316
8