alexa / ask-cli

Alexa Skills Kit Command Line Interface
https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-intro.html
Apache License 2.0
163 stars 54 forks source link

Askstate updates #498

Closed doiron closed 7 months ago

doiron commented 7 months ago

Issue #, if available:

Description of changes:

with this change the ask-state file preserves a bit more deployment metadata.

Other commits in this change:

  1. npm audit fix a few dependencies in package-lock.json file
  2. Hosted skill ask new workflow was broken due to invalid invocation name Hello World Skill. This was failing to build the model due to Upper casing and the word Skill in the name. Fixed by changing the Default Skill Name which is what the template was using to use as a Invocation name as well.
  3. updating the auto assign reviewers list to include CamdenFoucht and tydonelson only.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.