@sentry/craft 2.23.1 → 2.23.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 +4 -3
  2. package/package.json +3 -2
package/dist/craft CHANGED
@@ -160187,7 +160187,7 @@ var require_package6 = __commonJS({
160187
160187
  "package.json"(exports2, module2) {
160188
160188
  module2.exports = {
160189
160189
  name: "@sentry/craft",
160190
- version: "2.23.1",
160190
+ version: "2.23.2",
160191
160191
  description: "The universal sentry workflow CLI",
160192
160192
  main: "dist/craft",
160193
160193
  repository: "https://github.com/getsentry/craft",
@@ -160290,7 +160290,8 @@ var require_package6 = __commonJS({
160290
160290
  overrides: {
160291
160291
  "fast-xml-parser": "^5.3.4",
160292
160292
  minimatch: "^10.2.1",
160293
- "ajv@<6.14.0": "^6.14.0"
160293
+ "ajv@<6.14.0": "^6.14.0",
160294
+ rollup: "^4.59.0"
160294
160295
  }
160295
160296
  }
160296
160297
  };
@@ -160354,7 +160355,7 @@ function getPackage() {
160354
160355
  }
160355
160356
  function getPackageVersion() {
160356
160357
  const { version: version2 } = getPackage();
160357
- const buildInfo = "d4cfac9d25d1fc72c9241e5d22aff559a114e4e9";
160358
+ const buildInfo = "d630201930c7fe5aee6366ebee19ebb681128512";
160358
160359
  return buildInfo ? `${version2} (${buildInfo})` : version2;
160359
160360
  }
160360
160361
  function semVerToString(s4) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/craft",
3
- "version": "2.23.1",
3
+ "version": "2.23.2",
4
4
  "description": "The universal sentry workflow CLI",
5
5
  "main": "dist/craft",
6
6
  "repository": "https://github.com/getsentry/craft",
@@ -103,7 +103,8 @@
103
103
  "overrides": {
104
104
  "fast-xml-parser": "^5.3.4",
105
105
  "minimatch": "^10.2.1",
106
- "ajv@<6.14.0": "^6.14.0"
106
+ "ajv@<6.14.0": "^6.14.0",
107
+ "rollup": "^4.59.0"
107
108
  }
108
109
  }
109
110
  }