omikit-plugin 3.0.0 → 3.0.1

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/README.md CHANGED
@@ -36,10 +36,13 @@ yarn add omikit-plugin --latest
36
36
  ```
37
37
  jcenter()
38
38
  maven {
39
- url("https://vihatgroup.jfrog.io/artifactory/omi-voice/")
40
- credentials {
41
- username = "downloader"
42
- password = "Omi@2022"
39
+ url "https://gitlab.com/api/v4/projects/47675059/packages/maven"
40
+ credentials(HttpHeaderCredentials) {
41
+ name = "Private-Token"
42
+ value = "glpat-AzyyrvKz9_pjsgGW4xfp"
43
+ }
44
+ authentication {
45
+ header(HttpHeaderAuthentication)
43
46
  }
44
47
  }
45
48
  ```
@@ -71,11 +74,14 @@ allprojects {
71
74
  google()
72
75
  maven { url 'https://www.jitpack.io' }
73
76
  maven {
74
- url("https://vihatgroup.jfrog.io/artifactory/omi-voice/")
75
- credentials {
76
- username = "downloader"
77
- password = "Omi@2022"
78
- }
77
+ url "https://gitlab.com/api/v4/projects/47675059/packages/maven"
78
+ credentials(HttpHeaderCredentials) {
79
+ name = "Private-Token"
80
+ value = "glpat-AzyyrvKz9_pjsgGW4xfp"
81
+ }
82
+ authentication {
83
+ header(HttpHeaderAuthentication)
84
+ }
79
85
  }
80
86
  }
81
87
  }
@@ -79,11 +79,14 @@ allprojects {
79
79
  mavenCentral()
80
80
  jcenter() // Warning: this repository is going to shut down soon
81
81
  maven {
82
- url("https://vihatgroup.jfrog.io/artifactory/omi-voice/")
83
- credentials {
84
- username = "downloader"
85
- password = "Omi@2022"
86
- }
82
+ url "https://gitlab.com/api/v4/projects/47675059/packages/maven"
83
+ credentials(HttpHeaderCredentials) {
84
+ name = "Private-Token"
85
+ value = "glpat-AzyyrvKz9_pjsgGW4xfp"
86
+ }
87
+ authentication {
88
+ header(HttpHeaderAuthentication)
89
+ }
87
90
  }
88
91
  }
89
92
  }
@@ -99,7 +102,7 @@ dependencies {
99
102
  implementation "com.facebook.react:react-native:+" // From node_modules
100
103
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
101
104
 
102
- api 'vn.vihat.omicall:omi-sdk:1.4.40'
105
+ api 'vn.vihat.omicall:omi-sdk:1.4.49'
103
106
  // implementation fileTree(include: ['*.jar'], dir: 'libs')
104
107
  // implementation files('OmiSDK.aar')
105
108
  implementation 'androidx.appcompat:appcompat:1.5.0'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",