You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There already is a version 8.1 of the query-string library, but since 8.0 the library is a pure ESM package. To be able to use v8+, we have to convert our libraries to become ESM packages as well.
The text was updated successfully, but these errors were encountered:
There already is a version 8.1 of the query-string library, but since
8.0 the library is a pure ESM package. To be able to use v8+, we have to
convert our libraries to become ESM packages as well.
Made changes following
https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c to
make this library an ESM package.
Closes#70
There already is a version 8.1 of the query-string library, but since 8.0 the library is a pure ESM package. To be able to use v8+, we have to convert our libraries to become ESM packages as well.
The text was updated successfully, but these errors were encountered: