@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.
Files changed (2) hide show
  1. package/dist/craft +2 -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.0",
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 = "fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b";
160363
+ const buildInfo = "beea4aba589c66381258cbd131c5551ae8245b82";
160364
160364
  return buildInfo ? `${version2} (${buildInfo})` : version2;
160365
160365
  }
160366
160366
  function semVerToString(s4) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/craft",
3
- "version": "2.20.0",
3
+ "version": "2.20.1",
4
4
  "description": "The universal sentry workflow CLI",
5
5
  "main": "dist/craft",
6
6
  "repository": "https://github.com/getsentry/craft",