@react-native-ohos/react-native-audio 4.3.0-rc.1 → 4.3.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.
@@ -1,12 +1,12 @@
1
- {
1
+ {
2
2
  license: 'MIT',
3
3
  types: '',
4
4
  name: '@react-native-ohos/react-native-audio',
5
5
  description: '',
6
6
  main: 'index.ets',
7
7
  type: 'module',
8
- version: '4.3.0-rc.1',
8
+ version: '4.3.0',
9
9
  dependencies: {
10
10
  "@rnoh/react-native-openharmony": "^0.72.38"
11
11
  },
12
- }
12
+ }
package/harmony/audio.har CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-audio",
3
- "version": "4.3.0-rc.1",
3
+ "version": "4.3.0",
4
4
  "description": "React Native extension for recording audio",
5
5
  "main": "index.js",
6
6
  "author": "Joshua Sierles <joshua@diluvia.net> (https://github.com/jsierles)",
@@ -34,4 +34,4 @@
34
34
  "access": "public"
35
35
  },
36
36
  "nativePackage": true
37
- }
37
+ }