File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " pinia-scope" ,
33 "type" : " module" ,
4- "version" : " 1.7.1 " ,
4+ "version" : " 1.7.2 " ,
55 "packageManager" :
" [email protected] " ,
66 "description" : " Scoped Pinia Stores for Vue" ,
77 "author" : {
Original file line number Diff line number Diff line change 1+ export type {
2+ ScopeableStoreOptions ,
3+ ScopeableStoreOptionsCreator ,
4+ StoreCreatorContext ,
5+ ScopeableStoreResult ,
6+ StoreCreator ,
7+ StoreDef ,
8+ } from './functions/defineScopeableStore'
9+ export type { NonScopeContext } from './functions/defineNonScopeableStore'
10+ export type { ScopeOptions , ScopeOptionsInput } from './scope-options'
11+
112export { getStoreInfo , getStoreUnscopedId , getStoreScope } from './functions/getStoreInfo'
2- export { defineScopeableStore , type StoreCreatorContext } from './functions/defineScopeableStore'
13+ export { defineScopeableStore } from './functions/defineScopeableStore'
314export { defineNonScopeableStore } from './functions/defineNonScopeableStore'
415export { getComponentScope } from './functions/getComponentScope'
516export { setComponentScope } from './functions/setComponentScope'
@@ -14,5 +25,3 @@ export {
1425 disposeAndClearStateOfPiniaScope ,
1526 eachStoreOfPiniaScope ,
1627} from './pinia-scope'
17-
18- export { type ScopeOptions } from './scope-options'
You can’t perform that action at this time.
0 commit comments