@ohos-ports/sentry-cli-openharmony-arm64 3.7.0-beta.2 → 3.7.0-beta.3
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 +2 -2
- package/bin/sentry-cli +0 -0
- package/package.json +8 -14
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
# Sentry CLI Windows
|
|
7
|
+
# Sentry CLI Windows x64 Binary
|
|
8
8
|
|
|
9
|
-
This package contains the Sentry CLI binary for Windows
|
|
9
|
+
This package contains the Sentry CLI binary for Windows x64.
|
|
10
10
|
|
|
11
11
|
See https://github.com/getsentry/sentry-cli for more information.
|
package/bin/sentry-cli
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,33 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohos-ports/sentry-cli-openharmony-arm64",
|
|
3
|
-
"version": "3.7.0-beta.
|
|
4
|
-
"description": "The openharmony arm64 distribution of the Sentry CLI binary (compiled from
|
|
3
|
+
"version": "3.7.0-beta.3",
|
|
4
|
+
"description": "The openharmony arm64 distribution of the Sentry CLI binary (compiled from source for HarmonyOS).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "
|
|
8
|
-
"directory": "ports/sentry-cli
|
|
7
|
+
"url": "https://github.com/ohos-ports/ohos-ports.git",
|
|
8
|
+
"directory": "ports/sentry-cli/3.7.0"
|
|
9
9
|
},
|
|
10
10
|
"license": "FSL-1.1-MIT",
|
|
11
|
-
"bugs": {
|
|
12
|
-
"url": "https://github.com/ohos-ports/ohos-ports/issues"
|
|
13
|
-
},
|
|
14
11
|
"publishConfig": {
|
|
15
12
|
"access": "public"
|
|
16
13
|
},
|
|
17
14
|
"engines": {
|
|
18
15
|
"node": ">=18"
|
|
19
16
|
},
|
|
20
|
-
"bin": {
|
|
21
|
-
"sentry-cli": "bin/sentry-cli"
|
|
22
|
-
},
|
|
23
|
-
"files": [
|
|
24
|
-
"bin",
|
|
25
|
-
"README.md"
|
|
26
|
-
],
|
|
27
17
|
"os": [
|
|
28
18
|
"openharmony"
|
|
29
19
|
],
|
|
30
20
|
"cpu": [
|
|
31
21
|
"arm64"
|
|
22
|
+
],
|
|
23
|
+
"files": [
|
|
24
|
+
"bin",
|
|
25
|
+
"README.md"
|
|
32
26
|
]
|
|
33
27
|
}
|