@weapp-tailwindcss/experimental 0.0.34 → 0.0.35

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/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @weapp-tailwindcss/experimental
2
2
 
3
- > 简体中文 | [English](./README.en.md)
3
+ > English | [简体中文](./README.zh-CN.md)
4
4
 
5
- 这个包承载 weapp-tailwindcss 的实验性实现和工具链对比验证,例如不同 CSS/构建工具的输出差异。它不承诺稳定 API
5
+ This package contains experimental implementations and toolchain comparisons for weapp-tailwindcss, such as output differences between CSS and build tools. Its API is not considered stable.
6
6
 
7
- ## 官网
7
+ ## Website
8
8
 
9
- 更多接入方式、配置说明和框架示例见 [weapp-tailwindcss 官方文档](https://tw.icebreaker.top)
9
+ For setup guides, configuration references, and framework examples, see the [official weapp-tailwindcss documentation](https://tw.icebreaker.top).
@@ -0,0 +1,9 @@
1
+ # @weapp-tailwindcss/experimental
2
+
3
+ > [English](./README.md) | 简体中文
4
+
5
+ 这个包承载 weapp-tailwindcss 的实验性实现和工具链对比验证,例如不同 CSS/构建工具的输出差异。它不承诺稳定 API。
6
+
7
+ ## 官网
8
+
9
+ 更多接入方式、配置说明和框架示例见 [weapp-tailwindcss 官方文档](https://tw.icebreaker.top)。
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@weapp-tailwindcss/experimental",
3
3
  "type": "module",
4
- "version": "0.0.34",
5
- "description": "@weapp-tailwindcss/experimental",
4
+ "version": "0.0.35",
5
+ "description": "Experimental integrations for cross-platform Tailwind CSS. 跨端 Tailwind CSS 实验性集成能力。",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "ISC",
8
8
  "repository": {
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "lightningcss": "^1.33.0",
41
- "@weapp-tailwindcss/postcss": "3.2.10",
42
- "@weapp-tailwindcss/shared": "2.0.1"
41
+ "@weapp-tailwindcss/postcss": "3.2.11",
42
+ "@weapp-tailwindcss/shared": "2.0.2"
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "tsdown --watch --sourcemap",
package/README.en.md DELETED
@@ -1,9 +0,0 @@
1
- # @weapp-tailwindcss/experimental
2
-
3
- > English | [简体中文](./README.md)
4
-
5
- This package contains experimental implementations and toolchain comparisons for weapp-tailwindcss, such as output differences between CSS and build tools. Its API is not considered stable.
6
-
7
- ## Website
8
-
9
- For setup guides, configuration references, and framework examples, see the [official weapp-tailwindcss documentation](https://tw.icebreaker.top).