@sentry/cli 2.53.0 → 2.55.0
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/checksums.txt +10 -10
- package/package.json +14 -11
- package/scripts/post-release.sh +22 -0
- package/scripts/build-in-docker.sh +0 -33
package/checksums.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
sentry-cli-Darwin-arm64=
|
|
2
|
-
sentry-cli-Darwin-universal=
|
|
3
|
-
sentry-cli-Darwin-x86_64=
|
|
4
|
-
sentry-cli-Linux-aarch64=
|
|
5
|
-
sentry-cli-Linux-armv7=
|
|
6
|
-
sentry-cli-Linux-i686=
|
|
7
|
-
sentry-cli-Linux-x86_64=
|
|
8
|
-
sentry-cli-Windows-aarch64.exe=
|
|
9
|
-
sentry-cli-Windows-i686.exe=
|
|
10
|
-
sentry-cli-Windows-x86_64.exe=
|
|
1
|
+
sentry-cli-Darwin-arm64=93ec099679e6f277710b9b1bf0320df14985693b6ddbfd7fc37500084184bf00
|
|
2
|
+
sentry-cli-Darwin-universal=abfeca7cbb1f8b50b188118ab952728d973aebcfe8caa47e16853319b3e1d925
|
|
3
|
+
sentry-cli-Darwin-x86_64=caec00a88edb88b5fb8d860e4d2870a645fc6c9124be858b4e046ce04aa1a5b8
|
|
4
|
+
sentry-cli-Linux-aarch64=ad6f0669617b82ff78ebe90dac53ea92231d4dda3447f4db9b066424ff3de665
|
|
5
|
+
sentry-cli-Linux-armv7=abbb55ba695184d272118b8d19d3bbe09843b5fd898efcf88481b5a92a548352
|
|
6
|
+
sentry-cli-Linux-i686=4017c2d8d756b38f60179d4f481c278265b9be5ca7ae109ee87685b4a16c0cf0
|
|
7
|
+
sentry-cli-Linux-x86_64=28bacd307c8a7b19d54a38e1a8d9808efff7e7382941c68ea6305d1c3385caef
|
|
8
|
+
sentry-cli-Windows-aarch64.exe=47a261196a6806ac3afe5294cc57c71435154549784fbb060a2e62c643c7286c
|
|
9
|
+
sentry-cli-Windows-i686.exe=99dc0674026dcfda3dea0224979099d5feb2fe163998cb0b67ba634ed86eee1e
|
|
10
|
+
sentry-cli-Windows-x86_64.exe=5f9666720a4d9d018220b46c0ce5e99e2e0377fa0515eda9c5f58113504ca7b3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.55.0",
|
|
4
4
|
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-cli.git",
|
|
6
6
|
"homepage": "https://docs.sentry.io/hosted/learn/cli/",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"typescript": "~5.8.3"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@sentry/cli-darwin": "2.
|
|
36
|
-
"@sentry/cli-linux-arm": "2.
|
|
37
|
-
"@sentry/cli-linux-arm64": "2.
|
|
38
|
-
"@sentry/cli-linux-i686": "2.
|
|
39
|
-
"@sentry/cli-linux-x64": "2.
|
|
40
|
-
"@sentry/cli-win32-i686": "2.
|
|
41
|
-
"@sentry/cli-win32-x64": "2.
|
|
42
|
-
"@sentry/cli-win32-arm64": "2.
|
|
35
|
+
"@sentry/cli-darwin": "2.55.0",
|
|
36
|
+
"@sentry/cli-linux-arm": "2.55.0",
|
|
37
|
+
"@sentry/cli-linux-arm64": "2.55.0",
|
|
38
|
+
"@sentry/cli-linux-i686": "2.55.0",
|
|
39
|
+
"@sentry/cli-linux-x64": "2.55.0",
|
|
40
|
+
"@sentry/cli-win32-i686": "2.55.0",
|
|
41
|
+
"@sentry/cli-win32-x64": "2.55.0",
|
|
42
|
+
"@sentry/cli-win32-arm64": "2.55.0"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"postinstall": "node ./scripts/install.js",
|
|
@@ -62,7 +62,10 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
"volta": {
|
|
65
|
-
"node": "
|
|
66
|
-
"
|
|
65
|
+
"node": "24.8.0",
|
|
66
|
+
"npm": "11.6.0"
|
|
67
|
+
},
|
|
68
|
+
"overrides": {
|
|
69
|
+
"browserslist": "<4.26.0 || >4.26.0"
|
|
67
70
|
}
|
|
68
71
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
# This script is run by Craft after a release is created.
|
|
4
|
+
# We currently use it to bump the platform-specific optional dependencies to their new versions
|
|
5
|
+
# in the package-lock.json, immediately after a release is created. This is needed for CI to
|
|
6
|
+
# pass after the release is created.c
|
|
7
|
+
|
|
8
|
+
set -eux
|
|
9
|
+
OLD_VERSION="${1}"
|
|
10
|
+
NEW_VERSION="${2}"
|
|
11
|
+
|
|
12
|
+
git checkout master
|
|
13
|
+
|
|
14
|
+
# We need to update the package-lock.json to include the new version of the optional dependencies.
|
|
15
|
+
npm install --package-lock-only --ignore-scripts
|
|
16
|
+
|
|
17
|
+
git add package-lock.json
|
|
18
|
+
|
|
19
|
+
# Only commit if there are changes
|
|
20
|
+
git diff --staged --quiet || git commit -m "build(npm): 🤖 Bump optional dependencies to ${NEW_VERSION}"
|
|
21
|
+
git pull --rebase
|
|
22
|
+
git push
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
set -eux
|
|
3
|
-
|
|
4
|
-
DOCKER_IMAGE="messense/rust-musl-cross:${DOCKER_TAG}"
|
|
5
|
-
BUILD_DIR="/work"
|
|
6
|
-
|
|
7
|
-
DOCKER_RUN_OPTS="
|
|
8
|
-
-w ${BUILD_DIR}
|
|
9
|
-
-v $(pwd):${BUILD_DIR}:ro
|
|
10
|
-
-v $(pwd)/target:${BUILD_DIR}/target
|
|
11
|
-
-v $HOME/.cargo/registry:/root/.cargo/registry
|
|
12
|
-
${DOCKER_IMAGE}
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
docker run \
|
|
16
|
-
${DOCKER_RUN_OPTS} \
|
|
17
|
-
cargo build --release --target=${TARGET} --locked
|
|
18
|
-
|
|
19
|
-
# Smoke test (but only when building from the same repo).
|
|
20
|
-
# $TRAVIS_PULL_REQUEST_SLUG is set either to head repo slug, or to "" when
|
|
21
|
-
# building branches.
|
|
22
|
-
if [[ "${TRAVIS_PULL_REQUEST_SLUG:-x}" =~ ^(getsentry/sentry-cli)?$ ]]; then
|
|
23
|
-
env | grep SENTRY_ > .env
|
|
24
|
-
docker run \
|
|
25
|
-
--env-file=.env \
|
|
26
|
-
${DOCKER_RUN_OPTS} \
|
|
27
|
-
cargo run --release --target=${TARGET} -- releases list
|
|
28
|
-
fi
|
|
29
|
-
|
|
30
|
-
# Fix permissions for shared directories
|
|
31
|
-
USER_ID=$(id -u)
|
|
32
|
-
GROUP_ID=$(id -g)
|
|
33
|
-
sudo chown -R ${USER_ID}:${GROUP_ID} target/ $HOME/.cargo
|