gemi 0.41.3 → 0.41.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.
package/dist/bin/gemi.js CHANGED
@@ -68748,6 +68748,7 @@ var gemi = async () => {
68748
68748
  sourcemap: true,
68749
68749
  rollupOptions: {
68750
68750
  input: Array.from(JSON.parse(process.env.GEMI_INPUT ?? "[]")),
68751
+ preserveEntrySignatures: "strict",
68751
68752
  ...env.isSsrBuild ? { external: isGemiExternal } : {}
68752
68753
  }
68753
68754
  },
@@ -69180,5 +69181,5 @@ program.command("app:route-manifest").action(async () => {
69180
69181
  });
69181
69182
  program.parse();
69182
69183
 
69183
- //# debugId=96E85057892F4EE064756E2164756E21
69184
+ //# debugId=80FA759F65E85D4464756E2164756E21
69184
69185
  //# sourceMappingURL=gemi.js.map