gatsby-plugin-layout
Advanced tools
Comparing version 1.0.0-rc.0 to 1.0.0-rc.1
@@ -6,2 +6,8 @@ # Change Log | ||
<a name="1.0.0-rc.1"></a> | ||
# [1.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.0.0-rc.0...gatsby-plugin-layout@1.0.0-rc.1) (2018-08-29) | ||
**Note:** Version bump only for package gatsby-plugin-layout | ||
<a name="1.0.0-rc.0"></a> | ||
@@ -8,0 +14,0 @@ |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
var _stringify = _interopRequireDefault(require("@babel/runtime/core-js/json/stringify")); | ||
var fs = require("fs"); | ||
@@ -45,5 +41,5 @@ | ||
plugins: [plugins.define({ | ||
GATSBY_LAYOUT_COMPONENT_PATH: (0, _stringify.default)(absoluteComponentPath) | ||
GATSBY_LAYOUT_COMPONENT_PATH: JSON.stringify(absoluteComponentPath) | ||
})] | ||
}); | ||
}; |
{ | ||
"name": "gatsby-plugin-layout", | ||
"version": "1.0.0-rc.0", | ||
"version": "1.0.0-rc.1", | ||
"description": "Stub description for gatsby-plugin-layout", | ||
@@ -26,10 +26,10 @@ "main": "index.js", | ||
"dependencies": { | ||
"@babel/runtime": "7.0.0-beta.52" | ||
"@babel/runtime": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.0.0-beta.52", | ||
"@babel/core": "7.0.0-beta.52", | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"cross-env": "^5.0.5" | ||
}, | ||
"gitHead": "1b29c4482828a533a32017a624d5a01c8a8a01da" | ||
"gitHead": "a8a4c69c97d9d7f59a7bfb50e7d1fbd463d2e012" | ||
} |
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
9748
48
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removed@babel/runtime@7.0.0-beta.52(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.12.1(transitive)
Updated@babel/runtime@^7.0.0