n8n-nodes-base 0.187.0 → 0.188.0

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.
@@ -241,7 +241,7 @@ class GithubTrigger {
241
241
  description: 'Triggered when a private repository is open sourced',
242
242
  },
243
243
  {
244
- name: 'Pull Pequest',
244
+ name: 'Pull Request',
245
245
  value: 'pull_request',
246
246
  description: 'Triggered when a pull request is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, synchronize, ready_for_review, locked, unlocked, a pull request review is requested, or a review request is removed',
247
247
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "0.187.0",
3
+ "version": "0.188.0",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -727,7 +727,7 @@
727
727
  "eslint-plugin-n8n-nodes-base": "^1.5.4",
728
728
  "gulp": "^4.0.0",
729
729
  "jest": "^27.4.7",
730
- "n8n-workflow": "~0.111.0",
730
+ "n8n-workflow": "~0.112.0",
731
731
  "ts-jest": "^27.1.3",
732
732
  "tslint": "^6.1.2",
733
733
  "typescript": "~4.6.0"
@@ -768,7 +768,7 @@
768
768
  "mqtt": "4.2.6",
769
769
  "mssql": "^8.1.2",
770
770
  "mysql2": "~2.3.0",
771
- "n8n-core": "~0.129.0",
771
+ "n8n-core": "~0.130.0",
772
772
  "node-html-markdown": "^1.1.3",
773
773
  "node-ssh": "^12.0.0",
774
774
  "nodemailer": "^6.7.1",