n8n-nodes-base 1.12.0 → 1.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -799,7 +799,7 @@
799
799
  "@types/xml2js": "^0.4.11",
800
800
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
801
801
  "gulp": "^4.0.0",
802
- "n8n-core": "1.12.0"
802
+ "n8n-core": "1.12.1"
803
803
  },
804
804
  "dependencies": {
805
805
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -863,7 +863,7 @@
863
863
  "uuid": "^8.3.2",
864
864
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
865
865
  "xml2js": "^0.5.0",
866
- "n8n-workflow": "1.12.0"
866
+ "n8n-workflow": "1.12.1"
867
867
  },
868
868
  "scripts": {
869
869
  "clean": "rimraf dist .turbo",