@cubejs-backend/shared
Advanced tools
Comparing version 0.29.21 to 0.29.23
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26) | ||
**Note:** Version bump only for package @cubejs-backend/shared | ||
## [0.29.21](https://github.com/cube-js/cube.js/compare/v0.29.20...v0.29.21) (2022-01-17) | ||
@@ -8,0 +16,0 @@ |
@@ -11,3 +11,3 @@ "use strict"; | ||
const major = parseInt(semver[0], 10); | ||
const minor = parseInt(semver[1], 10); | ||
const _minor = parseInt(semver[1], 10); | ||
if (major < 12 || major === 15) { | ||
@@ -14,0 +14,0 @@ console.error(color_1.default.red(`You are running Node.js ${currentNodeVersion}.\n` + |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.29.21", | ||
"version": "0.29.23", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -11,3 +11,3 @@ "main": "dist/src/index.js", | ||
"watch": "tsc -w", | ||
"lint": "eslint --debug src/* --ext .ts", | ||
"lint": "eslint src/* --ext .ts", | ||
"lint:fix": "eslint --fix src/* --ext .ts", | ||
@@ -26,3 +26,3 @@ "unit": "jest --coverage dist/test" | ||
"devDependencies": { | ||
"@cubejs-backend/linter": "^0.29.21", | ||
"@cubejs-backend/linter": "^0.29.23", | ||
"@types/bytes": "^3.1.0", | ||
@@ -73,3 +73,3 @@ "@types/cli-progress": "^3.9.1", | ||
}, | ||
"gitHead": "bcebc153510377a4f6c13a861f534dee21d0282e" | ||
"gitHead": "da516571691c103ecbd035c3319653766622b083" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
142613