File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -201,14 +201,17 @@ Object {
201
201
" countReset" : [Function ],
202
202
" debug" : [Function ],
203
203
" dir" : [Function ],
204
+ " dirxml" : [Function ],
204
205
" error" : [Function ],
205
206
" group" : [Function ],
206
207
" groupCollapsed" : [Function ],
207
208
" groupEnd" : [Function ],
208
209
" info" : [Function ],
209
210
" log" : [Function ],
211
+ " table" : [Function ],
210
212
" time" : [Function ],
211
213
" timeEnd" : [Function ],
214
+ " timeLog" : [Function ],
212
215
" trace" : [Function ],
213
216
" warn" : [Function ],
214
217
},
Original file line number Diff line number Diff line change 31
31
"lint:js" : " ./node_modules/.bin/eslint --ext .js,.jsx ." ,
32
32
"test" : " npm run lint && npm run jest"
33
33
},
34
- "version" : " 0.7.5 " ,
34
+ "version" : " 0.7.6 " ,
35
35
"dependencies" : {
36
36
"auth0-js" : " ^6.8.4" ,
37
37
"isomorphic-fetch" : " ^2.2.1" ,
Original file line number Diff line number Diff line change @@ -255,6 +255,7 @@ class ChallengesService {
255
255
return {
256
256
challenges : res . content || [ ] ,
257
257
totalCount : res . metadata . totalCount ,
258
+ meta : res . metadata ,
258
259
} ;
259
260
} ;
260
261
You can’t perform that action at this time.
0 commit comments