@tailwindcss-mangle/core 4.0.2 → 4.0.4

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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +11 -11
package/dist/index.cjs CHANGED
@@ -29,8 +29,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
 
31
31
  // src/index.ts
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  ClassGenerator: () => shared_exports.ClassGenerator,
35
35
  Context: () => Context,
36
36
  cssHandler: () => cssHandler,
@@ -38,7 +38,7 @@ __export(src_exports, {
38
38
  htmlHandler: () => htmlHandler,
39
39
  jsHandler: () => jsHandler
40
40
  });
41
- module.exports = __toCommonJS(src_exports);
41
+ module.exports = __toCommonJS(index_exports);
42
42
 
43
43
  // src/css/index.ts
44
44
  var import_postcss = __toESM(require("postcss"), 1);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tailwindcss-mangle/core",
3
3
  "type": "module",
4
- "version": "4.0.2",
4
+ "version": "4.0.4",
5
5
  "description": "The core of tailwindcss-mangle",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -47,17 +47,17 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@ast-core/escape": "^1.0.1",
50
- "@babel/parser": "^7.26.2",
51
- "@babel/traverse": "^7.25.9",
52
- "@babel/types": "^7.26.0",
50
+ "@babel/parser": "^7.26.9",
51
+ "@babel/traverse": "^7.26.9",
52
+ "@babel/types": "^7.26.9",
53
53
  "fast-sort": "^3.4.1",
54
- "fs-extra": "^11.2.0",
55
- "htmlparser2": "9.1.0",
56
- "magic-string": "^0.30.12",
57
- "pathe": "^1.1.2",
58
- "postcss": "^8.4.47",
59
- "postcss-selector-parser": "^7.0.0",
60
- "@tailwindcss-mangle/config": "^4.0.1",
54
+ "fs-extra": "^11.3.0",
55
+ "htmlparser2": "10.0.0",
56
+ "magic-string": "^0.30.17",
57
+ "pathe": "^2.0.3",
58
+ "postcss": "^8.5.2",
59
+ "postcss-selector-parser": "^7.1.0",
60
+ "@tailwindcss-mangle/config": "^5.0.1",
61
61
  "@tailwindcss-mangle/shared": "^4.0.1"
62
62
  },
63
63
  "scripts": {