@convep_mobilogy/react-native-qms-plugin 0.7.4 → 0.8.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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Welcome to @convep_mobilogy/react-native-qms-plugin
2
2
 
3
- A React Native plugin that provides \***\*native QMS (Quality Management System)\*\*** components and APIs for defect management, dashboard visualization, and QMS workflow operations.
3
+ A React Native plugin that provides \***\*QMS (Quality Management System)\*\*** components and APIs for defect management, dashboard visualization, and QMS workflow operations.
4
4
 
5
5
  ---
6
6
 
@@ -75,8 +75,7 @@ dependencies {
75
75
  implementation "com.facebook.react:react-android"
76
76
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
77
77
  implementation 'com.facebook.react:react-native:+'
78
- implementation "com.convep.qms:qms-plugin:1.8.0"
79
- // implementation files('libs/Qms_plugin-release.aar')
78
+ implementation "com.convep.qms:qms-plugin:1.8.4"
80
79
  implementation 'androidx.appcompat:appcompat:1.6.1'
81
80
 
82
81
  implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convep_mobilogy/react-native-qms-plugin",
3
- "version": "0.7.4",
3
+ "version": "0.8.0",
4
4
  "description": "To handle defect managment",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",