@spotlightjs/spotlight 1.2.0 → 1.2.1
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.
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
width: 100%;
|
|
17
17
|
}
|
|
18
18
|
</style>
|
|
19
|
-
<script type="module" crossorigin src="/assets/main-
|
|
19
|
+
<script type="module" crossorigin src="/assets/main-7663b792.js"></script>
|
|
20
20
|
</head>
|
|
21
21
|
<body>
|
|
22
22
|
<!-- Import and initialize Spotlight in a separate script tag -->
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotlightjs/spotlight",
|
|
3
3
|
"description": "Spotlight - Sentry for development. Containing the overlay and the sidecar.",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@spotlightjs/overlay": "1.
|
|
30
|
+
"@spotlightjs/overlay": "1.2.0",
|
|
31
31
|
"@spotlightjs/sidecar": "1.2.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|