Skip to content

Commit

Permalink
Merge pull request #12468 from Siglud/siglud/fix-prerelease
Browse files Browse the repository at this point in the history
build: merge template change from hotfix
  • Loading branch information
MSFT-yiz authored Sep 27, 2024
2 parents 22a2639 + a677c0f commit 36df05c
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/fx-core/src/common/templates-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "~4.2",
"localVersion": "4.2.2",
"localVersion": "4.2.3",
"tagPrefix": "templates@",
"tagListURL": "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt",
"templateDownloadBaseURL": "https://github.com/OfficeDev/TeamsFx/releases/download",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/ai-assistant-bot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/ai-bot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/command-and-response/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/default-bot-message-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/default-bot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/link-unfurling/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/m365-message-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/message-extension-action/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/message-extension-copilot/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^20.8.9",
"env-cmd": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^5.2.2",
"typescript": "^4.4.4",
"nodemon": "^3.0.1",
"shx": "^0.3.3"
}
Expand Down
1 change: 1 addition & 0 deletions templates/ts/message-extension-copilot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/message-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/non-sso-tab-default-bot/bot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/notification-http-timer-trigger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"resolveJsonModule": true,
Expand Down
1 change: 1 addition & 0 deletions templates/ts/notification-http-trigger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"resolveJsonModule": true,
Expand Down
1 change: 1 addition & 0 deletions templates/ts/notification-restify/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down
1 change: 1 addition & 0 deletions templates/ts/notification-timer-trigger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"resolveJsonModule": true,
Expand Down
5 changes: 3 additions & 2 deletions templates/ts/sso-tab-with-obo-flow/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "nodenext",
"outDir": "dist",
"rootDir": ".",
"sourceMap": true,
Expand Down
1 change: 1 addition & 0 deletions templates/ts/workflow/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./",
"moduleResolution": "nodenext",
"sourceMap": true,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down

0 comments on commit 36df05c

Please sign in to comment.