react-native-acoustic-connect-beta 16.0.25 → 16.0.26
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.
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"react-dom": "18.2.0",
|
|
17
17
|
"react-native": "0.72.10",
|
|
18
|
-
"react-native-acoustic-connect-beta": "16.0.
|
|
18
|
+
"react-native-acoustic-connect-beta": "16.0.26",
|
|
19
19
|
"react-native-gesture-handler": "~2.12.0",
|
|
20
20
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
21
21
|
"react-native-reanimated": "~3.3.0",
|
package/package.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Acoustic, L.P., Omar Hernandez, Chang Jie Yang",
|
|
3
|
-
"
|
|
4
|
-
"devDependencies": {
|
|
3
|
+
"dependencies": {
|
|
5
4
|
"@prettier/plugin-xml": "^2.2.0",
|
|
6
5
|
"fast-xml-parser": "^4.0.8",
|
|
7
|
-
"jetifier": "^1.6.3",
|
|
8
6
|
"prettier": "^2.7.1",
|
|
9
|
-
"prettier-plugin-java": "^1.6.2"
|
|
7
|
+
"prettier-plugin-java": "^1.6.2"
|
|
8
|
+
},
|
|
9
|
+
"description": "BETA: React native plugin for Acoustic Connect",
|
|
10
|
+
"devDependencies": {
|
|
11
|
+
"jetifier": "^1.6.3",
|
|
10
12
|
"react-native": "0.72.6"
|
|
11
13
|
},
|
|
12
14
|
"homepage": "https://github.com/aipoweredmarketer/react-native-acoustic-connect-beta",
|
|
@@ -38,5 +40,5 @@
|
|
|
38
40
|
"verifyConnectSetup": "node scripts/verifyConnectSetup.js $INIT_CWD"
|
|
39
41
|
},
|
|
40
42
|
"summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
|
|
41
|
-
"version": "16.0.
|
|
43
|
+
"version": "16.0.26"
|
|
42
44
|
}
|