openxiangda-cli 2.0.0-alpha.56 → 2.0.0-alpha.57

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda-cli",
3
- "version": "2.0.0-alpha.56",
3
+ "version": "2.0.0-alpha.57",
4
4
  "description": "Thin application-level CLI for OpenXiangda 2.0.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,12 +1,23 @@
1
1
  node_modules
2
+ **/node_modules
2
3
  dist
4
+ **/dist
3
5
  coverage
6
+ **/coverage
4
7
  playwright-report
8
+ **/playwright-report
5
9
  test-results
10
+ **/test-results
6
11
  .openxiangda
12
+ **/.openxiangda
7
13
  .turbo
14
+ **/.turbo
8
15
  .turbopack
16
+ **/.turbopack
9
17
  .umi
18
+ **/.umi
10
19
  .umi-production
20
+ **/.umi-production
11
21
  .git
12
22
  *.log
23
+ **/*.log
@@ -21,7 +21,7 @@
21
21
  "build": "pnpm --recursive build"
22
22
  },
23
23
  "devDependencies": {
24
- "openxiangda-cli": "2.0.0-alpha.56",
24
+ "openxiangda-cli": "2.0.0-alpha.57",
25
25
  "openxiangda-contracts": "2.0.0-alpha.26",
26
26
  "openxiangda-devkit-core": "2.0.0-alpha.33",
27
27
  "typescript": "5.9.3"