@cubejs-backend/shared
Advanced tools
Comparing version 0.29.18 to 0.29.20
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.29.20](https://github.com/cube-js/cube.js/compare/v0.29.19...v0.29.20) (2022-01-10) | ||
**Note:** Version bump only for package @cubejs-backend/shared | ||
## [0.29.18](https://github.com/cube-js/cube.js/compare/v0.29.17...v0.29.18) (2022-01-09) | ||
@@ -8,0 +16,0 @@ |
@@ -18,3 +18,3 @@ "use strict"; | ||
} | ||
if (major === 10) { | ||
if (major === 12) { | ||
process_1.default.emitWarning(color_1.default.red(`You are running Node.js ${currentNodeVersion}.\n` + | ||
@@ -21,0 +21,0 @@ 'Support for Node.js 12 will be removed soon. Please upgrade to Node.js 14 or higher.')); |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.29.18", | ||
"version": "0.29.20", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -30,3 +30,3 @@ "main": "dist/src/index.js", | ||
"@types/jest": "^26.0.16", | ||
"@types/node": "^10.17.60", | ||
"@types/node": "^12", | ||
"@types/node-fetch": "^2.5.8", | ||
@@ -41,3 +41,2 @@ "@types/throttle-debounce": "^2.1.0", | ||
"cli-progress": "^3.9.0", | ||
"colors": "1.4.0", | ||
"cross-spawn": "^7.0.3", | ||
@@ -74,3 +73,3 @@ "decompress": "^4.2.1", | ||
}, | ||
"gitHead": "a4089c23b5917bf986520b009c0c072a816d3daf" | ||
"gitHead": "d475716ed471ee4eccbd65de9cf7fbff7ea0b82d" | ||
} |
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
142301
12
- Removedcolors@1.4.0
- Removedcolors@1.4.0(transitive)