swc-plugin-component-annotate 1.9.0 → 1.10.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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,8 +24,6 @@ This plugin transforms React components by adding data attributes that help with
24
24
 
25
25
  ```bash
26
26
  npm install --save-dev swc-plugin-component-annotate
27
- # or
28
- yarn add -D swc-plugin-component-annotate
29
27
  ```
30
28
 
31
29
  ## Usage
@@ -182,4 +180,4 @@ const MyComponent = () => {
182
180
 
183
181
  ## Related
184
182
 
185
- - [Sentry Babel Component Annotate Plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/babel-plugin-component-annotate)
183
+ - [Sentry Babel Component Annotate Plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/babel-plugin-component-annotate)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swc-plugin-component-annotate",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "Use SWC to automatically annotate React components with data attributes for component tracking",
5
5
  "author": "scttcper <scttcper@gmail.com>",
6
6
  "license": "MIT",