code-inspector-plugin 0.10.1 → 0.11.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -299,7 +299,7 @@ For Chinese users, you can you can join the QQ group `769748484` add the author'
|
|
|
299
299
|
|
|
300
300
|
## 💖 Sponsor
|
|
301
301
|
|
|
302
|
-
|
|
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
303
|
|
|
304
304
|
- Afdian(爱发电): https://afdian.net/a/zhoulixiang
|
|
305
305
|
- Alipay or WeChatPay:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "code-inspector-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
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.
|
|
43
|
-
"webpack-code-inspector-plugin": "0.
|
|
44
|
-
"vite-code-inspector-plugin": "0.
|
|
42
|
+
"code-inspector-core": "0.11.0",
|
|
43
|
+
"webpack-code-inspector-plugin": "0.11.0",
|
|
44
|
+
"vite-code-inspector-plugin": "0.11.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "^16.0.1",
|