Comparing version 1.9.3 to 1.9.4
@@ -9,2 +9,2 @@ /** | ||
let _exports = module.exports = _FS.FS; | ||
module.exports = _FS.FS; |
@@ -27,3 +27,2 @@ /** | ||
*/ | ||
let Exception = exports.Exception = function (_Core$Exception$Excep) { | ||
@@ -35,3 +34,2 @@ _inherits(Exception, _Core$Exception$Excep); | ||
*/ | ||
function Exception() { | ||
@@ -38,0 +36,0 @@ var _Object$getPrototypeO; |
@@ -23,3 +23,2 @@ /** | ||
*/ | ||
let UnknownFolderException = exports.UnknownFolderException = function (_Exception) { | ||
@@ -32,3 +31,2 @@ _inherits(UnknownFolderException, _Exception); | ||
*/ | ||
function UnknownFolderException(folderName, folders) { | ||
@@ -35,0 +33,0 @@ _classCallCheck(this, UnknownFolderException); |
@@ -49,3 +49,2 @@ /** | ||
*/ | ||
let FS = exports.FS = function (_Kernel$ContainerAwar) { | ||
@@ -62,3 +61,2 @@ _inherits(FS, _Kernel$ContainerAwar); | ||
*/ | ||
function FS() { | ||
@@ -149,3 +147,3 @@ let tmpFsBucket = arguments.length <= 0 || arguments[0] === undefined ? null : arguments[0]; | ||
if (!msIdentifier) { | ||
throw new _Exception.Exception(`You must provide a microservice identifier for the shared fs`); | ||
throw new _Exception.Exception('You must provide a microservice identifier for the shared fs'); | ||
} | ||
@@ -264,3 +262,3 @@ | ||
* Returns mounted system folder | ||
* | ||
* @deprecated | ||
* @returns {fs|s3fs|S3FS|S3FsRumProxy|SimulatedS3FS|*} | ||
@@ -274,2 +272,14 @@ */ | ||
} | ||
/** | ||
* Returns mounted system folder | ||
* | ||
* @returns {fs|s3fs|S3FS|S3FsRumProxy|SimulatedS3FS|*} | ||
*/ | ||
}, { | ||
key: 'private', | ||
get: function get() { | ||
return this.getFolder(FS.PRIVATE); | ||
} | ||
}], [{ | ||
@@ -276,0 +286,0 @@ key: '_getTmpDir', |
@@ -47,3 +47,2 @@ /** | ||
*/ | ||
function S3FSRelativeFSExtender(relativeFsPath) { | ||
@@ -188,3 +187,3 @@ _classCallCheck(this, S3FSRelativeFSExtender); | ||
let error = new Error(`You do not have rights for this operation`); | ||
let error = new Error('You do not have rights for this operation'); | ||
@@ -191,0 +190,0 @@ if (callback) { |
@@ -5,2 +5,5 @@ /** | ||
//need for backward compatibility with node v0.10.x | ||
/*eslint no-eq-null: 0, eqeqeq: 0*/ | ||
'use strict'; | ||
@@ -29,3 +32,2 @@ | ||
*/ | ||
function Registry(s3, bucket) { | ||
@@ -48,2 +50,3 @@ let registryFile = arguments.length <= 2 || arguments[2] === undefined ? Registry.REGISTRY_FILE : arguments[2]; | ||
* @param {String} registryFile | ||
* @returns {Registry} | ||
*/ | ||
@@ -158,2 +161,3 @@ | ||
/** | ||
* @param {Function} cb | ||
* @returns {Registry} | ||
@@ -160,0 +164,0 @@ */ |
@@ -25,3 +25,2 @@ /** | ||
*/ | ||
let S3FsRumProxy = exports.S3FsRumProxy = function () { | ||
@@ -32,3 +31,2 @@ /** | ||
*/ | ||
function S3FsRumProxy(originalInstance, logService) { | ||
@@ -35,0 +33,0 @@ _classCallCheck(this, S3FsRumProxy); |
{ | ||
"name": "deep-fs", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"description": "DEEP File System Library", | ||
@@ -70,3 +70,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"chai": "^3.2.x", | ||
"chai": "^3.5.x", | ||
"sinon": "^1.17.x", | ||
@@ -73,0 +73,0 @@ "sinon-chai": "^2.8.x" |
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
45954
1127