mol_view_tree2_lib 1.0.23 → 1.0.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_view_tree2_lib",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -840,7 +840,7 @@ declare namespace $ {
840
840
  }
841
841
 
842
842
  declare namespace $ {
843
- function $mol_charset_decode(buffer: BufferSource, encoding?: $mol_charset_encoding): string;
843
+ function $mol_charset_decode(buffer: AllowSharedBufferSource, encoding?: $mol_charset_encoding): string;
844
844
  }
845
845
 
846
846
  declare var $node: any;