react-native-audio-api 0.6.3-rc.1 → 0.6.3

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.
@@ -12,7 +12,7 @@ import androidx.media.app.NotificationCompat.MediaStyle
12
12
  import com.facebook.react.bridge.ReactApplicationContext
13
13
  import com.facebook.react.bridge.ReadableMap
14
14
  import com.facebook.react.bridge.ReadableType
15
- import com.facebook.react.views.imagehelper.ResourceDrawableIdHelper.Companion.instance
15
+ import com.facebook.react.views.imagehelper.ResourceDrawableIdHelper.instance
16
16
  import com.swmansion.audioapi.R
17
17
  import java.io.IOException
18
18
  import java.lang.ref.WeakReference
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-audio-api",
3
- "version": "0.6.3-rc.1",
3
+ "version": "0.6.3",
4
4
  "description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
5
5
  "bin": {
6
6
  "setup-rn-audio-api-web": "./scripts/setup-rn-audio-api-web.js"
@@ -91,18 +91,18 @@
91
91
  "@evilmartians/lefthook": "^1.5.0",
92
92
  "@expo/config-plugins": "^9.0.0",
93
93
  "@expo/config-types": "^53.0.4",
94
- "@react-native/babel-preset": "0.77.1",
95
- "@react-native/eslint-config": "^0.77.1",
96
- "@react-native/metro-config": "0.77.1",
97
- "@react-native/typescript-config": "0.77.1",
94
+ "@react-native/babel-preset": "0.80.0",
95
+ "@react-native/eslint-config": "0.80.0",
96
+ "@react-native/metro-config": "0.80.0",
97
+ "@react-native/typescript-config": "0.80.0",
98
98
  "@types/babel__core": "^7.20.0",
99
99
  "@types/babel__generator": "^7.6.4",
100
100
  "@types/babel__traverse": "^7.14.2",
101
101
  "@types/convert-source-map": "^2.0.0",
102
102
  "@types/jest": "^29.5.5",
103
103
  "@types/node": "^18.0.0",
104
- "@types/react": "^18.2.44",
105
- "@types/react-test-renderer": "^17.0.0-0",
104
+ "@types/react": "^19.1.0",
105
+ "@types/react-test-renderer": "^19.1.0",
106
106
  "babel-plugin-module-resolver": "^4.1.0",
107
107
  "commitlint": "^17.0.2",
108
108
  "del-cli": "^5.1.0",
@@ -122,8 +122,8 @@
122
122
  "eslint-plugin-tsdoc": "^0.2.17",
123
123
  "jest": "^29.7.0",
124
124
  "prettier": "^3.3.3",
125
- "react": "18.3.1",
126
- "react-native": "0.77.1",
125
+ "react": "19.1.0",
126
+ "react-native": "0.80.0",
127
127
  "react-native-builder-bob": "0.33.1",
128
128
  "turbo": "^1.10.7",
129
129
  "typescript": "~5.3.0"