@microsoft/teams-js 2.10.0-beta.0 → 2.10.0-beta.2

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
@@ -8,7 +8,7 @@ This JavaScript library is part of the [Microsoft Teams developer platform](http
8
8
 
9
9
  See [instructions](../../README.md#Getting-Started) in the monorepo root for how to clone and build the repository.
10
10
 
11
- Whenever building or testing the Teams client library, you can run `yarn build` or `yarn test` from the packages/teams-js directory.
11
+ Whenever building or testing the Teams client library, you can run `pnpm build` or `pnpm test` from the packages/teams-js directory.
12
12
 
13
13
  ## Installation
14
14
 
@@ -18,9 +18,9 @@ To install the stable [version](https://learn.microsoft.com/javascript/api/overv
18
18
 
19
19
  `npm install --save @microsoft/teams-js`
20
20
 
21
- ### yarn
21
+ ### pnpm
22
22
 
23
- `yarn add @microsoft/teams-js`
23
+ `pnpm add @microsoft/teams-js`
24
24
 
25
25
  ### Production
26
26
 
@@ -30,7 +30,7 @@ You can reference these files directly [from here](https://res.cdn.office.net/te
30
30
 
31
31
  ### As a package
32
32
 
33
- Install either using npm or yarn.
33
+ Install either using npm or pnpm.
34
34
 
35
35
  **If you are using any dependency loader** such as [RequireJS](http://requirejs.org/) or [SystemJS](https://github.com/systemjs/systemjs) or module bundler such as [browserify](http://browserify.org/), [webpack](https://webpack.github.io/), you can use `import` syntax to import specific modules. For e.g.
36
36
 
@@ -7673,19 +7673,7 @@ export interface IFluidTenantInfo {
7673
7673
  /**
7674
7674
  * The Fluid service endpoint Live Share should use.
7675
7675
  */
7676
- serviceEndpoint?: string;
7677
- /**
7678
- * @deprecated
7679
- * As of Fluid 1.0 this configuration information has been deprecated in favor of
7680
- * `serviceEndpoint`.
7681
- */
7682
- ordererEndpoint: string;
7683
- /**
7684
- * @deprecated
7685
- * As of Fluid 1.0 this configuration information has been deprecated in favor of
7686
- * `serviceEndpoint`.
7687
- */
7688
- storageEndpoint: string;
7676
+ serviceEndpoint: string;
7689
7677
  }
7690
7678
  /**
7691
7679
  * Live Share host implementation for O365 and Teams clients.