keymanapp / lexical-models

Lexical language models for predictive text
MIT License
13 stars 38 forks source link

fix: pin @keymanapp/keyman-version to 16.0.138 #255

Closed mcdurdin closed 6 months ago

mcdurdin commented 6 months ago

The @keymanapp/lexical-model-compiler package has unpinned versions for @keymanapp/keyman-version and @keymanapp/models-types. This led to a mismatch in module formats from 16.0 to 17.0. This patch tells npm to use the 16.0.138 version of @keymanapp/keyman-version.

I audited the 17.0 packages and found that they all appear to correctly pin the @keymanapp dependency versions in the deployed packages.

Should unblock #253.

Fixes: keymanapp/keyman#11503