supercompat 2.18.0 → 2.19.0
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/index.cjs +5 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3924,9 +3924,7 @@ var get10 = function(param) {
|
|
|
3924
3924
|
hasNextPage: function() {
|
|
3925
3925
|
return messages3.length === parseInt(limit);
|
|
3926
3926
|
},
|
|
3927
|
-
|
|
3928
|
-
last_id: (_id = (_this = (0, import_radash8.last)(messages3)) === null || _this === void 0 ? void 0 : _this.id) !== null && _id !== void 0 ? _id : null
|
|
3929
|
-
}
|
|
3927
|
+
last_id: (_id = (_this = (0, import_radash8.last)(messages3)) === null || _this === void 0 ? void 0 : _this.id) !== null && _id !== void 0 ? _id : null
|
|
3930
3928
|
}), {
|
|
3931
3929
|
status: 200,
|
|
3932
3930
|
headers: {
|
|
@@ -4038,10 +4036,8 @@ var get11 = function(param) {
|
|
|
4038
4036
|
hasNextPage: function() {
|
|
4039
4037
|
return runs2.length === parseInt(limit);
|
|
4040
4038
|
},
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
last_id: (_id = (_this = (0, import_radash9.last)(runs2)) === null || _this === void 0 ? void 0 : _this.id) !== null && _id !== void 0 ? _id : null
|
|
4044
|
-
}
|
|
4039
|
+
// @ts-ignore-next-line
|
|
4040
|
+
last_id: (_id = (_this = (0, import_radash9.last)(runs2)) === null || _this === void 0 ? void 0 : _this.id) !== null && _id !== void 0 ? _id : null
|
|
4045
4041
|
}), {
|
|
4046
4042
|
status: 200,
|
|
4047
4043
|
headers: {
|
|
@@ -4698,10 +4694,8 @@ var get13 = function(param) {
|
|
|
4698
4694
|
hasNextPage: function() {
|
|
4699
4695
|
return runSteps.length === parseInt(limit);
|
|
4700
4696
|
},
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
last_id: (_id = (_this = (0, import_radash11.last)(runSteps)) === null || _this === void 0 ? void 0 : _this.id) !== null && _id !== void 0 ? _id : null
|
|
4704
|
-
}
|
|
4697
|
+
// @ts-ignore-next-line
|
|
4698
|
+
last_id: (_id = (_this = (0, import_radash11.last)(runSteps)) === null || _this === void 0 ? void 0 : _this.id) !== null && _id !== void 0 ? _id : null
|
|
4705
4699
|
}), {
|
|
4706
4700
|
status: 200,
|
|
4707
4701
|
headers: {
|