Comparing version 4.5.3 to 4.7.0
{ | ||
"name": "rox-node", | ||
"version": "4.5.3", | ||
"version": "4.7.0", | ||
"description": "Rollout.io ROX JS SDK Node", | ||
@@ -40,3 +40,3 @@ "author": "Rollout.io <support@rollout.io>", | ||
"ROX": { | ||
"api_version": "1.7.0" | ||
"api_version": "1.8.0" | ||
}, | ||
@@ -59,3 +59,3 @@ "main": "dist/rox-node.js", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rox-base": "^4.5.3", | ||
"rox-base": "^4.7.0", | ||
"supertest": "^3.0.0", | ||
@@ -62,0 +62,0 @@ "uglifyjs-webpack-plugin": "^1.2.3", |
@@ -20,2 +20,3 @@ import RoxBase from 'rox-base'; | ||
return client.setup(options).then(() => { | ||
client.sendState(); | ||
return client.fetchPeriodically(); | ||
@@ -22,0 +23,0 @@ }); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
491422
11744