@microsoft/teamsfx-core 3.0.6-alpha.1fa7ff091.0 → 3.0.6-alpha.93b846153.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/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/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- 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.6-alpha.
|
|
3
|
+
"version": "3.0.6-alpha.93b846153.0",
|
|
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.26.1",
|
|
111
|
-
"@microsoft/m365-spec-parser": "^0.2.10-alpha.
|
|
112
|
-
"@microsoft/teamsfx-api": "0.23.10-alpha.
|
|
111
|
+
"@microsoft/m365-spec-parser": "^0.2.10-alpha.93b846153.0",
|
|
112
|
+
"@microsoft/teamsfx-api": "0.23.10-alpha.93b846153.0",
|
|
113
113
|
"adm-zip": "^0.5.10",
|
|
114
114
|
"ajv": "^8.5.0",
|
|
115
115
|
"axios": "^1.8.3",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"resource/**/*",
|
|
233
233
|
"templates/**/*"
|
|
234
234
|
],
|
|
235
|
-
"gitHead": "
|
|
235
|
+
"gitHead": "8c0431ba69e6c44de452554675a808ee93d53198",
|
|
236
236
|
"publishConfig": {
|
|
237
237
|
"access": "public"
|
|
238
238
|
},
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|