gatsby-plugin-utils
Advanced tools
Comparing version 0.2.27 to 0.2.28
@@ -6,2 +6,12 @@ # Change Log | ||
## [0.2.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.27...gatsby-plugin-utils@0.2.28) (2020-10-12) | ||
### Bug Fixes | ||
- **gatsby:** Make pluginOptionsSchema optional ([#27397](https://github.com/gatsbyjs/gatsby/issues/27397)) ([a67fb02](https://github.com/gatsbyjs/gatsby/commit/a67fb0212ac9bd94964d8d5c256beebe6cb6f253)), closes [#27242](https://github.com/gatsbyjs/gatsby/issues/27242) | ||
### Features | ||
- **gatsby-plugin-utils:** add testPluginOptionsSchema to verify plugin schema options ([#27334](https://github.com/gatsbyjs/gatsby/issues/27334)) ([6f842fb](https://github.com/gatsbyjs/gatsby/commit/6f842fb534d204590ca86e1c297edd4438969ac0)) | ||
## [0.2.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.26...gatsby-plugin-utils@0.2.27) (2020-10-07) | ||
@@ -8,0 +18,0 @@ |
export {}; |
export * from "./validate"; | ||
export * from "./test-plugin-options-schema"; | ||
export * from "./joi"; |
@@ -12,2 +12,9 @@ "use strict"; | ||
var _testPluginOptionsSchema = require("./test-plugin-options-schema"); | ||
Object.keys(_testPluginOptionsSchema).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
exports[key] = _testPluginOptionsSchema[key]; | ||
}); | ||
var _joi = require("./joi"); | ||
@@ -14,0 +21,0 @@ |
import { PluginOptionsSchemaJoi } from "./utils/plugin-options-schema-joi-type"; | ||
export * from "./utils/plugin-options-schema-joi-type"; | ||
export declare const Joi: PluginOptionsSchemaJoi; |
@@ -0,0 +0,0 @@ import { ObjectSchema } from "./utils/plugin-options-schema-joi-type"; |
{ | ||
"name": "gatsby-plugin-utils", | ||
"version": "0.2.27", | ||
"version": "0.2.28", | ||
"description": "Gatsby utils that help creating plugins", | ||
@@ -31,2 +31,3 @@ "main": "dist/index.js", | ||
"cross-env": "^7.0.2", | ||
"gatsby": "^2.24.74", | ||
"rimraf": "^3.0.2", | ||
@@ -42,3 +43,3 @@ "typescript": "^3.9.5" | ||
}, | ||
"gitHead": "7d094d3eb33452783eefd7902282d47ade356e48" | ||
"gitHead": "63532f7d3626197dbcbb792227f9042039875e8c" | ||
} |
export * from "./validate" | ||
export * from "./test-plugin-options-schema" | ||
export * from "./joi" |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
156192
23
4268
7