@explorer-1/vue 0.2.12 → 0.2.13

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -52,7 +52,7 @@
52
52
  </span>
53
53
  <span
54
54
  v-if="data.location"
55
- class="mr-1"
55
+ class="mr-1 mt-.5"
56
56
  aria-hidden="true"
57
57
  >
58
58
  {{ data.location }}
@@ -143,7 +143,7 @@
143
143
  </template>
144
144
  </div>
145
145
  <!-- DSN Widget -->
146
- <DsnWidget />
146
+ <FetchDsnWidget />
147
147
  <!-- asteroid watch -->
148
148
  <div
149
149
  v-if="asteroidWatch"