n8n-nodes-prestashop8 1.2.4 → 1.2.5

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.
@@ -84,8 +84,8 @@ exports.PRESTASHOP_RESOURCES = {
84
84
  },
85
85
  stock_availables: {
86
86
  name: 'stock_availables',
87
- displayName: 'Available Stock',
88
- description: 'Gestion des stocks produits',
87
+ displayName: 'Stock Available',
88
+ description: 'Product stock management (stock_availables)',
89
89
  supportsCreate: false,
90
90
  supportsUpdate: true,
91
91
  supportsDelete: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-prestashop8",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
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",