code-inspector-plugin 0.11.0 → 0.12.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 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -299,12 +299,4 @@ For Chinese users, you can you can join the QQ group `769748484` add the author'
299
299
 
300
300
  ## 💖 Sponsor
301
301
 
302
- Sponsoring this project can help the author create better . If you needed, you can contact the author to have your avatar added to the list of sponsors.
303
-
304
- - Afdian(爱发电): https://afdian.net/a/zhoulixiang
305
- - Alipay or WeChatPay:
306
-
307
- <div style="display: flex; column-gap: 16px; row-gap: 16px; flex-wrap: wrap;">
308
- <img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/wxpay.jpg" width="200" height="272" />
309
- <img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/alipay.jpg" width="180" height="272" />
310
- </div>
302
+ 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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-inspector-plugin",
3
- "version": "0.11.0",
3
+ "version": "0.12.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.11.0",
43
- "webpack-code-inspector-plugin": "0.11.0",
44
- "vite-code-inspector-plugin": "0.11.0"
42
+ "webpack-code-inspector-plugin": "0.12.1",
43
+ "code-inspector-core": "0.12.1",
44
+ "vite-code-inspector-plugin": "0.12.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^16.0.1",