devbonzai 1.6.5 → 1.6.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.
Files changed (2) hide show
  1. package/cli.js +2 -2
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -762,7 +762,7 @@ async function main() {
762
762
  console.log('');
763
763
  console.log('Relay server running on localhost:3001');
764
764
  console.log('');
765
- console.log('Diagram avaialble at https://www.codemaps.me/ ');
765
+ console.log('Diagram avaialble at https://bonzai.dev/ ');
766
766
  console.log('');
767
767
 
768
768
  // Start the server automatically
@@ -772,7 +772,7 @@ async function main() {
772
772
  });
773
773
 
774
774
  // Open browser automatically
775
- exec('open https://www.codemaps.me/');
775
+ exec('open https://bonzai.dev/');
776
776
 
777
777
  // Handle server process
778
778
  server.on('close', (serverCode) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devbonzai",
3
- "version": "1.6.5",
3
+ "version": "1.6.7",
4
4
  "description": "Quickly set up a local file server in any repository for browser-based file access",
5
5
  "main": "cli.js",
6
6
  "bin": {