@nuxtjs/sanity
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -0,1 +1,8 @@ | ||
### [0.9.4](https://github.com/nuxt-community/sanity-module/compare/0.9.3...0.9.4) (2021-05-15) | ||
### Bug Fixes | ||
* don't set empty keys on marks ([cefdaaa](https://github.com/nuxt-community/sanity-module/commit/cefdaaa453bef3b7dc76c5d6977a87364b68ff36)), closes [#116](https://github.com/nuxt-community/sanity-module/issues/116) | ||
### [0.9.3](https://github.com/nuxt-community/sanity-module/compare/0.9.2...0.9.3) (2021-05-15) | ||
@@ -2,0 +9,0 @@ |
@@ -44,3 +44,3 @@ 'use strict'; | ||
case ["_key", "key"].includes(key): | ||
obj2.key = value; | ||
obj2.key = value || null; | ||
return obj2; | ||
@@ -47,0 +47,0 @@ case ["class", "href", "src"].includes(key): |
@@ -8,3 +8,3 @@ import { bold } from 'chalk'; | ||
var name = "@nuxtjs/sanity"; | ||
var version = "0.9.3"; | ||
var version = "0.9.4"; | ||
@@ -11,0 +11,0 @@ const isProd = process.env.NODE_ENV === "production"; |
@@ -17,3 +17,3 @@ 'use strict'; | ||
var name = "@nuxtjs/sanity"; | ||
var version = "0.9.3"; | ||
var version = "0.9.4"; | ||
@@ -20,0 +20,0 @@ const isProd = process.env.NODE_ENV === "production"; |
{ | ||
"name": "@nuxtjs/sanity", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "Sanity integration for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
54989