@rayburst/cli 0.1.15 → 0.1.16

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/bin/rayburst.js CHANGED
@@ -29,7 +29,7 @@ program
29
29
  .command('start')
30
30
  .description('Start the Rayburst application')
31
31
  .option('-p, --port <port>', 'Port to run the server on', '3105')
32
- .option('-e, --env <environment>', 'Environment (local|staging|production)', 'local')
32
+ .option('-e, --env <environment>', 'Environment (local|staging|production)', 'production')
33
33
  .action((options) => {
34
34
  console.log(chalk.blue('🚀 Starting Rayburst CLI...'));
35
35
  console.log(chalk.gray(` Port: ${options.port}`));
@@ -1,6 +1,6 @@
1
1
  import { _ as __vitePreload } from './preload-helper-Dea3Szod.js';
2
2
 
3
- const remoteEntryPromise = __vitePreload(() => import('./remoteEntry-D7mL3CtW.js'),true ?[]:void 0);
3
+ const remoteEntryPromise = __vitePreload(() => import('./remoteEntry-lfoFMEF5.js'),true ?[]:void 0);
4
4
  // __tla only serves as a hack for vite-plugin-top-level-await.
5
5
  Promise.resolve(remoteEntryPromise)
6
6
  .then(remoteEntry => {
@@ -77,7 +77,7 @@ const importMap = {
77
77
  entryGlobalName: "rayburstApp",
78
78
  name: "rayburstApp",
79
79
  type: "module",
80
- entry: "https://www.rayburst.app/remoteEntry.js?t=1763426000545",
80
+ entry: "https://www.rayburst.app/remoteEntry.js?t=1763426104576",
81
81
  shareScope: "default",
82
82
  }
83
83
 
package/dist/index.html CHANGED
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
  <head>
4
- <script type="module" src="/assets/hostInit-B9f9vtMM.js"></script>
4
+ <script type="module" src="/assets/hostInit-CxHGTmfB.js"></script>
5
5
 
6
6
  <meta charset="UTF-8" />
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayburst/cli",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Rayburst CLI - A module federation host for Rayburst app",
5
5
  "type": "module",
6
6
  "bin": {