blackbox-cli-vscode-ide-companion 0.0.5 → 0.0.7
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/esbuild.js +1 -1
- package/package.json +1 -1
package/esbuild.js
CHANGED
|
@@ -41,7 +41,7 @@ async function main() {
|
|
|
41
41
|
sourcesContent: false,
|
|
42
42
|
platform: 'node',
|
|
43
43
|
outfile: 'dist/extension.cjs',
|
|
44
|
-
external: ['vscode'],
|
|
44
|
+
external: ['vscode', 'playwright', 'playwright-core'],
|
|
45
45
|
logLevel: 'silent',
|
|
46
46
|
plugins: [
|
|
47
47
|
/* add to the end of plugins array */
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "blackbox-cli-vscode-ide-companion",
|
|
3
3
|
"displayName": "Blackbox Code Companion",
|
|
4
4
|
"description": "Enable Blackbox Code with direct access to your VS Code workspace.",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.7",
|
|
6
6
|
"publisher": "blackbox_ai",
|
|
7
7
|
"icon": "assets/icon.png",
|
|
8
8
|
"repository": {
|