@pluto90/n8n-nodes-gate1253 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This is an n8n community node to use the Gate1253 URL shortener service.
4
4
 
5
- - **Homepage**: [https://gate1253.page.dev](https://gate1253.page.dev)
5
+ - **Homepage**: [https://gate1253.pages.dev](https://gate1253.pages.dev)
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluto90/n8n-nodes-gate1253",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "n8n node for Gate1253 URL shortener",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -10,6 +10,7 @@
10
10
  "lintfix": "eslint . --ext .ts --fix"
11
11
  },
12
12
  "keywords": [
13
+ "n8n-community-node-package",
13
14
  "n8n-nodes-module",
14
15
  "gate1253",
15
16
  "url-shortener"