mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* refresh token flow * new auth with error standardisation * Sbowflake improvements * Snowflake invoke method made accessible * snowflake improvement update * dev testing bug fixes * removed context file * list tables and columns now use respective users token * Snowflake bearer token field adding empty key value pair while editing * PAT token flow authenticator updated * Username for PAT token flow * snowflake sdk version updated * Updated placeholder for automation * chore: update version to 3.20.152-lts --------- Co-authored-by: Srimanitejas123 <mani@tooljet.com> Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
25 lines
606 B
JSON
25 lines
606 B
JSON
{
|
|
"name": "@tooljet-plugins/snowflake",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"build": "tsc -b",
|
|
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
|
|
},
|
|
"homepage": "https://github.com/tooljet/tooljet#readme",
|
|
"dependencies": {
|
|
"@tooljet-plugins/common": "file:../common",
|
|
"@types/snowflake-sdk": "^1.6.17",
|
|
"react": "^17.0.2",
|
|
"snowflake-sdk": "^2.4.0"
|
|
}
|
|
}
|