@notionhq/client 0.4.4 → 0.4.8

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@notionhq/client",
3
- "version": "0.4.4",
3
+ "version": "0.4.8",
4
4
  "description": "A simple and easy to use client for the Notion API",
5
5
  "engines": {
6
6
  "node": ">=12"
@@ -22,14 +22,15 @@
22
22
  "main": "./build/src",
23
23
  "scripts": {
24
24
  "prepare": "npm run build",
25
- "prepublishOnly": "npm run lint && npm run test",
25
+ "prepublishOnly": "npm run checkLoggedIn && npm run lint && npm run test",
26
26
  "build": "tsc",
27
27
  "prettier": "prettier --write .",
28
28
  "lint": "prettier --check . && eslint . --ext .ts && cspell '**/*' ",
29
29
  "test": "ava",
30
30
  "check-links": "git ls-files | grep md$ | xargs -n 1 markdown-link-check",
31
31
  "prebuild": "npm run clean",
32
- "clean": "rm -rf ./build"
32
+ "clean": "rm -rf ./build",
33
+ "checkLoggedIn": "./scripts/verifyLoggedIn.sh"
33
34
  },
34
35
  "author": "",
35
36
  "license": "MIT",