sevenzip-wasm 0.1.6 → 0.1.7
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/README.md +12 -0
- package/package.json +2 -2
- package/sevenzip-wasm.wasm +0 -0
package/README.md
CHANGED
|
@@ -52,3 +52,15 @@ console.log(sevenZip.FS.readdir('/'));
|
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
For further examples of working with MEMFS and NODEFS, take a look at the included tests.
|
|
55
|
+
|
|
56
|
+
## Changelog
|
|
57
|
+
|
|
58
|
+
### 0.1.7
|
|
59
|
+
|
|
60
|
+
- Update upstream to 25.00
|
|
61
|
+
- Add compilation fix
|
|
62
|
+
- Add more tests
|
|
63
|
+
|
|
64
|
+
### 0.1.6
|
|
65
|
+
|
|
66
|
+
- Initial public release
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sevenzip-wasm",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "7-Zip compiled for WebAssembly",
|
|
5
5
|
"main": "sevenzip-wasm.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/arktronic/sevenzip-wasm#readme",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"jest": "^
|
|
25
|
+
"jest": "^30.0.4"
|
|
26
26
|
}
|
|
27
27
|
}
|
package/sevenzip-wasm.wasm
CHANGED
|
Binary file
|