We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0aabff commit fa033fcCopy full SHA for fa033fc
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@questdb/nodejs-client",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"description": "QuestDB Node.js Client",
5
"scripts": {
6
"test": "vitest",
@@ -15,10 +15,6 @@
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