skill-sample-nodejs-hello-world icon indicating copy to clipboard operation
skill-sample-nodejs-hello-world copied to clipboard

Update ask-sdk-core version

Open habuma opened this issue 4 years ago • 0 comments

package.json specifies ask-sdk-core to be "^2.6.0". But that means that any skill initialized with ask new and selecting AWS Lambda hosting will not be able to take advantage of newer features such as APL-A in the response.

Recommend updating ask-sdk-core to "^2.11.0" (or higher). Might also have a look at the other versions in package.json as well to be sure that they're up-to-date.

habuma avatar Oct 19 '21 18:10 habuma