Comparing version 2.0.30 to 2.0.31
@@ -408,3 +408,5 @@ import { App } from 'vue-demi'; | ||
*/ | ||
export declare function mapWritableState<Id extends string, S extends StateTree, G extends _GettersTree<S>, A>(useStore: StoreDefinition<Id, S, G, A>, keys: Array<keyof S>): _MapWritableStateReturn<S>; | ||
export declare function mapWritableState<Id extends string, S extends StateTree, G extends _GettersTree<S>, A, Keys extends keyof S>(useStore: StoreDefinition<Id, S, G, A>, keys: readonly Keys[]): { | ||
[K in Keys]: S[K]; | ||
}; | ||
@@ -411,0 +413,0 @@ /** |
/*! | ||
* pinia v2.0.30 | ||
* pinia v2.0.31 | ||
* (c) 2023 Eduardo San Martin Morote | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "pinia", | ||
"version": "2.0.30", | ||
"version": "2.0.31", | ||
"description": "Intuitive, type safe and flexible Store for Vue", | ||
@@ -66,6 +66,6 @@ "main": "index.js", | ||
"@microsoft/api-extractor": "7.33.6", | ||
"@vue/test-utils": "^2.2.6" | ||
"@vue/test-utils": "^2.2.9" | ||
}, | ||
"dependencies": { | ||
"@vue/devtools-api": "^6.4.5", | ||
"@vue/devtools-api": "^6.5.0", | ||
"vue-demi": "*" | ||
@@ -72,0 +72,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
382275
9785
Updated@vue/devtools-api@^6.5.0