@cubejs-backend/native 0.35.40 → 0.35.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-backend/native",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.42",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
5
|
"description": "Native module for Cube.js (binding to Rust codebase)",
|
|
6
6
|
"main": "dist/js/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"tsc": "tsc",
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"native:build": "
|
|
15
|
+
"native:build": "cargo-cp-artifact -a cdylib cubejs-native index.node -- cargo build --message-format=json-render-diagnostics",
|
|
16
16
|
"native:build-debug": "npm run native:build --",
|
|
17
17
|
"native:build-release": "npm run native:build -- --release",
|
|
18
18
|
"native:build-debug-python": "npm run native:build -- --features python",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"uuid": "^8.3.2"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@cubejs-backend/cubesql": "^0.35.
|
|
46
|
+
"@cubejs-backend/cubesql": "^0.35.42",
|
|
47
47
|
"@cubejs-backend/shared": "^0.35.33",
|
|
48
48
|
"@cubejs-infra/post-installer": "^0.0.7"
|
|
49
49
|
},
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"access": "public"
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "d2a237830f2133a2cc3814814bf84bac7c517eb2"
|
|
98
98
|
}
|