@ethersphere/bee-js
Advanced tools
Comparing version 6.0.0-pre.9 to 6.0.0-pre.10
@@ -18,3 +18,3 @@ "use strict"; | ||
function makeTar(data) { | ||
const tar = new tar_js_1.default(); | ||
const tar = new tar_js_1.default(1); | ||
for (const entry of data) { | ||
@@ -21,0 +21,0 @@ const path = fixUnicodePath(entry.path); |
@@ -12,3 +12,3 @@ import Tar from 'tar-js'; | ||
export function makeTar(data) { | ||
const tar = new Tar(); | ||
const tar = new Tar(1); | ||
for (const entry of data) { | ||
@@ -15,0 +15,0 @@ const path = fixUnicodePath(entry.path); |
{ | ||
"name": "@ethersphere/bee-js", | ||
"version": "6.0.0-pre.9", | ||
"version": "6.0.0-pre.10", | ||
"description": "Javascript client for Bee", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2038515