@weapp-tailwindcss/cli 1.0.10 → 2.0.0

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
@@ -799,7 +799,7 @@ function createDefu(merger) {
799
799
  }
800
800
  const defu = createDefu();
801
801
 
802
- const version = "1.0.10";
802
+ const version = "2.0.0";
803
803
 
804
804
  async function createBuilder(options) {
805
805
  let postcssOptionsFromConfig;
package/dist/index.mjs CHANGED
@@ -782,7 +782,7 @@ function createDefu(merger) {
782
782
  }
783
783
  const defu = createDefu();
784
784
 
785
- const version = "1.0.10";
785
+ const version = "2.0.0";
786
786
 
787
787
  async function createBuilder(options) {
788
788
  let postcssOptionsFromConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weapp-tailwindcss/cli",
3
- "version": "1.0.10",
3
+ "version": "2.0.0",
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": "3.5.3"
42
+ "weapp-tailwindcss": "3.6.0"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "less": {
@@ -56,7 +56,7 @@
56
56
  "commander": "^12.1.0",
57
57
  "cosmiconfig": "^9.0.0",
58
58
  "debug": "4.3.7",
59
- "del": "^7.1.0",
59
+ "del": "^8.0.0",
60
60
  "fs-extra": "^11.2.0",
61
61
  "gulp": "^4.0.2",
62
62
  "gulp-debug": "^5.0.1",