Skip to content

Commit f415ffd

Browse files
committed
add notion-to-md package
1 parent 01e0c2c commit f415ffd

File tree

2 files changed

+56
-190
lines changed

2 files changed

+56
-190
lines changed

components/notion/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/notion",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Pipedream Notion Components",
55
"main": "notion.app.mjs",
66
"keywords": [
@@ -13,7 +13,8 @@
1313
"@notionhq/client": "^2.2.3",
1414
"@pipedream/platform": "^3.0.3",
1515
"@tryfabric/martian": "^1.2.4",
16-
"lodash-es": "^4.17.21"
16+
"lodash-es": "^4.17.21",
17+
"notion-to-md": "^4.0.0-alpha.4"
1718
},
1819
"publishConfig": {
1920
"access": "public"

0 commit comments

Comments
 (0)