@teambit/snapping 1.0.450 → 1.0.451
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.
|
@@ -562,7 +562,6 @@ if you're willing to lose the history from the head to the specified version, us
|
|
|
562
562
|
} = await this.exporter.exportMany({
|
|
563
563
|
scope: this.scope.legacyScope,
|
|
564
564
|
ids: componentIds,
|
|
565
|
-
idsWithFutureScope: componentIds,
|
|
566
565
|
exportHeadsOnly: true,
|
|
567
566
|
includeParents: true,
|
|
568
567
|
// in order to export the previous snaps with "hidden" prop changed.
|
|
@@ -730,7 +729,6 @@ if you're willing to lose the history from the head to the specified version, us
|
|
|
730
729
|
} = await this.exporter.exportMany({
|
|
731
730
|
scope: this.scope.legacyScope,
|
|
732
731
|
ids,
|
|
733
|
-
idsWithFutureScope: ids,
|
|
734
732
|
allVersions: false,
|
|
735
733
|
laneObject: updatedLane,
|
|
736
734
|
// no need other snaps. only the latest one. without this option, when snapping on lane from another-scope, it
|
|
@@ -888,7 +886,6 @@ if you're willing to lose the history from the head to the specified version, us
|
|
|
888
886
|
} = await this.exporter.exportMany({
|
|
889
887
|
scope: this.scope.legacyScope,
|
|
890
888
|
ids,
|
|
891
|
-
idsWithFutureScope: ids,
|
|
892
889
|
allVersions: false,
|
|
893
890
|
laneObject: updatedLane,
|
|
894
891
|
// no need other snaps. only the latest one. without this option, when snapping on lane from another-scope, it
|