@sentry/cli-win32-i686 2.22.1

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.
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ <p align="center">
2
+ <a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
3
+ <img src="https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png" alt="Sentry" width="280" height="84">
4
+ </a>
5
+ </p>
6
+
7
+ # Sentry CLI Windows i686 Binary
8
+
9
+ This package contains the Sentry CLI binary for Windows i686.
10
+
11
+ See https://github.com/getsentry/sentry-cli for more information.
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@sentry/cli-win32-i686",
3
+ "version": "2.22.1",
4
+ "description": "The windows x86 and ia32 distribution of the Sentry CLI binary.",
5
+ "repository": "https://github.com/getsentry/sentry-cli",
6
+ "license": "BSD-3-Clause",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "engines": {
11
+ "node": ">=10"
12
+ },
13
+ "os": [
14
+ "win32"
15
+ ],
16
+ "cpu": [
17
+ "x86",
18
+ "ia32"
19
+ ]
20
+ }