@spinajs/fs
Advanced tools
Comparing version 2.0.110 to 2.0.111
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { fs, IStat, IZipResult } from './interfaces.js'; | ||
import { ILog } from '@spinajs/log'; | ||
import { Log } from '@spinajs/log-common'; | ||
export interface IFsLocalOptions { | ||
@@ -20,3 +20,3 @@ basePath: string; | ||
Options: IFsLocalOptions; | ||
protected Logger: ILog; | ||
protected Logger: Log; | ||
/** | ||
@@ -23,0 +23,0 @@ * Name of provider. We can have multiple providers of the same type but with different options. |
@@ -24,3 +24,3 @@ "use strict"; | ||
const path_1 = require("path"); | ||
const log_1 = require("@spinajs/log"); | ||
const log_common_1 = require("@spinajs/log-common"); | ||
const archiver_1 = __importDefault(require("archiver")); | ||
@@ -249,4 +249,4 @@ /** | ||
__decorate([ | ||
(0, log_1.Logger)('fs'), | ||
__metadata("design:type", Object) | ||
(0, log_common_1.Logger)('fs'), | ||
__metadata("design:type", log_common_1.Log) | ||
], fsNative.prototype, "Logger", void 0); | ||
@@ -253,0 +253,0 @@ fsNative = __decorate([ |
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" resolution-mode="require"/> | ||
import { fs, IStat, IZipResult } from './interfaces.js'; | ||
import { ILog } from '@spinajs/log'; | ||
import { Log } from '@spinajs/log-common'; | ||
export interface IFsLocalOptions { | ||
@@ -20,3 +20,3 @@ basePath: string; | ||
Options: IFsLocalOptions; | ||
protected Logger: ILog; | ||
protected Logger: Log; | ||
/** | ||
@@ -23,0 +23,0 @@ * Name of provider. We can have multiple providers of the same type but with different options. |
@@ -18,3 +18,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { basename, join } from 'path'; | ||
import { Logger } from '@spinajs/log'; | ||
import { Log, Logger } from '@spinajs/log-common'; | ||
import archiver from 'archiver'; | ||
@@ -244,3 +244,3 @@ /** | ||
Logger('fs'), | ||
__metadata("design:type", Object) | ||
__metadata("design:type", Log) | ||
], fsNative.prototype, "Logger", void 0); | ||
@@ -247,0 +247,0 @@ fsNative = __decorate([ |
{ | ||
"name": "@spinajs/fs", | ||
"version": "2.0.110", | ||
"version": "2.0.111", | ||
"description": "wrapper for file operations", | ||
@@ -55,3 +55,3 @@ | ||
"dependencies": { | ||
"@spinajs/exceptions": "2.0.110", | ||
"@spinajs/exceptions": "2.0.111", | ||
"archiver": "^5.3.1", | ||
@@ -58,0 +58,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
203816
+ Added@spinajs/exceptions@2.0.111(transitive)
- Removed@spinajs/exceptions@2.0.110(transitive)
Updated@spinajs/exceptions@2.0.111