@weapp-tailwindcss/cli 4.0.0-alpha.7 → 4.0.0-alpha.8

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/index.cjs CHANGED
@@ -839,7 +839,7 @@ function createDefu(merger) {
839
839
  }
840
840
  const defu = createDefu();
841
841
 
842
- const version = "4.0.0-alpha.7";
842
+ const version = "4.0.0-alpha.8";
843
843
 
844
844
  async function createBuilder(options) {
845
845
  let postcssOptionsFromConfig;
package/dist/index.mjs CHANGED
@@ -822,7 +822,7 @@ function createDefu(merger) {
822
822
  }
823
823
  const defu = createDefu();
824
824
 
825
- const version = "4.0.0-alpha.7";
825
+ const version = "4.0.0-alpha.8";
826
826
 
827
827
  async function createBuilder(options) {
828
828
  let postcssOptionsFromConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weapp-tailwindcss/cli",
3
- "version": "4.0.0-alpha.7",
3
+ "version": "4.0.0-alpha.8",
4
4
  "description": "The cli of weapp-tailwindcss",
5
5
  "author": "ice breaker <1324318532@qq.com>",
6
6
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  "less": "*",
40
40
  "sass": "*",
41
41
  "typescript": "*",
42
- "weapp-tailwindcss": "4.0.0-alpha.7"
42
+ "weapp-tailwindcss": "4.0.0-alpha.8"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "less": {
@@ -53,7 +53,7 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "commander": "^13.0.0",
56
+ "commander": "^13.1.0",
57
57
  "cosmiconfig": "^9.0.0",
58
58
  "debug": "4.4.0",
59
59
  "del": "^8.0.0",