@sentry/cli 2.0.0-beta.0 → 2.0.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 +3 -3
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=fde37c26ee5e55d864eb5aa40fac90baba415277a3fc63f7b8fc588e0344ab99
2
- sentry-cli-Darwin-universal=e03a8bb2e20727b15e4119a3d400a9f2a6f1f398c9778180d6309a5c90e03be0
3
- sentry-cli-Darwin-x86_64=5d2906065015ce1d8c4909aba163e6e013d9436061bdb4c9f960578536c30c02
4
- sentry-cli-Linux-aarch64=59956827c710d5b052bfcf7173bfadb3e9df8f9e373247d444df4006416f4325
5
- sentry-cli-Linux-armv7=739a1def69101d0c253cf5b8dc4893ac9adf39d535060348ae12827da4494a2d
6
- sentry-cli-Linux-i686=a9348ed89c3aaccc519ae52030743efd8d46fc3c0209d8a345fb39b3a6bc76bb
7
- sentry-cli-Linux-x86_64=7e18bbb983bfdd866de99fa0d69eee79982e03d63fc0a8994f229ea176776178
8
- sentry-cli-Windows-i686.exe=faf016eaebe542f3e80c1b17be9d094f9ed466ca54847bd17ad3ec25961d279f
9
- sentry-cli-Windows-x86_64.exe=dab8bf4b7f4133840c63c00b029e22441cb5313ebcc4b4106fbeffa3ef41a530
1
+ sentry-cli-Darwin-arm64=195df7af336ae6761ac160b57bcd9b43d304d2c48c6835d05d2dd203caf50a14
2
+ sentry-cli-Darwin-universal=edeaf887e46fb7c8702463ab0821502bba2f41c3cb497507fb3bfbe4635727c4
3
+ sentry-cli-Darwin-x86_64=5e5a7d7270ba9486744fc6c1846efba9276fa3a2732ded90daf185bb6ec461f3
4
+ sentry-cli-Linux-aarch64=43d08d15409aec8925c84364a9976ef00ceed7bb78343151a6705c5fd735833f
5
+ sentry-cli-Linux-armv7=850b0d0c0f1995c34fd9721cf83783d29ab7f32d486273c09348af42f66ecf87
6
+ sentry-cli-Linux-i686=a83ce83846d8d7456212e3224b34e0da7213611e49d75e8aa58ccd2f3219220e
7
+ sentry-cli-Linux-x86_64=f1231a5d8d2c0d2a96b61ddf85ad10274731cb904665593bc02427c130728084
8
+ sentry-cli-Windows-i686.exe=7fac8c66defd3aea009a53678c625070557b437c8fb5a95670069bb36e656d2f
9
+ sentry-cli-Windows-x86_64.exe=5c7eb3072edc4901d02095155b0d1b30c003c53b25e4aa0dd21b31e510c1bde2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.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/",
@@ -23,11 +23,11 @@
23
23
  "which": "^2.0.2"
24
24
  },
25
25
  "devDependencies": {
26
- "eslint": "^8.12.0",
26
+ "eslint": "^8.13.0",
27
27
  "eslint-config-prettier": "^8.5.0",
28
28
  "jest": "^27.5.1",
29
29
  "npm-run-all": "^4.1.5",
30
- "prettier": "^2.6.1"
30
+ "prettier": "^2.6.2"
31
31
  },
32
32
  "scripts": {
33
33
  "install": "node ./scripts/install.js",