vuehex 0.6.2 → 0.6.3

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/README.md +2 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,21 +3,8 @@
3
3
  [![Live Demo](https://img.shields.io/badge/Live_Demo-2da44e?style=for-the-badge)](https://vvollers.github.io/vuehex/demo/)
4
4
  [![Documentation](https://img.shields.io/badge/Documentation-0969da?style=for-the-badge)](https://vvollers.github.io/vuehex/docs/)
5
5
  [![CI](https://img.shields.io/github/actions/workflow/status/vvollers/vuehex/ci.yml?style=for-the-badge)](https://github.com/vvollers/vuehex/actions/workflows/ci.yml)
6
- [![npm](https://img.shields.io/npm/v/vuehex?style=for-the-badge)](https://www.npmjs.com/package/vuehex)
7
- [![minzipped](https://img.shields.io/bundlephobia/minzip/vuehex?style=for-the-badge)](https://bundlephobia.com/package/vuehex)
8
-
9
- <!-- vuehex:build-info:start -->
10
-
11
- ## Build info
12
-
13
- Latest published build (updated by CI):
14
-
15
- - Version: unknown
16
- - npm tarball size: unknown
17
- - dist/ size (uncompressed): unknown
18
- - Updated: unknown
19
-
20
- <!-- vuehex:build-info:end -->
6
+ [![npm](https://img.shields.io/npm/v/vuehex?style=for-the-badge&cacheSeconds=60)](https://www.npmjs.com/package/vuehex)
7
+ [![size](https://deno.bundlejs.com/?q=vuehex&badge=detailed&badge-style=for-the-badge)](https://bundlejs.com/?q=vuehex)
21
8
 
22
9
  ## Description
23
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuehex",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": false,
5
5
  "description": "A fast and flexible Vue 3 component for viewing and editing binary data as a hexadecimal view",
6
6
  "author": "Vincent Vollers",