@ayankhandelwal07/local-loop 1.3.0 → 1.3.1

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/dist/index.js +2 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11,10 +11,8 @@ const chalk_1 = __importDefault(require("chalk"));
11
11
  const boxen_1 = __importDefault(require("boxen"));
12
12
  const ora_1 = __importDefault(require("ora"));
13
13
  const clipboardy_1 = __importDefault(require("clipboardy"));
14
- // const PRODUCTION_SERVER = 'https://localloop-server.onrender.com';
15
- // const PRODUCTION_DASHBOARD_URL = 'https://local-loop-gamma.vercel.app'
16
- const PRODUCTION_SERVER = 'http://localhost:3000';
17
- const PRODUCTION_DASHBOARD_URL = 'http://localhost:5173';
14
+ const PRODUCTION_SERVER = 'https://localloop-server.onrender.com';
15
+ const PRODUCTION_DASHBOARD_URL = 'https://local-loop-gamma.vercel.app';
18
16
  const program = new commander_1.Command();
19
17
  program
20
18
  .version('1.0.1')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ayankhandelwal07/local-loop",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "bin": {
5
5
  "super-loop": "dist/index.js"
6
6
  },