@web-applets/inspector 0.2.4 → 0.2.5

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.
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Web Applets Inspector</title>
7
+ <script type="module" crossorigin src="/assets/index-Hy6Hlya-.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-DGr96Ien.css">
9
+ </head>
10
+ <body>
11
+ <app-root></app-root>
12
+ </body>
13
+ </html>
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Web Applets Inspector</title>
7
- <script type="module" crossorigin src="/assets/index-COcILV0O.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-Br64umEE.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-DGr96Ien.css">
9
9
  </head>
10
10
  <body>
package/package.json CHANGED
@@ -4,6 +4,7 @@
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
+ "version": "0.2.5",
7
8
  "description": "An inspector CLI for web applets.",
8
9
  "scripts": {
9
10
  "start": "npm run build && node dist/index.js",
@@ -37,6 +38,5 @@
37
38
  },
38
39
  "optionalDependencies": {
39
40
  "@rollup/rollup-linux-x64-gnu": "4.9.5"
40
- },
41
- "version": "0.2.4"
41
+ }
42
42
  }