@microsoft/teamsfx-core 3.0.5-alpha.2bf294cf4.0 → 3.0.5-alpha.45efd31a4.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/templates-config.json +1 -1
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +1 -0
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +0 -1
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/driver/index.d.ts +19 -20
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +19 -20
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts +3 -0
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +29 -19
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/share/utils.d.ts.map +1 -1
- package/build/component/driver/share/utils.js +12 -10
- package/build/component/driver/share/utils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +5 -2
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +20 -2
- package/build/component/m365/packageService.js.map +1 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +1 -1
- package/build/core/FxCore.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.json +1 -4
- package/resource/yaml-schema/v1.10/yaml.schema.json +2058 -0
- package/resource/yaml-schema/yaml.schema.json +5 -54
- 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/build/component/driver/share/shareToOthers.d.ts +0 -17
- package/build/component/driver/share/shareToOthers.d.ts.map +0 -1
- package/build/component/driver/share/shareToOthers.js +0 -127
- package/build/component/driver/share/shareToOthers.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "3.0.5-alpha.
|
|
3
|
+
"version": "3.0.5-alpha.45efd31a4.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
108
108
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
109
109
|
"@microsoft/kiota": "1.26.1",
|
|
110
|
-
"@microsoft/m365-spec-parser": "^0.2.9-alpha.
|
|
111
|
-
"@microsoft/teamsfx-api": "0.23.9-alpha.
|
|
110
|
+
"@microsoft/m365-spec-parser": "^0.2.9-alpha.45efd31a4.0",
|
|
111
|
+
"@microsoft/teamsfx-api": "0.23.9-alpha.45efd31a4.0",
|
|
112
112
|
"adm-zip": "^0.5.10",
|
|
113
113
|
"ajv": "^8.5.0",
|
|
114
114
|
"axios": "^1.8.3",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"resource/**/*",
|
|
232
232
|
"templates/**/*"
|
|
233
233
|
],
|
|
234
|
-
"gitHead": "
|
|
234
|
+
"gitHead": "4aaff2a2ce4d7bc6a945aa948d96c2185b259389",
|
|
235
235
|
"publishConfig": {
|
|
236
236
|
"access": "public"
|
|
237
237
|
},
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
|
|
251
251
|
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
252
252
|
"error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
|
|
253
|
-
"error.share.yamlConfigNotFound": "Unable to find the \"deploy\" config in the m365agents.yml",
|
|
253
|
+
"error.share.yamlConfigNotFound": "Unable to find the \"provision\" or \"deploy\" config in the m365agents.yml",
|
|
254
254
|
"error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
|
|
255
255
|
"error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
|
|
256
256
|
"error.share.manifestFileNotFound": "Unable to find the manifest file in the app package",
|
|
@@ -931,9 +931,6 @@
|
|
|
931
931
|
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
|
|
932
932
|
"driver.teamsApp.validate.result": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s.",
|
|
933
933
|
"driver.teamsApp.validate.result.display": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
934
|
-
"driver.shareToOthers.description": "share your app to others",
|
|
935
|
-
"driver.shareToOthers.progress.message": "Sharing your app...",
|
|
936
|
-
"driver.shareToOthers.summary": "Shared apps successfully (%s).",
|
|
937
934
|
"error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
|
|
938
935
|
"error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
939
936
|
"error.teamsApp.validate.details": "File path: %s, title: %s",
|