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