@nuxtjs/sanity
Advanced tools
Comparing version 0.2.3-beta.0 to 0.3.0
@@ -0,1 +1,15 @@ | ||
## [0.3.0](https://github.com/nuxt-community/sanity-module/compare/0.2.2...0.3.0) (2020-08-21) | ||
### Features | ||
* add multiple sanity client capability ([0b04120](https://github.com/nuxt-community/sanity-module/commit/0b04120585db27e6336baa55a83d033f4f07f7ae)), closes [#2](https://github.com/nuxt-community/sanity-module/issues/2) | ||
* allow using `runtimeConfig` to set sanity options ([8657d48](https://github.com/nuxt-community/sanity-module/commit/8657d4842e5d448c51079d696536633c6886dd19)) | ||
### Bug Fixes | ||
* avoid accidentally including `@sanity/client` in bundle ([7dcbe39](https://github.com/nuxt-community/sanity-module/commit/7dcbe39a2b2cac598decdd0002abb3940d43ce57)) | ||
* prevent `chalk` and `consola` from being included in client build ([e16e297](https://github.com/nuxt-community/sanity-module/commit/e16e29727805227e7472f11e6fd1cfc00626fb56)) | ||
### [0.2.2](https://github.com/nuxt-community/sanity-module/compare/0.2.1...0.2.2) (2020-08-10) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "@nuxtjs/sanity", | ||
"version": "0.2.3-beta.0", | ||
"version": "0.3.0", | ||
"description": "Sanity integration for Nuxt.js", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"eslint": "latest", | ||
"jest": "26.3.0", | ||
"jest": "26.4.0", | ||
"jest-serializer-vue-tjw": "^3.14.0", | ||
@@ -55,0 +55,0 @@ "lint-staged": "^10.2.11", |
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
29982