Version Packages

This commit is contained in:
github-actions[bot]
2023-09-28 17:23:24 +00:00
parent 47c9b75940
commit d4f1bb4d4b
5 changed files with 19 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
---
"reacord": patch
---
fix type definitions
`"types"` wasn't updated, oops!
technically the typedefs were already correctly defined via `"exports"`, but this may not be picked up depending on the tsconfig, so I'll ensure both are used for compatibility purposes. but this might be worth a note in the docs; pretty much every modern TS Node project should be using a tsconfig that doesn't require setting `"types"`