Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

update bot-solutions lib version 1.0.0-rc1 #3317

Merged
merged 2 commits into from
Apr 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class Copier {
templateFiles.set(`_.eslintignore`, `.eslintignore`);
templateFiles.set(`_.gitignore`, `.gitignore`);
templateFiles.set(`_.nycrc`, `.nycrc`);
templateFiles.set(`_.npmrc`, `.npmrc`);
templateFiles.set(
join(`src`, `bots`, `_defaultActivityHandler.ts`),
join(`src`, `bots`, `defaultActivityHandler.ts`)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=https://botbuilder.myget.org/F/aitemplates/npm
always-auth=false
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"botbuilder-applicationinsights": "^4.8.0",
"botbuilder-azure": "^4.8.0",
"botbuilder-dialogs": "^4.8.0",
"bot-solutions": "^1.0.0",
"bot-solutions": "^1.0.0-rc1",
"botframework-config": "^4.8.0",
"botframework-connector": "^4.8.0",
"i18next": "^15.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class Copier {
templateFiles.set(`_.eslintrc.json`, `.eslintrc.json`);
templateFiles.set(`_.gitignore`, `.gitignore`);
templateFiles.set(`_.nycrc`, `.nycrc`);
templateFiles.set(`_.npmrc`, `.npmrc`);
templateFiles.set(
join(`pipeline`, `_sample-skill.yml`),
join(`pipeline`, `${newSkill.skillName}.yml`)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=https://botbuilder.myget.org/F/aitemplates/npm
always-auth=false
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"botbuilder-applicationinsights": "^4.8.0",
"botbuilder-azure": "^4.8.0",
"botbuilder-dialogs": "^4.8.0",
"bot-solutions": "^1.0.0",
"bot-solutions": "^1.0.0-rc1",
"botframework-config": "^4.8.0",
"botframework-connector": "^4.8.0",
"dotenv": "^6.0.0",
Expand Down