We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad892d7 commit 169c0e1Copy full SHA for 169c0e1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "meilisearch",
3
- "version": "0.10.0",
+ "version": "0.10.1",
4
"description": "The MeiliSearch JS client for Node.js and the browser.",
5
"keywords": [
6
"meilisearch",
rollup.config.js
@@ -37,6 +37,7 @@ const PLUGINS = [
37
useTsconfigDeclarationDir: true,
38
tsconfigOverride: {
39
exclude: ['tests'],
40
+ esModuleInterop: true,
41
},
42
}),
43
]
0 commit comments