@formbricks/n8n-nodes-formbricks
Advanced tools
Comparing version
@@ -110,2 +110,3 @@ "use strict"; | ||
surveyIds: surveyIds, | ||
source: "n8n", | ||
}; | ||
@@ -142,3 +143,3 @@ const endpoint = "/webhooks"; | ||
return { | ||
workflowData: [this.helpers.returnJsonArray(JSON.parse(bodyData))], | ||
workflowData: [this.helpers.returnJsonArray(bodyData)], | ||
}; | ||
@@ -145,0 +146,0 @@ } |
{ | ||
"name": "@formbricks/n8n-nodes-formbricks", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"description": "A n8n node to connect Formbricks and send survey data to hundreds of other apps.", | ||
@@ -54,5 +54,5 @@ "keywords": [ | ||
"n8n-workflow": "legacy", | ||
"prettier": "^2.7.1", | ||
"typescript": "~4.8.4" | ||
"rimraf": "^5.0.5", | ||
"typescript": "^4.8.4" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
Copyright 2022 n8n | ||
Copyright 2022 Formbricks GmbH | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
{ | ||
"name": "@formbricks/n8n-nodes-formbricks", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"description": "A n8n node to connect Formbricks and send survey data to hundreds of other apps.", | ||
@@ -25,11 +25,2 @@ "keywords": [ | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "tsc && gulp build:icons", | ||
"clean": "rimraf .turbo node_modules dist", | ||
"dev": "tsc --watch", | ||
"format": "prettier nodes credentials --write", | ||
"lint": "eslint nodes credentials package.json", | ||
"lintfix": "eslint nodes credentials package.json --fix", | ||
"prepublishOnly": "pnpm run build && pnpm run lint -c .eslintrc.prepublish.js nodes credentials package.json" | ||
}, | ||
"files": [ | ||
@@ -55,5 +46,13 @@ "dist" | ||
"n8n-workflow": "legacy", | ||
"prettier": "^2.7.1", | ||
"typescript": "~4.8.4" | ||
"rimraf": "^5.0.5", | ||
"typescript": "^4.8.4" | ||
}, | ||
"scripts": { | ||
"build": "tsc && gulp build:icons", | ||
"clean": "rimraf .turbo node_modules dist", | ||
"dev": "tsc --watch", | ||
"format": "prettier nodes credentials --write", | ||
"lint": "eslint nodes credentials package.json", | ||
"lintfix": "eslint nodes credentials package.json --fix" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
280
0.36%0
-100%67154
-32.56%