@opfr/raids 0.11.9 → 0.11.10

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.
Files changed (2) hide show
  1. package/locales/fr.json +1 -1
  2. package/package.json +2 -2
package/locales/fr.json CHANGED
@@ -1102,7 +1102,7 @@
1102
1102
  "text": "Vous tombez nez-à-nez avec des dizaines de femmes et enfants lutins, recroquevillés près d'un feu de bois, visiblement affamés."
1103
1103
  },
1104
1104
  "rq_give_provision": {
1105
- "label": "Leur donner un peu de vos provisions afin de faire connaissance (Nécessite {{requirements}})"
1105
+ "label": "Leur donner un peu de vos provisions (Nécessite {{requirements}})"
1106
1106
  },
1107
1107
  "ev_rest_and_listen": {
1108
1108
  "title": "Le fou du bus",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opfr/raids",
3
- "version": "0.11.9",
3
+ "version": "0.11.10",
4
4
  "private": false,
5
5
  "description": "OPFR raids",
6
6
  "author": "Matthieu VEIGA",
@@ -39,5 +39,5 @@
39
39
  "node_modules",
40
40
  "dist"
41
41
  ],
42
- "gitHead": "0d1dd8ab113798b9b6cdfea290843493cc2c0b7a"
42
+ "gitHead": "97a98a23bdac123643a59be968f100facdfbe2ce"
43
43
  }