We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e0c2c commit f415ffdCopy full SHA for f415ffd
components/notion/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/notion",
3
- "version": "0.4.1",
+ "version": "0.5.0",
4
"description": "Pipedream Notion Components",
5
"main": "notion.app.mjs",
6
"keywords": [
@@ -13,7 +13,8 @@
13
"@notionhq/client": "^2.2.3",
14
"@pipedream/platform": "^3.0.3",
15
"@tryfabric/martian": "^1.2.4",
16
- "lodash-es": "^4.17.21"
+ "lodash-es": "^4.17.21",
17
+ "notion-to-md": "^4.0.0-alpha.4"
18
},
19
"publishConfig": {
20
"access": "public"
0 commit comments