sevenzip-wasm 0.1.9 → 26.1.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # sevenzip-wasm
1
+ # sevenzip-wasm [![npm version](https://img.shields.io/npm/v/sevenzip-wasm.svg)](https://www.npmjs.com/package/sevenzip-wasm)
2
2
 
3
3
  Just another npm package with 7-Zip compiled for WebAssembly, inspired by similar packages out there.
4
4
 
@@ -55,6 +55,11 @@ For further examples of working with MEMFS and NODEFS, take a look at the includ
55
55
 
56
56
  ## Changelog
57
57
 
58
+ ### 26.1.0
59
+
60
+ - Update upstream to 26.01
61
+ - Rework versioning
62
+
58
63
  ### 0.1.9
59
64
 
60
65
  - Update upstream to 26.00
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sevenzip-wasm",
3
- "version": "0.1.9",
3
+ "version": "26.1.0",
4
4
  "description": "7-Zip compiled for WebAssembly",
5
5
  "main": "sevenzip-wasm.js",
6
6
  "scripts": {
Binary file