@microsoft/teamsfx-core 3.0.13-rc.0 → 3.0.13

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.2.0";
1
+ export declare const SampleConfigTag = "v3.3.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.2.0";
17
+ exports.SampleConfigTag = "v3.3.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": "0.0.0-rc",
3
- "localVersion": "6.8.2-rc.1",
2
+ "version": "~6.10",
3
+ "localVersion": "6.10.0",
4
4
  "tagPrefix": "templates@",
5
5
  "vstagPrefix": "templates-vs@",
6
6
  "vsversion": "18.6.0",
@@ -10,5 +10,5 @@
10
10
  "templateReleaseURL": "https://github.com/OfficeDev/microsoft-365-agents-toolkit/releases/expanded_assets",
11
11
  "templateDownloadBasePath": "/OfficeDev/microsoft-365-agents-toolkit/releases/download",
12
12
  "templateExt": ".zip",
13
- "useLocalTemplate": false
13
+ "useLocalTemplate": true
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "3.0.13-rc.0",
3
+ "version": "3.0.13",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -108,8 +108,8 @@
108
108
  "@microsoft/dev-tunnels-contracts": "1.1.9",
109
109
  "@microsoft/dev-tunnels-management": "1.1.9",
110
110
  "@microsoft/kiota": "1.31.1",
111
- "@microsoft/m365-spec-parser": "^0.2.13-rc.0",
112
- "@microsoft/teamsfx-api": "0.23.14-rc.0",
111
+ "@microsoft/m365-spec-parser": "^0.2.13",
112
+ "@microsoft/teamsfx-api": "0.23.14",
113
113
  "@modelcontextprotocol/sdk": "^1.29.0",
114
114
  "adm-zip": "^0.5.10",
115
115
  "ajv": "^8.18.0",
@@ -233,7 +233,7 @@
233
233
  "resource/**/*",
234
234
  "templates/**/*"
235
235
  ],
236
- "gitHead": "e09583047733ce620080b6b49c3058fdad5972c6",
236
+ "gitHead": "9cbd35562278472ec1688d93afa5b87544467468",
237
237
  "publishConfig": {
238
238
  "access": "public"
239
239
  },
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file