@bamboocss/plugin-lightningcss 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamboocss/plugin-lightningcss",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "Bamboo CSS plugin for LightningCSS optimization",
5
5
  "homepage": "https://bamboo-css.com",
6
6
  "license": "MIT",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "browserslist": "4.28.1",
37
37
  "lightningcss": "1.31.1",
38
- "@bamboocss/logger": "1.12.0",
39
- "@bamboocss/types": "1.12.0"
38
+ "@bamboocss/logger": "1.12.1",
39
+ "@bamboocss/types": "1.12.1"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsdown src/index.ts --format=esm,cjs --dts",
package/dist/index.d.cts DELETED
@@ -1,13 +0,0 @@
1
- import { BambooPlugin } from "@bamboocss/types";
2
-
3
- //#region src/optimize-lightningcss.d.ts
4
- interface OptimizeOptions {
5
- minify?: boolean;
6
- browserslist?: string[];
7
- }
8
- declare function optimizeLightCss(code: string, options?: OptimizeOptions): string;
9
- //#endregion
10
- //#region src/index.d.ts
11
- declare function pluginLightningcss(): BambooPlugin;
12
- //#endregion
13
- export { optimizeLightCss, pluginLightningcss };
package/dist/index.d.mts DELETED
@@ -1,13 +0,0 @@
1
- import { BambooPlugin } from "@bamboocss/types";
2
-
3
- //#region src/optimize-lightningcss.d.ts
4
- interface OptimizeOptions {
5
- minify?: boolean;
6
- browserslist?: string[];
7
- }
8
- declare function optimizeLightCss(code: string, options?: OptimizeOptions): string;
9
- //#endregion
10
- //#region src/index.d.ts
11
- declare function pluginLightningcss(): BambooPlugin;
12
- //#endregion
13
- export { optimizeLightCss, pluginLightningcss };