@fronti/core 1.0.3 → 1.0.4

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/runtime.js +1 -1
  2. package/package.json +1 -1
package/dist/runtime.js CHANGED
@@ -37,7 +37,7 @@ exports.ensureRuntimeFiles = ensureRuntimeFiles;
37
37
  const fs = __importStar(require("fs"));
38
38
  const path = __importStar(require("path"));
39
39
  const HOST_JS_CONTENT = `#!/usr/bin/env node
40
- const { runNativeHost } = require('@fronti/native-host');
40
+ const { runNativeHost } = require('@fronti/core');
41
41
 
42
42
  runNativeHost();
43
43
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fronti/core",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Visual-first AI coding agent for local codebases. Select elements in browser, describe changes, agent applies edits.",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",