Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
What is the context of this pull request? Why is it being done?
As the TypeScript bot-solutions@1.1.0 was published in npmjs, the package-lock.json files of the Virtual Assistant Sample and Skill Sample should be consume the new version
Changes
Are there any changes that need to be called out as significant or particularly difficult to grasp? (Include illustrative screenshots for context if applicable.)
Regenerate the package-lock.json file of the Virtual Assistant Sample in TypeScript
Regenerate the package-lock.json file of the Skill Sample in TypeScript
Tests
Is this covered by existing tests or new ones? If no, why not?
The compilation and the unit tests worked correctly
Unit tests passing in the TypeScript Virtual Assistant Sample
Unit tests passing in the TypeScript Skill Sample
Feature Plan
Are there any remaining steps or dependencies before this issue can be fully resolved? If so, describe and link to any relevant pull requests or issues.
-
Checklist
General
[ ] I have commented my code, particularly in hard-to-understand areas
Purpose
What is the context of this pull request? Why is it being done? As the TypeScript bot-solutions@1.1.0 was published in npmjs, the
package-lock.json
files of the Virtual Assistant Sample and Skill Sample should be consume the new versionChanges
Are there any changes that need to be called out as significant or particularly difficult to grasp? (Include illustrative screenshots for context if applicable.)
package-lock.json
file of the Virtual Assistant Sample in TypeScriptpackage-lock.json
file of the Skill Sample in TypeScriptTests
Is this covered by existing tests or new ones? If no, why not? The compilation and the unit tests worked correctly
Unit tests passing in the TypeScript Virtual Assistant Sample
Unit tests passing in the TypeScript Skill Sample
Feature Plan
Are there any remaining steps or dependencies before this issue can be fully resolved? If so, describe and link to any relevant pull requests or issues. -
Checklist
General