dqbd / tiktoken

JS port and JS/WASM bindings for openai/tiktoken
MIT License
705 stars 53 forks source link

Exports file path is not found #7

Closed aliuq closed 1 year ago

aliuq commented 1 year ago

The exports path is defined in package.json, but the .mjs file is missing from the dist directory.

https://github.com/dqbd/tiktoken/blob/main/js/package.json#L21

image

dqbd commented 1 year ago

Good catch 👍 Will resolve the issue in #12, thanks 😃