Skip to content

Commit 2e1a6d4

Browse files
committed
chore(@cubejs-backend/native): Update asset upload to drop not uploaded assets
1 parent fd2726b commit 2e1a6d4

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

packages/cubejs-backend-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@mapbox/node-pre-gyp"
3131
],
3232
"devDependencies": {
33-
"@cubejs-infra/node-pre-gyp-github": "^1",
33+
"@cubejs-infra/node-pre-gyp-github": "^1.0.3",
3434
"@types/jest": "^26",
3535
"@types/node": "^10",
3636
"cargo-cp-artifact": "^0.1",

yarn.lock

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2831,24 +2831,15 @@
28312831
resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-3.4.0.tgz#c3c5ae543c897caa9c2a68630bed355be5f9990f"
28322832
integrity sha512-JZButFdZ1+/xAfpguQHoabIXkcqRRKpMrWKBkpEZZyxfY9C1DpADFB8PEqGSTeFr135SaTRfKqGKx5xSCLI7ZQ==
28332833

2834-
"@cubejs-backend/cubestore@^0.29.9":
2835-
version "0.29.9"
2836-
resolved "https://registry.yarnpkg.com/@cubejs-backend/cubestore/-/cubestore-0.29.9.tgz#978b422dba15d3d7f126d7d9a4d079f43401f13d"
2837-
integrity sha512-AxcOQdVUP6EBFHIfTrYmfnwWrR9FV50JmjlQjV5X+mpPRL8mtF90sAJzs0dv3xQAUuVAI8O5S7eHgVHYkD4OdQ==
2838-
dependencies:
2839-
"@cubejs-backend/shared" "^0.29.0"
2840-
"@octokit/core" "^3.2.5"
2841-
source-map-support "^0.5.19"
2842-
28432834
"@cubejs-backend/dotenv@^9.0.2":
28442835
version "9.0.2"
28452836
resolved "https://registry.yarnpkg.com/@cubejs-backend/dotenv/-/dotenv-9.0.2.tgz#c3679091b702f0fd38de120c5a63943fcdc0dcbf"
28462837
integrity sha512-yC1juhXEjM7K97KfXubDm7WGipd4Lpxe+AT8XeTRE9meRULrKlw0wtE2E8AQkGOfTBn+P1SCkePQ/BzIbOh1VA==
28472838

2848-
"@cubejs-infra/node-pre-gyp-github@^1":
2849-
version "1.0.2"
2850-
resolved "https://registry.yarnpkg.com/@cubejs-infra/node-pre-gyp-github/-/node-pre-gyp-github-1.0.2.tgz#7c52e7f00c74d80a47407d4a80293fbc4acd0fee"
2851-
integrity sha512-hSwjo95IywfVI6rdp9acR5SmNrvyS4qrekvdOB8HiWN4PHa0yIWMKRoEfHCn+psymjMX3kcABxSdea6xn2eB4Q==
2839+
"@cubejs-infra/node-pre-gyp-github@^1.0.3":
2840+
version "1.0.3"
2841+
resolved "https://registry.yarnpkg.com/@cubejs-infra/node-pre-gyp-github/-/node-pre-gyp-github-1.0.3.tgz#5385b5f3ed4225b3e3664db8a4be37883fce0362"
2842+
integrity sha512-/othHxhjC85FpOQrV9BrYSLoTRQ8XeuD1Jo8XGc7R4EVzjZimtuInnS1w36H7+OHS7dQjseKYTaW9tt8IfzY9g==
28522843
dependencies:
28532844
"@octokit/rest" "^18.1.1"
28542845
commander "^7.1.0"

0 commit comments

Comments
 (0)