@sentry/craft 2.10.1 → 2.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/craft",
3
- "version": "2.10.1",
3
+ "version": "2.11.1",
4
4
  "description": "The universal sentry workflow CLI",
5
5
  "main": "dist/craft",
6
6
  "repository": "https://github.com/getsentry/craft",
@@ -14,12 +14,13 @@
14
14
  "**/set-value": ">=2.0.1",
15
15
  "**/https-proxy-agent": ">=2.2.3",
16
16
  "**/node-forge": ">=0.10.0",
17
- "**/dot-prop": ">=4.2.1",
17
+ "**/dot-prop": "^5.3.0",
18
18
  "**/kind-of": ">=6.0.3",
19
19
  "**/node-fetch": "^2.6.7",
20
- "**/yargs-parser": ">=18.1.2",
20
+ "**/yargs-parser": "~18.1.3",
21
21
  "**/parse-url": ">=5.0.3",
22
- "**/ansi-regex": ">=5.0.1 < 6.0.0"
22
+ "**/ansi-regex": ">=5.0.1 < 6.0.0",
23
+ "@jest/reporters/**/strip-ansi": "^6.0.1"
23
24
  },
24
25
  "devDependencies": {
25
26
  "@aws-sdk/client-lambda": "^3.2.0",
@@ -27,8 +28,8 @@
27
28
  "@octokit/plugin-retry": "^3.0.9",
28
29
  "@octokit/request-error": "^6.1.7",
29
30
  "@octokit/rest": "^18.10.0",
30
- "@sentry/node": "4.6.3",
31
- "@sentry/typescript": "^5.17.0",
31
+ "@sentry/node": "^10.27.0",
32
+ "@sentry/typescript": "^5.20.1",
32
33
  "@types/async": "^3.0.1",
33
34
  "@types/aws4": "^1.5.1",
34
35
  "@types/cli-table": "^0.3.0",
@@ -61,10 +62,10 @@
61
62
  "eslint-formatter-github-annotations": "^0.1.0",
62
63
  "extract-zip": "^2.0.1",
63
64
  "fast-xml-parser": "^4.2.4",
64
- "git-url-parse": "^11.4.4",
65
+ "git-url-parse": "^16.1.0",
65
66
  "is-ci": "^2.0.0",
66
- "jest": "^29.6.0",
67
- "js-yaml": "4.1.0",
67
+ "jest": "^29.7.0",
68
+ "js-yaml": "4.1.1",
68
69
  "json-schema-to-typescript": "5.7.0",
69
70
  "mkdirp": "^1.0.4",
70
71
  "mustache": "3.0.1",
@@ -89,7 +90,7 @@
89
90
  "scripts": {
90
91
  "build:fat": "yarn run compile-config-schema && tsc -p tsconfig.build.json",
91
92
  "build:watch": "yarn run compile-config-schema && tsc -p tsconfig.build.json --watch",
92
- "build": "yarn compile-config-schema && esbuild src/index.ts --sourcemap --bundle --platform=node --target=node20 --outfile=dist/craft --minify",
93
+ "build": "yarn compile-config-schema && esbuild src/index.ts --sourcemap --bundle --platform=node --target=node20 --inject:./src/utils/import-meta-url.js --define:import.meta.url=import_meta_url --outfile=dist/craft --minify",
93
94
  "precli": "yarn build",
94
95
  "cli": "node -r source-map-support/register dist/craft",
95
96
  "clean": "rimraf dist coverage",