@modern-js/utils
Advanced tools
Comparing version 0.0.0-canary-20220807140553 to 0.0.0-canary-20220808100620
# @modern-js/utils | ||
## 0.0.0-canary-20220807140553 | ||
## 0.0.0-canary-20220808100620 | ||
### Patch Changes | ||
- 4f1889dc: fix(utils): revert schema of unbundle plugin | ||
- 79e83ef5: chore: merge `@modern-js/plugin-design-token` to `@modern-js/plugin-tailwindcss` | ||
chore: 合并 `@modern-js/plugin-design-token` 到 `@modern-js/plugin-tailwindcss` | ||
## 1.8.1 | ||
### Patch Changes | ||
- 4f1889d: fix(utils): revert schema of unbundle plugin | ||
fix(utils): 恢复 unbundle 插件相关的 schema 配置 | ||
@@ -10,0 +18,0 @@ |
@@ -118,5 +118,2 @@ "use strict"; | ||
'@modern-js/plugin-nocode': { cli: '@modern-js/plugin-nocode/cli' }, | ||
'@modern-js/plugin-design-token': { | ||
cli: '@modern-js/plugin-design-token/cli', | ||
}, | ||
}; | ||
@@ -123,0 +120,0 @@ /** |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.0.0-canary-20220807140553", | ||
"version": "0.0.0-canary-20220808100620", | ||
"jsnext:source": "./src/index.ts", | ||
@@ -102,3 +102,3 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@modern-js/types": "0.0.0-canary-20220807140553", | ||
"@modern-js/types": "1.6.2", | ||
"@scripts/build": "0.0.0", | ||
@@ -105,0 +105,0 @@ "@scripts/jest-config": "0.0.0", |
2449612
24793