vue-computed-with-control 1.0.3 → 1.0.4

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-computed-with-control/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/vue-computed-with-control.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
 
@@ -82,6 +81,9 @@ const computedRef = computedWithControl(
82
81
  )
83
82
  ```
84
83
 
84
+ > Extracted from [VueUse](https://vueuse.org/) for standalone use.
85
+
86
+
85
87
  ## License
86
88
 
87
89
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-computed-with-control",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Vue 3 computed with manual trigger and dependency control",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",