@sillsdev/docu-notion 0.17.0-alpha.3 → 1.0.0-alpha.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/package.json CHANGED
@@ -22,10 +22,9 @@
22
22
  },
23
23
  "//file-type": "have to use this version before they switched to ESM, which gives a compile error related to require()",
24
24
  "//chalk@4": "also ESM related problem",
25
- "//notion-client@4": "also ESM related problem",
26
25
  "//note: ts-node": "really is a runtime dependency",
27
26
  "dependencies": {
28
- "@notionhq/client": "2.2.3",
27
+ "@notionhq/client": "5.18.0",
29
28
  "chalk": "^4.1.2",
30
29
  "commander": "^9.2.0",
31
30
  "cosmiconfig": "^8.0.0",
@@ -34,7 +33,6 @@
34
33
  "fs-extra": "^10.1.0",
35
34
  "limiter": "^2.1.0",
36
35
  "markdown-table": "^2.0.0",
37
- "notion-client": "^4",
38
36
  "notion-to-md": "3.1.1",
39
37
  "path": "^0.12.7",
40
38
  "sanitize-filename": "^1.6.3",
@@ -43,7 +41,7 @@
43
41
  "devDependencies": {
44
42
  "@types/fs-extra": "^9.0.13",
45
43
  "@types/markdown-table": "^2.0.0",
46
- "@types/node": "^18.15.11",
44
+ "@types/node": "^22.15.21",
47
45
  "@typescript-eslint/eslint-plugin": "^4.22.0",
48
46
  "@typescript-eslint/parser": "^4.22.0",
49
47
  "@vitest/ui": "^0.30.1",
@@ -92,5 +90,5 @@
92
90
  "volta": {
93
91
  "node": "22.21.0"
94
92
  },
95
- "version": "0.17.0-alpha.3"
93
+ "version": "1.0.0-alpha.1"
96
94
  }