@coze-arch/cli 0.0.29 → 0.0.30-alpha.37325a

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.
@@ -0,0 +1,18 @@
1
+ /** @type {import('stylelint').Config} */
2
+ export default {
3
+ extends: 'stylelint-config-standard',
4
+ rules: {
5
+ 'at-rule-no-unknown': [
6
+ true,
7
+ {
8
+ ignoreAtRules: ['tailwind', 'apply', 'layer', 'theme', 'custom-variant'],
9
+ },
10
+ ],
11
+ 'color-hex-length': null,
12
+ 'hue-degree-notation': null,
13
+ 'import-notation': null,
14
+ 'lightness-notation': null,
15
+ 'rule-empty-line-before': null,
16
+ 'value-keyword-case': null,
17
+ },
18
+ };
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.29";
2110
+ var version = "0.0.30-alpha.37325a";
2111
2111
  var description = "coze coding devtools cli";
2112
2112
  var license = "MIT";
2113
2113
  var author = "fanwenjie.fe@bytedance.com";
@@ -2167,7 +2167,7 @@ var devDependencies = {
2167
2167
  "@coze-arch/ts-config": "workspace:*",
2168
2168
  "@coze-arch/vitest-config": "workspace:*",
2169
2169
  "@coze-coding/lambda": "workspace:*",
2170
- "@emnapi/runtime": "^1.10.0",
2170
+ "@emnapi/runtime": "^1.11.1",
2171
2171
  "@inquirer/prompts": "^3.2.0",
2172
2172
  "@rollup/plugin-commonjs": "^28.0.2",
2173
2173
  "@rollup/plugin-json": "~6.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coze-arch/cli",
3
- "version": "0.0.29",
3
+ "version": "0.0.30-alpha.37325a",
4
4
  "private": false,
5
5
  "description": "coze coding devtools cli",
6
6
  "license": "MIT",
@@ -60,7 +60,7 @@
60
60
  "@coze-arch/ts-config": "workspace:*",
61
61
  "@coze-arch/vitest-config": "workspace:*",
62
62
  "@coze-coding/lambda": "workspace:*",
63
- "@emnapi/runtime": "^1.10.0",
63
+ "@emnapi/runtime": "^1.11.1",
64
64
  "@inquirer/prompts": "^3.2.0",
65
65
  "@rollup/plugin-commonjs": "^28.0.2",
66
66
  "@rollup/plugin-json": "~6.0.0",