code-inspector-plugin 0.9.2 → 0.10.0-beta.1

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p align="center">
5
5
  <h2>code-inspector</h2>
6
- <span>English Docs</span> | <a href="https://github.com/zh-lx/code-inspector/blob/main/docs/README-ZH.md">中文文档</a> | <a href="https://inspector.fe-dev.cn/en">Documentation Site</a>
6
+ <a href="https://inspector.fe-dev.cn">中文文档</a> | <a href="https://inspector.fe-dev.cn/en">Documentation</a>
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-inspector-plugin",
3
- "version": "0.9.2",
3
+ "version": "0.10.0-beta.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./types/index.d.ts",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "chalk": "4.1.1",
42
- "code-inspector-core": "0.9.2",
43
- "webpack-code-inspector-plugin": "0.9.2",
44
- "vite-code-inspector-plugin": "0.9.2"
42
+ "code-inspector-core": "0.10.0-beta.1",
43
+ "webpack-code-inspector-plugin": "0.10.0-beta.1",
44
+ "vite-code-inspector-plugin": "0.10.0-beta.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^16.0.1",