@microsoft/teamsfx-core 3.0.5 → 3.0.6-alpha.740f3d25c.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/featureFlags.d.ts +5 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +5 -0
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/component/driver/arm/deployImpl.d.ts +0 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +2 -16
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +1 -0
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +60 -41
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templates/metadata/me.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/me.js +6 -0
- package/build/component/generator/templates/metadata/me.js.map +1 -1
- package/build/component/generator/templates/metadata/special.js +1 -1
- package/build/component/generator/templates/metadata/special.js.map +1 -1
- package/build/component/generator/templates/metadata/tab.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/tab.js +6 -0
- package/build/component/generator/templates/metadata/tab.js.map +1 -1
- package/build/component/generator/templates/metadata/wxp.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/wxp.js +6 -0
- package/build/component/generator/templates/metadata/wxp.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +1 -0
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +1 -0
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +0 -1
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +4 -15
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/azureClient.d.ts +11 -0
- package/build/component/utils/azureClient.d.ts.map +1 -0
- package/build/component/utils/azureClient.js +41 -0
- package/build/component/utils/azureClient.js.map +1 -0
- package/build/component/utils/pipelinePolicy.d.ts +10 -0
- package/build/component/utils/pipelinePolicy.d.ts.map +1 -0
- package/build/component/utils/pipelinePolicy.js +34 -0
- package/build/component/utils/pipelinePolicy.js.map +1 -0
- package/build/core/crypto.d.ts +1 -0
- package/build/core/crypto.d.ts.map +1 -1
- package/build/core/crypto.js +10 -4
- package/build/core/crypto.js.map +1 -1
- package/build/error/common.d.ts +3 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +11 -1
- package/build/error/common.js.map +1 -1
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +10 -9
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +1 -0
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +8 -0
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +1 -0
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +3 -0
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -5
- package/resource/package.nls.json +3 -0
- package/resource/template-info/vsc.json +536 -0
- 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": "3.0.
|
|
3
|
+
"version": "3.0.6-alpha.740f3d25c.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -91,7 +91,8 @@
|
|
|
91
91
|
"installAll": "npm run install:tabs",
|
|
92
92
|
"checkUnusedStrings": "node ./scripts/find-unused-strings.js ./resource/package.nls.json ./src || exit 1",
|
|
93
93
|
"clean:strings": "node ./scripts/delete-unused-strings.js ./resource/package.nls.json ./src",
|
|
94
|
-
"gen:cli": "npx tsx ./src/question/generator.ts && npx prettier --write \"src/question/options/*.ts\" && npx prettier --write \"src/question/inputs/*.ts\""
|
|
94
|
+
"gen:cli": "npx tsx ./src/question/generator.ts && npx prettier --write \"src/question/options/*.ts\" && npx prettier --write \"src/question/inputs/*.ts\"",
|
|
95
|
+
"gen:template-info:vsc": "npx tsx ./scripts/generate-template-info.ts vscode ./resource/template-info/vsc.json"
|
|
95
96
|
},
|
|
96
97
|
"dependencies": {
|
|
97
98
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
@@ -100,6 +101,7 @@
|
|
|
100
101
|
"@azure/arm-storage": "^17.2.1",
|
|
101
102
|
"@azure/arm-subscriptions": "^5.0.0",
|
|
102
103
|
"@azure/core-auth": "^1.4.0",
|
|
104
|
+
"@azure/core-rest-pipeline": "^1.22.1",
|
|
103
105
|
"@azure/identity": "^4.1.0",
|
|
104
106
|
"@azure/msal-node": "^2.6.6",
|
|
105
107
|
"@azure/storage-blob": "^12.25.0",
|
|
@@ -107,8 +109,8 @@
|
|
|
107
109
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
108
110
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
109
111
|
"@microsoft/kiota": "1.26.1",
|
|
110
|
-
"@microsoft/m365-spec-parser": "^0.2.
|
|
111
|
-
"@microsoft/teamsfx-api": "0.23.
|
|
112
|
+
"@microsoft/m365-spec-parser": "^0.2.10-alpha.740f3d25c.0",
|
|
113
|
+
"@microsoft/teamsfx-api": "0.23.10-alpha.740f3d25c.0",
|
|
112
114
|
"adm-zip": "^0.5.10",
|
|
113
115
|
"ajv": "^8.5.0",
|
|
114
116
|
"axios": "^1.8.3",
|
|
@@ -231,7 +233,7 @@
|
|
|
231
233
|
"resource/**/*",
|
|
232
234
|
"templates/**/*"
|
|
233
235
|
],
|
|
234
|
-
"gitHead": "
|
|
236
|
+
"gitHead": "b344a16a8a27e22d60e078e6fc83ad909eb8e55a",
|
|
235
237
|
"publishConfig": {
|
|
236
238
|
"access": "public"
|
|
237
239
|
},
|
|
@@ -664,6 +664,8 @@
|
|
|
664
664
|
"core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
|
|
665
665
|
"core.newTaskpaneAddin.label": "Task pane",
|
|
666
666
|
"core.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
|
|
667
|
+
"core.newCFShortcut.label": "Custom Function and Shortcut",
|
|
668
|
+
"core.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
|
|
667
669
|
"core.summary.actionDescription": "Action %s%s",
|
|
668
670
|
"core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
|
|
669
671
|
"core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",
|
|
@@ -982,6 +984,7 @@
|
|
|
982
984
|
"error.common.ConcurrentError": "Previous task is still running. Wait until your previous task is finished and try again.",
|
|
983
985
|
"error.common.NetworkError": "Network error: %s",
|
|
984
986
|
"error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
|
|
987
|
+
"error.MFARequired": "Mandatory MFA is enforced by Azure policy - 'User must authenticate with multi-factor authentication to create or update resources'. Please enable MFA for your account to continue.",
|
|
985
988
|
"error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
|
|
986
989
|
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to absence of the 'id' key. To identify your app correctly, make sure the 'id' key is present in the manifest file.",
|
|
987
990
|
"error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
|