@pristy/pristy-libvue 0.26.0 → 0.26.1
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/pristy-libvue.js
CHANGED
|
@@ -1066,15 +1066,15 @@ class TI {
|
|
|
1066
1066
|
j.deleteSharedLinkError(I);
|
|
1067
1067
|
});
|
|
1068
1068
|
}
|
|
1069
|
-
revertVersion(M, I) {
|
|
1070
|
-
const
|
|
1069
|
+
revertVersion(M, I, g) {
|
|
1070
|
+
const b = {
|
|
1071
1071
|
majorVersion: !1,
|
|
1072
|
-
comment:
|
|
1073
|
-
},
|
|
1072
|
+
comment: g
|
|
1073
|
+
}, A = {
|
|
1074
1074
|
include: ["properties"]
|
|
1075
1075
|
};
|
|
1076
|
-
return e.revertVersion(M, I,
|
|
1077
|
-
j.revertVersionError(
|
|
1076
|
+
return e.revertVersion(M, I, b, A).catch((D) => {
|
|
1077
|
+
j.revertVersionError(D);
|
|
1078
1078
|
});
|
|
1079
1079
|
}
|
|
1080
1080
|
listNodeVersionHistory(M) {
|