notion-utils
Advanced tools
Comparing version 0.4.0 to 1.0.0
@@ -7,5 +7,3 @@ import * as types from 'notion-types'; | ||
* rich text formatting. | ||
* | ||
* @param text | ||
*/ | ||
export declare const getTextContent: (text?: types.Decoration[] | undefined) => string; |
@@ -9,4 +9,2 @@ "use strict"; | ||
* rich text formatting. | ||
* | ||
* @param text | ||
*/ | ||
@@ -13,0 +11,0 @@ exports.getTextContent = (text) => { |
{ | ||
"name": "notion-utils", | ||
"version": "0.4.0", | ||
"version": "1.0.0", | ||
"description": "Useful utilities for working with Notion data. Isomorphic.", | ||
@@ -17,3 +17,3 @@ "repository": "saasify-sh/notion", | ||
"dependencies": { | ||
"notion-types": "^0.4.0" | ||
"notion-types": "^1.0.0" | ||
}, | ||
@@ -24,3 +24,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "76f2886c3a82acae47ac440ea859328fc5821e1e" | ||
"gitHead": "3b23749ac247ac84f50d5db4952f244228e15b48" | ||
} |
@@ -8,4 +8,2 @@ import * as types from 'notion-types' | ||
* rich text formatting. | ||
* | ||
* @param text | ||
*/ | ||
@@ -12,0 +10,0 @@ export const getTextContent = (text?: types.Decoration[]): string => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
47950
1
167278
391
+ Addednotion-types@1.3.2(transitive)
- Removednotion-types@0.4.0(transitive)
Updatednotion-types@^1.0.0