@tamagui/animations-react-native 1.20.3 → 1.20.4

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-react-native",
3
- "version": "1.20.3",
3
+ "version": "1.20.4",
4
4
  "source": "src/index.ts",
5
5
  "sideEffects": [
6
6
  "./polyfill.js"
@@ -15,11 +15,11 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@tamagui/use-presence": "1.20.3",
19
- "@tamagui/web": "1.20.3"
18
+ "@tamagui/use-presence": "1.20.4",
19
+ "@tamagui/web": "1.20.4"
20
20
  },
21
21
  "devDependencies": {
22
- "@tamagui/build": "1.20.3",
22
+ "@tamagui/build": "1.20.4",
23
23
  "react": "^18.2.0",
24
24
  "react-native": "^0.71.4"
25
25
  },
@@ -336,7 +336,7 @@ export function createAnimations<A extends AnimationsConfig>(
336
336
 
337
337
  if (process.env.NODE_ENV === 'development') {
338
338
  if (props['debug']) {
339
- // eslint-disable-next-line no-console
339
+ // rome-ignore lint/nursery/noConsoleLog: ok
340
340
  // prettier-ignore
341
341
  console.log(' 💠 animate',key,`from ${value['_value']} to`,valIn,`(${val})`,'type',type,'interpolate',interpolateArgs)
342
342
  }
@@ -363,7 +363,7 @@ export function createAnimations<A extends AnimationsConfig>(
363
363
 
364
364
  if (process.env.NODE_ENV === 'development') {
365
365
  if (props['debug'] === 'verbose') {
366
- // eslint-disable-next-line no-console
366
+ // rome-ignore lint/nursery/noConsoleLog: ok
367
367
  console.log(`Returning animated`, res)
368
368
  }
369
369
  }