@aastrika_npmjs/sunbird-sdk 6.0.0 → 6.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aastrika_npmjs/sunbird-sdk",
3
- "version": "6.0.0",
3
+ "version": "6.1.1",
4
4
  "description": "Heart of the sunbird mobile app.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -75,6 +75,7 @@ export declare class ProducerData {
75
75
  id: string;
76
76
  pid: string;
77
77
  ver: string;
78
+ platform?: string;
78
79
  ProducerData(): void;
79
80
  }
80
81
  export declare class Search {
@@ -7,6 +7,7 @@ export declare class AppInfoImpl implements AppInfo {
7
7
  private sharedPreferences;
8
8
  private versionName;
9
9
  private appName;
10
+ private appInformation;
10
11
  constructor(sdkConfig: SdkConfig, sharedPreferences: SharedPreferences);
11
12
  getVersionName(): string;
12
13
  getAppName(): string;