Add authentication optional api url parameter (#5803)

This commit is contained in:
martmull
2024-06-11 12:08:21 +02:00
committed by GitHub
parent af8c637355
commit 9307d206c5
4 changed files with 47 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "twenty-zapier",
"version": "1.0.0",
"version": "1.0.1",
"description": "Effortlessly sync Twenty with 3000+ apps. Automate tasks, boost productivity, and supercharge your customer relationships!",
"main": "src/index.ts",
"scripts": {
@ -10,6 +10,7 @@
"build": "yarn clean && tsc",
"deploy": "yarn build && zapier push",
"validate": "yarn build && zapier validate",
"versions": "yarn build && zapier versions",
"clean": "rimraf ./lib ./build",
"watch": "yarn clean && tsc --watch",
"_zapier-build": "yarn build"