code-inspector-plugin 0.16.1 → 0.17.0

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/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  </p>
8
8
 
9
9
  [![NPM version](https://img.shields.io/npm/v/code-inspector-plugin.svg)](https://www.npmjs.com/package/code-inspector-plugin)
10
- [![GITHUB star](https://img.shields.io/github/stars/zh-lx/pinyin-pro?style=flat&label=%E2%AD%90%EF%B8%8F%20stars)](https://github.com/zh-lx/code-inspector)
10
+ [![GITHUB star](https://img.shields.io/github/stars/zh-lx/code-inspector?style=flat&label=%E2%AD%90%EF%B8%8F%20stars)](https://github.com/zh-lx/code-inspector)
11
11
  [![NPM Downloads](https://img.shields.io/npm/dm/code-inspector-plugin.svg)](https://npmcharts.netlify.app/compare/code-inspector-plugin?minimal=true)
12
12
  [![MIT-license](https://img.shields.io/npm/l/code-inspector.svg)](https://opensource.org/licenses/MIT)
13
13
  [![GITHUB-language](https://img.shields.io/github/languages/top/zh-lx/code-inspector?logoColor=purple&color=purple)](https://github.com/zh-lx/code-inspector)
@@ -53,7 +53,7 @@ The following are which compilers, web frameworks and editors we supported now:
53
53
  ✅ svelte<br />
54
54
  ✅ astro
55
55
  - The following code editors are currently supported:<br />
56
- [VSCode](https://code.visualstudio.com/) | [Visual Studio Code - Insiders](https://code.visualstudio.com/insiders/) | [WebStorm](https://www.jetbrains.com/webstorm/) | [Atom](https://atom.io/) | [HBuilderX](https://www.dcloud.io/hbuilderx.html) | [PhpStorm](https://www.jetbrains.com/phpstorm/) | [PyCharm](https://www.jetbrains.com/pycharm/) | [IntelliJ IDEA](https://www.jetbrains.com/idea/)
56
+ [VSCode](https://code.visualstudio.com/) | [Cursor](https://www.cursor.com/) | [WebStorm](https://www.jetbrains.com/webstorm/) | [Atom](https://atom.io/) | [HBuilderX](https://www.dcloud.io/hbuilderx.html) | [PhpStorm](https://www.jetbrains.com/phpstorm/) | [PyCharm](https://www.jetbrains.com/pycharm/) | [IntelliJ IDEA](https://www.jetbrains.com/idea/) | [and Others](https://inspector.fe-dev.cn/en/guide/ide.html)
57
57
 
58
58
  ## 🚀 Install
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-inspector-plugin",
3
- "version": "0.16.1",
3
+ "version": "0.17.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./types/index.d.ts",
@@ -47,10 +47,10 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "chalk": "4.1.1",
50
- "code-inspector-core": "0.16.1",
51
- "vite-code-inspector-plugin": "0.16.1",
52
- "webpack-code-inspector-plugin": "0.16.1",
53
- "esbuild-code-inspector-plugin": "0.16.1"
50
+ "code-inspector-core": "0.17.0",
51
+ "vite-code-inspector-plugin": "0.17.0",
52
+ "webpack-code-inspector-plugin": "0.17.0",
53
+ "esbuild-code-inspector-plugin": "0.17.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^16.0.1",