code-inspector-plugin 0.4.1-beta.2 → 0.4.2
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "code-inspector-plugin",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"typings": "./types/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
-
"homepage": "https://inspector.fe-dev.cn/",
|
|
26
|
+
"homepage": "https://inspector.fe-dev.cn/en",
|
|
27
27
|
"description": "点击页面上的元素,将自动打开你的代码编辑器并将光标定位到元素对应的代码位置。",
|
|
28
28
|
"keywords": [
|
|
29
29
|
"webpack",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"chalk": "4.1.1",
|
|
42
|
-
"code-inspector-core": "0.4.
|
|
43
|
-
"vite-code-inspector-plugin": "0.4.
|
|
44
|
-
"webpack-code-inspector-plugin": "0.4.
|
|
42
|
+
"code-inspector-core": "0.4.2",
|
|
43
|
+
"vite-code-inspector-plugin": "0.4.2",
|
|
44
|
+
"webpack-code-inspector-plugin": "0.4.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "^16.0.1",
|