@cubejs-backend/shared
Advanced tools
Comparing version 0.33.20 to 0.33.21
@@ -58,3 +58,4 @@ "use strict"; | ||
if (detectLibc() === 'musl') { | ||
(0, cli_1.displayCLIWarningOnce)('is-native-supported', 'Unable to load native on your system. You are using linux distro with Musl which is not supported.'); | ||
(0, cli_1.displayCLIWarningOnce)('is-native-supported', 'Unable to load native extension. You are using a Linux distro with Musl which is not supported. Read more: ' + | ||
'https://github.com/cube-js/cube/blob/master/packages/cubejs-backend-native/README.md#supported-architectures-and-platforms'); | ||
return { | ||
@@ -61,0 +62,0 @@ reason: 'You are using linux distro with Musl which is not supported' |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.33.20", | ||
"version": "0.33.21", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -74,3 +74,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "e1a56932c1f98b0425e832c81c13f4cc88146b88" | ||
"gitHead": "c20bb62bf3bd7708ffc99b937a8e13cc60a075e7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
184788
2426