From 9efcddc4820254fb90bd036150a535fe84958f0b Mon Sep 17 00:00:00 2001 From: Axel Niklasson Date: Wed, 6 Nov 2024 15:56:36 +0100 Subject: [PATCH] Version 1.9.3 --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index f38a259..3202f94 100644 --- a/dist/index.js +++ b/dist/index.js @@ -46548,6 +46548,7 @@ var BenchmarkStatus; BenchmarkStatus["ERROR"] = "ERROR"; BenchmarkStatus["CANCELED"] = "CANCELED"; BenchmarkStatus["WARNING"] = "WARNING"; + BenchmarkStatus["STOPPED"] = "STOPPED"; })(BenchmarkStatus = exports.BenchmarkStatus || (exports.BenchmarkStatus = {})); class UploadStatusError { constructor(status, text) {