framer-motion 12.19.1 → 12.19.2

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.
@@ -172,6 +172,7 @@ type LayoutEvents = "willUpdate" | "didUpdate" | "beforeMeasure" | "measure" | "
172
172
  interface IProjectionNode<I = unknown> {
173
173
  id: number;
174
174
  animationId: number;
175
+ animationCommitId: number;
175
176
  parent?: IProjectionNode;
176
177
  relativeParent?: IProjectionNode;
177
178
  root?: IProjectionNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "framer-motion",
3
- "version": "12.19.1",
3
+ "version": "12.19.2",
4
4
  "description": "A simple and powerful JavaScript animation library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.mjs",
@@ -142,5 +142,5 @@
142
142
  "maxSize": "2.26 kB"
143
143
  }
144
144
  ],
145
- "gitHead": "3f9e9e5b21360b1ca683e64fa56545558781ef30"
145
+ "gitHead": "7eba546486fa2d648414a3d21846b03aaa186209"
146
146
  }