Skip to content

Commit ce1a8e7

Browse files
committed
feat: Use exact version of native module (protection for BC)
1 parent 9346f21 commit ce1a8e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cubejs-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dist/src/*"
2828
],
2929
"dependencies": {
30-
"@cubejs-backend/native": "^1.0.1",
30+
"@cubejs-backend/native": "1.0.1",
3131
"@cubejs-backend/shared": "^1.0.0",
3232
"@ungap/structured-clone": "^0.3.4",
3333
"body-parser": "^1.19.0",

packages/cubejs-schema-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/standalone": "^7.24",
4141
"@babel/traverse": "^7.24",
4242
"@babel/types": "^7.24",
43-
"@cubejs-backend/native": "^1.0.1",
43+
"@cubejs-backend/native": "1.0.1",
4444
"@cubejs-backend/shared": "^1.0.0",
4545
"antlr4ts": "0.5.0-alpha.4",
4646
"camelcase": "^6.2.0",

0 commit comments

Comments
 (0)