@ix-xs/metamob.api 1.0.5 → 1.0.6
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/Data.json +4 -4
- package/package.json +21 -21
package/Data.json
CHANGED
|
@@ -272,8 +272,8 @@
|
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
"id": "27",
|
|
275
|
-
"nom": "Gelée
|
|
276
|
-
"slug": "gelee
|
|
275
|
+
"nom": "Gelée Bleuet",
|
|
276
|
+
"slug": "gelee bleuet",
|
|
277
277
|
"type": "monstre",
|
|
278
278
|
"image_url": "https://metamob.fr/img/monstres/gelee_bleue.jpeg",
|
|
279
279
|
"etape": "2",
|
|
@@ -3072,8 +3072,8 @@
|
|
|
3072
3072
|
},
|
|
3073
3073
|
{
|
|
3074
3074
|
"id": "304",
|
|
3075
|
-
"nom": "Gelée Royale
|
|
3076
|
-
"slug": "gelee royale
|
|
3075
|
+
"nom": "Gelée Royale Bleuet",
|
|
3076
|
+
"slug": "gelee royale bleuet",
|
|
3077
3077
|
"type": "boss",
|
|
3078
3078
|
"image_url": "https://metamob.fr/img/monstres/gelee_royale_bleue.jpeg",
|
|
3079
3079
|
"etape": "17",
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@ix-xs/metamob.api",
|
|
3
|
+
"version": "1.0.6",
|
|
4
|
+
"description": "Metamob API JS",
|
|
5
|
+
"main": "metamobapi.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "github.com/ix-xs/metamob.api"
|
|
12
|
+
},
|
|
13
|
+
"keywords": [
|
|
14
|
+
"Metamob",
|
|
15
|
+
"Dofus",
|
|
16
|
+
"API",
|
|
17
|
+
"JS"
|
|
18
|
+
],
|
|
19
|
+
"author": "ix-xs",
|
|
20
|
+
"license": "ISC"
|
|
21
|
+
}
|