@sentry/api 0.265.0 → 0.267.0

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.
@@ -29267,7 +29267,7 @@ export type GetProjectInstallableBuildLatestData = {
29267
29267
  */
29268
29268
  buildVersion?: string;
29269
29269
  /**
29270
- * Current build number. Accepts a plain integer (e.g. 42) or a version string of two to three period-separated integers (e.g. 1.2.3), each up to 6 digits the format used by build identifiers such as Apple's CFBundleVersion. Either this or mainBinaryIdentifier must be provided when buildVersion is set.
29270
+ * Current build number. Accepts a plain integer (e.g. 42) or a version string of two or more period-separated integers (e.g. 1.2.3), each up to 6 digits. Groups beyond the third are dropped. Either this or mainBinaryIdentifier must be provided when buildVersion is set.
29271
29271
  */
29272
29272
  buildNumber?: number | string;
29273
29273
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.265.0",
3
+ "version": "0.267.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",