@sentry/cli 2.38.1 → 2.39.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=c1a2effc2605adf4fae6e2d586a89e28c8038016642ee72aca1214a422086787
2
- sentry-cli-Darwin-universal=c79989225f226b5c8af6b0f3515df9ae25afe6558bd8231d3b94e1fc40e1aa34
3
- sentry-cli-Darwin-x86_64=a2222c24a2c252cbd3dbaaca3520ad3e0d83b743782078df9931c8828279735e
4
- sentry-cli-Linux-aarch64=ce056adc10cc15d16578d9d65cda98b1d1e97fca7fcc826772a13012495360e1
5
- sentry-cli-Linux-armv7=09c6f2b0589b64b2657a64806eeb44313f63637639cc986b39ceef64dcf10084
6
- sentry-cli-Linux-i686=17f222d62e4ac2638198f646ab3e09e97ca879bd1c2fdaecad114737ad2b416f
7
- sentry-cli-Linux-x86_64=6d5a4a2d93040fba4d9cf01b7abf5e43ffc0a013555ec2aab6a9d62fd5393ddb
8
- sentry-cli-Windows-i686.exe=466a1c829a303ef27c1285cda9c214b1cfa50f97b3f9a142800340390ddbe579
9
- sentry-cli-Windows-x86_64.exe=5f6e48b5111ba342f97babb2f97dc329c5e202e6f188cbbc8b8ab9bb368ee915
1
+ sentry-cli-Darwin-arm64=dbfd549c47ce5582ce6c607e0680b01957c20af828a3559152296ec8542d0943
2
+ sentry-cli-Darwin-universal=38a2a24677fae94d4b0ffed5f3d554feaf792a1b397b026cfd9defce095fe0da
3
+ sentry-cli-Darwin-x86_64=b099c8db8fb46be90a5817af33f1f89e3b1be82fb6137d368d7d88540dfbd40d
4
+ sentry-cli-Linux-aarch64=bad001e2a89287ef539fbec0f5328b85cdd2a7058bb4a24844da99fbd6972d35
5
+ sentry-cli-Linux-armv7=034ddc9708b1e5d53fd633076ff34ed083af62617298a201ee49d4969de672ae
6
+ sentry-cli-Linux-i686=30a092ddab2d5656f0effab716b98570f75c501ddf1d342620c44c633c483338
7
+ sentry-cli-Linux-x86_64=8fb858fbf4d6a78a6a2f21b18ef1c39ce3b70a2e6823aaa6d4b53af0953be451
8
+ sentry-cli-Windows-i686.exe=b71d244dbc2e530d33639149a49d2d60d62ec76b80e1bd3f7de98affc0ee43c0
9
+ sentry-cli-Windows-x86_64.exe=9ce25df07d0e076dbd84c6237750a73634f301bb5bc557c3561c816cdc570958
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.38.1",
3
+ "version": "2.39.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.38.1",
34
- "@sentry/cli-linux-arm": "2.38.1",
35
- "@sentry/cli-linux-arm64": "2.38.1",
36
- "@sentry/cli-linux-i686": "2.38.1",
37
- "@sentry/cli-linux-x64": "2.38.1",
38
- "@sentry/cli-win32-i686": "2.38.1",
39
- "@sentry/cli-win32-x64": "2.38.1"
33
+ "@sentry/cli-darwin": "2.39.0",
34
+ "@sentry/cli-linux-arm": "2.39.0",
35
+ "@sentry/cli-linux-arm64": "2.39.0",
36
+ "@sentry/cli-linux-i686": "2.39.0",
37
+ "@sentry/cli-linux-x64": "2.39.0",
38
+ "@sentry/cli-win32-i686": "2.39.0",
39
+ "@sentry/cli-win32-x64": "2.39.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",