vite-plugin-debugger 0.0.10 → 0.0.12

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -40,7 +40,7 @@ var transformCDN = (pkg, cdn) => {
40
40
  if (cdn === "cdnjs") {
41
41
  if (!Array.isArray(pkg)) {
42
42
  if (pkg === "eruda") {
43
- return "https://cdnjs.cloudflare.com/ajax/libs/eruda/2.10.0/eruda.min.js";
43
+ return "https://cdnjs.cloudflare.com/ajax/libs/eruda/2.11.2/eruda.min.js";
44
44
  }
45
45
  throw new Error(`[vite-plugin-debugger]: ${cdn} only support eruda without its plugins.`);
46
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-debugger",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "A vite plugin provide the debugger tools for mobile devices.",
5
5
  "author": "jade-gjz",
6
6
  "license": "MIT",
@@ -24,7 +24,7 @@
24
24
  "peerDependencies": {
25
25
  "eruda": "^2.4.0",
26
26
  "vconsole": "^3.14.0",
27
- "vite": "^2.0.0 || ^3.0.0"
27
+ "vite": "^2.0.0 || ^3.0.0 || ^4.0.0"
28
28
  },
29
29
  "peerDependenciesMeta": {
30
30
  "eruda": {