@sentry/cli 2.39.1 → 2.40.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.
Files changed (2) hide show
  1. package/checksums.txt +9 -9
  2. package/package.json +8 -8
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=f9bf88f1626aa05036667f7a1b2bae9a74cefd870a5af264aa39ecffd3689822
2
- sentry-cli-Darwin-universal=5a104e2026580c9dad78628d99260d839831fb83d43c638a21e381dcfde9abd3
3
- sentry-cli-Darwin-x86_64=20025e44c64e0214c78da835d98798d38c0b93a1ce8c066535d3a4506e594391
4
- sentry-cli-Linux-aarch64=e8ec5607a1be099d3981323b86dcea0c3b0ee6a8cd2becec4e4c51f1ab9ae366
5
- sentry-cli-Linux-armv7=24ccbd000e0e07badb844f106461272fe33b40e6d98fc23a37012d3df2eebcea
6
- sentry-cli-Linux-i686=bc35cb53201f65379b9538b1689778b9ebf969c1f1268e4b91ff84f01bf53cb3
7
- sentry-cli-Linux-x86_64=c41aab845e32b40ee96054eec77e09385d26434808365ef20e876aff54f5df04
8
- sentry-cli-Windows-i686.exe=9fe43db3360d95fbc47e125402001854396ab8694124a53001920ea8833fd11a
9
- sentry-cli-Windows-x86_64.exe=afbcd1d671e55c567212f1ded3870fee4d5ca4624fd1016d4f615c8775db48f7
1
+ sentry-cli-Darwin-arm64=a337af0456c497300fa2e5612ad42b917b1f98428e1dec433caef12fa881538a
2
+ sentry-cli-Darwin-universal=9adabb4da300a208cf29e6d2d0afda5c60ee3e8900ab684e4c4cb13308ad5204
3
+ sentry-cli-Darwin-x86_64=45afbc9e8ba2a58112207df5cbc7ba348a858205f429adb5b55fc5f1e01034b0
4
+ sentry-cli-Linux-aarch64=9bf86f9a4df6d2016b8564f3b6f0eaa1df351fcd6810f25a0f7cb4b408dc16cb
5
+ sentry-cli-Linux-armv7=c5aac09afb99d066d99ff67a87c7d43ae52c39cf336ac0124ddd10261da6b0ec
6
+ sentry-cli-Linux-i686=cb91f2a0145da32be30b072867db78765e3ff37155cf8b2f249960e067aa91ec
7
+ sentry-cli-Linux-x86_64=342d5440a7e852fc4d7621c3fa5efe302056bf0ada3f9a96fca1006b3eb297ab
8
+ sentry-cli-Windows-i686.exe=8f871a9994aaacab39cda14b9cd2f1a8554d8d7318e137d33593813931ace966
9
+ sentry-cli-Windows-x86_64.exe=b8f8630bd29d596086349dda034ef0957275c60ce8566549d1e19ad5dfa3990f
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.39.1",
3
+ "version": "2.40.0",
4
4
  "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
5
5
  "repository": "git://github.com/getsentry/sentry-cli.git",
6
6
  "homepage": "https://docs.sentry.io/hosted/learn/cli/",
@@ -30,13 +30,13 @@
30
30
  "prettier": "2.8.8"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@sentry/cli-darwin": "2.39.1",
34
- "@sentry/cli-linux-arm": "2.39.1",
35
- "@sentry/cli-linux-arm64": "2.39.1",
36
- "@sentry/cli-linux-i686": "2.39.1",
37
- "@sentry/cli-linux-x64": "2.39.1",
38
- "@sentry/cli-win32-i686": "2.39.1",
39
- "@sentry/cli-win32-x64": "2.39.1"
33
+ "@sentry/cli-darwin": "2.40.0",
34
+ "@sentry/cli-linux-arm": "2.40.0",
35
+ "@sentry/cli-linux-arm64": "2.40.0",
36
+ "@sentry/cli-linux-i686": "2.40.0",
37
+ "@sentry/cli-linux-x64": "2.40.0",
38
+ "@sentry/cli-win32-i686": "2.40.0",
39
+ "@sentry/cli-win32-x64": "2.40.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",