@microsoft/teams.apps 2.0.0-preview.3 → 2.0.0-preview.4

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/dist/app.js +1 -1
  2. package/package.json +5 -5
package/dist/app.js CHANGED
@@ -243,7 +243,7 @@ class App {
243
243
  * @param port port to listen on
244
244
  */
245
245
  async start(port) {
246
- this.port = +(port || process.env.PORT || 3000);
246
+ this.port = +(port || process.env.PORT || 3978);
247
247
  try {
248
248
  await this.refreshTokens(true);
249
249
  // initialize plugins
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teams.apps",
3
- "version": "2.0.0-preview.3",
3
+ "version": "2.0.0-preview.4",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -46,12 +46,12 @@
46
46
  "reflect-metadata": "^0.2.2"
47
47
  },
48
48
  "peerDependencies": {
49
- "@microsoft/teams.api": "2.0.0-preview.3",
50
- "@microsoft/teams.common": "2.0.0-preview.3",
51
- "@microsoft/teams.graph": "2.0.0-preview.3"
49
+ "@microsoft/teams.api": "2.0.0-preview.4",
50
+ "@microsoft/teams.common": "2.0.0-preview.4",
51
+ "@microsoft/teams.graph": "2.0.0-preview.4"
52
52
  },
53
53
  "devDependencies": {
54
- "@microsoft/teams.config": "2.0.0-preview.3",
54
+ "@microsoft/teams.config": "2.0.0-preview.4",
55
55
  "@types/cors": "^2.8.17",
56
56
  "@types/express": "^5.0.0",
57
57
  "@types/jest": "^29.5.12",