@tailwindcss-mangle/core 4.0.9 → 4.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -154,7 +154,7 @@ async function cssHandler(rawSource, options) {
154
154
  }
155
155
 
156
156
  // src/ctx/index.ts
157
- import process from "node:process";
157
+ import process from "process";
158
158
  import { getConfig } from "@tailwindcss-mangle/config";
159
159
  import { sort } from "fast-sort";
160
160
  import fs from "fs-extra";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tailwindcss-mangle/core",
3
3
  "type": "module",
4
- "version": "4.0.9",
4
+ "version": "4.1.1",
5
5
  "description": "The core of tailwindcss-mangle",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -47,18 +47,18 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@ast-core/escape": "^1.0.1",
50
- "@babel/parser": "^7.26.9",
51
- "@babel/traverse": "^7.26.9",
52
- "@babel/types": "^7.26.9",
50
+ "@babel/parser": "^7.28.0",
51
+ "@babel/traverse": "^7.28.0",
52
+ "@babel/types": "^7.28.1",
53
53
  "fast-sort": "^3.4.1",
54
54
  "fs-extra": "^11.3.0",
55
55
  "htmlparser2": "10.0.0",
56
56
  "magic-string": "^0.30.17",
57
57
  "pathe": "^2.0.3",
58
- "postcss": "^8.5.3",
58
+ "postcss": "^8.5.6",
59
59
  "postcss-selector-parser": "^7.1.0",
60
- "@tailwindcss-mangle/config": "^5.0.6",
61
- "@tailwindcss-mangle/shared": "^4.0.2"
60
+ "@tailwindcss-mangle/config": "^5.1.1",
61
+ "@tailwindcss-mangle/shared": "^4.1.1"
62
62
  },
63
63
  "scripts": {
64
64
  "dev": "tsup --watch --sourcemap",