@openqa-cn/codexqa 0.1.4 → 0.1.5

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openqa-cn/codexqa",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "把代码仓库解析成可查询的符号图:查实现、追调用、搜报错、看架构,也能对话或打开网页界面。",
5
5
  "bin": {
6
6
  "codexqa": "bin/codexqa.js"
@@ -9,7 +9,7 @@
9
9
  "bin"
10
10
  ],
11
11
  "optionalDependencies": {
12
- "@openqa-cn/codexqa-darwin-arm64": "0.1.3",
12
+ "@openqa-cn/codexqa-darwin-arm64": "0.1.4",
13
13
  "@openqa-cn/codexqa-darwin-x64": "0.1.3",
14
14
  "@openqa-cn/codexqa-linux-x64": "0.1.3",
15
15
  "@openqa-cn/codexqa-win32-x64": "0.1.3"