vue-context-storage 0.1.13 → 0.1.14

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ Vue 3 context storage system with URL query synchronization support.
8
8
  [![Bundle Size](https://img.shields.io/bundlephobia/minzip/vue-context-storage)](https://bundlephobia.com/package/vue-context-storage)
9
9
  [![GitHub issues](https://img.shields.io/github/issues/lviobio/vue-context-storage)](https://github.com/lviobio/vue-context-storage/issues)
10
10
  [![GitHub License](https://img.shields.io/github/license/lviobio/vue-context-storage)](https://github.com/lviobio/vue-context-storage)
11
- [![Live Demo](https://img.shields.io/badge/demo-live-brightgreen)](https://lviobio.github.io/vue-context-storage/)
11
+ <a href="https://lviobio.github.io/vue-context-storage/" target="_blank"><img src="https://img.shields.io/badge/demo-live-brightgreen" alt="Live Demo"></a>
12
12
 
13
13
  A powerful state management solution for Vue 3 applications that provides:
14
14
  - **Context-based storage** using Vue's provide/inject API
@@ -19,7 +19,7 @@ A powerful state management solution for Vue 3 applications that provides:
19
19
 
20
20
  ## Live Demo
21
21
 
22
- 🚀 **[Try the interactive playground](https://lviobio.github.io/vue-context-storage)**
22
+ 🚀 **<a href="https://lviobio.github.io/vue-context-storage" target="_blank">Try the interactive playground</a>**
23
23
 
24
24
  ## Installation
25
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-context-storage",
3
3
  "type": "module",
4
- "version": "0.1.13",
4
+ "version": "0.1.14",
5
5
  "description": "Vue 3 context storage system with URL query synchronization support",
6
6
  "author": "",
7
7
  "license": "MIT",