alexa-ability-context
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -30,3 +30,3 @@ 'use strict'; | ||
// get current context | ||
var context = (0, _get2.default)(req, 'raw.session.sessionAttributes.' + key, []); | ||
var context = (0, _get2.default)(req, 'raw.session.attributes.' + key, []); | ||
req.context = context; | ||
@@ -33,0 +33,0 @@ |
{ | ||
"name": "alexa-ability-context", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Simplify building multistep conversations with context-aware intent handling ", | ||
@@ -41,2 +41,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"alexa-ability": "^0.9.1", | ||
"babel": "^6.3.26", | ||
@@ -43,0 +44,0 @@ "babel-cli": "^6.4.5", |
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
8149
14