@ohos-ports/sentry-cli-openharmony-arm64 3.7.0-beta.1 → 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 CHANGED
@@ -4,8 +4,8 @@
4
4
  </a>
5
5
  </p>
6
6
 
7
- # Sentry CLI Linux Arm Binary
7
+ # Sentry CLI Windows x64 Binary
8
8
 
9
- This package contains the Sentry CLI binary for Linux arm.
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,11 +1,11 @@
1
1
  {
2
2
  "name": "@ohos-ports/sentry-cli-openharmony-arm64",
3
- "version": "3.7.0-beta.1",
4
- "description": "The openharmony arm64 distribution of the Sentry CLI binary.",
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
7
  "url": "https://github.com/ohos-ports/ohos-ports.git",
8
- "directory": "ports/sentry-cli-openharmony-arm64/3.7.0"
8
+ "directory": "ports/sentry-cli/3.7.0"
9
9
  },
10
10
  "license": "FSL-1.1-MIT",
11
11
  "publishConfig": {
@@ -19,5 +19,9 @@
19
19
  ],
20
20
  "cpu": [
21
21
  "arm64"
22
+ ],
23
+ "files": [
24
+ "bin",
25
+ "README.md"
22
26
  ]
23
27
  }