Skip to content

Commit

Permalink
update bq2cst. fix #331 fix #332 fix #333
Browse files Browse the repository at this point in the history
  • Loading branch information
kitta65 committed Mar 23, 2024
1 parent 480fd1a commit 935c464
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
cache: npm

- uses: dr666m1/tag-version-match@main
- uses: kitta65/tag-version-match@main
with:
file: ./package.json
query: .version
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"author": "kitta65",
"license": "MIT",
"version": "0.0.47",
"version": "0.0.48",
"publisher": "dr666m1",
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -152,7 +152,7 @@
"dependencies": {
"@google-cloud/bigquery": "^7.5.1",
"dblite": "^1.1.4",
"prettier-plugin-bq": "0.2.51",
"prettier-plugin-bq": "0.2.52",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.1"
Expand Down

0 comments on commit 935c464

Please sign in to comment.