taglib-wasm 1.8.2 → 1.8.3

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.
@@ -2831,7 +2831,7 @@ var VERSION;
2831
2831
  var init_version = __esm({
2832
2832
  "src/version.ts"() {
2833
2833
  "use strict";
2834
- VERSION = "1.8.2";
2834
+ VERSION = "1.8.3";
2835
2835
  }
2836
2836
  });
2837
2837
 
@@ -2763,7 +2763,7 @@ var VERSION;
2763
2763
  var init_version = __esm({
2764
2764
  "src/version.ts"() {
2765
2765
  "use strict";
2766
- VERSION = "1.8.2";
2766
+ VERSION = "1.8.3";
2767
2767
  }
2768
2768
  });
2769
2769
 
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.8.2";
1
+ export declare const VERSION = "1.8.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,4 +1,4 @@
1
- const VERSION = "1.8.2";
1
+ const VERSION = "1.8.3";
2
2
  export {
3
3
  VERSION
4
4
  };
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taglib-wasm",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "TagLib-Wasm is the universal tagging library for TypeScript/JavaScript platforms: Browsers, Node.js, Deno, Bun, Cloudflare Workers, and Electron apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",