@osfarm/itineraire-technique 1.1.14 → 1.1.15

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.
@@ -13,11 +13,6 @@ function createAndSelectEmptyCrop() {
13
13
  crop.setDurationInMonths(2)
14
14
  crops.steps.push(crop.getStep());
15
15
 
16
- crop.addAttribute("Pré-semis", "");
17
- crop.addAttribute("Travail du sol", "");
18
- crop.addAttribute("Type de semoir", " ");
19
- crop.addAttribute("Date des semis", "");
20
-
21
16
  //select last created crop to be editable
22
17
  selectedStep = crop;
23
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osfarm/itineraire-technique",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "A visualisation tool to show agricultural technical itineraries based on Echarts",
5
5
  "main": "editor.html",
6
6
  "scripts": {