Skip to content

Commit 4c15071

Browse files
committed
update readme, package
1 parent eed6933 commit 4c15071

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "boilingdata",
3-
"version": "0.0.1",
2+
"name": "@boilingdata/node-boilingdata",
3+
"version": "0.0.10",
44
"description": "BoilingData client",
55
"main": "dist/cjs/index.js",
66
"types": "dist/cjs/index.d.ts",
@@ -19,7 +19,12 @@
1919
"BoilingData",
2020
"DuckDB",
2121
"Serverless",
22-
"Lambda"
22+
"Lambda",
23+
"S3",
24+
"Parquet",
25+
"CSV",
26+
"JSON",
27+
"ETL"
2328
],
2429
"scripts": {
2530
"prebuild": "yarn install --frozen-lockfile",

src/tests/query.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jest.setTimeout(30000);
66

77
const logLevel = "error";
88
const logger = createLogger({ name: "TEST", level: logLevel });
9-
console.log(process.env);
109
const username = process.env["BD_USERNAME"];
1110
const password = process.env["BD_PASSWORD"];
1211
if (!password || !username) throw new Error("Set BD_USERNAME and BD_PASSWORD envs");

0 commit comments

Comments
 (0)