get-notion-contents
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -133,3 +133,3 @@ "use strict"; | ||
return { | ||
type: type.slice(0, 1).toUpperCase() + type.slice(1), | ||
type: 'Notion' + type.slice(0, 1).toUpperCase() + type.slice(1), | ||
title, | ||
@@ -136,0 +136,0 @@ titleString, |
{ | ||
"name": "get-notion-contents", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Get contents from notion", | ||
@@ -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
20095