@cubejs-backend/native 0.33.26 → 0.33.29

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.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -32,12 +32,10 @@ Supported python versions: `3.11`, `3.10`, `3.9`.
32
32
  ### Fallback (without python)
33
33
 
34
34
  | | `linux-gnu` | `linux-musl` | `darwin` | `win32` |
35
- | -------- | :---------: |:-------------:| :------: | :-----: |
35
+ | -------- | :---------: |:-------------:|:--------:| :-----: |
36
36
  | `x86` | N/A | N/A | N/A | N/A |
37
- | `x86_64` | ✅ | N/A | ✅ | ✅ |
38
- | `arm64` | ✅ | N/A | [1] | |
39
-
40
- [1] It can be launched using Rosetta 2 via the `x86_64-apple` binary.
37
+ | `x86_64` | ✅ | N/A | ✅ | ✅ |
38
+ | `arm64` | ✅ | N/A | | |
41
39
 
42
40
  ### License
43
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/native",
3
- "version": "0.33.26",
3
+ "version": "0.33.29",
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",
@@ -42,8 +42,8 @@
42
42
  "typescript": "~4.9.5"
43
43
  },
44
44
  "dependencies": {
45
- "@cubejs-backend/cubesql": "^0.33.26",
46
- "@cubejs-backend/shared": "^0.33.26",
45
+ "@cubejs-backend/cubesql": "^0.33.28",
46
+ "@cubejs-backend/shared": "^0.33.29",
47
47
  "@cubejs-infra/post-installer": "^0.0.7"
48
48
  },
49
49
  "resources": {
@@ -94,5 +94,5 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "gitHead": "a1e1fee0525de30d9a3f80d1b8050b604e64b133"
97
+ "gitHead": "b0ed0cc164d66a9c8afced99de6da150173d1389"
98
98
  }