Comparing version 4.9.18 to 5.0.0
{ | ||
"name": "rox-node", | ||
"version": "4.9.18", | ||
"version": "5.0.0", | ||
"description": "Rollout.io ROX JS SDK Node", | ||
@@ -19,4 +19,2 @@ "author": "Rollout.io <support@rollout.io>", | ||
"feature-flags", | ||
"remote-configuration", | ||
"remote-variable", | ||
"rollout", | ||
@@ -42,3 +40,3 @@ "rox", | ||
"ROX": { | ||
"api_version": "1.8.0" | ||
"api_version": "1.9.0" | ||
}, | ||
@@ -49,2 +47,5 @@ "main": "dist/rox-node.js", | ||
], | ||
"dependencies": { | ||
"axios": "^0.19.2" | ||
}, | ||
"devDependencies": { | ||
@@ -58,2 +59,3 @@ "babel-eslint": "^10.0.3", | ||
"eslint": "^4.3.0", | ||
"eventsource": "^1.0.7", | ||
"jest": "^22.1.2", | ||
@@ -66,3 +68,3 @@ "nodemon": "^1.19.4", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rox-base": "^4.9.18", | ||
"rox-base": "^5.0.0", | ||
"supertest": "^4.0.2", | ||
@@ -87,3 +89,3 @@ "uglifyjs-webpack-plugin": "^1.2.3", | ||
}, | ||
"gitHead": "d4a6e9472f360193b27829a75b3a78c7fb97d059" | ||
"gitHead": "f3a3d766caf2cf49dfd7dd2a615c5d576b0bb042" | ||
} |
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
394257
1
20
9626
+ Addedaxios@^0.19.2
+ Addedaxios@0.19.2(transitive)
+ Addedfollow-redirects@1.5.10(transitive)