@crono-one/n8n-nodes-crono-public-api 0.1.0 → 0.1.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/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crono-one/n8n-nodes-crono-public-api",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Community package for n8n including the Crono Public API integration.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "",
|
|
@@ -42,8 +42,7 @@
|
|
|
42
42
|
"dev": "n8n-node dev",
|
|
43
43
|
"lint": "n8n-node lint",
|
|
44
44
|
"lint:fix": "n8n-node lint --fix",
|
|
45
|
-
"release": "n8n-node release"
|
|
46
|
-
"prepublishOnly": "n8n-node prerelease"
|
|
45
|
+
"release": "n8n-node release"
|
|
47
46
|
},
|
|
48
47
|
"files": [
|
|
49
48
|
"dist"
|
|
@@ -63,6 +62,7 @@
|
|
|
63
62
|
"@n8n/node-cli": "^0.17.0",
|
|
64
63
|
"@semantic-release/changelog": "^6.0.3",
|
|
65
64
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
65
|
+
"@semantic-release/exec": "^7.1.0",
|
|
66
66
|
"@semantic-release/git": "^10.0.1",
|
|
67
67
|
"@semantic-release/github": "^11.0.6",
|
|
68
68
|
"@semantic-release/npm": "^12.0.2",
|