Comparing version 1.2.1 to 1.2.2
@@ -10,5 +10,6 @@ 'use strict'; | ||
var path = require('path'); | ||
var Cache = require('cache-point'); | ||
exports.cache = new Cache(); | ||
exports.cache = new Cache({ dir: path.join(require('os').tmpdir(), 'jsdoc-api') }); | ||
@@ -79,6 +80,6 @@ function explainSync(options) { | ||
if (this.html) { | ||
var path = require('path'); | ||
this.configure = path.resolve(__dirname, 'html-conf.json'); | ||
var _path = require('path'); | ||
this.configure = _path.resolve(__dirname, 'html-conf.json'); | ||
delete this.html; | ||
} | ||
}; |
@@ -43,2 +43,3 @@ 'use strict' | ||
const path = require('path') | ||
const Cache = require('cache-point') | ||
@@ -49,3 +50,3 @@ /** | ||
*/ | ||
exports.cache = new Cache() | ||
exports.cache = new Cache({ dir: path.join(require('os').tmpdir(), 'jsdoc-api') }) | ||
@@ -52,0 +53,0 @@ /** |
{ | ||
"name": "jsdoc-api", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A programmatic interface for jsdoc", | ||
@@ -27,3 +27,3 @@ "repository": "https://github.com/jsdoc2md/jsdoc-api.git", | ||
"devDependencies": { | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-es2015": "^6.13.2", | ||
"collect-json": "^1.0.8", | ||
@@ -38,3 +38,3 @@ "core-assert": "~0.2.0", | ||
"array-back": "^1.0.3", | ||
"cache-point": "~0.3.0", | ||
"cache-point": "~0.3.3", | ||
"collect-all": "^1.0.2", | ||
@@ -44,3 +44,3 @@ "core-js": "^2.4.1", | ||
"file-set": "^1.0.1", | ||
"jsdoc-75lb": "^3.5.5", | ||
"jsdoc-75lb": "^3.5.6", | ||
"object-to-spawn-args": "^1.1.0", | ||
@@ -47,0 +47,0 @@ "promise.prototype.finally": "^1.0.1", |
Sorry, the diff of this file is not supported yet
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
1116107
2584
Updatedcache-point@~0.3.3
Updatedjsdoc-75lb@^3.5.6