gatsby-source-notion-contents
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -19,7 +19,7 @@ "use strict"; | ||
}, options) => { | ||
var _ref; | ||
var _options$removeStyle; | ||
const notion = new Notion(options === null || options === void 0 ? void 0 : options.token, { | ||
prefix: options === null || options === void 0 ? void 0 : options.prefix, | ||
removeStyle: (_ref = options === null || options === void 0 ? void 0 : options.removeStyle) !== null && _ref !== void 0 ? _ref : false | ||
removeStyle: (_options$removeStyle = options === null || options === void 0 ? void 0 : options.removeStyle) !== null && _options$removeStyle !== void 0 ? _options$removeStyle : false | ||
}); | ||
@@ -26,0 +26,0 @@ const hydratedIds = ((options === null || options === void 0 ? void 0 : options.ids) || []).map(formatUid); |
{ | ||
"name": "gatsby-source-notion-contents", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Get gatsby sources from notion", | ||
@@ -28,14 +28,14 @@ "main": "index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.7", | ||
"get-notion-contents": "^2.3.0" | ||
"@babel/runtime": "^7.10.2", | ||
"get-notion-contents": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.7", | ||
"@babel/core": "^7.7.7", | ||
"@babel/cli": "^7.10.1", | ||
"@babel/core": "^7.10.2", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", | ||
"@babel/plugin-proposal-optional-chaining": "^7.10.1", | ||
"babel-preset-gatsby-package": "^0.2.14", | ||
"gatsby": "^2.18.17", | ||
"husky": "^3.1.0" | ||
"babel-preset-gatsby-package": "^0.4.3", | ||
"gatsby": "^2.23.1", | ||
"husky": "^4.2.5" | ||
} | ||
} |
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
5797
Updated@babel/runtime@^7.10.2
Updatedget-notion-contents@^2.4.1