@microsoft/teamsfx-core 3.1.3-beta.2026082708.0 → 3.1.3

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.
@@ -1,4 +1,4 @@
1
- export declare const SampleConfigTag = "v3.5.0";
1
+ export declare const SampleConfigTag = "v3.6.0";
2
2
  export declare const SampleConfigBranchForPrerelease = "main";
3
3
  export type SampleUrlInfo = {
4
4
  owner: string;
@@ -14,7 +14,7 @@ const packageJson = require("../../package.json");
14
14
  const SampleConfigOwner = "OfficeDev";
15
15
  const SampleConfigRepo = "TeamsFx-Samples";
16
16
  const SampleConfigFile = ".config/samples-config-v3.json";
17
- exports.SampleConfigTag = "v3.5.0";
17
+ exports.SampleConfigTag = "v3.6.0";
18
18
  // prerelease tag is always using a branch.
19
19
  exports.SampleConfigBranchForPrerelease = "main";
20
20
  class SampleProvider {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "~6.14",
3
- "localVersion": "6.14.1-beta.2026082708.0",
2
+ "version": "~6.16",
3
+ "localVersion": "6.16.0",
4
4
  "tagPrefix": "templates@",
5
5
  "v4tagPrefix": "templates-v4@",
6
6
  "vstagPrefix": "templates-vs@",
@@ -12,10 +12,10 @@
12
12
  "templateReleaseURL": "https://github.com/OfficeDev/microsoft-365-agents-toolkit/releases/expanded_assets",
13
13
  "templateDownloadBasePath": "/OfficeDev/microsoft-365-agents-toolkit/releases/download",
14
14
  "templateExt": ".zip",
15
- "useLocalTemplate": true,
15
+ "useLocalTemplate": false,
16
16
  "v4": {
17
- "range": "~6.15",
17
+ "range": "~6.16",
18
18
  "bundled": false,
19
- "localVersion": "6.15.2026082708"
19
+ "localVersion": "6.16.0"
20
20
  }
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "3.1.3-beta.2026082708.0",
3
+ "version": "3.1.3",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -53,8 +53,8 @@
53
53
  "@microsoft/dev-tunnels-contracts": "1.1.9",
54
54
  "@microsoft/dev-tunnels-management": "1.1.9",
55
55
  "@microsoft/kiota": "1.31.1",
56
- "@microsoft/m365-spec-parser": "^0.3.2-beta.2026082708.0",
57
- "@microsoft/teamsfx-api": "0.24.2-beta.2026082708.0",
56
+ "@microsoft/m365-spec-parser": "^0.3.2",
57
+ "@microsoft/teamsfx-api": "0.24.2",
58
58
  "@modelcontextprotocol/sdk": "^1.29.0",
59
59
  "adm-zip": "^0.6.0",
60
60
  "ajv": "^8.18.0",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "6.15.2026082708"
2
+ "version": "6.16.0"
3
3
  }
Binary file
Binary file