@jargon/alexa-skill-sdk
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -0,1 +1,10 @@ | ||
### 1.3.0 | ||
Support alternative resource directories (via dependency on @jargon/sdk-core v1.3.0) | ||
Adds resourceDirectory to ResourceManagerOptions, with a default value of './resources', | ||
to allow for customizing the directory where resources are loaded from. | ||
The ResourceManagerFactory constructor will throw an error if resourceDirectory doesn't | ||
exist (ENOENT) or isn't a directory (ENOTDIR). | ||
### 1.2.1 | ||
@@ -2,0 +11,0 @@ Add Typescript ambient definitions for the Jargon SDK's additions to HandlerInput. With this |
{ | ||
"name": "@jargon/alexa-skill-sdk", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "The Jargon Alexa Skill SDK makes it easy to manage the content of your custom Alexa skill", | ||
@@ -8,3 +8,4 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"gulp": "./node_modules/.bin/gulp" | ||
"gulp": "./node_modules/.bin/gulp", | ||
"test": "./node_modules/.bin/ts-mocha tst/**/*.spec.ts" | ||
}, | ||
@@ -25,3 +26,3 @@ "author": "jargon.com", | ||
"dependencies": { | ||
"@jargon/sdk-core": "^1.1.0", | ||
"@jargon/sdk-core": "^1.3.0", | ||
"lodash": "^4.17.11" | ||
@@ -46,3 +47,3 @@ }, | ||
"nyc": "^13.0.1", | ||
"ts-node": "^7.0.1", | ||
"ts-mocha": "^6.0.0", | ||
"tslint": "^5.11.0", | ||
@@ -49,0 +50,0 @@ "tslint-config-standard": "^8.0.1", |
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
82511
26
839
Updated@jargon/sdk-core@^1.3.0