@jargon/alexa-skill-sdk
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,4 @@ | ||
### 1.1.2 | ||
Fix bug with JargonSkillBuilder not passing options down to the request interceptor | ||
### 1.1.1 | ||
@@ -2,0 +5,0 @@ Change version reference for @jargon/sdk-core to allow everything in the 1.x series, starting at 1.0.8 |
@@ -37,3 +37,3 @@ "use strict"; | ||
JargonSkillBuilder.prototype.wrap = function (base) { | ||
base.addRequestInterceptors(new requestInterceptor_1.JargonRequestInterceptor(this._rmf)); | ||
base.addRequestInterceptors(new requestInterceptor_1.JargonRequestInterceptor(this._rmf, this._options)); | ||
return base; | ||
@@ -40,0 +40,0 @@ }; |
{ | ||
"name": "@jargon/alexa-skill-sdk", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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.8" | ||
"@jargon/sdk-core": "^1.0.9" | ||
}, | ||
@@ -27,0 +27,0 @@ "peerDependencies": { |
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
70624
Updated@jargon/sdk-core@^1.0.9