mol_dump_lib 0.0.853 → 0.0.854

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_dump_lib",
3
- "version": "0.0.853",
3
+ "version": "0.0.854",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -2246,7 +2246,7 @@ declare namespace $ {
2246
2246
  }
2247
2247
 
2248
2248
  declare namespace $ {
2249
- function $mol_charset_decode(buffer: BufferSource, encoding?: $mol_charset_encoding): string;
2249
+ function $mol_charset_decode(buffer: AllowSharedBufferSource, encoding?: $mol_charset_encoding): string;
2250
2250
  }
2251
2251
 
2252
2252
  declare namespace $ {