@nuraly/runtime 0.1.5 → 0.1.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.
@@ -1,4 +1,4 @@
1
- import { M as o, e as a, d as r, c as s, b as M } from "./micro-app-entry-DDsAWUJh.js";
1
+ import { M as o, e as a, d as r, c as s, b as M } from "./micro-app-entry-BT6Pk6bn.js";
2
2
  export {
3
3
  o as MicroApp,
4
4
  a as MicroAppMessageBus,
@@ -1,4 +1,4 @@
1
- import { m as i } from "./CodeEditor-G6E8PUI7.js";
1
+ import { m as i } from "./CodeEditor-0GwD2UDB.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
@@ -1,4 +1,4 @@
1
- import { m } from "./CodeEditor-G6E8PUI7.js";
1
+ import { m } from "./CodeEditor-0GwD2UDB.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
@@ -1,4 +1,4 @@
1
- import { t as O, m as I } from "./CodeEditor-G6E8PUI7.js";
1
+ import { t as O, m as I } from "./CodeEditor-0GwD2UDB.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
@@ -1,4 +1,4 @@
1
- import { m as s } from "./CodeEditor-G6E8PUI7.js";
1
+ import { m as s } from "./CodeEditor-0GwD2UDB.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
@@ -1,4 +1,4 @@
1
- import { m as r } from "./CodeEditor-G6E8PUI7.js";
1
+ import { m as r } from "./CodeEditor-0GwD2UDB.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
@@ -1,4 +1,4 @@
1
- import { m as l } from "./CodeEditor-G6E8PUI7.js";
1
+ import { m as l } from "./CodeEditor-0GwD2UDB.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuraly/runtime",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Nuraly Visual App Builder Runtime - State management, handler execution, and component system with bundled micro-app support",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
package/vite.config.ts CHANGED
@@ -5,6 +5,10 @@ import { resolve } from 'path';
5
5
  const isBundleBuild = process.env.BUILD_BUNDLE === 'true';
6
6
 
7
7
  export default defineConfig({
8
+ define: {
9
+ // Replace process.env.NODE_ENV with a static value for browser bundles
10
+ 'process.env.NODE_ENV': JSON.stringify('production')
11
+ },
8
12
  build: {
9
13
  target: 'esnext', // Support top-level await
10
14
  // Don't empty outDir on bundle build to preserve regular build artifacts