Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Nov 14, 2024
1 parent 0f58148 commit c01458f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@outerbase/sdk",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/connections/snowflake/snowflake.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import snowflake from 'snowflake-sdk';
import { Query } from 'src/query';
import { Query } from '../../query';
import { QueryResult } from '..';
import {
createErrorResult,
transformArrayBasedResult,
} from 'src/utils/transformer';
import { Database, TableColumn } from 'src/models/database';
} from '../../utils/transformer';
import { Database, TableColumn } from '../../models/database';
import { PostgreBaseConnection } from './../postgre/base';
import {
buildMySQLDatabaseSchmea,
Expand Down

0 comments on commit c01458f

Please sign in to comment.