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 fa033fc commit 31a6a0fCopy full SHA for 31a6a0f
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@questdb/nodejs-client",
3
- "version": "3.0.3",
+ "version": "3.0.4",
4
"description": "QuestDB Node.js Client",
5
"scripts": {
6
"test": "vitest",
@@ -15,6 +15,10 @@
15
"dist/cjs",
16
"dist/es"
17
],
18
+ "main": "dist/cjs/index.js",
19
+ "module": "dist/es/index.mjs",
20
+ "types": "dist/cjs/index.d.ts",
21
+ "type": "module",
22
"exports": {
23
"import": {
24
"types": "./dist/es/index.d.mts",
0 commit comments