@code-inspector/webpack 1.3.1 → 1.3.3

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 +6 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -391,4 +391,9 @@ For Chinese users, you can join the QQ group `769748484` or add the author's Wei
391
391
 
392
392
  ## 💖 Sponsor
393
393
 
394
- 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).
394
+ Sponsoring this project can help the author create better. If you are willing, you can sponsor me through Alipay or WeChatPay:
395
+
396
+ <div style="display: flex; column-gap: 16px; row-gap: 16px; flex-wrap: wrap;">
397
+ <img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/wxpay.jpg" width="200" height="272" />
398
+ <img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/alipay.jpg" width="180" height="272" />
399
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-inspector/webpack",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./types/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "url": "https://github.com/zh-lx/code-inspector/issues"
41
41
  },
42
42
  "dependencies": {
43
- "@code-inspector/core": "1.3.1"
43
+ "@code-inspector/core": "1.3.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^20.3.3",