s3db.js 7.0.1 → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/s3db.cjs.js +6939 -6940
- package/dist/s3db.cjs.min.js +1 -1
- package/dist/s3db.es.js +6939 -6940
- package/dist/s3db.es.min.js +1 -1
- package/dist/s3db.iife.js +6941 -6941
- package/dist/s3db.iife.min.js +1 -1
- package/package.json +1 -1
- package/src/plugins/cache/s3-cache.class.js +1 -1
package/package.json
CHANGED
|
@@ -108,7 +108,7 @@ import zlib from "zlib";
|
|
|
108
108
|
import { join } from "path";
|
|
109
109
|
|
|
110
110
|
import { Cache } from "./cache.class.js"
|
|
111
|
-
import { streamToString } from "
|
|
111
|
+
import { streamToString } from "../../stream/index.js";
|
|
112
112
|
import tryFn from "../../concerns/try-fn.js";
|
|
113
113
|
|
|
114
114
|
export class S3Cache extends Cache {
|