Skip to content

Commit ec4b576

Browse files
committed
Pinning Notion client version in app file
1 parent 90cc73c commit ec4b576

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/notion/actions/query-database/query-database.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "notion-query-database",
66
name: "Query Database",
77
description: "Query a database with a specified filter. [See the documentation](https://developers.notion.com/reference/post-database-query)",
8-
version: "0.1.1",
8+
version: "0.1.2",
99
type: "action",
1010
props: {
1111
notion,

components/notion/notion.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import notion from "@notionhq/client";
1+
import notion from "@notionhq/client@4.0.2";
22
import { ConfigurationError } from "@pipedream/platform";
33
import { NotionToMarkdown } from "notion-to-md";
44
import NOTION_META from "./common/notion-meta-selection.mjs";

components/notion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/notion",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Pipedream Notion Components",
55
"main": "notion.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)