File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ jest.setTimeout(30000);
66
77const logLevel = "error" ;
88const logger = createLogger ( { name : "TEST" , level : logLevel } ) ;
9- console . log ( process . env ) ;
109const username = process . env [ "BD_USERNAME" ] ;
1110const password = process . env [ "BD_PASSWORD" ] ;
1211if ( ! password || ! username ) throw new Error ( "Set BD_USERNAME and BD_PASSWORD envs" ) ;
You can’t perform that action at this time.
0 commit comments