@microsoft/teamsfx 0.4.2-alpha.29989668.0 → 0.4.2-alpha.463fa27d.0

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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -45,7 +45,6 @@ Please note that you need to load configuration before using any credentials.
45
45
  loadConfiguration({
46
46
  authentication: {
47
47
  initiateLoginEndpoint: process.env.REACT_APP_START_LOGIN_PAGE_URL,
48
- simpleAuthEndpoint: process.env.REACT_APP_TEAMSFX_ENDPOINT,
49
48
  clientId: process.env.REACT_APP_CLIENT_ID,
50
49
  },
51
50
  });
@@ -67,7 +66,6 @@ Use the snippet below:
67
66
  loadConfiguration({
68
67
  authentication: {
69
68
  initiateLoginEndpoint: process.env.REACT_APP_START_LOGIN_PAGE_URL,
70
- simpleAuthEndpoint: process.env.REACT_APP_TEAMSFX_ENDPOINT,
71
69
  clientId: process.env.REACT_APP_CLIENT_ID,
72
70
  },
73
71
  });
@@ -165,7 +163,6 @@ Use `TeamsUserCredential` and `createMicrosoftGraphClient`.
165
163
  loadConfiguration({
166
164
  authentication: {
167
165
  initiateLoginEndpoint: process.env.REACT_APP_START_LOGIN_PAGE_URL,
168
- simpleAuthEndpoint: process.env.REACT_APP_TEAMSFX_ENDPOINT,
169
166
  clientId: process.env.REACT_APP_CLIENT_ID,
170
167
  },
171
168
  });
@@ -182,7 +179,6 @@ Use `axios` library to make HTTP request to Azure Function.
182
179
  loadConfiguration({
183
180
  authentication: {
184
181
  initiateLoginEndpoint: process.env.REACT_APP_START_LOGIN_PAGE_URL,
185
- simpleAuthEndpoint: process.env.REACT_APP_TEAMSFX_ENDPOINT,
186
182
  clientId: process.env.REACT_APP_CLIENT_ID,
187
183
  },
188
184
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "0.4.2-alpha.29989668.0",
3
+ "version": "0.4.2-alpha.463fa27d.0",
4
4
  "description": "Microsoft Teams Framework for Node.js and browser.",
5
5
  "main": "dist/index.node.cjs.js",
6
6
  "browser": "dist/index.esm2017.js",
@@ -132,7 +132,7 @@
132
132
  "webpack": "^5.62.1",
133
133
  "yargs": "^17.2.1"
134
134
  },
135
- "gitHead": "bbb6d2fc0e6736e3ded9b13cfc0c460bce7026c7",
135
+ "gitHead": "2bb8a66ddbeca28abadb1d227a2539d61aa403ac",
136
136
  "publishConfig": {
137
137
  "access": "public"
138
138
  },