@convep_mobilogy/react-native-qms-plugin 0.4.1 → 0.4.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.
- package/android/build.gradle +1 -1
- package/android/libs/Qms_plugin-release.aar +0 -0
- package/package.json +9 -1
- package/lib/module/NativeQmsPlugin.js +0 -6
- package/lib/module/NativeQmsPlugin.js.map +0 -1
- package/lib/typescript/src/NativeQmsPlugin.d.ts +0 -7
- package/lib/typescript/src/NativeQmsPlugin.d.ts.map +0 -1
- package/src/NativeQmsPlugin.tsx +0 -8
package/android/build.gradle
CHANGED
|
@@ -76,7 +76,7 @@ dependencies {
|
|
|
76
76
|
implementation "com.facebook.react:react-android"
|
|
77
77
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
78
78
|
implementation 'com.facebook.react:react-native:+'
|
|
79
|
-
|
|
79
|
+
compileOnly(name: 'Qms_plugin-release', ext: 'aar')
|
|
80
80
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
81
81
|
|
|
82
82
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@convep_mobilogy/react-native-qms-plugin",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "To handle defect managment",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -148,6 +148,14 @@
|
|
|
148
148
|
]
|
|
149
149
|
]
|
|
150
150
|
},
|
|
151
|
+
"codegenConfig": {
|
|
152
|
+
"name": "QmsPluginSpec",
|
|
153
|
+
"type": "modules",
|
|
154
|
+
"jsSrcsDir": "src",
|
|
155
|
+
"android": {
|
|
156
|
+
"javaPackageName": "com.qmsplugin"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
151
159
|
"create-react-native-library": {
|
|
152
160
|
"languages": "kotlin-objc",
|
|
153
161
|
"type": "turbo-module",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../src","sources":["NativeQmsPlugin.tsx"],"mappings":";;AAAA;AACA,SAASA,mBAAmB,QAA0B,cAAc;AAMpE,eAAeA,mBAAmB,CAACC,YAAY,CAAO,WAAW,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NativeQmsPlugin.d.ts","sourceRoot":"","sources":["../../../src/NativeQmsPlugin.tsx"],"names":[],"mappings":"AACA,OAAO,EAAuB,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAErE,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC,YAAY,IAAI,IAAI,CAAC;CACtB;;AAED,wBAAmE"}
|
package/src/NativeQmsPlugin.tsx
DELETED