@sentry/babel-plugin-component-annotate 2.16.1 → 2.17.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -46,7 +46,7 @@ yarn add @sentry/babel-plugin-component-annotate --dev
46
46
  Using pnpm:
47
47
 
48
48
  ```bash
49
- pnpm install @sentry/babel-plugin-component-annotate --dev
49
+ pnpm add @sentry/babel-plugin-component-annotate --save-dev
50
50
  ```
51
51
 
52
52
  ## Example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/babel-plugin-component-annotate",
3
- "version": "2.16.1",
3
+ "version": "2.17.0",
4
4
  "description": "A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry",
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/babel-plugin-component-annotate",
@@ -56,8 +56,8 @@
56
56
  "@babel/preset-typescript": "7.17.12",
57
57
  "@rollup/plugin-babel": "5.3.1",
58
58
  "@rollup/plugin-node-resolve": "13.3.0",
59
- "@sentry-internal/eslint-config": "2.16.1",
60
- "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1",
59
+ "@sentry-internal/eslint-config": "2.17.0",
60
+ "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.17.0",
61
61
  "@swc/core": "^1.2.205",
62
62
  "@swc/jest": "^0.2.21",
63
63
  "@types/jest": "^28.1.3",