@opfr/raids 0.13.2 → 0.13.4
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.
- package/locales/fr.json +1 -1
- package/package.json +3 -3
package/locales/fr.json
CHANGED
|
@@ -1179,7 +1179,7 @@
|
|
|
1179
1179
|
},
|
|
1180
1180
|
"ev_beat_wolf": {
|
|
1181
1181
|
"title": "",
|
|
1182
|
-
"
|
|
1182
|
+
"text": "Après un Géant, les Loups ne sont que du menu fretin pour vous. Vous vous en sortez qu'avec des simples égratinures. {{rewards}}"
|
|
1183
1183
|
},
|
|
1184
1184
|
"uc_free_elf": {
|
|
1185
1185
|
"label": "Libérer les lutins"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opfr/raids",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OPFR raids",
|
|
6
6
|
"author": "Matthieu VEIGA",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@opfr/emojis": "^0.15.0",
|
|
15
|
-
"@opfr/items": "^0.33.
|
|
15
|
+
"@opfr/items": "^0.33.1",
|
|
16
16
|
"@opfr/translate": "^0.2.0",
|
|
17
17
|
"@opfr/utils-lang": "^0.13.0",
|
|
18
18
|
"@opfr/utils-type": "^0.17.0"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"node_modules",
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "8ce4ff30b6a58831c5721ce9eed49825616240b0"
|
|
43
43
|
}
|