@jargon/alexa-skill-sdk
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,1 +1,4 @@ | ||
### 1.0.7 | ||
Re-export everything from sdk-core instead of specific items. | ||
### 1.0.6 | ||
@@ -2,0 +5,0 @@ Remove .nyc_output directory from distribution package. |
@@ -1,4 +0,4 @@ | ||
export { DefaultSkillBuilderOptions, JargonSkillBuilder, SkillBuilderOptions } from './skillBuilder'; | ||
export * from '@jargon/sdk-core'; | ||
export { JargonHandlerInput } from './requestInterceptor'; | ||
export { DefaultResourceManagerOptions, RenderItem, RenderOptions, RenderParams, ResourceManagerOptions, ri } from '@jargon/sdk-core'; | ||
export { JargonResponseBuilder } from './responseBuilder'; | ||
export { DefaultSkillBuilderOptions, JargonSkillBuilder, SkillBuilderOptions } from './skillBuilder'; |
@@ -14,9 +14,10 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("@jargon/sdk-core")); | ||
var skillBuilder_1 = require("./skillBuilder"); | ||
exports.DefaultSkillBuilderOptions = skillBuilder_1.DefaultSkillBuilderOptions; | ||
exports.JargonSkillBuilder = skillBuilder_1.JargonSkillBuilder; | ||
var sdk_core_1 = require("@jargon/sdk-core"); | ||
exports.DefaultResourceManagerOptions = sdk_core_1.DefaultResourceManagerOptions; | ||
exports.ri = sdk_core_1.ri; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@jargon/alexa-skill-sdk", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "The Jargon Alexa Skill SDK makes it easy to manage the content of your custom Alexa skill", | ||
@@ -24,3 +24,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@jargon/sdk-core": "1.0.5" | ||
"@jargon/sdk-core": "1.0.7" | ||
}, | ||
@@ -27,0 +27,0 @@ "peerDependencies": { |
@@ -90,3 +90,3 @@ # Jargon SDK for Amazon Alexa (nodejs) | ||
### JargonResponseBuilder | ||
The core class you'll work with. JargonResponseBuilder mirror's the ASK SDK response builder, but changes string | ||
The core class you'll work with. JargonResponseBuilder mirrors the ASK SDK response builder, but changes string | ||
parameters containing content presented to users to RenderItems. | ||
@@ -93,0 +93,0 @@ |
Sorry, the diff of this file is not supported yet
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
671
61152
+ Added@jargon/sdk-core@1.0.7(transitive)
- Removed@jargon/sdk-core@1.0.5(transitive)
Updated@jargon/sdk-core@1.0.7