@tamagui/cubic-bezier-animator 1.130.5 → 1.130.6

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.
@@ -23,7 +23,7 @@ __export(index_exports, {
23
23
  animate: () => animate
24
24
  });
25
25
  module.exports = __toCommonJS(index_exports);
26
- var import_cubicBezier = require("./cubicBezier.cjs");
26
+ var import_cubicBezier = require("./cubicBezier");
27
27
  function animate(param) {
28
28
  let start = null;
29
29
  const easing = param.cubicBezier ? (0, import_cubicBezier.bezier)(...param.cubicBezier) : v => v,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/cubic-bezier-animator",
3
- "version": "1.130.5",
3
+ "version": "1.130.6",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.tsx",
6
6
  "types": "./types/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "clean:build": "tamagui-build clean:build"
21
21
  },
22
22
  "devDependencies": {
23
- "@tamagui/build": "1.130.5"
23
+ "@tamagui/build": "1.130.6"
24
24
  },
25
25
  "exports": {
26
26
  "./package.json": "./package.json",