@cubejs-backend/shared
Advanced tools
Comparing version 0.24.3 to 0.24.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.24.4](https://github.com/cube-js/cube.js/compare/v0.24.3...v0.24.4) (2020-12-07) | ||
### Features | ||
* Ability to load SSL keys from FS ([#1512](https://github.com/cube-js/cube.js/issues/1512)) ([71da5bb](https://github.com/cube-js/cube.js/commit/71da5bb529294fabd92b3a914b1e8bceb464643c)) | ||
## [0.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.24.3", | ||
"version": "0.24.4", | ||
"description": "Shared code for Cube.js backend packages", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"scripts": { | ||
"build": "rm -rf dist && npm run tsc", | ||
"tsc": "tsc", | ||
@@ -12,7 +13,7 @@ "watch": "tsc -w", | ||
"lint:fix": "linter --fix src/* --ext .ts", | ||
"build": "rm -rf dist && npm run tsc" | ||
"unit": "jest dist" | ||
}, | ||
"files": [ | ||
"README.md", | ||
"dist/*" | ||
"dist/src/*" | ||
], | ||
@@ -25,3 +26,5 @@ "engines": { | ||
"devDependencies": { | ||
"@cubejs-backend/linter": "^0.24.3", | ||
"@cubejs-backend/linter": "^0.24.4", | ||
"@types/jest": "^26.0.16", | ||
"jest": "^26.6.3", | ||
"typescript": "~4.1.2" | ||
@@ -38,3 +41,3 @@ }, | ||
}, | ||
"gitHead": "b38edfe0a73b3ea453338fbfe632b757539db1de" | ||
"gitHead": "35e72f40b6e5595f26ea3508b988cc586092efb4" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
24346
152
4
1