@ohos-ports/sentry-cli-openharmony-arm64 3.7.0-beta.0 → 3.7.0-beta.2

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