agentuity-vscode 0.1.13 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "agentuity-vscode",
|
|
3
3
|
"displayName": "Agentuity VSCode Extension",
|
|
4
4
|
"description": "Build, deploy, and manage AI agents with Agentuity",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.15",
|
|
6
6
|
"publisher": "agentuity",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"repository": {
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
"typecheck": "bunx tsc --noEmit",
|
|
1112
1112
|
"vscode:prepublish": "bun run build",
|
|
1113
1113
|
"package": "bunx @vscode/vsce package --no-dependencies",
|
|
1114
|
-
"clean": "rm -rf dist *.vsix"
|
|
1114
|
+
"clean": "rm -rf dist tsconfig.tsbuildinfo *.vsix"
|
|
1115
1115
|
},
|
|
1116
1116
|
"devDependencies": {
|
|
1117
1117
|
"@types/node": "^22.10.2",
|