@microsoft/teamsfx-core 2.0.8-alpha.e17ffd4d1.0 → 2.0.8-alpha.fb5afedc0.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/build/common/constants.d.ts +1 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +1 -0
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +1 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +5 -1
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/component/coordinator/index.d.ts +2 -0
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +6 -5
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +1 -2
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +36 -9
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/generator.js +2 -2
- package/build/component/generator/generator.js.map +1 -1
- package/build/question/create.d.ts +1 -0
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +26 -5
- package/build/question/create.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +1 -1
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/package.json +4 -4
- package/resource/package.nls.json +2 -2
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "2.0.8-alpha.
|
|
3
|
+
"version": "2.0.8-alpha.fb5afedc0.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
"@feathersjs/hooks": "^0.6.5",
|
|
89
89
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
90
90
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
91
|
-
"@microsoft/m365-spec-parser": "^0.1.1-alpha.
|
|
92
|
-
"@microsoft/teamsfx-api": "0.22.8-alpha.
|
|
91
|
+
"@microsoft/m365-spec-parser": "^0.1.1-alpha.fb5afedc0.0",
|
|
92
|
+
"@microsoft/teamsfx-api": "0.22.8-alpha.fb5afedc0.0",
|
|
93
93
|
"adm-zip": "^0.5.10",
|
|
94
94
|
"ajv": "^8.5.0",
|
|
95
95
|
"axios": "^1.6.7",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"resource/**/*",
|
|
206
206
|
"templates/**/*"
|
|
207
207
|
],
|
|
208
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "697da62e9a372cf20481707695917ecef9b44ba9",
|
|
209
209
|
"publishConfig": {
|
|
210
210
|
"access": "public"
|
|
211
211
|
},
|
|
@@ -305,10 +305,10 @@
|
|
|
305
305
|
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
306
306
|
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
|
|
307
307
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a new API",
|
|
308
|
-
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create
|
|
308
|
+
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a plugin with a new API from Azure Functions",
|
|
309
309
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
|
|
310
310
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
311
|
-
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create
|
|
311
|
+
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a plugin from your existing API",
|
|
312
312
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
|
|
313
313
|
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
|
|
314
314
|
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|