vue-to-reactive 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,6 @@
12
12
  <a href="https://github.com/vuefrag/vue-to-reactive/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/vue-to-reactive.svg" alt="license" /></a>
13
13
  </p>
14
14
 
15
- > Extracted from [VueUse](https://vueuse.org/) for standalone use.
16
15
 
17
16
  ## Installation
18
17
 
@@ -46,6 +45,9 @@ console.log(state.foo) // => undefined
46
45
  console.log(state.bar) // => 'foo'
47
46
  ```
48
47
 
48
+ > Extracted from [VueUse](https://vueuse.org/) for standalone use.
49
+
50
+
49
51
  ## License
50
52
 
51
53
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-to-reactive",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Vue 3 utility converting ref to reactive proxy object",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",