@adaptive-ds/n8n-nodes-publer 1.1.13 → 1.1.14
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 -1
- package/dist/package.json +1 -2
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Quick Links
|
|
|
9
9
|
|
|
10
10
|
- code - https://github.com/david1gp/n8n-nodes-publer
|
|
11
11
|
- bun - https://www.npmjs.com/package/@adaptive-ds/n8n-nodes-publer
|
|
12
|
-
- publer
|
|
12
|
+
- publer docs - https://publer.com/docs
|
|
13
13
|
- publer postman - https://www.postman.com/aerospace-architect-98610700/publer/collection/dolndsh/publer-api
|
|
14
14
|
|
|
15
15
|
## Getting Started
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptive-ds/n8n-nodes-publer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "David Siewert",
|
|
6
6
|
"email": "david1gruppenplan@gmail.com"
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@types/bun": "^1.3.9",
|
|
14
|
-
"@typescript-eslint/parser": "^8.55.0",
|
|
15
14
|
"n8n-workflow": "*",
|
|
16
15
|
"prettier": "^3.8.1",
|
|
17
16
|
"typescript": "^5.9.3"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptive-ds/n8n-nodes-publer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "David Siewert",
|
|
6
6
|
"email": "david1gruppenplan@gmail.com"
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@types/bun": "^1.3.9",
|
|
14
|
-
"@typescript-eslint/parser": "^8.55.0",
|
|
15
14
|
"n8n-workflow": "*",
|
|
16
15
|
"prettier": "^3.8.1",
|
|
17
16
|
"typescript": "^5.9.3"
|