gatsby-plugin-storyblok-image
Advanced tools
Comparing version 2.0.1 to 2.0.2
import getGatsbyImage from './getGatsbyImage'; | ||
export { getGatsbyImage }; | ||
import getSbImageUrl from './utils/buildImageUrl'; | ||
export { getGatsbyImage, getSbImageUrl }; |
@@ -6,4 +6,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getGatsbyImage = void 0; | ||
exports.getSbImageUrl = exports.getGatsbyImage = void 0; | ||
const getGatsbyImage_1 = __importDefault(require("./getGatsbyImage")); | ||
exports.getGatsbyImage = getGatsbyImage_1.default; | ||
const buildImageUrl_1 = __importDefault(require("./utils/buildImageUrl")); | ||
exports.getSbImageUrl = buildImageUrl_1.default; |
{ | ||
"name": "gatsby-plugin-storyblok-image", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Adds gatsby-plugin-image to Gatsby & Storyblok as a content source.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
15400
295