@microsoft/teamsfx 3.0.0 → 3.0.1-alpha.4da5c3b2d.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",
3
+ "version": "3.0.1-alpha.4da5c3b2d.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",
@@ -48,7 +48,6 @@
48
48
  "@azure/identity": "^4.4.1",
49
49
  "@azure/msal-browser": "^3.24.0",
50
50
  "@azure/msal-node": "^2.14.0",
51
- "@microsoft/microsoft-graph-client": "^3.0.7",
52
51
  "adaptive-expressions": "^4.23.1",
53
52
  "adaptivecards-templating": "^2.3.1",
54
53
  "axios": "^1.7.5",
@@ -60,15 +59,17 @@
60
59
  "uuid": "^10.0.0"
61
60
  },
62
61
  "peerDependencies": {
63
- "@microsoft/teams-js": "^2.19.0",
62
+ "@microsoft/teams-js": "^2.31.1",
64
63
  "botbuilder": "^4.23.1"
65
64
  },
66
65
  "devDependencies": {
67
66
  "@azure/core-auth": "^1.8.0",
68
67
  "@azure/msal-common": "^14.15.0",
69
68
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
70
- "@microsoft/api-extractor": "^7.47.9",
69
+ "@microsoft/api-extractor": "^7.47.11",
71
70
  "@rollup/plugin-json": "^6.1.0",
71
+ "@rollup/plugin-terser": "^0.4.4",
72
+ "@rollup/plugin-typescript": "12.1.0",
72
73
  "@sinonjs/commons": "^3.0.0",
73
74
  "@sinonjs/fake-timers": "^11.1.0",
74
75
  "@sinonjs/samsam": "^8.0.0",
@@ -125,8 +126,7 @@
125
126
  "prettier": "^2.4.1",
126
127
  "puppeteer": "^23.4.1",
127
128
  "rimraf": "^6.0.1",
128
- "rollup": "^2.79.2",
129
- "rollup-plugin-typescript2": "0.36.0",
129
+ "rollup": "^4.27.3",
130
130
  "sinon": "^12.0.1",
131
131
  "source-map-loader": "^3.0.0",
132
132
  "supports-color": "^9.4.0",
@@ -140,7 +140,7 @@
140
140
  "webpack": "^5.62.1",
141
141
  "yargs": "^17.2.1"
142
142
  },
143
- "gitHead": "7e4dc9364906e17944f90db96f77fd3838da9fa4",
143
+ "gitHead": "a3b30977867eddbf0ea9e4f45128099f820ac9ee",
144
144
  "publishConfig": {
145
145
  "access": "public"
146
146
  },