@coze-arch/cli 0.0.20-alpha.6ed483 → 0.0.20-alpha.d2b336

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.
Files changed (2) hide show
  1. package/lib/cli.js +5 -5
  2. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -2107,7 +2107,7 @@ const EventBuilder = {
2107
2107
  };
2108
2108
 
2109
2109
  var name = "@coze-arch/cli";
2110
- var version = "0.0.20-alpha.6ed483";
2110
+ var version = "0.0.20-alpha.d2b336";
2111
2111
  var description = "coze coding devtools cli";
2112
2112
  var license = "MIT";
2113
2113
  var author = "fanwenjie.fe@bytedance.com";
@@ -6217,7 +6217,7 @@ const isPackageJsonValid$3 = async (projectFolder) => {
6217
6217
  return false;
6218
6218
  }
6219
6219
  if (typeof scripts.validate !== 'undefined') {
6220
- logger.info('[patch-expo-validate] NOT APPLY: pnpm validate exists');
6220
+ logger.info('[patch-expo-validate] NOT APPLY: validate exists');
6221
6221
  return false;
6222
6222
  }
6223
6223
  return true;
@@ -6391,7 +6391,7 @@ const isPackageJsonValid$2 = async (projectFolder) => {
6391
6391
  return false;
6392
6392
  }
6393
6393
  if (typeof scripts.validate !== 'undefined') {
6394
- logger.info('[patch-nextjs-validate] NOT APPLY: pnpm validate exists');
6394
+ logger.info('[patch-nextjs-validate] NOT APPLY: validate exists');
6395
6395
  return false;
6396
6396
  }
6397
6397
  return true;
@@ -6572,7 +6572,7 @@ const isPackageJsonValid$1 = async (projectFolder) => {
6572
6572
  return false;
6573
6573
  }
6574
6574
  if (typeof scripts.validate !== 'undefined') {
6575
- logger.info('[patch-vite-validate] NOT APPLY: pnpm validate exists');
6575
+ logger.info('[patch-vite-validate] NOT APPLY: validate exists');
6576
6576
  return false;
6577
6577
  }
6578
6578
  return true;
@@ -6755,7 +6755,7 @@ const isPackageJsonValid = async (projectFolder) => {
6755
6755
  }
6756
6756
 
6757
6757
  if (typeof scripts.validate !== 'undefined') {
6758
- logger.info('[patch-taro-validate] NOT APPLY: pnpm validate exists');
6758
+ logger.info('[patch-taro-validate] NOT APPLY: validate exists');
6759
6759
  return false;
6760
6760
  }
6761
6761
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coze-arch/cli",
3
- "version": "0.0.20-alpha.6ed483",
3
+ "version": "0.0.20-alpha.d2b336",
4
4
  "private": false,
5
5
  "description": "coze coding devtools cli",
6
6
  "license": "MIT",