@tamagui/animations-moti 1.65.4 → 1.67.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/animations-moti",
3
- "version": "1.65.4",
3
+ "version": "1.67.0",
4
4
  "source": "src/index.ts",
5
5
  "license": "MIT",
6
6
  "types": "./types/index.d.ts",
@@ -12,12 +12,12 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@tamagui/use-presence": "1.65.4",
16
- "@tamagui/web": "1.65.4",
15
+ "@tamagui/use-presence": "1.67.0",
16
+ "@tamagui/web": "1.67.0",
17
17
  "moti": "^0.25.3"
18
18
  },
19
19
  "devDependencies": {
20
- "@tamagui/build": "1.65.4",
20
+ "@tamagui/build": "1.67.0",
21
21
  "react-native-reanimated": "^3.3.0"
22
22
  },
23
23
  "scripts": {
@@ -144,7 +144,7 @@ export function createAnimations<A extends Record<string, MotiTransition>>(
144
144
  const moti = useMotify(motiProps)
145
145
 
146
146
  if (process.env.NODE_ENV === 'development' && props['debug'] === 'verbose') {
147
- // rome-ignore lint/suspicious/noConsoleLog: <explanation>
147
+ // biome-ignore lint/suspicious/noConsoleLog: <explanation>
148
148
  console.log(`Moti animation:`, {
149
149
  animate,
150
150
  transition,