Skip to content

Commit e7c6fca

Browse files
Add tinytar
1 parent e14b9eb commit e7c6fca

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fastapi-vscode",
33
"displayName": "FastAPI Extension",
44
"description": "VS Code extension for FastAPI development",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"publisher": "FastAPILabs",
77
"license": "MIT",
88
"repository": {
@@ -307,6 +307,7 @@
307307
},
308308
"dependencies": {
309309
"posthog-node": "^5.24.1",
310+
"tinytar": "^0.1.0",
310311
"toml": "^3.0.0",
311312
"web-tree-sitter": "^0.26.3"
312313
},

0 commit comments

Comments
 (0)