bonzai-tools 1.0.94 → 1.0.96

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/dist/bconfig.js CHANGED
@@ -178,7 +178,7 @@ async function main() {
178
178
  });
179
179
 
180
180
  // Open browser automatically
181
- exec('open https://bonzai.dev/visualize');
181
+ exec('open https://bonzai.dev/visualize?ref=btools');
182
182
 
183
183
  // Handle server process
184
184
  server.on('close', (serverCode) => {
package/dist/index.js CHANGED
@@ -161,7 +161,7 @@ async function main() {
161
161
  BONZAI_REPO_DIR: currentDir
162
162
  }
163
163
  });
164
- exec("open https://bonzai.dev/visualize");
164
+ exec("open https://bonzai.dev/visualize?ref=btools");
165
165
  server.on("close", (serverCode) => {
166
166
  console.log(`
167
167
  Server stopped with code ${serverCode}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bonzai-tools",
3
- "version": "1.0.94",
3
+ "version": "1.0.96",
4
4
  "description": "Visualization and file management tools for codebases",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",