Comparing version 2.0.24 to 2.0.25
@@ -576,3 +576,3 @@ import { App } from 'vue-demi'; | ||
*/ | ||
export declare function setMapStoreSuffix(suffix: MapStoresCustomization extends Record<'suffix', string> ? MapStoresCustomization['suffix'] : string): void; | ||
export declare function setMapStoreSuffix(suffix: MapStoresCustomization extends Record<'suffix', infer Suffix extends string> ? Suffix : string): void; | ||
@@ -644,3 +644,3 @@ /** | ||
export declare type _StoreObject<S> = S extends StoreDefinition<infer Ids, infer State, infer Getters, infer Actions> ? { | ||
[Id in `${Ids}${MapStoresCustomization extends Record<'suffix', string> ? MapStoresCustomization['suffix'] : 'Store'}`]: () => Store<Id extends `${infer RealId}${MapStoresCustomization extends Record<'suffix', string> ? MapStoresCustomization['suffix'] : 'Store'}` ? RealId : string, State, Getters, Actions>; | ||
[Id in `${Ids}${MapStoresCustomization extends Record<'suffix', infer Suffix extends string> ? Suffix : 'Store'}`]: () => Store<Id extends `${infer RealId}${MapStoresCustomization extends Record<'suffix', infer Suffix extends string> ? Suffix : 'Store'}` ? RealId : string, State, Getters, Actions>; | ||
} : {}; | ||
@@ -647,0 +647,0 @@ |
/*! | ||
* pinia v2.0.24 | ||
* pinia v2.0.25 | ||
* (c) 2022 Eduardo San Martin Morote | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "pinia", | ||
"version": "2.0.24", | ||
"version": "2.0.25", | ||
"description": "Intuitive, type safe and flexible Store for Vue", | ||
@@ -65,4 +65,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "7.28.6", | ||
"@vue/test-utils": "^2.2.1" | ||
"@microsoft/api-extractor": "7.33.6", | ||
"@vue/test-utils": "^2.2.4" | ||
}, | ||
@@ -69,0 +69,0 @@ "dependencies": { |
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
382287