Comparing version 0.2.0 to 0.3.0
@@ -107,2 +107,3 @@ import { WatchCallback, WatchOptions, inject as inj, ComputedRef } from 'vue'; | ||
unwatchAll: () => void; | ||
readonly getters: S extends undefined ? never : ComputedRef<S>; | ||
}; | ||
@@ -109,0 +110,0 @@ /** |
@@ -136,3 +136,6 @@ import { watch as w, inject as inj, reactive, computed, } from 'vue'; | ||
on, | ||
unwatchAll | ||
unwatchAll, | ||
get getters() { | ||
return _getters; | ||
}, | ||
}; | ||
@@ -139,0 +142,0 @@ } |
{ | ||
"name": "svore", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "stare management by composition-api", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -155,5 +155,4 @@ # svore | ||
## TODO | ||
- [ ] Getter | ||
- [ ] Test | ||
- [ ] Description of merit | ||
- [ ] esm support |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19861
302
158