@tus/file-store
Advanced tools
Comparing version 1.4.0 to 1.5.0
export { FileKvStore as FileConfigstore, MemoryKvStore as MemoryConfigstore, RedisKvStore as RedisConfigstore, KvStore as Configstore, } from '@tus/utils'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,1 +8,2 @@ "use strict"; | ||
Object.defineProperty(exports, "RedisConfigstore", { enumerable: true, get: function () { return utils_1.RedisKvStore; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,8 +0,5 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import fs from 'node:fs'; | ||
import stream from 'node:stream'; | ||
import http from 'node:http'; | ||
import { Configstore } from './configstores'; | ||
import type http from 'node:http'; | ||
import { type Configstore } from './configstores'; | ||
import { DataStore, Upload } from '@tus/utils'; | ||
@@ -36,1 +33,2 @@ export * from './configstores'; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -196,1 +196,2 @@ "use strict"; | ||
exports.FileStore = FileStore; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@tus/file-store", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Local file storage for @tus/server", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"homepage": "https://github.com/tus/tus-node-server#readme", | ||
@@ -14,13 +13,12 @@ "bugs": "https://github.com/tus/tus-node-server/issues", | ||
"LICENSE", | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc", | ||
"lint": "eslint .", | ||
"format": "eslint --fix .", | ||
"test": "mocha test.ts --exit --extension ts --require ts-node/register" | ||
"build": "tsc --build", | ||
"test": "mocha --exit --extension ts --require ts-node/register" | ||
}, | ||
"dependencies": { | ||
"@tus/utils": "^0.3.0", | ||
"@tus/utils": "^0.4.0", | ||
"debug": "^4.3.4" | ||
@@ -32,7 +30,4 @@ }, | ||
"@types/node": "^20.11.5", | ||
"eslint": "^8.57.0", | ||
"eslint-config-custom": "^0.0.0", | ||
"mocha": "^10.4.0", | ||
"should": "^13.2.3", | ||
"typescript": "^5.3.3" | ||
"should": "^13.2.3" | ||
}, | ||
@@ -39,0 +34,0 @@ "optionalDependencies": { |
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
29590
5
13
433
+ Added@tus/utils@0.4.0(transitive)
- Removed@tus/utils@0.3.0(transitive)
Updated@tus/utils@^0.4.0