@microsoft/teamsfx 3.0.0-alpha.910004768.0 → 3.0.0-alpha.9551812fd.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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "3.0.0-alpha.910004768.0",
3
+ "version": "3.0.0-alpha.9551812fd.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",
7
7
  "module": "dist/index.esm2017.mjs",
8
8
  "esm5": "dist/index.esm5.js",
9
- "types": "types/teamsfx.d.ts",
9
+ "types": "dist/types/teamsfx.d.ts",
10
10
  "scripts": {
11
11
  "prebuild": "npm run clean",
12
12
  "build": "rollup -c && api-extractor run --local",
@@ -60,15 +60,17 @@
60
60
  "uuid": "^10.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "@microsoft/teams-js": "^2.19.0",
63
+ "@microsoft/teams-js": "^2.31.1",
64
64
  "botbuilder": "^4.23.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@azure/core-auth": "^1.8.0",
68
68
  "@azure/msal-common": "^14.15.0",
69
69
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
70
- "@microsoft/api-extractor": "^7.47.9",
70
+ "@microsoft/api-extractor": "^7.47.11",
71
71
  "@rollup/plugin-json": "^6.1.0",
72
+ "@rollup/plugin-terser": "^0.4.4",
73
+ "@rollup/plugin-typescript": "12.1.0",
72
74
  "@sinonjs/commons": "^3.0.0",
73
75
  "@sinonjs/fake-timers": "^11.1.0",
74
76
  "@sinonjs/samsam": "^8.0.0",
@@ -125,8 +127,7 @@
125
127
  "prettier": "^2.4.1",
126
128
  "puppeteer": "^23.4.1",
127
129
  "rimraf": "^6.0.1",
128
- "rollup": "^2.79.2",
129
- "rollup-plugin-typescript2": "0.36.0",
130
+ "rollup": "^4.27.3",
130
131
  "sinon": "^12.0.1",
131
132
  "source-map-loader": "^3.0.0",
132
133
  "supports-color": "^9.4.0",
@@ -140,7 +141,7 @@
140
141
  "webpack": "^5.62.1",
141
142
  "yargs": "^17.2.1"
142
143
  },
143
- "gitHead": "7e4a6eba64e299cfd40e975703fabbd0109422af",
144
+ "gitHead": "7b92584d364515387ad357f42e1808fec1ef3a91",
144
145
  "publishConfig": {
145
146
  "access": "public"
146
147
  },