@sentry/craft 2.18.1 → 2.18.2

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.
Files changed (2) hide show
  1. package/dist/craft +2 -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.1",
161111
+ version: "2.18.2",
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 = "39ee616a6a58dc64797feecb145d66770492b66c";
161268
+ const buildInfo = "fb46f5f4da1b51e09bc3cd2496493f756acacaac";
161269
161269
  return buildInfo ? `${version2} (${buildInfo})` : version2;
161270
161270
  }
161271
161271
  function semVerToString(s4) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/craft",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "description": "The universal sentry workflow CLI",
5
5
  "main": "dist/craft",
6
6
  "repository": "https://github.com/getsentry/craft",