@querypanel/node-sdk 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,73 +1,73 @@
1
1
  {
2
- "name": "@querypanel/node-sdk",
3
- "version": "1.0.41",
4
- "description": "TypeScript/Node.js SDK for the QueryPanel API",
5
- "license": "UNLICENSED",
6
- "type": "module",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/querypanel/node-sdk.git"
10
- },
11
- "author": "QueryPanel",
12
- "homepage": "https://querypanel.io",
13
- "bugs": {
14
- "url": "https://github.com/querypanel/node-sdk/issues"
15
- },
16
- "keywords": [
17
- "querypanel",
18
- "sdk",
19
- "node",
20
- "javascript",
21
- "typescript",
22
- "text-to-dashboard",
23
- "natural-language-to-sql",
24
- "text-to-sql"
25
- ],
26
- "main": "dist/index.cjs",
27
- "module": "dist/index.js",
28
- "types": "dist/index.d.ts",
29
- "exports": {
30
- ".": {
31
- "types": "./dist/index.d.ts",
32
- "import": "./dist/index.js",
33
- "require": "./dist/index.cjs"
34
- }
35
- },
36
- "files": [
37
- "dist"
38
- ],
39
- "scripts": {
40
- "build": "tsup",
41
- "dev": "tsup --watch",
42
- "clean": "rm -rf dist",
43
- "check": "tsc --noEmit",
44
- "test": "vitest run src/",
45
- "test:watch": "vitest src/",
46
- "test:ui": "vitest --ui",
47
- "test:coverage": "vitest run --coverage src/",
48
- "test:integration": "TEST_TYPE=integration vitest run test/integration/",
49
- "test:integration:watch": "TEST_TYPE=integration vitest test/integration/",
50
- "test:all": "vitest run src/ && TEST_TYPE=integration vitest run test/integration/",
51
- "demo:full-flow": "bun test/full-flow-demo.ts",
52
- "docker:test:up": "docker-compose -f docker-compose.test.yml up -d",
53
- "docker:test:down": "docker-compose -f docker-compose.test.yml down -v",
54
- "docker:test:logs": "docker-compose -f docker-compose.test.yml logs -f"
55
- },
56
- "engines": {
57
- "node": ">=18"
58
- },
59
- "dependencies": {},
60
- "devDependencies": {
61
- "@clickhouse/client": "^1.13.0",
62
- "@types/pg": "^8.15.6",
63
- "@vitest/coverage-v8": "^4.0.10",
64
- "@vitest/ui": "^4.0.10",
65
- "pg": "^8.16.3",
66
- "tsup": "^8.5.1",
67
- "typescript": "^5.6.3",
68
- "vitest": "^4.0.10"
69
- },
70
- "optionalDependencies": {
71
- "@rollup/rollup-linux-x64-gnu": "^4.53.2"
72
- }
2
+ "name": "@querypanel/node-sdk",
3
+ "version": "1.0.42",
4
+ "description": "TypeScript/Node.js SDK for the QueryPanel API",
5
+ "license": "UNLICENSED",
6
+ "type": "module",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/querypanel/node-sdk.git"
10
+ },
11
+ "author": "QueryPanel",
12
+ "homepage": "https://querypanel.io",
13
+ "bugs": {
14
+ "url": "https://github.com/querypanel/node-sdk/issues"
15
+ },
16
+ "keywords": [
17
+ "querypanel",
18
+ "sdk",
19
+ "node",
20
+ "javascript",
21
+ "typescript",
22
+ "text-to-dashboard",
23
+ "natural-language-to-sql",
24
+ "text-to-sql"
25
+ ],
26
+ "main": "dist/index.cjs",
27
+ "module": "dist/index.js",
28
+ "types": "dist/index.d.ts",
29
+ "exports": {
30
+ ".": {
31
+ "types": "./dist/index.d.ts",
32
+ "import": "./dist/index.js",
33
+ "require": "./dist/index.cjs"
34
+ }
35
+ },
36
+ "files": [
37
+ "dist"
38
+ ],
39
+ "scripts": {
40
+ "build": "tsup",
41
+ "dev": "tsup --watch",
42
+ "clean": "rm -rf dist",
43
+ "check": "tsc --noEmit",
44
+ "test": "vitest run src/",
45
+ "test:watch": "vitest src/",
46
+ "test:ui": "vitest --ui",
47
+ "test:coverage": "vitest run --coverage src/",
48
+ "test:integration": "TEST_TYPE=integration vitest run test/integration/",
49
+ "test:integration:watch": "TEST_TYPE=integration vitest test/integration/",
50
+ "test:all": "vitest run src/ && TEST_TYPE=integration vitest run test/integration/",
51
+ "demo:full-flow": "bun test/full-flow-demo.ts",
52
+ "docker:test:up": "docker-compose -f docker-compose.test.yml up -d",
53
+ "docker:test:down": "docker-compose -f docker-compose.test.yml down -v",
54
+ "docker:test:logs": "docker-compose -f docker-compose.test.yml logs -f"
55
+ },
56
+ "engines": {
57
+ "node": ">=18"
58
+ },
59
+ "dependencies": {},
60
+ "devDependencies": {
61
+ "@clickhouse/client": "^1.13.0",
62
+ "@types/pg": "^8.15.6",
63
+ "@vitest/coverage-v8": "^4.0.10",
64
+ "@vitest/ui": "^4.0.10",
65
+ "pg": "^8.16.3",
66
+ "tsup": "^8.5.1",
67
+ "typescript": "^5.6.3",
68
+ "vitest": "^4.0.10"
69
+ },
70
+ "optionalDependencies": {
71
+ "@rollup/rollup-linux-x64-gnu": "^4.53.2"
72
+ }
73
73
  }