@notionhq/client 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -273,7 +273,7 @@ const blocks = await collectPaginatedAPI(notion.blocks.children.list, {
273
273
 
274
274
  This package supports the following minimum versions:
275
275
 
276
- - Runtime: `node >= 12`
276
+ - Runtime: `node >= 18`
277
277
  - Type definitions (optional): `typescript >= 4.5`
278
278
 
279
279
  Earlier versions may still work, but we encourage people building new applications to upgrade to the current stable.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@notionhq/client",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "A simple and easy to use client for the Notion API",
5
5
  "engines": {
6
6
  "node": ">=18"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@notionhq/client",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "A simple and easy to use client for the Notion API",
5
5
  "engines": {
6
6
  "node": ">=18"