@sillsdev/docu-notion 0.11.1 → 0.11.3

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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -50,6 +50,7 @@
50
50
  "//node-fetch@2.6.6file-type": "have to use this version before they switched to ESM, which gives a compile error related to require()",
51
51
  "//chalk@4": "also ESM related problem",
52
52
  "//notion-client@4": "also ESM related problem",
53
+ "//note: ts-node": "really is a runtime dependency",
53
54
  "dependencies": {
54
55
  "@notionhq/client": "2.2.3",
55
56
  "chalk": "^4.1.2",
@@ -62,8 +63,9 @@
62
63
  "markdown-table": "^2.0.0",
63
64
  "node-fetch": "2.6.6",
64
65
  "notion-client": "^4",
65
- "notion-to-md": "^2.5.5",
66
+ "notion-to-md": "2.5.5",
66
67
  "path": "^0.12.7",
68
+ "ts-node": "^10.2.1",
67
69
  "sanitize-filename": "^1.6.3"
68
70
  },
69
71
  "devDependencies": {
@@ -83,7 +85,6 @@
83
85
  "prettier": "^2.2.1",
84
86
  "rimraf": "^4.1.2",
85
87
  "semantic-release": "^19.0.2",
86
- "ts-node": "^10.2.1",
87
88
  "typescript": "^4.6.4",
88
89
  "vite": "^4.2.1",
89
90
  "vitest": "^0.30.1"
@@ -99,5 +100,5 @@
99
100
  "volta": {
100
101
  "node": "18.16.0"
101
102
  },
102
- "version": "0.11.1"
103
+ "version": "0.11.3"
103
104
  }