@sentry/craft 2.21.0 → 2.21.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
|
@@ -162331,7 +162331,7 @@ var require_package6 = __commonJS({
|
|
|
162331
162331
|
"package.json"(exports2, module2) {
|
|
162332
162332
|
module2.exports = {
|
|
162333
162333
|
name: "@sentry/craft",
|
|
162334
|
-
version: "2.21.
|
|
162334
|
+
version: "2.21.1",
|
|
162335
162335
|
description: "The universal sentry workflow CLI",
|
|
162336
162336
|
main: "dist/craft",
|
|
162337
162337
|
repository: "https://github.com/getsentry/craft",
|
|
@@ -162497,7 +162497,7 @@ function getPackage() {
|
|
|
162497
162497
|
}
|
|
162498
162498
|
function getPackageVersion() {
|
|
162499
162499
|
const { version: version2 } = getPackage();
|
|
162500
|
-
const buildInfo = "
|
|
162500
|
+
const buildInfo = "564d9f5a3186fd8685cc17e5fe9c6915531ff98d";
|
|
162501
162501
|
return buildInfo ? `${version2} (${buildInfo})` : version2;
|
|
162502
162502
|
}
|
|
162503
162503
|
function semVerToString(s4) {
|