@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.
Files changed (2) hide show
  1. package/dist/craft +2 -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.0",
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 = "f3584451ec33db4d1519f15f30d3e94912885d33";
162500
+ const buildInfo = "564d9f5a3186fd8685cc17e5fe9c6915531ff98d";
162501
162501
  return buildInfo ? `${version2} (${buildInfo})` : version2;
162502
162502
  }
162503
162503
  function semVerToString(s4) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/craft",
3
- "version": "2.21.0",
3
+ "version": "2.21.1",
4
4
  "description": "The universal sentry workflow CLI",
5
5
  "main": "dist/craft",
6
6
  "repository": "https://github.com/getsentry/craft",