@sandblocks/cli 0.5.0-b.29 → 0.5.0-b.30
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/cli.js +2 -2
- package/dist/cli.js.map +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -13171,7 +13171,7 @@ async function sync(args, dependencies) {
|
|
|
13171
13171
|
}
|
|
13172
13172
|
let previousDigest = "";
|
|
13173
13173
|
const apply = async () => {
|
|
13174
|
-
const source = await dependencies.source(context.root, context.state.sourceManifest);
|
|
13174
|
+
const source = await dependencies.source(context.root, context.state.sequence > 0 ? context.state.sourceManifest : undefined);
|
|
13175
13175
|
const digest = createHash2("sha256").update(source.bundle).digest("hex");
|
|
13176
13176
|
if (digest === previousDigest)
|
|
13177
13177
|
return;
|
|
@@ -16648,4 +16648,4 @@ export {
|
|
|
16648
16648
|
parse2 as parse
|
|
16649
16649
|
};
|
|
16650
16650
|
|
|
16651
|
-
//# debugId=
|
|
16651
|
+
//# debugId=1ACBE96EF1A30A1864756E2164756E21
|