@ixiam/n8n-nodes-civicrm 0.2.0 → 0.2.1
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 +17 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ixiam/n8n-nodes-civicrm",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "CiviCRM API v4 for n8n",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
"README.md",
|
|
17
17
|
"LICENSE"
|
|
18
18
|
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"dev": "n8n-node dev",
|
|
21
|
+
"build": "n8n-node build",
|
|
22
|
+
"lint": "n8n-node lint",
|
|
23
|
+
"release": "n8n-node release"
|
|
24
|
+
},
|
|
19
25
|
"n8n": {
|
|
20
26
|
"nodes": [
|
|
21
27
|
"dist/nodes/CiviCrm/CiviCrm.node.js"
|
|
@@ -46,10 +52,13 @@
|
|
|
46
52
|
"n8n-workflow": "^1",
|
|
47
53
|
"typescript": "5.3.3"
|
|
48
54
|
},
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
55
|
+
"pnpm": {
|
|
56
|
+
"overrides": {
|
|
57
|
+
"eslint": "8.57.0",
|
|
58
|
+
"@typescript-eslint/parser": "6.21.0",
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
60
|
+
"change-case": "4.1.2"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
|
|
64
|
+
}
|