mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* Dynamic form configuration API logic pending
* OAuth 2.0
* Testing redirectURI
* salesforce-react-component
* Oauth flow
* OauthFlowSetup
* Merge develop
* Oauth flow changes
* Implement run function
* Fetch query details correctly
* Added instance URL to source options for run function
* Remove BulkLoad & ApexRESTQuery operation
* Increase resource-body height
* Render plugin icon in marketplace
* Make the URL dynamic in salesforce form
* Revert "Make the URL dynamic in salesforce form"
This reverts commit 62fa0fa2c1.
Remove extra imports
* Make the redirectUri dynamic
* Remove console.log
* Make use of classnames package for conditional styles
Remove console.log
* Add back remove elements
* Make instanceUrl snakecase
* Correct description for salesforce
* Revert changes to plugin icon in marketplace
---------
Co-authored-by: Syed Mohammad Akhtar Rizvi <85864291+ShazanRizvi@users.noreply.github.com>
27 lines
649 B
JSON
27 lines
649 B
JSON
{
|
|
"name": "@tooljet-marketplace/salesforce",
|
|
"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": "ncc build lib/index.ts -o dist",
|
|
"watch": "ncc build lib/index.ts -o dist --watch"
|
|
},
|
|
"homepage": "https://github.com/tooljet/tooljet#readme",
|
|
"dependencies": {
|
|
"@tooljet-marketplace/common": "^1.0.0",
|
|
"jsforce": "^2.0.0-beta.21"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.34.0",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|