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 +2 -1
- package/dist/bin/gemi.js.map +3 -3
- package/dist/{chunk-j7290k00.js → chunk-ghes36xj.js} +2 -2
- package/dist/{chunk-j7290k00.js.map → chunk-ghes36xj.js.map} +3 -3
- package/dist/{chunk-3xpfa0ye.js → chunk-kyw5n83x.js} +1 -1
- package/dist/{chunk-pdr63tqe.js → chunk-sns685hn.js} +2 -2
- package/dist/{chunk-pdr63tqe.js.map → chunk-sns685hn.js.map} +1 -1
- package/dist/{chunk-r9rgc769.js → chunk-wzxsj3cp.js} +1 -1
- package/dist/server/index.js +1 -1
- package/dist/vite/index.mjs +1 -0
- package/package.json +1 -1
- /package/dist/{chunk-3xpfa0ye.js.map → chunk-kyw5n83x.js.map} +0 -0
- /package/dist/{chunk-r9rgc769.js.map → chunk-wzxsj3cp.js.map} +0 -0
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=
|
|
69184
|
+
//# debugId=80FA759F65E85D4464756E2164756E21
|
|
69184
69185
|
//# sourceMappingURL=gemi.js.map
|