taglib-wasm 1.4.1 → 1.4.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.
@@ -2211,7 +2211,7 @@ var VERSION;
2211
2211
  var init_version = __esm({
2212
2212
  "src/version.ts"() {
2213
2213
  "use strict";
2214
- VERSION = "1.4.1";
2214
+ VERSION = "1.4.2";
2215
2215
  }
2216
2216
  });
2217
2217
 
@@ -2199,7 +2199,7 @@ var VERSION;
2199
2199
  var init_version = __esm({
2200
2200
  "src/version.ts"() {
2201
2201
  "use strict";
2202
- VERSION = "1.4.1";
2202
+ VERSION = "1.4.2";
2203
2203
  }
2204
2204
  });
2205
2205
 
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.4.1";
1
+ export declare const VERSION = "1.4.2";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,4 +1,4 @@
1
- const VERSION = "1.4.1";
1
+ const VERSION = "1.4.2";
2
2
  export {
3
3
  VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taglib-wasm",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
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",