weapp-tailwindcss 3.3.5 → 3.3.6

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/dist/replace.js CHANGED
@@ -21,6 +21,7 @@ function replaceWxml(original, options = {
21
21
  }
22
22
  res = escape.escape(res, {
23
23
  map: escapeMap,
24
+ ignoreHead: true,
24
25
  });
25
26
  return res;
26
27
  }
package/dist/replace.mjs CHANGED
@@ -18,6 +18,7 @@ function replaceWxml(original, options = {
18
18
  }
19
19
  res = escape(res, {
20
20
  map: escapeMap,
21
+ ignoreHead: true,
21
22
  });
22
23
  return res;
23
24
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-tailwindcss",
3
- "version": "3.3.5",
4
- "description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
3
+ "version": "3.3.6",
4
+ "description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
5
5
  "author": "SonOfMagic <qq1324318532@gmail.com>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://weapp-tw.icebreaker.top",
@@ -132,7 +132,7 @@
132
132
  "@babel/types": "7.24.7",
133
133
  "@csstools/postcss-is-pseudo-class": "4.0.8",
134
134
  "@tailwindcss-mangle/shared": "^3.0.0",
135
- "@weapp-core/escape": "^2.0.0",
135
+ "@weapp-core/escape": "^2.1.0",
136
136
  "@weapp-core/regex": "^1.0.1",
137
137
  "debug": "4.3.5",
138
138
  "htmlparser2": "9.1.0",