n8n-nodes-outplay 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-outplay",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "n8n nodes for Outplay API integration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"crm"
|
|
16
16
|
],
|
|
17
17
|
"author": {
|
|
18
|
-
"name": "
|
|
19
|
-
"email": "
|
|
18
|
+
"name": "Outplay",
|
|
19
|
+
"email": "pratik@outplay.ai"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
23
|
"url": "git+https://github.com/outplay-hq/n8n-nodes-outplay.git"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
|
+
"clean": "rimraf dist",
|
|
26
27
|
"build": "n8n-node build",
|
|
27
28
|
"build:watch": "tsc --watch",
|
|
28
29
|
"dev": "n8n-node dev",
|
|
29
30
|
"dev:cli": "n8n-node dev",
|
|
30
31
|
"dev:external": "n8n-node dev --external-n8n",
|
|
31
|
-
"dev:n8n": "powershell -ExecutionPolicy Bypass -File ./start-dev.ps1",
|
|
32
32
|
"dev:n8n:unix": "bash ./start-dev.sh",
|
|
33
33
|
"test": "npm run build && npm run lint",
|
|
34
|
-
"prepack": "npm run
|
|
34
|
+
"prepack": "npm run clean && npm run build",
|
|
35
35
|
"start:n8n": "set N8N_DEV_RELOAD=true && n8n start",
|
|
36
36
|
"lint": "n8n-node lint",
|
|
37
37
|
"lint:fix": "n8n-node lint --fix",
|