@ix-xs/metamob.api 1.0.7 → 1.0.9

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.
@@ -233,7 +233,7 @@ module.exports = class {
233
233
  zone:d.zone,
234
234
  souszone:d.souszone,
235
235
  quantite:d.quantite,
236
- etat:d.propose === "1" ? "propose" : d.recherche === "1" ? "recherche" : "aucun",
236
+ etat:d.propose === 1 ? "propose" : d.recherche === 1 ? "recherche" : "aucun",
237
237
  nom_normal:d.nom_normal ?? "",
238
238
  })) };
239
239
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ix-xs/metamob.api",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Metamob API JS",
5
5
  "main": "metamobapi.js",
6
6
  "scripts": {