Skip to content

Commit 0d005dd

Browse files
committed
meta for /challenges and npm bump
1 parent 1769c20 commit 0d005dd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

__tests__/__snapshots__/index.js.snap

+3
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,17 @@ Object {
201201
"countReset": [Function],
202202
"debug": [Function],
203203
"dir": [Function],
204+
"dirxml": [Function],
204205
"error": [Function],
205206
"group": [Function],
206207
"groupCollapsed": [Function],
207208
"groupEnd": [Function],
208209
"info": [Function],
209210
"log": [Function],
211+
"table": [Function],
210212
"time": [Function],
211213
"timeEnd": [Function],
214+
"timeLog": [Function],
212215
"trace": [Function],
213216
"warn": [Function],
214217
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
3232
"test": "npm run lint && npm run jest"
3333
},
34-
"version": "0.7.5",
34+
"version": "0.7.6",
3535
"dependencies": {
3636
"auth0-js": "^6.8.4",
3737
"isomorphic-fetch": "^2.2.1",

src/services/challenges.js

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ class ChallengesService {
255255
return {
256256
challenges: res.content || [],
257257
totalCount: res.metadata.totalCount,
258+
meta: res.metadata,
258259
};
259260
};
260261

0 commit comments

Comments
 (0)