@lunora/cli 1.0.0-alpha.69 → 1.0.0-alpha.70

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.
@@ -1816,7 +1816,15 @@ const stampLunoraDeps = (packageJsonText, distTag, versions) => {
1816
1816
  }
1817
1817
  return text;
1818
1818
  };
1819
- const PNPM_BUILT_DEPENDENCIES = ["esbuild", "sharp", "workerd"];
1819
+ const PNPM_BUILT_DEPENDENCIES = [
1820
+ "@parcel/watcher",
1821
+ "esbuild",
1822
+ "msgpackr-extract",
1823
+ "rs-module-lexer",
1824
+ "sharp",
1825
+ "unrs-resolver",
1826
+ "workerd"
1827
+ ];
1820
1828
  const PNPM_WORKSPACE_FILENAME = "pnpm-workspace.yaml";
1821
1829
  const pnpmWorkspaceYaml = () => [
1822
1830
  "# pnpm reads its settings from here (the package.json `pnpm` field is no longer read).",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/cli",
3
- "version": "1.0.0-alpha.69",
3
+ "version": "1.0.0-alpha.70",
4
4
  "description": "The Lunora CLI: init, dev, deploy, codegen, run, reset, and migrate commands",
5
5
  "keywords": [
6
6
  "agent-skills",