@spinajs/fs
Advanced tools
Comparing version 2.0.57 to 2.0.58
@@ -1,2 +0,12 @@ | ||
export {}; | ||
declare const fs: { | ||
fs: { | ||
defaultProvider: string; | ||
providers: { | ||
service: string; | ||
name: string; | ||
basePath: string; | ||
}[]; | ||
}; | ||
}; | ||
export default fs; | ||
//# sourceMappingURL=fs.d.ts.map |
import { join, normalize, resolve } from 'path'; | ||
function dir(path) { | ||
return resolve(normalize(join(__dirname, path))); | ||
return resolve(normalize(join(process.cwd(), path))); | ||
} | ||
module.exports = { | ||
const fs = { | ||
fs: { | ||
@@ -25,2 +25,3 @@ defaultProvider: 'fs-local', | ||
}; | ||
export default fs; | ||
//# sourceMappingURL=fs.js.map |
{ | ||
"name": "@spinajs/fs", | ||
"version": "2.0.57", | ||
"version": "2.0.58", | ||
"description": "wrapper for file operations", | ||
@@ -46,3 +46,3 @@ "exports": "./lib/index.js", | ||
"dependencies": { | ||
"@spinajs/exceptions": "2.0.57", | ||
"@spinajs/exceptions": "2.0.58", | ||
"archiver": "^5.3.1", | ||
@@ -49,0 +49,0 @@ "lodash": "^4.17.21", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32765
499
+ Added@spinajs/exceptions@2.0.58(transitive)
- Removed@spinajs/exceptions@2.0.57(transitive)
Updated@spinajs/exceptions@2.0.58