@tamagui/cubic-bezier-animator 1.121.11 → 1.121.12

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.
@@ -18,11 +18,11 @@ var __export = (target, all) => {
18
18
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
19
  value: !0
20
20
  }), mod);
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  animate: () => animate
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
25
+ module.exports = __toCommonJS(index_exports);
26
26
  var import_cubicBezier = require("./cubicBezier.cjs");
27
27
  function animate(param) {
28
28
  let start = null;
package/dist/cjs/index.js CHANGED
@@ -12,11 +12,11 @@ var __export = (target, all) => {
12
12
  return to;
13
13
  };
14
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var src_exports = {};
16
- __export(src_exports, {
15
+ var index_exports = {};
16
+ __export(index_exports, {
17
17
  animate: () => animate
18
18
  });
19
- module.exports = __toCommonJS(src_exports);
19
+ module.exports = __toCommonJS(index_exports);
20
20
  var import_cubicBezier = require("./cubicBezier");
21
21
  function animate(param) {
22
22
  let start = null;
@@ -13,11 +13,11 @@ var __export = (target, all) => {
13
13
  return to;
14
14
  };
15
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
- var src_exports = {};
17
- __export(src_exports, {
16
+ var index_exports = {};
17
+ __export(index_exports, {
18
18
  animate: () => animate
19
19
  });
20
- module.exports = __toCommonJS(src_exports);
20
+ module.exports = __toCommonJS(index_exports);
21
21
  var import_cubicBezier = require("./cubicBezier");
22
22
  function animate(param) {
23
23
  var start = null, easing = param.cubicBezier ? (0, import_cubicBezier.bezier)(...param.cubicBezier) : function(v) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/cubic-bezier-animator",
3
- "version": "1.121.11",
3
+ "version": "1.121.12",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.tsx",
6
6
  "types": "./types/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  "clean:build": "tamagui-build clean:build"
22
22
  },
23
23
  "devDependencies": {
24
- "@tamagui/build": "1.121.11"
24
+ "@tamagui/build": "1.121.12"
25
25
  },
26
26
  "exports": {
27
27
  "./package.json": "./package.json",