ask-sdk-runtime
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.2.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.1.0...v2.2.0) (2018-10-30) | ||
**Note:** Version bump only for package ask-sdk-runtime | ||
<a name="2.1.0"></a> | ||
@@ -8,0 +16,0 @@ # [2.1.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.0.10...v2.1.0) (2018-10-04) |
{ | ||
"name": "ask-sdk-runtime", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Base runtime package for Alexa Skills Kit SDK", | ||
@@ -40,3 +40,4 @@ "main": "dist/index.js", | ||
"bugs": "https://github.com/alexa/alexa-skill-sdk-for-nodejs/issues", | ||
"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme" | ||
"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme", | ||
"gitHead": "d2b4be810f7a993b448bf795730ce9a49075a30d" | ||
} |
@@ -8,3 +8,3 @@ ASK SDK Runtime package contains generic components and implementations of ASK SDK v2 for Node.js. | ||
## Installing | ||
To use the ASK SDK Runtime pacakge, simply run the following command in terminal: | ||
To use the ASK SDK Runtime pacakge, simply run the following command in terminal: | ||
@@ -20,3 +20,3 @@ ``` | ||
## Usage with TypeScript | ||
The Core SDK package for Node.js bundles TypeScript definition files for use in TypeScript projects and to support tools that can read .d.ts files. Our goal is to keep these TypeScript definition files updated with each release for any public api. | ||
The SDK runtime package for Node.js bundles TypeScript definition files for use in TypeScript projects and to support tools that can read .d.ts files. Our goal is to keep these TypeScript definition files updated with each release for any public api. | ||
@@ -48,5 +48,5 @@ ### Pre-requisites | ||
## Opening Issues | ||
For bug reports, feature requests and questions, we would like to hear about it. Search the [existing issues](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues) and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of the SDK, Node.js or browser environment and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too. | ||
For bug reports, feature requests and questions, we would like to hear about it. Search the [existing issues](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues) and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of the SDK, Node.js or browser environment and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too. | ||
## License | ||
This SDK is distributed under the Apache License, Version 2.0, see LICENSE for more information. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80130