code-inspector-plugin 0.20.15 → 0.20.17

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 +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -331,3 +331,7 @@ For Chinese users, you can join the QQ group `769748484` or add the author's Wei
331
331
  ## 💖 Sponsor
332
332
 
333
333
  Sponsoring this project can help the author create better. If you are willing, thanks for sponsoring me through [here](https://inspector.fe-dev.cn/en/more/sponsor.html).
334
+
335
+ ## Star History
336
+
337
+ [![Star History Chart](https://api.star-history.com/svg?repos=zh-lx/code-inspector&type=Date)](https://www.star-history.com/#zh-lx/code-inspector&Date)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-inspector-plugin",
3
- "version": "0.20.15",
3
+ "version": "0.20.17",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./types/index.d.ts",
@@ -48,10 +48,10 @@
48
48
  "dependencies": {
49
49
  "chalk": "4.1.1",
50
50
  "dotenv": "^16.3.1",
51
- "code-inspector-core": "0.20.15",
52
- "vite-code-inspector-plugin": "0.20.15",
53
- "webpack-code-inspector-plugin": "0.20.15",
54
- "esbuild-code-inspector-plugin": "0.20.15"
51
+ "code-inspector-core": "0.20.17",
52
+ "webpack-code-inspector-plugin": "0.20.17",
53
+ "esbuild-code-inspector-plugin": "0.20.17",
54
+ "vite-code-inspector-plugin": "0.20.17"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/node": "^16.0.1",