code-mon-config 1.0.5 → 1.0.6

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -207,7 +207,7 @@ console.log("šŸ“‚ Connected Folder:", ROOT);
207
207
 
208
208
  console.log("\nāœ… Your terminal has been connected with Code Mon Code Space\n");
209
209
 
210
- const url = "https://your-domain.com";
210
+ const url = "https://code-mon.pages.dev/code-mon-spacr";
211
211
 
212
212
  console.log("🌐 Opening:", url);
213
213
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-mon-config",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Code Mon Code Space CLI",
5
5
  "main": "index.js",
6
6
  "bin": {