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 447f9f7 commit e694b41Copy full SHA for e694b41
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@questdb/nodejs-client",
3
- "version": "3.0.5",
+ "version": "3.0.6",
4
"description": "QuestDB Node.js Client",
5
"scripts": {
6
"test": "vitest",
@@ -18,7 +18,6 @@
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