@vune-ui/animation 0.1.22 → 0.1.23

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vune-ui/animation",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "type": "module",
5
5
  "description": "Renderer-agnostic Vune animation runtime with JS/WASM/Worker execution, gestures, timelines, transitions, scroll linking, constraints, and GPU/canvas adapters.",
6
6
  "sideEffects": false,
@@ -81,7 +81,7 @@
81
81
  }
82
82
  },
83
83
  "dependencies": {
84
- "@vune-ui/execution": "0.1.22"
84
+ "@vune-ui/execution": "0.1.23"
85
85
  },
86
86
  "engines": {
87
87
  "node": ">=20.19.0"