@lark-apaas/miaoda-presets 0.1.0-alpha.22 → 0.1.0-alpha.23

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.
@@ -38,7 +38,7 @@ const path = __importStar(require("path"));
38
38
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
39
39
  function createRecommendTailwindConfig(options) {
40
40
  // 默认扫描外网包依赖
41
- const { packageName = '@lark-apaas/miaoda-core' } = options;
41
+ const { packageName = '@lark-apaas/client-toolkit' } = options;
42
42
  let pkgPath = '';
43
43
  if (packageName) {
44
44
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/miaoda-presets",
3
- "version": "0.1.0-alpha.22",
3
+ "version": "0.1.0-alpha.23",
4
4
  "files": [
5
5
  "lib"
6
6
  ],