@sentry/craft 2.20.0 → 2.20.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/craft +2 -2
- package/package.json +1 -1
package/dist/craft
CHANGED
|
@@ -160198,7 +160198,7 @@ var require_package6 = __commonJS({
|
|
|
160198
160198
|
"package.json"(exports2, module2) {
|
|
160199
160199
|
module2.exports = {
|
|
160200
160200
|
name: "@sentry/craft",
|
|
160201
|
-
version: "2.20.
|
|
160201
|
+
version: "2.20.1",
|
|
160202
160202
|
description: "The universal sentry workflow CLI",
|
|
160203
160203
|
main: "dist/craft",
|
|
160204
160204
|
repository: "https://github.com/getsentry/craft",
|
|
@@ -160360,7 +160360,7 @@ function getPackage() {
|
|
|
160360
160360
|
}
|
|
160361
160361
|
function getPackageVersion() {
|
|
160362
160362
|
const { version: version2 } = getPackage();
|
|
160363
|
-
const buildInfo = "
|
|
160363
|
+
const buildInfo = "beea4aba589c66381258cbd131c5551ae8245b82";
|
|
160364
160364
|
return buildInfo ? `${version2} (${buildInfo})` : version2;
|
|
160365
160365
|
}
|
|
160366
160366
|
function semVerToString(s4) {
|