@coze-arch/cli 0.0.28-alpha.57ae53 → 0.0.28-alpha.9c0b27

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.
@@ -15039,7 +15039,7 @@ snapshots:
15039
15039
  '@tailwindcss/node@4.1.18':
15040
15040
  dependencies:
15041
15041
  '@jridgewell/remapping': 2.3.5
15042
- enhanced-resolve: 5.18.4
15042
+ enhanced-resolve: 5.20.0
15043
15043
  jiti: 2.6.1
15044
15044
  lightningcss: 1.30.2
15045
15045
  magic-string: 0.30.21
@@ -22890,7 +22890,7 @@ snapshots:
22890
22890
  tsconfig-paths-webpack-plugin@4.2.0:
22891
22891
  dependencies:
22892
22892
  chalk: 4.1.2
22893
- enhanced-resolve: 5.20.0
22893
+ enhanced-resolve: 5.18.4
22894
22894
  tapable: 2.3.0
22895
22895
  tsconfig-paths: 4.2.0
22896
22896
 
@@ -23222,7 +23222,7 @@ snapshots:
23222
23222
  acorn: 8.15.0
23223
23223
  browserslist: 4.28.1
23224
23224
  chrome-trace-event: 1.0.4
23225
- enhanced-resolve: 5.20.0
23225
+ enhanced-resolve: 5.18.4
23226
23226
  es-module-lexer: 1.7.0
23227
23227
  eslint-scope: 5.1.1
23228
23228
  events: 3.3.0
@@ -23253,7 +23253,7 @@ snapshots:
23253
23253
  acorn: 8.15.0
23254
23254
  browserslist: 4.28.1
23255
23255
  chrome-trace-event: 1.0.4
23256
- enhanced-resolve: 5.20.0
23256
+ enhanced-resolve: 5.18.4
23257
23257
  es-module-lexer: 1.7.0
23258
23258
  eslint-scope: 5.1.1
23259
23259
  events: 3.3.0
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.28-alpha.57ae53";
2110
+ var version = "0.0.28-alpha.9c0b27";
2111
2111
  var description = "coze coding devtools cli";
2112
2112
  var license = "MIT";
2113
2113
  var author = "fanwenjie.fe@bytedance.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coze-arch/cli",
3
- "version": "0.0.28-alpha.57ae53",
3
+ "version": "0.0.28-alpha.9c0b27",
4
4
  "private": false,
5
5
  "description": "coze coding devtools cli",
6
6
  "license": "MIT",