@ethersphere/bee-js 6.0.0-pre.8 → 6.0.0

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.
@@ -9,7 +9,7 @@ function fixUnicodePath(path) {
9
9
  };
10
10
  }
11
11
  export function makeTar(data) {
12
- const tar = new Tar();
12
+ const tar = new Tar(1);
13
13
  for (const entry of data) {
14
14
  const path = fixUnicodePath(entry.path);
15
15
  tar.append(path, entry.data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethersphere/bee-js",
3
- "version": "6.0.0-pre.8",
3
+ "version": "6.0.0",
4
4
  "description": "Javascript client for Bee",
5
5
  "keywords": [
6
6
  "bee",
@@ -68,7 +68,6 @@
68
68
  "js-sha3": "^0.8.0",
69
69
  "semver": "^7.3.5",
70
70
  "tar-js": "^0.3.0",
71
- "utf-8-validate": "^5.0.9",
72
71
  "web-streams-polyfill": "^4.0.0-beta.3",
73
72
  "ws": "^8.7.0"
74
73
  },
@@ -132,4 +131,4 @@
132
131
  "beeDebugApiVersion": "4.0.0",
133
132
  "bee": "1.13.0-f1067884"
134
133
  }
135
- }
134
+ }