docxodus 3.1.1 → 3.1.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/index.js CHANGED
@@ -5,7 +5,7 @@ let initPromise = null;
5
5
  /**
6
6
  * Package version - used for CDN URL
7
7
  */
8
- const PACKAGE_VERSION = "3.1.1";
8
+ const PACKAGE_VERSION = "3.1.2";
9
9
  /**
10
10
  * CDN base URLs for WASM files (in order of preference)
11
11
  */
Binary file
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "mainAssemblyName": "DocxodusWasm.dll",
3
3
  "resources": {
4
- "hash": "sha256-VoUhchHLStUCQdxXVPjDLAKW2jg0fgdLWYUMQgCxnzI=",
4
+ "hash": "sha256-1ayEo6Z+V5eJN4piZO79oykLcOeCI6UUI67mmNQ7OaE=",
5
5
  "jsModuleNative": {
6
6
  "dotnet.native.js": "sha256-YLwjs9CPwrZG7YKULjmqr5bYsmhxwcWJOhQNM4bG6Gc="
7
7
  },
@@ -17,8 +17,8 @@
17
17
  "assembly": {
18
18
  "DocumentFormat.OpenXml.wasm": "sha256-edAN2rIA7QQ8K5qp1o5QXplt8M80fEiVmuMgT/MBmLM=",
19
19
  "DocumentFormat.OpenXml.Framework.wasm": "sha256-CFdrD1dSpnkcOk0gxZcKb2T5p+q2ck9ivs+TOML6Jmw=",
20
- "Docxodus.wasm": "sha256-mwyZuy6HrPLdfpipPzlRFfNONFlkDEKmPnN4O2PCx5g=",
21
- "DocxodusWasm.wasm": "sha256-L+8hpsmPaIIz/j26vyawhtJ68nZB1qni5MWXZ/Da6N4=",
20
+ "Docxodus.wasm": "sha256-lOVyFDGBaKsTBdQeF0qo/0Ymh7XcqbVMgTB5vcAtdUM=",
21
+ "DocxodusWasm.wasm": "sha256-SXGwCPaU1f57N8XYwEFeYybaVG9jZMJLd421k5i0LF4=",
22
22
  "SkiaSharp.wasm": "sha256-U6RbqUVBn8Vx8qpghJC5+r/DC1NSBY+EIRDxP8o6dsk=",
23
23
  "System.Collections.Concurrent.wasm": "sha256-xXJbJWNeQ2DSYvAGUoUHjF9y4Iajv2ed0eACOxWD19U=",
24
24
  "System.Collections.wasm": "sha256-J1FML3h2WBTlmekS0TVLGCvZGbIRG+AZnGmlZn3Y5+Q=",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docxodus",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "DOCX document comparison and HTML conversion in the browser using WebAssembly",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",