n8n-nodes-base 1.99.0 → 1.99.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.99.0",
3
+ "version": "1.99.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -930,10 +930,10 @@
930
930
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
931
931
  "xml2js": "0.6.2",
932
932
  "xmlhttprequest-ssl": "3.1.0",
933
+ "@n8n/config": "1.44.0",
933
934
  "@n8n/di": "0.7.0",
934
935
  "@n8n/imap": "0.11.0",
935
- "n8n-workflow": "1.98.0",
936
- "@n8n/config": "1.44.0"
936
+ "n8n-workflow": "1.98.0"
937
937
  },
938
938
  "license": "SEE LICENSE IN LICENSE.md",
939
939
  "homepage": "https://n8n.io",