Comparing version 4.1.4 to 4.2.0
{ | ||
"name": "rox-node", | ||
"version": "4.1.4", | ||
"version": "4.2.0", | ||
"description": "Rollout.io ROX JS SDK Node", | ||
@@ -57,3 +57,3 @@ "author": "Rollout.io <support@rollout.io>", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rox-base": "^4.1.4", | ||
"rox-base": "^4.2.0", | ||
"supertest": "^3.0.0", | ||
@@ -60,0 +60,0 @@ "uglifyjs-webpack-plugin": "^1.2.3", |
@@ -19,3 +19,5 @@ import RoxBase from 'rox-base'; | ||
return client.setup(options).then(() => client.fetchPeriodically()); | ||
return client.setup(options).then(() => { | ||
client.fetchPeriodically(); | ||
}); | ||
} | ||
@@ -47,6 +49,5 @@ | ||
} | ||
get flags() { | ||
return Repositories.Flags.flags; | ||
} | ||
@@ -53,0 +54,0 @@ } |
Sorry, the diff of this file is too big to display
406533
10967