n8n-nodes-prestashop8 2.0.1 → 2.0.2

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.
@@ -7,7 +7,7 @@ exports.PrestaShop8Description = {
7
7
  name: 'prestaShop8',
8
8
  group: ['transform'],
9
9
  icon: 'file:../../PrestaShop8/prestashop8.svg',
10
- version: 1,
10
+ version: [1, 2],
11
11
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
12
12
  description: 'n8n node for PrestaShop 8 with automatic XML/JSON conversion and full CRUD support',
13
13
  defaults: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-prestashop8",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Nœud n8n personnalisé pour PrestaShop 8 avec support CRUD complet et conversion XML/JSON automatique",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",