Comparing version 2.0.3 to 2.0.4
@@ -0,1 +1,8 @@ | ||
## [2.0.4](https://github.com/posva/pinia/compare/pinia@2.0.3...pinia@2.0.4) (2021-11-19) | ||
### Features | ||
- **devtools:** allow resetting directly from devtools ([44fa896](https://github.com/posva/pinia/commit/44fa896213e855bb611e30f25b9cd7ffe4a1643e)) | ||
- **devtools:** display all getters in pinia root ([ce8f1e5](https://github.com/posva/pinia/commit/ce8f1e5b87fa21c09b044be965e34d48b50a129b)) | ||
## [2.0.3](https://github.com/posva/pinia/compare/pinia@2.0.2...pinia@2.0.3) (2021-11-10) | ||
@@ -2,0 +9,0 @@ |
@@ -711,2 +711,8 @@ import { App } from 'vue-demi'; | ||
/** | ||
* Used (and added) by devtools plugin to detect Setup vs Options API usage. | ||
* | ||
* @internal | ||
*/ | ||
_isOptionsAPI?: boolean; | ||
/** | ||
* Used by devtools plugin to retrieve properties added with plugins. Removed | ||
@@ -713,0 +719,0 @@ * in production. Can be used by the user to add property keys of the store |
/*! | ||
* pinia v2.0.3 | ||
* pinia v2.0.4 | ||
* (c) 2021 Eduardo San Martin Morote | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "pinia", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Intuitive, type safe and flexible Store for Vue", | ||
@@ -72,14 +72,14 @@ "main": "index.js", | ||
"@microsoft/api-extractor": "7.18.19", | ||
"@vue/compiler-sfc": "^3.2.21", | ||
"@vue/server-renderer": "^3.2.21", | ||
"@vue/compiler-sfc": "^3.2.22", | ||
"@vue/server-renderer": "^3.2.22", | ||
"@vue/test-utils": "^2.0.0-rc.16", | ||
"vue": "^3.2.21", | ||
"vue": "^3.2.22", | ||
"vue2": "npm:vue@2" | ||
}, | ||
"dependencies": { | ||
"@vue/devtools-api": "^6.0.0-beta.20", | ||
"@vue/devtools-api": "^6.0.0-beta.20.1", | ||
"vue-demi": "*" | ||
}, | ||
"peerDependencies": { | ||
"@vue/composition-api": "^1.3.3", | ||
"@vue/composition-api": "^1.4.0", | ||
"typescript": "^4.4.4", | ||
@@ -86,0 +86,0 @@ "vue": "^2.6.14 || ^3.2.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
437575
10538