@cubejs-backend/cloud
Advanced tools
Comparing version 0.27.2 to 0.27.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.27.3](https://github.com/cube-js/cube.js/compare/v0.27.2...v0.27.3) (2021-04-29) | ||
### Bug Fixes | ||
* **@cubejs-backend/cloud:** Missed dependency ([#2626](https://github.com/cube-js/cube.js/issues/2626)) ([0d396bf](https://github.com/cube-js/cube.js/commit/0d396bf7bd41c5d9acb8d84ae62bdd4ee33fc2a3)) | ||
## [0.27.2](https://github.com/cube-js/cube.js/compare/v0.27.1...v0.27.2) (2021-04-28) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cloud", | ||
"version": "0.27.2", | ||
"version": "0.27.3", | ||
"description": "Cube Cloud package", | ||
@@ -40,2 +40,3 @@ "main": "dist/src/index.js", | ||
"jsonwebtoken": "^8.5.1", | ||
"request": "^2.88.2", | ||
"request-promise": "^4.2.5" | ||
@@ -61,3 +62,3 @@ }, | ||
}, | ||
"gitHead": "34794cfb12bb94e09f7b3fa10054d959716cf55f" | ||
"gitHead": "341aca9dff2736f6b72ec07dfe5a34f2afe7bd27" | ||
} |
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
57323
8
+ Addedrequest@^2.88.2