Skip to content

Commit 08472b1

Browse files
authored
Bump bricks to v0.0.21 (#430)
This includes: * Pass caller information via `BRICKS_UPSTREAM` and `BRICKS_UPSTREAM_VERSION` * Reload .gitignore files if they have changed while sync is running
1 parent a218b16 commit 08472b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
"scripts": {
585585
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
586586
"package": "vsce package",
587-
"package:cli:fetch": "BRICKS_VERSION=0.0.20 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
587+
"package:cli:fetch": "BRICKS_VERSION=0.0.21 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
588588
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
589589
"package:compile": "yarn run esbuild:base",
590590
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",

0 commit comments

Comments
 (0)