Comparing version 0.1.2 to 0.2.0
@@ -107,3 +107,2 @@ import { WatchCallback, WatchOptions, inject as inj, ComputedRef } from 'vue'; | ||
unwatchAll: () => void; | ||
readonly getters: S extends undefined ? never : ComputedRef<S>; | ||
}; | ||
@@ -110,0 +109,0 @@ /** |
@@ -136,6 +136,3 @@ import { watch as w, inject as inj, reactive, computed, } from 'vue'; | ||
on, | ||
unwatchAll, | ||
get getters() { | ||
return _getters; | ||
}, | ||
unwatchAll | ||
}; | ||
@@ -142,0 +139,0 @@ } |
{ | ||
"name": "svore", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "stare management by composition-api", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# svore | ||
This library makes it easy to manage the stores created by composition-api because you can easily describe the process of linking between stores. | ||
It is useful if you use realtime-update service such as firestore. | ||
This store is type safe. | ||
This store is type safe. | ||
It is useful if | ||
- you use realtime-update service such as firestore. | ||
- make stores decoupled. | ||
## Installation | ||
@@ -152,5 +155,5 @@ | ||
## 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
159
19695
298