@sentry/esbuild-plugin 0.2.0 → 0.2.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 +1 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
# Sentry Esbuild Plugin
|
|
8
|
-
|
|
9
|
-
**WARNING: This package is work in progress! Use with caution and do not yet use it in production. We're happy to receive your feedback!**
|
|
7
|
+
# Sentry Esbuild Plugin
|
|
10
8
|
|
|
11
9
|
A esbuild plugin that provides release management features for Sentry:
|
|
12
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/esbuild-plugin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Official Sentry esbuild plugin",
|
|
5
5
|
"repository": "git@github.com:getsentry/sentry-javascript-bundler-plugins.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"lint": "eslint ./src ./test"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@sentry/bundler-plugin-core": "0.2.
|
|
43
|
+
"@sentry/bundler-plugin-core": "0.2.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@babel/core": "7.18.5",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@rollup/plugin-commonjs": "22.0.1",
|
|
51
51
|
"@rollup/plugin-json": "4.1.0",
|
|
52
52
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
53
|
-
"@sentry-internal/eslint-config": "0.2.
|
|
54
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.2.
|
|
53
|
+
"@sentry-internal/eslint-config": "0.2.1",
|
|
54
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.2.1",
|
|
55
55
|
"@swc/core": "^1.2.205",
|
|
56
56
|
"@swc/jest": "^0.2.21",
|
|
57
57
|
"@types/jest": "^28.1.3",
|