Skip to content

Commit 418c069

Browse files
authored
Merge pull request #65 from e2b-dev/fix-sdk-gen-non-esm-import
Fix SDK reference generation
2 parents f651795 + c30f7e9 commit 418c069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"knip": "^5.25.1",
4343
"npm-check-updates": "^17.1.14",
4444
"tsup": "^8.3.6",
45-
"typedoc": "^0.27.6",
46-
"typedoc-plugin-markdown": "^4.2.7",
45+
"typedoc": "0.26.8",
46+
"typedoc-plugin-markdown": "4.2.7",
4747
"typescript": "^5.5.3",
4848
"vitest": "^3.0.5"
4949
},

0 commit comments

Comments
 (0)