@omnia/fx-msteams 8.0.111-vnext → 8.0.112-dev

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.
@@ -1,6 +1,6 @@
1
1
  import { microsoftTeams } from "./MicrosoftTeams.d";
2
2
  export type MicrosoftTeams = typeof microsoftTeams;
3
- export declare module MicrosoftTeamsSdkLoader {
3
+ export declare namespace MicrosoftTeamsSdkLoader {
4
4
  function getApi(): Promise<MicrosoftTeams>;
5
5
  function runningInMicrosoftTeams(): boolean;
6
6
  }
@@ -20,5 +20,5 @@ var MicrosoftTeamsSdkLoader;
20
20
  return core_2.WebUtils.getQs("inTeamsSSO") == "true" || window.name === "embedded-page-container" || window.name === "extension-tab-frame" || window.location.href.indexOf("teams.microsoft.com") > 0;
21
21
  }
22
22
  MicrosoftTeamsSdkLoader.runningInMicrosoftTeams = runningInMicrosoftTeams;
23
- })(MicrosoftTeamsSdkLoader = exports.MicrosoftTeamsSdkLoader || (exports.MicrosoftTeamsSdkLoader = {}));
23
+ })(MicrosoftTeamsSdkLoader || (exports.MicrosoftTeamsSdkLoader = MicrosoftTeamsSdkLoader = {}));
24
24
  exports.prefixMSTeamUrl = "https://teams.microsoft.com/l/";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-msteams",
3
3
  "license": "MIT",
4
- "version": "8.0.111-vnext",
4
+ "version": "8.0.112-dev",
5
5
  "description": "Provide Microsoft Teams API.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "author": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx": "8.0.111-vnext"
22
+ "@omnia/fx": "8.0.112-dev"
23
23
  },
24
24
  "typings": "./index.d.ts",
25
25
  "bugs": {