@sentry/craft 2.18.1 → 2.18.3
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
|
@@ -161108,7 +161108,7 @@ var require_package6 = __commonJS({
|
|
|
161108
161108
|
"package.json"(exports2, module2) {
|
|
161109
161109
|
module2.exports = {
|
|
161110
161110
|
name: "@sentry/craft",
|
|
161111
|
-
version: "2.18.
|
|
161111
|
+
version: "2.18.3",
|
|
161112
161112
|
description: "The universal sentry workflow CLI",
|
|
161113
161113
|
main: "dist/craft",
|
|
161114
161114
|
repository: "https://github.com/getsentry/craft",
|
|
@@ -161265,7 +161265,7 @@ function getPackage() {
|
|
|
161265
161265
|
}
|
|
161266
161266
|
function getPackageVersion() {
|
|
161267
161267
|
const { version: version2 } = getPackage();
|
|
161268
|
-
const buildInfo = "
|
|
161268
|
+
const buildInfo = "1c58bfd57bfd6a967b6f3fc92bead2c42ee698ce";
|
|
161269
161269
|
return buildInfo ? `${version2} (${buildInfo})` : version2;
|
|
161270
161270
|
}
|
|
161271
161271
|
function semVerToString(s4) {
|