ToolJet/plugins/package.json
Akshay 2d08d889de
Release: Community changes (v2.34.0) (#9226)
* add custom resolvers info and editable row selection info (#9057)

* fix system requirements icon

* add auth info for webhooks and fix casing

* add regex custom validation info (#9068)

* [docs]: Marketplace 1.7 updates (#9085)

* [docs] Amazon redshift plugin

* make minor improvements

* add and update docs for marketplace 1.7

* update order of plugins in overview to match sidebar

* create new version

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>

* add the latest version in the versions.json file (#9094)

* [docs]: Update PDF component (#9088)

* update PDF component

* merged with develop and added changes to the new version

* update docs favicon: (#9118)

* [docs] SSO revamp (#9031)

* add method to set default language

* update image settings through custom css and update screenshots for getting started and tooljet concepts (#9158)

* fix read documentation button

* fix formatting for setup icons (#9172)

* fix sidebar link for aws lambda

* Update static media (#9175)

* updated the screenshots

* reduced the gif size

* reverted the package.json file

* edited the zoomed in images and replaced some gifs with screenshots

* removed one gif

* update static media

* update file names

* update toolbar

* fix file names

* fix: dynamodb img path

* update media for org management dashboard

* fix: casing and formatting

* update workspace constant media

* update media in workspace settings and github

* update github sso

* minor change to github sso docs

* minor fix

* update google sso

* change includeCurrentVersion flag to false

---------

Co-authored-by: Asjad Ahmed Khan <iitasjad2001@gmail.com>
Co-authored-by: Asjad Ahmed Khan <60435499+2001asjad@users.noreply.github.com>
Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>

* Feature: Engagespot plugin (#9012)

* feat(plugins): added engagespot plugin

* feat(docs): added engagespot plugin docs

* chore(engagespot-plugin): revised copywritings

* Feature: Databricks data source (#9174)

* plugin-created

* Databricks integration

* icon, error handling

* removed unrelated changes from marketplace and frontend package-lock.json removed runAsync and maxRows timeouts pending

* timeout implementation

* socket timeout and error handling

* resolve comments

* resolve comments2

* solved render issue test connection improvements

* solved undefined error

* fix TJDB not null value fail for is operation (#9055)

* fix TJDB not null value fail for is operation

* handling not null and null case insenstive values

* Support for marketplace plugin deploy on render preview app (#9221)

* Fix for marketplace error on render preview app

* add marketplace build command

* Adding new workflow for building marketplace plugin

* removed render app creation

* [:docs] Add documentation for Databricks plugin (#9224)

* add docs for databricks

* update databricks docs

* update docs

* remove ref to clusters

* bump to v2.34.0

* Fixed data source cypress failure (#9227)

* updated spec with required text

* updated mongodb and import spec

* updated import spec

---------

Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Aman Regu <amanregu@gmail.com>
Co-authored-by: Asjad Ahmed Khan <iitasjad2001@gmail.com>
Co-authored-by: Asjad Ahmed Khan <60435499+2001asjad@users.noreply.github.com>
Co-authored-by: Jobin Jose <129726530+jobin-logidots@users.noreply.github.com>
Co-authored-by: Syed Mohammad Akhtar Rizvi <85864291+ShazanRizvi@users.noreply.github.com>
Co-authored-by: blank0537 <111295371+blank0537@users.noreply.github.com>
Co-authored-by: Mekhla Asopa <59684099+Mekhla-Asopa@users.noreply.github.com>
2024-03-29 19:13:26 +05:30

89 lines
3.9 KiB
JSON

{
"name": "@tooljet/plugins",
"version": "0.0.1",
"source": "server.ts",
"types": "dist/server.d.ts",
"main": "dist/server.js",
"scripts": {
"create:client": "node create-client-entry",
"create:server": "node create-server-entry",
"create:operations": "node create-operations-file",
"build:server": "rimraf dist/ && tsc -b",
"start": "tsc -b --watch",
"build": "npm run create:client && npm run create:server && npm run build:packages && npm run build:server && npm run create:operations",
"prebuild:packages": "npm run clean:packages",
"build:packages": "node build-packages.js",
"clean:packages": "node clean-packages.js",
"lint": "eslint . '**/*.ts'",
"format": "eslint . --fix '**/*.ts'",
"test": "NODE_ENV=test jest"
},
"dependencies": {
"@tooljet-plugins/airtable": "file:packages/airtable",
"@tooljet-plugins/amazonses": "file:packages/amazonses",
"@tooljet-plugins/appwrite": "file:packages/appwrite",
"@tooljet-plugins/athena": "file:packages/athena",
"@tooljet-plugins/azureblobstorage": "file:packages/azureblobstorage",
"@tooljet-plugins/baserow": "file:packages/baserow",
"@tooljet-plugins/bigquery": "file:packages/bigquery",
"@tooljet-plugins/clickhouse": "file:packages/clickhouse",
"@tooljet-plugins/common": "file:packages/common",
"@tooljet-plugins/cosmosdb": "file:packages/cosmosdb",
"@tooljet-plugins/couchdb": "file:packages/couchdb",
"@tooljet-plugins/databricks": "file:packages/databricks",
"@tooljet-plugins/dynamodb": "file:packages/dynamodb",
"@tooljet-plugins/elasticsearch": "file:packages/elasticsearch",
"@tooljet-plugins/firestore": "file:packages/firestore",
"@tooljet-plugins/gcs": "file:packages/gcs",
"@tooljet-plugins/googlesheets": "file:packages/googlesheets",
"@tooljet-plugins/graphql": "file:packages/graphql",
"@tooljet-plugins/grpc": "file:packages/grpc",
"@tooljet-plugins/influxdb": "file:packages/influxdb",
"@tooljet-plugins/mailgun": "file:packages/mailgun",
"@tooljet-plugins/mariadb": "file:packages/mariadb",
"@tooljet-plugins/minio": "file:packages/minio",
"@tooljet-plugins/mongodb": "file:packages/mongodb",
"@tooljet-plugins/mssql": "file:packages/mssql",
"@tooljet-plugins/mysql": "file:packages/mysql",
"@tooljet-plugins/n8n": "file:packages/n8n",
"@tooljet-plugins/notion": "file:packages/notion",
"@tooljet-plugins/openapi": "file:packages/openapi",
"@tooljet-plugins/oracledb": "file:packages/oracledb",
"@tooljet-plugins/postgresql": "file:packages/postgresql",
"@tooljet-plugins/redis": "file:packages/redis",
"@tooljet-plugins/restapi": "file:packages/restapi",
"@tooljet-plugins/rethinkdb": "file:packages/rethinkdb",
"@tooljet-plugins/s3": "file:packages/s3",
"@tooljet-plugins/saphana": "file:packages/saphana",
"@tooljet-plugins/sendgrid": "file:packages/sendgrid",
"@tooljet-plugins/slack": "file:packages/slack",
"@tooljet-plugins/smtp": "file:packages/smtp",
"@tooljet-plugins/snowflake": "file:packages/snowflake",
"@tooljet-plugins/stripe": "file:packages/stripe",
"@tooljet-plugins/twilio": "file:packages/twilio",
"@tooljet-plugins/typesense": "file:packages/typesense",
"@tooljet-plugins/woocommerce": "file:packages/woocommerce",
"@tooljet-plugins/zendesk": "file:packages/zendesk"
},
"peerDependencies": {
"form-data": "^4.0.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node-int64": "^0.4.32",
"@types/nodemailer": "^6.4.7",
"@types/oracledb": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-prettier": "^3.4.1",
"jest": "^27.5.1",
"lerna": "^5.5.2",
"prettier": "^2.8.3",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.5"
}
}