File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-smartlook" ,
3
- "version" : " 2.0.5 " ,
3
+ "version" : " 2.0.6 " ,
4
4
"description" : " Official Smartlook SDK plugin for Cordova Android and iOS applications." ,
5
5
"platforms" : [
6
6
" android" ,
15
15
},
16
16
"engines" : {
17
17
"cordovaDependencies" : {
18
- "2.0.5 " : {
18
+ "2.0.6 " : {
19
19
"cordova" : " >=10.0.0" ,
20
20
"cordova-android" : " >=10.1.1"
21
21
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-smartlook" version =" 2.0.5 " >
2
+ <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-smartlook" version =" 2.0.6 " >
3
3
4
4
<name >Smartlook</name >
5
5
<description >Official Smartlook SDK plugin for Cordova Android and iOS applications.</description >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const SMARTLOOK_PLUGIN = 'SmartlookPlugin';
3
3
4
4
// Smartlook framework info
5
5
export const SMARTLOOK_FRAMEWORK_VERSION = '-' ;
6
- export const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.5 ' ;
6
+ export const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.6 ' ;
7
7
8
8
// API methods names
9
9
export enum Command {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
3
- xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-smartlook-tests" version =" 2.0.5 " >
3
+ xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-smartlook-tests" version =" 2.0.6 " >
4
4
5
5
<name >Smartlook Tests</name >
6
6
<license >MIT</license >
Original file line number Diff line number Diff line change 1
1
export declare const SMARTLOOK_FRAMEWORK_VERSION = "-" ;
2
- export declare const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = "2.0.5 " ;
2
+ export declare const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = "2.0.6 " ;
3
3
export declare enum Command {
4
4
START = "start" ,
5
5
STOP = "stop" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ exports.enableLogs = exports.setRecordingMask = exports.removeRecordingStatusCha
6
6
var SMARTLOOK_PLUGIN = 'SmartlookPlugin' ;
7
7
// Smartlook framework info
8
8
exports . SMARTLOOK_FRAMEWORK_VERSION = '-' ;
9
- exports . SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.5 ' ;
9
+ exports . SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.6 ' ;
10
10
// API methods names
11
11
var Command ;
12
12
( function ( Command ) {
You can’t perform that action at this time.
0 commit comments