n8n-nodes-ume-v4 4.5.5 → 4.5.6

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.
@@ -1836,10 +1836,10 @@
1836
1836
  "displayName": "Số lượng",
1837
1837
  "type": "number",
1838
1838
  "required": true,
1839
- "default": 1000,
1839
+ "default": 200,
1840
1840
  "description": "Số lượng cần tăng",
1841
1841
  "typeOptions": {
1842
- "minValue": 50,
1842
+ "minValue": 100,
1843
1843
  "maxValue": 100000
1844
1844
  }
1845
1845
  },
@@ -1976,6 +1976,7 @@
1976
1976
  "max": 39.9
1977
1977
  },
1978
1978
  "defaultValues": {
1979
+ "count": 200,
1979
1980
  "server": "server_2",
1980
1981
  "link": "",
1981
1982
  "note": "Tự động tạo từ n8n UME Social Seeding"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ume-v4",
3
- "version": "4.5.5",
3
+ "version": "4.5.6",
4
4
  "description": "UME Social Seeding Services for n8n - Version 4 with updated features",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",