@adaptive-ds/n8n-nodes-publer 1.1.12 → 1.1.13

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.
Files changed (31) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +65 -50
  3. package/dist/nodes/PublerAccounts/PublerAccounts.spec.js +3 -2
  4. package/dist/nodes/PublerAccounts/PublerAccounts.spec.js.map +1 -1
  5. package/dist/nodes/PublerCompetitorAnalysis/PublerCompetitorAnalysis.spec.js +3 -2
  6. package/dist/nodes/PublerCompetitorAnalysis/PublerCompetitorAnalysis.spec.js.map +1 -1
  7. package/dist/nodes/PublerCompetitorList/PublerCompetitorList.spec.js +3 -2
  8. package/dist/nodes/PublerCompetitorList/PublerCompetitorList.spec.js.map +1 -1
  9. package/dist/nodes/PublerJobStatus/PublerJobStatus.spec.js +3 -2
  10. package/dist/nodes/PublerJobStatus/PublerJobStatus.spec.js.map +1 -1
  11. package/dist/nodes/PublerMe/PublerMe.spec.js +3 -2
  12. package/dist/nodes/PublerMe/PublerMe.spec.js.map +1 -1
  13. package/dist/nodes/PublerMediaImportFromUrl/PublerMediaImportFromUrl.spec.js +3 -2
  14. package/dist/nodes/PublerMediaImportFromUrl/PublerMediaImportFromUrl.spec.js.map +1 -1
  15. package/dist/nodes/PublerPostSchedule/PublerPostSchedule.spec.js +3 -2
  16. package/dist/nodes/PublerPostSchedule/PublerPostSchedule.spec.js.map +1 -1
  17. package/dist/nodes/PublerPostScheduleText/PublerPostScheduleText.spec.js +3 -2
  18. package/dist/nodes/PublerPostScheduleText/PublerPostScheduleText.spec.js.map +1 -1
  19. package/dist/nodes/PublerWorkspaceList/PublerWorkspaceList.spec.js +3 -2
  20. package/dist/nodes/PublerWorkspaceList/PublerWorkspaceList.spec.js.map +1 -1
  21. package/dist/package.json +31 -48
  22. package/package.json +31 -48
  23. package/dist/nodes/PublerAccounts/logo.svg +0 -17
  24. package/dist/nodes/PublerCompetitorAnalysis/logo.svg +0 -17
  25. package/dist/nodes/PublerCompetitorList/logo.svg +0 -17
  26. package/dist/nodes/PublerJobStatus/logo.svg +0 -17
  27. package/dist/nodes/PublerMe/logo.svg +0 -17
  28. package/dist/nodes/PublerMediaImportFromUrl/logo.svg +0 -17
  29. package/dist/nodes/PublerPostSchedule/logo.svg +0 -17
  30. package/dist/nodes/PublerPostScheduleText/logo.svg +0 -17
  31. package/dist/nodes/PublerWorkspaceList/logo.svg +0 -17
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 david1gruppenplan@gmail.com
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,81 +1,96 @@
1
1
  # @adaptive-ds/n8n-nodes-publer
2
2
 
3
- Quick links
4
- - Publer Docs - https://publer.com/docs
5
- - Publer Postman - https://www.postman.com/aerospace-architect-98610700/publer/collection/dolndsh/publer-api
3
+ Have a Publer account?
4
+ Build powerful automations directly in n8n - no API calls to manage, no authentication headaches, just drag-and-drop workflows with n8n.
6
5
 
7
- # Run Publer n8n node locally
8
- Before start modifying the project, we kindly recommend
9
- to run the Publer locally.
6
+ This custom n8n node wraps the Publer API, giving you native access to schedule posts, manage profiles, analyze performance, and more - all from within your n8n workflows.
10
7
 
11
- ## NodeJS
8
+ Quick Links
12
9
 
13
- ## Install n8n
14
- ```bash
15
- npm install n8n -g
16
- ```
10
+ - code - https://github.com/david1gp/n8n-nodes-publer
11
+ - bun - https://www.npmjs.com/package/@adaptive-ds/n8n-nodes-publer
12
+ - publer cocs - https://publer.com/docs
13
+ - publer postman - https://www.postman.com/aerospace-architect-98610700/publer/collection/dolndsh/publer-api
17
14
 
18
- ## Start n8n
19
- ```bash
20
- n8n --version
21
- n8n start
22
- ```
23
- Open [http://localhost:5678](http://localhost:5678) in your browser and configure it
15
+ ## Getting Started
16
+
17
+ ### 1. Create a Publer Account
18
+
19
+ Sign up at [publer.com](https://publer.com) if you don't already have one.
20
+
21
+ ### 2. Get Your API Key
22
+
23
+ - Log into your Publer account
24
+ - Go to **Settings** → **Integrations** → **API**
25
+ - Generate and copy your API key
26
+
27
+ ### 3. Install the Community Node
28
+
29
+ In n8n:
30
+
31
+ 1. Go to **Settings** → **Community Nodes**
32
+ 2. Click **Install**
33
+ 3. Enter: `@adaptive-ds/n8n-nodes-publer`
34
+
35
+ Or install locally:
24
36
 
25
- ## Build and link the project
26
37
  ```bash
27
- npm install
28
- npm run test
29
- npm run build
30
- npm link
38
+ bun install
39
+ bun run build
40
+ cd ~/.n8n
41
+ mkdir -p custom && cd custom
42
+ bun init
43
+ bun link @adaptive-ds/n8n-nodes-publer
31
44
  ```
32
45
 
33
- ## Add node to n8n
46
+ ### 4. Create Your First Workflow
47
+
48
+ 1. Open n8n and create a new workflow
49
+ 2. Search for **Publer** in the node list
50
+ 3. Add your API key credentials
51
+ 4. Start building!
52
+
53
+ ## Run Publer n8n node locally (Development)
54
+
55
+ Before start modifying the project, we kindly recommend
56
+ to run the Publer locally.
57
+
58
+ ### Install n8n
59
+
34
60
  ```bash
35
- cd ~/.n8n
36
- mkdir -p custom
37
- cd custom
38
- npm init # press Enter for all questions
39
- npm link @adaptive-ds/n8n-nodes-publer
61
+ bun install n8n -g
40
62
  ```
41
63
 
42
- ## Start n8n again
64
+ ### Start n8n
65
+
43
66
  ```bash
67
+ n8n --version
44
68
  n8n start
45
69
  ```
46
70
 
47
- ## Add Publer Node to new workflow
48
- Find `Publer` in the node list and add it to your workflow
71
+ Open [http://localhost:5678](http://localhost:5678) in your browser and configure it
49
72
 
50
- ## Test Project Locally
73
+ ### Build and link the project
51
74
 
52
75
  ```bash
53
- npm install
54
- npm run test
55
- npm run build
56
- npm link
76
+ bun install
77
+ bun run test
78
+ bun run build
79
+ bun link
57
80
  ```
58
81
 
59
- Add node to n8n:
82
+ ### Add node to n8n
83
+
60
84
  ```bash
61
85
  cd ~/.n8n
62
86
  mkdir -p custom
63
87
  cd custom
64
- npm init # press Enter for all questions
65
- npm link @adaptive-ds/n8n-nodes-publer
88
+ bun init # press Enter for all questions
89
+ bun link @adaptive-ds/n8n-nodes-publer
66
90
  ```
67
91
 
68
- Start n8n:
92
+ ### Start n8n again
93
+
69
94
  ```bash
70
95
  n8n start
71
96
  ```
72
-
73
- ## Publish project
74
- 1. Add your `NPM_TOKEN` in GitHub Actions
75
- 2. Push change
76
- 3. Create a new GitHub Release, `1.0.0` in your project
77
- 4. Install your node in n8n: `@{yourgithubname}/n8n-nodes-{yournode}`
78
-
79
- ## Acknowledgements
80
-
81
- - used template [**devlikeapro/n8n-openapi-node**](https://github.com/devlikeapro/n8n-openapi-node)
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const bun_test_1 = require("bun:test");
3
4
  const PublerAccounts_node_1 = require("./PublerAccounts.node");
4
- test("PublerAccounts", () => {
5
+ (0, bun_test_1.test)("PublerAccounts", () => {
5
6
  const node = new PublerAccounts_node_1.PublerAccounts();
6
- expect(node.description.properties).toBeDefined();
7
+ (0, bun_test_1.expect)(node.description.properties).toBeDefined();
7
8
  });
8
9
  //# sourceMappingURL=PublerAccounts.spec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublerAccounts.spec.js","sourceRoot":"","sources":["../../../nodes/PublerAccounts/PublerAccounts.spec.ts"],"names":[],"mappings":";;AAAA,+DAAsD;AAEtD,IAAI,CAAC,gBAAgB,EAAE,GAAG,EAAE;IAC1B,MAAM,IAAI,GAAG,IAAI,oCAAc,EAAE,CAAA;IACjC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"PublerAccounts.spec.js","sourceRoot":"","sources":["../../../nodes/PublerAccounts/PublerAccounts.spec.ts"],"names":[],"mappings":";;AAAA,uCAAuC;AACvC,+DAAsD;AAEtD,IAAA,eAAI,EAAC,gBAAgB,EAAE,GAAG,EAAE;IAC1B,MAAM,IAAI,GAAG,IAAI,oCAAc,EAAE,CAAA;IACjC,IAAA,iBAAM,EAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const bun_test_1 = require("bun:test");
3
4
  const PublerCompetitorAnalysis_node_1 = require("./PublerCompetitorAnalysis.node");
4
- test("PublerCompetitorAnalysis", () => {
5
+ (0, bun_test_1.test)("PublerCompetitorAnalysis", () => {
5
6
  const node = new PublerCompetitorAnalysis_node_1.PublerCompetitorAnalysis();
6
- expect(node.description.properties).toBeDefined();
7
+ (0, bun_test_1.expect)(node.description.properties).toBeDefined();
7
8
  });
8
9
  //# sourceMappingURL=PublerCompetitorAnalysis.spec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublerCompetitorAnalysis.spec.js","sourceRoot":"","sources":["../../../nodes/PublerCompetitorAnalysis/PublerCompetitorAnalysis.spec.ts"],"names":[],"mappings":";;AAAA,mFAA0E;AAE1E,IAAI,CAAC,0BAA0B,EAAE,GAAG,EAAE;IACpC,MAAM,IAAI,GAAG,IAAI,wDAAwB,EAAE,CAAA;IAC3C,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"PublerCompetitorAnalysis.spec.js","sourceRoot":"","sources":["../../../nodes/PublerCompetitorAnalysis/PublerCompetitorAnalysis.spec.ts"],"names":[],"mappings":";;AAAA,uCAAuC;AACvC,mFAA0E;AAE1E,IAAA,eAAI,EAAC,0BAA0B,EAAE,GAAG,EAAE;IACpC,MAAM,IAAI,GAAG,IAAI,wDAAwB,EAAE,CAAA;IAC3C,IAAA,iBAAM,EAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const bun_test_1 = require("bun:test");
3
4
  const PublerCompetitorList_node_1 = require("./PublerCompetitorList.node");
4
- test("PublerCompetitorList", () => {
5
+ (0, bun_test_1.test)("PublerCompetitorList", () => {
5
6
  const node = new PublerCompetitorList_node_1.PublerCompetitorList();
6
- expect(node.description.properties).toBeDefined();
7
+ (0, bun_test_1.expect)(node.description.properties).toBeDefined();
7
8
  });
8
9
  //# sourceMappingURL=PublerCompetitorList.spec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublerCompetitorList.spec.js","sourceRoot":"","sources":["../../../nodes/PublerCompetitorList/PublerCompetitorList.spec.ts"],"names":[],"mappings":";;AAAA,2EAAkE;AAElE,IAAI,CAAC,sBAAsB,EAAE,GAAG,EAAE;IAChC,MAAM,IAAI,GAAG,IAAI,gDAAoB,EAAE,CAAA;IACvC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"PublerCompetitorList.spec.js","sourceRoot":"","sources":["../../../nodes/PublerCompetitorList/PublerCompetitorList.spec.ts"],"names":[],"mappings":";;AAAA,uCAAuC;AACvC,2EAAkE;AAElE,IAAA,eAAI,EAAC,sBAAsB,EAAE,GAAG,EAAE;IAChC,MAAM,IAAI,GAAG,IAAI,gDAAoB,EAAE,CAAA;IACvC,IAAA,iBAAM,EAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const bun_test_1 = require("bun:test");
3
4
  const PublerJobStatus_node_1 = require("./PublerJobStatus.node");
4
- test("PublerJobStatus", () => {
5
+ (0, bun_test_1.test)("PublerJobStatus", () => {
5
6
  const node = new PublerJobStatus_node_1.PublerJobStatus();
6
- expect(node.description.properties).toBeDefined();
7
+ (0, bun_test_1.expect)(node.description.properties).toBeDefined();
7
8
  });
8
9
  //# sourceMappingURL=PublerJobStatus.spec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublerJobStatus.spec.js","sourceRoot":"","sources":["../../../nodes/PublerJobStatus/PublerJobStatus.spec.ts"],"names":[],"mappings":";;AAAA,iEAAwD;AAExD,IAAI,CAAC,iBAAiB,EAAE,GAAG,EAAE;IAC3B,MAAM,IAAI,GAAG,IAAI,sCAAe,EAAE,CAAA;IAClC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"PublerJobStatus.spec.js","sourceRoot":"","sources":["../../../nodes/PublerJobStatus/PublerJobStatus.spec.ts"],"names":[],"mappings":";;AAAA,uCAAuC;AACvC,iEAAwD;AAExD,IAAA,eAAI,EAAC,iBAAiB,EAAE,GAAG,EAAE;IAC3B,MAAM,IAAI,GAAG,IAAI,sCAAe,EAAE,CAAA;IAClC,IAAA,iBAAM,EAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const bun_test_1 = require("bun:test");
3
4
  const PublerMe_node_1 = require("./PublerMe.node");
4
- test("PublerMe", () => {
5
+ (0, bun_test_1.test)("PublerMe", () => {
5
6
  const node = new PublerMe_node_1.PublerMe();
6
- expect(node.description.properties).toBeDefined();
7
+ (0, bun_test_1.expect)(node.description.properties).toBeDefined();
7
8
  });
8
9
  //# sourceMappingURL=PublerMe.spec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublerMe.spec.js","sourceRoot":"","sources":["../../../nodes/PublerMe/PublerMe.spec.ts"],"names":[],"mappings":";;AAAA,mDAA0C;AAE1C,IAAI,CAAC,UAAU,EAAE,GAAG,EAAE;IACpB,MAAM,IAAI,GAAG,IAAI,wBAAQ,EAAE,CAAA;IAC3B,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"PublerMe.spec.js","sourceRoot":"","sources":["../../../nodes/PublerMe/PublerMe.spec.ts"],"names":[],"mappings":";;AAAA,uCAAuC;AACvC,mDAA0C;AAE1C,IAAA,eAAI,EAAC,UAAU,EAAE,GAAG,EAAE;IACpB,MAAM,IAAI,GAAG,IAAI,wBAAQ,EAAE,CAAA;IAC3B,IAAA,iBAAM,EAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const bun_test_1 = require("bun:test");
3
4
  const PublerMediaImportFromUrl_node_1 = require("./PublerMediaImportFromUrl.node");
4
- test("PublerMediaImportFromUrl", () => {
5
+ (0, bun_test_1.test)("PublerMediaImportFromUrl", () => {
5
6
  const node = new PublerMediaImportFromUrl_node_1.PublerMediaImportFromUrl();
6
- expect(node.description.properties).toBeDefined();
7
+ (0, bun_test_1.expect)(node.description.properties).toBeDefined();
7
8
  });
8
9
  //# sourceMappingURL=PublerMediaImportFromUrl.spec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublerMediaImportFromUrl.spec.js","sourceRoot":"","sources":["../../../nodes/PublerMediaImportFromUrl/PublerMediaImportFromUrl.spec.ts"],"names":[],"mappings":";;AAAA,mFAA0E;AAE1E,IAAI,CAAC,0BAA0B,EAAE,GAAG,EAAE;IACpC,MAAM,IAAI,GAAG,IAAI,wDAAwB,EAAE,CAAA;IAC3C,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"PublerMediaImportFromUrl.spec.js","sourceRoot":"","sources":["../../../nodes/PublerMediaImportFromUrl/PublerMediaImportFromUrl.spec.ts"],"names":[],"mappings":";;AAAA,uCAAuC;AACvC,mFAA0E;AAE1E,IAAA,eAAI,EAAC,0BAA0B,EAAE,GAAG,EAAE;IACpC,MAAM,IAAI,GAAG,IAAI,wDAAwB,EAAE,CAAA;IAC3C,IAAA,iBAAM,EAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const bun_test_1 = require("bun:test");
3
4
  const PublerPostSchedule_node_1 = require("./PublerPostSchedule.node");
4
- test("PublerPostSchedule", () => {
5
+ (0, bun_test_1.test)("PublerPostSchedule", () => {
5
6
  const node = new PublerPostSchedule_node_1.PublerPostSchedule();
6
- expect(node.description.properties).toBeDefined();
7
+ (0, bun_test_1.expect)(node.description.properties).toBeDefined();
7
8
  });
8
9
  //# sourceMappingURL=PublerPostSchedule.spec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublerPostSchedule.spec.js","sourceRoot":"","sources":["../../../nodes/PublerPostSchedule/PublerPostSchedule.spec.ts"],"names":[],"mappings":";;AAAA,uEAA8D;AAE9D,IAAI,CAAC,oBAAoB,EAAE,GAAG,EAAE;IAC9B,MAAM,IAAI,GAAG,IAAI,4CAAkB,EAAE,CAAA;IACrC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"PublerPostSchedule.spec.js","sourceRoot":"","sources":["../../../nodes/PublerPostSchedule/PublerPostSchedule.spec.ts"],"names":[],"mappings":";;AAAA,uCAAuC;AACvC,uEAA8D;AAE9D,IAAA,eAAI,EAAC,oBAAoB,EAAE,GAAG,EAAE;IAC9B,MAAM,IAAI,GAAG,IAAI,4CAAkB,EAAE,CAAA;IACrC,IAAA,iBAAM,EAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const bun_test_1 = require("bun:test");
3
4
  const PublerPostScheduleText_node_1 = require("./PublerPostScheduleText.node");
4
- test("PublerPostScheduleText", () => {
5
+ (0, bun_test_1.test)("PublerPostScheduleText", () => {
5
6
  const node = new PublerPostScheduleText_node_1.PublerPostScheduleText();
6
- expect(node.description.properties).toBeDefined();
7
+ (0, bun_test_1.expect)(node.description.properties).toBeDefined();
7
8
  });
8
9
  //# sourceMappingURL=PublerPostScheduleText.spec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublerPostScheduleText.spec.js","sourceRoot":"","sources":["../../../nodes/PublerPostScheduleText/PublerPostScheduleText.spec.ts"],"names":[],"mappings":";;AAAA,+EAAsE;AAEtE,IAAI,CAAC,wBAAwB,EAAE,GAAG,EAAE;IAClC,MAAM,IAAI,GAAG,IAAI,oDAAsB,EAAE,CAAA;IACzC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"PublerPostScheduleText.spec.js","sourceRoot":"","sources":["../../../nodes/PublerPostScheduleText/PublerPostScheduleText.spec.ts"],"names":[],"mappings":";;AAAA,uCAAuC;AACvC,+EAAsE;AAEtE,IAAA,eAAI,EAAC,wBAAwB,EAAE,GAAG,EAAE;IAClC,MAAM,IAAI,GAAG,IAAI,oDAAsB,EAAE,CAAA;IACzC,IAAA,iBAAM,EAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const bun_test_1 = require("bun:test");
3
4
  const PublerWorkspaceList_node_1 = require("./PublerWorkspaceList.node");
4
- test("PublerWorkspaceList", () => {
5
+ (0, bun_test_1.test)("PublerWorkspaceList", () => {
5
6
  const node = new PublerWorkspaceList_node_1.PublerWorkspaceList();
6
- expect(node.description.properties).toBeDefined();
7
+ (0, bun_test_1.expect)(node.description.properties).toBeDefined();
7
8
  });
8
9
  //# sourceMappingURL=PublerWorkspaceList.spec.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublerWorkspaceList.spec.js","sourceRoot":"","sources":["../../../nodes/PublerWorkspaceList/PublerWorkspaceList.spec.ts"],"names":[],"mappings":";;AAAA,yEAAgE;AAEhE,IAAI,CAAC,qBAAqB,EAAE,GAAG,EAAE;IAC/B,MAAM,IAAI,GAAG,IAAI,8CAAmB,EAAE,CAAA;IACtC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"PublerWorkspaceList.spec.js","sourceRoot":"","sources":["../../../nodes/PublerWorkspaceList/PublerWorkspaceList.spec.ts"],"names":[],"mappings":";;AAAA,uCAAuC;AACvC,yEAAgE;AAEhE,IAAA,eAAI,EAAC,qBAAqB,EAAE,GAAG,EAAE;IAC/B,MAAM,IAAI,GAAG,IAAI,8CAAmB,EAAE,CAAA;IACtC,IAAA,iBAAM,EAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACnD,CAAC,CAAC,CAAA"}
package/dist/package.json CHANGED
@@ -1,17 +1,6 @@
1
1
  {
2
2
  "name": "@adaptive-ds/n8n-nodes-publer",
3
- "version": "1.1.12",
4
- "description": "n8n node to connect with Publer.com social media management API",
5
- "keywords": [
6
- "n8n",
7
- "n8n-community-node-package",
8
- "publer",
9
- "social-media",
10
- "scheduling",
11
- "automation"
12
- ],
13
- "license": "MIT",
14
- "homepage": "https://github.com/david1gp/n8n-nodes-publer",
3
+ "version": "1.1.13",
15
4
  "author": {
16
5
  "name": "David Siewert",
17
6
  "email": "david1gruppenplan@gmail.com"
@@ -20,28 +9,30 @@
20
9
  "type": "git",
21
10
  "url": "git+https://github.com/david1gp/n8n-nodes-publer.git"
22
11
  },
23
- "scripts": {
24
- "build": "tsc && gulp build:icons",
25
- "dev": "tsc --watch",
26
- "test": "bun test",
27
- "release": "bash ./ops/release.sh",
28
- "validate": "bun run validate:all",
29
- "validate:all": "bun run validate:analytics && bun run validate:basic && bun run validate:competitors && bun run validate:locations && bun run validate:media && bun run validate:posts && bun run validate:posts-publish && bun run validate:posts-schedule",
30
- "validate:analytics": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerAnalytics/openapi.json",
31
- "validate:basic": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerBasic/openapi.json",
32
- "validate:competitors": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerCompetitors/openapi.json",
33
- "validate:locations": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerLocations/openapi.json",
34
- "validate:media": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerMedia/openapi.json",
35
- "validate:posts": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPosts/openapi.json",
36
- "validate:posts-publish": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPostsPublish/openapi.json",
37
- "validate:posts-schedule": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPostsSchedule/openapi.json",
38
- "format": "prettier nodes credentials --write",
39
- "lint": "eslint nodes credentials package.json",
40
- "lintfix": "eslint nodes credentials package.json --fix"
12
+ "devDependencies": {
13
+ "@types/bun": "^1.3.9",
14
+ "@typescript-eslint/parser": "^8.55.0",
15
+ "n8n-workflow": "*",
16
+ "prettier": "^3.8.1",
17
+ "typescript": "^5.9.3"
18
+ },
19
+ "peerDependencies": {
20
+ "n8n-workflow": "*"
41
21
  },
22
+ "description": "n8n node to connect with Publer.com social media management API",
42
23
  "files": [
43
24
  "dist"
44
25
  ],
26
+ "homepage": "https://github.com/david1gp/n8n-nodes-publer",
27
+ "keywords": [
28
+ "n8n",
29
+ "n8n-community-node-package",
30
+ "publer",
31
+ "social-media",
32
+ "scheduling",
33
+ "automation"
34
+ ],
35
+ "license": "MIT",
45
36
  "n8n": {
46
37
  "n8nNodesApiVersion": 1,
47
38
  "credentials": [
@@ -54,31 +45,23 @@
54
45
  "dist/nodes/PublerJobStatus/PublerJobStatus.node.js",
55
46
  "dist/nodes/PublerMe/PublerMe.node.js",
56
47
  "dist/nodes/PublerMediaImportFromUrl/PublerMediaImportFromUrl.node.js",
57
- "dist/nodes/PublerPostScheduleText/PublerPostScheduleText.node.js",
58
48
  "dist/nodes/PublerPostSchedule/PublerPostSchedule.node.js",
49
+ "dist/nodes/PublerPostScheduleText/PublerPostScheduleText.node.js",
59
50
  "dist/nodes/PublerWorkspaceList/PublerWorkspaceList.node.js"
60
51
  ]
61
52
  },
62
- "devDependencies": {
63
- "@ibm-cloud/openapi-ruleset": "^1.33.7",
64
- "@types/jest": "^30.0.0",
65
- "@typescript-eslint/parser": "^8.55.0",
66
- "eslint": "^10.0.0",
67
- "eslint-plugin-n8n-nodes-base": "^1.16.6",
68
- "gulp": "^5.0.1",
69
- "n8n-workflow": "*",
70
- "prettier": "^3.8.1",
71
- "typescript": "^5.9.3"
72
- },
73
- "peerDependencies": {
74
- "n8n-workflow": "*"
75
- },
76
- "dependencies": {
77
- "@devlikeapro/n8n-openapi-node": "^0.1.4"
78
- },
79
53
  "prettier": {
80
54
  "semi": false,
81
55
  "printWidth": 120,
82
56
  "trailingComma": "all"
57
+ },
58
+ "scripts": {
59
+ "build": "tsc",
60
+ "dev": "tsc --watch",
61
+ "test": "bun test",
62
+ "release": "bash ./ops/release.sh",
63
+ "format": "prettier nodes credentials --write",
64
+ "lint": "eslint nodes credentials package.json",
65
+ "lintfix": "eslint nodes credentials package.json --fix"
83
66
  }
84
67
  }
package/package.json CHANGED
@@ -1,17 +1,6 @@
1
1
  {
2
2
  "name": "@adaptive-ds/n8n-nodes-publer",
3
- "version": "1.1.12",
4
- "description": "n8n node to connect with Publer.com social media management API",
5
- "keywords": [
6
- "n8n",
7
- "n8n-community-node-package",
8
- "publer",
9
- "social-media",
10
- "scheduling",
11
- "automation"
12
- ],
13
- "license": "MIT",
14
- "homepage": "https://github.com/david1gp/n8n-nodes-publer",
3
+ "version": "1.1.13",
15
4
  "author": {
16
5
  "name": "David Siewert",
17
6
  "email": "david1gruppenplan@gmail.com"
@@ -20,28 +9,30 @@
20
9
  "type": "git",
21
10
  "url": "git+https://github.com/david1gp/n8n-nodes-publer.git"
22
11
  },
23
- "scripts": {
24
- "build": "tsc && gulp build:icons",
25
- "dev": "tsc --watch",
26
- "test": "bun test",
27
- "release": "bash ./ops/release.sh",
28
- "validate": "bun run validate:all",
29
- "validate:all": "bun run validate:analytics && bun run validate:basic && bun run validate:competitors && bun run validate:locations && bun run validate:media && bun run validate:posts && bun run validate:posts-publish && bun run validate:posts-schedule",
30
- "validate:analytics": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerAnalytics/openapi.json",
31
- "validate:basic": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerBasic/openapi.json",
32
- "validate:competitors": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerCompetitors/openapi.json",
33
- "validate:locations": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerLocations/openapi.json",
34
- "validate:media": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerMedia/openapi.json",
35
- "validate:posts": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPosts/openapi.json",
36
- "validate:posts-publish": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPostsPublish/openapi.json",
37
- "validate:posts-schedule": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPostsSchedule/openapi.json",
38
- "format": "prettier nodes credentials --write",
39
- "lint": "eslint nodes credentials package.json",
40
- "lintfix": "eslint nodes credentials package.json --fix"
12
+ "devDependencies": {
13
+ "@types/bun": "^1.3.9",
14
+ "@typescript-eslint/parser": "^8.55.0",
15
+ "n8n-workflow": "*",
16
+ "prettier": "^3.8.1",
17
+ "typescript": "^5.9.3"
18
+ },
19
+ "peerDependencies": {
20
+ "n8n-workflow": "*"
41
21
  },
22
+ "description": "n8n node to connect with Publer.com social media management API",
42
23
  "files": [
43
24
  "dist"
44
25
  ],
26
+ "homepage": "https://github.com/david1gp/n8n-nodes-publer",
27
+ "keywords": [
28
+ "n8n",
29
+ "n8n-community-node-package",
30
+ "publer",
31
+ "social-media",
32
+ "scheduling",
33
+ "automation"
34
+ ],
35
+ "license": "MIT",
45
36
  "n8n": {
46
37
  "n8nNodesApiVersion": 1,
47
38
  "credentials": [
@@ -54,31 +45,23 @@
54
45
  "dist/nodes/PublerJobStatus/PublerJobStatus.node.js",
55
46
  "dist/nodes/PublerMe/PublerMe.node.js",
56
47
  "dist/nodes/PublerMediaImportFromUrl/PublerMediaImportFromUrl.node.js",
57
- "dist/nodes/PublerPostScheduleText/PublerPostScheduleText.node.js",
58
48
  "dist/nodes/PublerPostSchedule/PublerPostSchedule.node.js",
49
+ "dist/nodes/PublerPostScheduleText/PublerPostScheduleText.node.js",
59
50
  "dist/nodes/PublerWorkspaceList/PublerWorkspaceList.node.js"
60
51
  ]
61
52
  },
62
- "devDependencies": {
63
- "@ibm-cloud/openapi-ruleset": "^1.33.7",
64
- "@types/jest": "^30.0.0",
65
- "@typescript-eslint/parser": "^8.55.0",
66
- "eslint": "^10.0.0",
67
- "eslint-plugin-n8n-nodes-base": "^1.16.6",
68
- "gulp": "^5.0.1",
69
- "n8n-workflow": "*",
70
- "prettier": "^3.8.1",
71
- "typescript": "^5.9.3"
72
- },
73
- "peerDependencies": {
74
- "n8n-workflow": "*"
75
- },
76
- "dependencies": {
77
- "@devlikeapro/n8n-openapi-node": "^0.1.4"
78
- },
79
53
  "prettier": {
80
54
  "semi": false,
81
55
  "printWidth": 120,
82
56
  "trailingComma": "all"
57
+ },
58
+ "scripts": {
59
+ "build": "tsc",
60
+ "dev": "tsc --watch",
61
+ "test": "bun test",
62
+ "release": "bash ./ops/release.sh",
63
+ "format": "prettier nodes credentials --write",
64
+ "lint": "eslint nodes credentials package.json",
65
+ "lintfix": "eslint nodes credentials package.json --fix"
83
66
  }
84
67
  }
@@ -1,17 +0,0 @@
1
- <svg fill="none" version="1.1" viewBox="0 0 38.23 37" xmlns="http://www.w3.org/2000/svg">
2
- <path transform="translate(.002533 -.5)" d="m31 34.4 7.1-28.8a4.3 4.3 0 00-.4-3.1 4 4 0 00-2.4-1.9l-1-.1h-30.5a3.7 3.7 0 00-2.7 1.2 4 4 0 00-1.1 2.9l.1 1 7 28.8a4 4 0 001.4 2.2c.7.6 1.5.9 2.4.9h16.4c.9 0 1.7-.3 2.4-.9.7-.5 1.1-1.3 1.4-2.2z" fill="url(#publer_logo_letter)"/>
3
- <path transform="translate(.002533 -.5)" d="m30.6 5.5h-23a2 2 0 00-1.5.7 2.3 2.3 0 00-.6 2.1l5.5 22.5c.1.5.4 1 .8 1.2.3.3.8.5 1.3.5h2.5a2 2 0 001.5-.7 2.3 2.3 0 00.6-1.6v-.5l-1-4.6-2.4-1.6h13c.5 0 1-.2 1.3-.5.4-.3.7-.7.8-1.2l3.3-13.5a2.4 2.4 0 00-.3-1.7 2.2 2.2 0 00-1.3-1 2 2 0 00-.5 0z" fill="#fff"/>
4
- <path transform="translate(.002533 -.5)" d="m11.3 12 2.4 1.9.5 2.1c0 .3.2.5.4.7s.5.3.7.3h8.7c.2 0 .5 0 .7-.3.2-.1.4-.4.5-.7l.6-4z" fill="url(#publer_logo_text)"/>
5
- <defs>
6
- <linearGradient id="publer_logo_letter" x1="-11.6" x2="37" y1="52.6" y2="-1.9" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#00C2FF" offset=".5"/>
8
- <stop stop-color="#00E2CE" offset=".8"/>
9
- <stop stop-color="#00FAA8" offset="1"/>
10
- </linearGradient>
11
- <linearGradient id="publer_logo_text" x1="-141.9" x2="-26.2" y1="-38.3" y2="348.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#00C2FF" offset=".5"/>
13
- <stop stop-color="#00E2CE" offset=".8"/>
14
- <stop stop-color="#00FAA8" offset="1"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <svg fill="none" version="1.1" viewBox="0 0 38.23 37" xmlns="http://www.w3.org/2000/svg">
2
- <path transform="translate(.002533 -.5)" d="m31 34.4 7.1-28.8a4.3 4.3 0 00-.4-3.1 4 4 0 00-2.4-1.9l-1-.1h-30.5a3.7 3.7 0 00-2.7 1.2 4 4 0 00-1.1 2.9l.1 1 7 28.8a4 4 0 001.4 2.2c.7.6 1.5.9 2.4.9h16.4c.9 0 1.7-.3 2.4-.9.7-.5 1.1-1.3 1.4-2.2z" fill="url(#publer_logo_letter)"/>
3
- <path transform="translate(.002533 -.5)" d="m30.6 5.5h-23a2 2 0 00-1.5.7 2.3 2.3 0 00-.6 2.1l5.5 22.5c.1.5.4 1 .8 1.2.3.3.8.5 1.3.5h2.5a2 2 0 001.5-.7 2.3 2.3 0 00.6-1.6v-.5l-1-4.6-2.4-1.6h13c.5 0 1-.2 1.3-.5.4-.3.7-.7.8-1.2l3.3-13.5a2.4 2.4 0 00-.3-1.7 2.2 2.2 0 00-1.3-1 2 2 0 00-.5 0z" fill="#fff"/>
4
- <path transform="translate(.002533 -.5)" d="m11.3 12 2.4 1.9.5 2.1c0 .3.2.5.4.7s.5.3.7.3h8.7c.2 0 .5 0 .7-.3.2-.1.4-.4.5-.7l.6-4z" fill="url(#publer_logo_text)"/>
5
- <defs>
6
- <linearGradient id="publer_logo_letter" x1="-11.6" x2="37" y1="52.6" y2="-1.9" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#00C2FF" offset=".5"/>
8
- <stop stop-color="#00E2CE" offset=".8"/>
9
- <stop stop-color="#00FAA8" offset="1"/>
10
- </linearGradient>
11
- <linearGradient id="publer_logo_text" x1="-141.9" x2="-26.2" y1="-38.3" y2="348.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#00C2FF" offset=".5"/>
13
- <stop stop-color="#00E2CE" offset=".8"/>
14
- <stop stop-color="#00FAA8" offset="1"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <svg fill="none" version="1.1" viewBox="0 0 38.23 37" xmlns="http://www.w3.org/2000/svg">
2
- <path transform="translate(.002533 -.5)" d="m31 34.4 7.1-28.8a4.3 4.3 0 00-.4-3.1 4 4 0 00-2.4-1.9l-1-.1h-30.5a3.7 3.7 0 00-2.7 1.2 4 4 0 00-1.1 2.9l.1 1 7 28.8a4 4 0 001.4 2.2c.7.6 1.5.9 2.4.9h16.4c.9 0 1.7-.3 2.4-.9.7-.5 1.1-1.3 1.4-2.2z" fill="url(#publer_logo_letter)"/>
3
- <path transform="translate(.002533 -.5)" d="m30.6 5.5h-23a2 2 0 00-1.5.7 2.3 2.3 0 00-.6 2.1l5.5 22.5c.1.5.4 1 .8 1.2.3.3.8.5 1.3.5h2.5a2 2 0 001.5-.7 2.3 2.3 0 00.6-1.6v-.5l-1-4.6-2.4-1.6h13c.5 0 1-.2 1.3-.5.4-.3.7-.7.8-1.2l3.3-13.5a2.4 2.4 0 00-.3-1.7 2.2 2.2 0 00-1.3-1 2 2 0 00-.5 0z" fill="#fff"/>
4
- <path transform="translate(.002533 -.5)" d="m11.3 12 2.4 1.9.5 2.1c0 .3.2.5.4.7s.5.3.7.3h8.7c.2 0 .5 0 .7-.3.2-.1.4-.4.5-.7l.6-4z" fill="url(#publer_logo_text)"/>
5
- <defs>
6
- <linearGradient id="publer_logo_letter" x1="-11.6" x2="37" y1="52.6" y2="-1.9" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#00C2FF" offset=".5"/>
8
- <stop stop-color="#00E2CE" offset=".8"/>
9
- <stop stop-color="#00FAA8" offset="1"/>
10
- </linearGradient>
11
- <linearGradient id="publer_logo_text" x1="-141.9" x2="-26.2" y1="-38.3" y2="348.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#00C2FF" offset=".5"/>
13
- <stop stop-color="#00E2CE" offset=".8"/>
14
- <stop stop-color="#00FAA8" offset="1"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <svg fill="none" version="1.1" viewBox="0 0 38.23 37" xmlns="http://www.w3.org/2000/svg">
2
- <path transform="translate(.002533 -.5)" d="m31 34.4 7.1-28.8a4.3 4.3 0 00-.4-3.1 4 4 0 00-2.4-1.9l-1-.1h-30.5a3.7 3.7 0 00-2.7 1.2 4 4 0 00-1.1 2.9l.1 1 7 28.8a4 4 0 001.4 2.2c.7.6 1.5.9 2.4.9h16.4c.9 0 1.7-.3 2.4-.9.7-.5 1.1-1.3 1.4-2.2z" fill="url(#publer_logo_letter)"/>
3
- <path transform="translate(.002533 -.5)" d="m30.6 5.5h-23a2 2 0 00-1.5.7 2.3 2.3 0 00-.6 2.1l5.5 22.5c.1.5.4 1 .8 1.2.3.3.8.5 1.3.5h2.5a2 2 0 001.5-.7 2.3 2.3 0 00.6-1.6v-.5l-1-4.6-2.4-1.6h13c.5 0 1-.2 1.3-.5.4-.3.7-.7.8-1.2l3.3-13.5a2.4 2.4 0 00-.3-1.7 2.2 2.2 0 00-1.3-1 2 2 0 00-.5 0z" fill="#fff"/>
4
- <path transform="translate(.002533 -.5)" d="m11.3 12 2.4 1.9.5 2.1c0 .3.2.5.4.7s.5.3.7.3h8.7c.2 0 .5 0 .7-.3.2-.1.4-.4.5-.7l.6-4z" fill="url(#publer_logo_text)"/>
5
- <defs>
6
- <linearGradient id="publer_logo_letter" x1="-11.6" x2="37" y1="52.6" y2="-1.9" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#00C2FF" offset=".5"/>
8
- <stop stop-color="#00E2CE" offset=".8"/>
9
- <stop stop-color="#00FAA8" offset="1"/>
10
- </linearGradient>
11
- <linearGradient id="publer_logo_text" x1="-141.9" x2="-26.2" y1="-38.3" y2="348.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#00C2FF" offset=".5"/>
13
- <stop stop-color="#00E2CE" offset=".8"/>
14
- <stop stop-color="#00FAA8" offset="1"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <svg fill="none" version="1.1" viewBox="0 0 38.23 37" xmlns="http://www.w3.org/2000/svg">
2
- <path transform="translate(.002533 -.5)" d="m31 34.4 7.1-28.8a4.3 4.3 0 00-.4-3.1 4 4 0 00-2.4-1.9l-1-.1h-30.5a3.7 3.7 0 00-2.7 1.2 4 4 0 00-1.1 2.9l.1 1 7 28.8a4 4 0 001.4 2.2c.7.6 1.5.9 2.4.9h16.4c.9 0 1.7-.3 2.4-.9.7-.5 1.1-1.3 1.4-2.2z" fill="url(#publer_logo_letter)"/>
3
- <path transform="translate(.002533 -.5)" d="m30.6 5.5h-23a2 2 0 00-1.5.7 2.3 2.3 0 00-.6 2.1l5.5 22.5c.1.5.4 1 .8 1.2.3.3.8.5 1.3.5h2.5a2 2 0 001.5-.7 2.3 2.3 0 00.6-1.6v-.5l-1-4.6-2.4-1.6h13c.5 0 1-.2 1.3-.5.4-.3.7-.7.8-1.2l3.3-13.5a2.4 2.4 0 00-.3-1.7 2.2 2.2 0 00-1.3-1 2 2 0 00-.5 0z" fill="#fff"/>
4
- <path transform="translate(.002533 -.5)" d="m11.3 12 2.4 1.9.5 2.1c0 .3.2.5.4.7s.5.3.7.3h8.7c.2 0 .5 0 .7-.3.2-.1.4-.4.5-.7l.6-4z" fill="url(#publer_logo_text)"/>
5
- <defs>
6
- <linearGradient id="publer_logo_letter" x1="-11.6" x2="37" y1="52.6" y2="-1.9" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#00C2FF" offset=".5"/>
8
- <stop stop-color="#00E2CE" offset=".8"/>
9
- <stop stop-color="#00FAA8" offset="1"/>
10
- </linearGradient>
11
- <linearGradient id="publer_logo_text" x1="-141.9" x2="-26.2" y1="-38.3" y2="348.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#00C2FF" offset=".5"/>
13
- <stop stop-color="#00E2CE" offset=".8"/>
14
- <stop stop-color="#00FAA8" offset="1"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <svg fill="none" version="1.1" viewBox="0 0 38.23 37" xmlns="http://www.w3.org/2000/svg">
2
- <path transform="translate(.002533 -.5)" d="m31 34.4 7.1-28.8a4.3 4.3 0 00-.4-3.1 4 4 0 00-2.4-1.9l-1-.1h-30.5a3.7 3.7 0 00-2.7 1.2 4 4 0 00-1.1 2.9l.1 1 7 28.8a4 4 0 001.4 2.2c.7.6 1.5.9 2.4.9h16.4c.9 0 1.7-.3 2.4-.9.7-.5 1.1-1.3 1.4-2.2z" fill="url(#publer_logo_letter)"/>
3
- <path transform="translate(.002533 -.5)" d="m30.6 5.5h-23a2 2 0 00-1.5.7 2.3 2.3 0 00-.6 2.1l5.5 22.5c.1.5.4 1 .8 1.2.3.3.8.5 1.3.5h2.5a2 2 0 001.5-.7 2.3 2.3 0 00.6-1.6v-.5l-1-4.6-2.4-1.6h13c.5 0 1-.2 1.3-.5.4-.3.7-.7.8-1.2l3.3-13.5a2.4 2.4 0 00-.3-1.7 2.2 2.2 0 00-1.3-1 2 2 0 00-.5 0z" fill="#fff"/>
4
- <path transform="translate(.002533 -.5)" d="m11.3 12 2.4 1.9.5 2.1c0 .3.2.5.4.7s.5.3.7.3h8.7c.2 0 .5 0 .7-.3.2-.1.4-.4.5-.7l.6-4z" fill="url(#publer_logo_text)"/>
5
- <defs>
6
- <linearGradient id="publer_logo_letter" x1="-11.6" x2="37" y1="52.6" y2="-1.9" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#00C2FF" offset=".5"/>
8
- <stop stop-color="#00E2CE" offset=".8"/>
9
- <stop stop-color="#00FAA8" offset="1"/>
10
- </linearGradient>
11
- <linearGradient id="publer_logo_text" x1="-141.9" x2="-26.2" y1="-38.3" y2="348.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#00C2FF" offset=".5"/>
13
- <stop stop-color="#00E2CE" offset=".8"/>
14
- <stop stop-color="#00FAA8" offset="1"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <svg fill="none" version="1.1" viewBox="0 0 38.23 37" xmlns="http://www.w3.org/2000/svg">
2
- <path transform="translate(.002533 -.5)" d="m31 34.4 7.1-28.8a4.3 4.3 0 00-.4-3.1 4 4 0 00-2.4-1.9l-1-.1h-30.5a3.7 3.7 0 00-2.7 1.2 4 4 0 00-1.1 2.9l.1 1 7 28.8a4 4 0 001.4 2.2c.7.6 1.5.9 2.4.9h16.4c.9 0 1.7-.3 2.4-.9.7-.5 1.1-1.3 1.4-2.2z" fill="url(#publer_logo_letter)"/>
3
- <path transform="translate(.002533 -.5)" d="m30.6 5.5h-23a2 2 0 00-1.5.7 2.3 2.3 0 00-.6 2.1l5.5 22.5c.1.5.4 1 .8 1.2.3.3.8.5 1.3.5h2.5a2 2 0 001.5-.7 2.3 2.3 0 00.6-1.6v-.5l-1-4.6-2.4-1.6h13c.5 0 1-.2 1.3-.5.4-.3.7-.7.8-1.2l3.3-13.5a2.4 2.4 0 00-.3-1.7 2.2 2.2 0 00-1.3-1 2 2 0 00-.5 0z" fill="#fff"/>
4
- <path transform="translate(.002533 -.5)" d="m11.3 12 2.4 1.9.5 2.1c0 .3.2.5.4.7s.5.3.7.3h8.7c.2 0 .5 0 .7-.3.2-.1.4-.4.5-.7l.6-4z" fill="url(#publer_logo_text)"/>
5
- <defs>
6
- <linearGradient id="publer_logo_letter" x1="-11.6" x2="37" y1="52.6" y2="-1.9" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#00C2FF" offset=".5"/>
8
- <stop stop-color="#00E2CE" offset=".8"/>
9
- <stop stop-color="#00FAA8" offset="1"/>
10
- </linearGradient>
11
- <linearGradient id="publer_logo_text" x1="-141.9" x2="-26.2" y1="-38.3" y2="348.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#00C2FF" offset=".5"/>
13
- <stop stop-color="#00E2CE" offset=".8"/>
14
- <stop stop-color="#00FAA8" offset="1"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <svg fill="none" version="1.1" viewBox="0 0 38.23 37" xmlns="http://www.w3.org/2000/svg">
2
- <path transform="translate(.002533 -.5)" d="m31 34.4 7.1-28.8a4.3 4.3 0 00-.4-3.1 4 4 0 00-2.4-1.9l-1-.1h-30.5a3.7 3.7 0 00-2.7 1.2 4 4 0 00-1.1 2.9l.1 1 7 28.8a4 4 0 001.4 2.2c.7.6 1.5.9 2.4.9h16.4c.9 0 1.7-.3 2.4-.9.7-.5 1.1-1.3 1.4-2.2z" fill="url(#publer_logo_letter)"/>
3
- <path transform="translate(.002533 -.5)" d="m30.6 5.5h-23a2 2 0 00-1.5.7 2.3 2.3 0 00-.6 2.1l5.5 22.5c.1.5.4 1 .8 1.2.3.3.8.5 1.3.5h2.5a2 2 0 001.5-.7 2.3 2.3 0 00.6-1.6v-.5l-1-4.6-2.4-1.6h13c.5 0 1-.2 1.3-.5.4-.3.7-.7.8-1.2l3.3-13.5a2.4 2.4 0 00-.3-1.7 2.2 2.2 0 00-1.3-1 2 2 0 00-.5 0z" fill="#fff"/>
4
- <path transform="translate(.002533 -.5)" d="m11.3 12 2.4 1.9.5 2.1c0 .3.2.5.4.7s.5.3.7.3h8.7c.2 0 .5 0 .7-.3.2-.1.4-.4.5-.7l.6-4z" fill="url(#publer_logo_text)"/>
5
- <defs>
6
- <linearGradient id="publer_logo_letter" x1="-11.6" x2="37" y1="52.6" y2="-1.9" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#00C2FF" offset=".5"/>
8
- <stop stop-color="#00E2CE" offset=".8"/>
9
- <stop stop-color="#00FAA8" offset="1"/>
10
- </linearGradient>
11
- <linearGradient id="publer_logo_text" x1="-141.9" x2="-26.2" y1="-38.3" y2="348.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#00C2FF" offset=".5"/>
13
- <stop stop-color="#00E2CE" offset=".8"/>
14
- <stop stop-color="#00FAA8" offset="1"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <svg fill="none" version="1.1" viewBox="0 0 38.23 37" xmlns="http://www.w3.org/2000/svg">
2
- <path transform="translate(.002533 -.5)" d="m31 34.4 7.1-28.8a4.3 4.3 0 00-.4-3.1 4 4 0 00-2.4-1.9l-1-.1h-30.5a3.7 3.7 0 00-2.7 1.2 4 4 0 00-1.1 2.9l.1 1 7 28.8a4 4 0 001.4 2.2c.7.6 1.5.9 2.4.9h16.4c.9 0 1.7-.3 2.4-.9.7-.5 1.1-1.3 1.4-2.2z" fill="url(#publer_logo_letter)"/>
3
- <path transform="translate(.002533 -.5)" d="m30.6 5.5h-23a2 2 0 00-1.5.7 2.3 2.3 0 00-.6 2.1l5.5 22.5c.1.5.4 1 .8 1.2.3.3.8.5 1.3.5h2.5a2 2 0 001.5-.7 2.3 2.3 0 00.6-1.6v-.5l-1-4.6-2.4-1.6h13c.5 0 1-.2 1.3-.5.4-.3.7-.7.8-1.2l3.3-13.5a2.4 2.4 0 00-.3-1.7 2.2 2.2 0 00-1.3-1 2 2 0 00-.5 0z" fill="#fff"/>
4
- <path transform="translate(.002533 -.5)" d="m11.3 12 2.4 1.9.5 2.1c0 .3.2.5.4.7s.5.3.7.3h8.7c.2 0 .5 0 .7-.3.2-.1.4-.4.5-.7l.6-4z" fill="url(#publer_logo_text)"/>
5
- <defs>
6
- <linearGradient id="publer_logo_letter" x1="-11.6" x2="37" y1="52.6" y2="-1.9" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#00C2FF" offset=".5"/>
8
- <stop stop-color="#00E2CE" offset=".8"/>
9
- <stop stop-color="#00FAA8" offset="1"/>
10
- </linearGradient>
11
- <linearGradient id="publer_logo_text" x1="-141.9" x2="-26.2" y1="-38.3" y2="348.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#00C2FF" offset=".5"/>
13
- <stop stop-color="#00E2CE" offset=".8"/>
14
- <stop stop-color="#00FAA8" offset="1"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>