react-atom-trigger 2.0.2 → 2.0.3

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 -0
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # react-atom-trigger
2
2
 
3
3
  [![codecov](https://codecov.io/gh/innrvoice/react-atom-trigger/branch/master/graph/badge.svg)](https://codecov.io/gh/innrvoice/react-atom-trigger)
4
+ [![bundle size](https://codecov.io/github/innrvoice/react-atom-trigger/branch/master/graph/bundle/react-atom-trigger-esm/badge.svg)](https://app.codecov.io/github/innrvoice/react-atom-trigger/bundles/master/react-atom-trigger-esm)
4
5
 
5
6
  `react-atom-trigger` helps with the usual "run some code when this thing enters or leaves view" problem.
6
7
  It is a lightweight React alternative to `react-waypoint`, written in TypeScript.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-atom-trigger",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Geometry-based scroll trigger for React with precise enter/leave control. A modern alternative to react-waypoint.",
5
5
  "keywords": [
6
6
  "intersection",
@@ -62,6 +62,7 @@
62
62
  "build-storybook": "storybook build -o storybook-static"
63
63
  },
64
64
  "devDependencies": {
65
+ "@codecov/rollup-plugin": "^1.9.1",
65
66
  "@storybook/addon-docs": "10.3.4",
66
67
  "@storybook/addon-vitest": "10.3.4",
67
68
  "@storybook/react-vite": "10.3.4",
@@ -94,6 +95,8 @@
94
95
  "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
95
96
  "pnpm": {
96
97
  "overrides": {
98
+ "@actions/github>undici": "7.24.7",
99
+ "@actions/http-client>undici": "7.24.7",
97
100
  "picomatch": "^4.0.4"
98
101
  }
99
102
  }