@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 +1 -1
- package/build/package.json +1 -1
- package/package.json +1 -1
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 >=
|
|
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.
|
package/build/package.json
CHANGED