taglib-wasm 1.0.1 → 1.0.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.
@@ -1614,7 +1614,7 @@ var init_taglib_class = __esm({
1614
1614
  }
1615
1615
  /** Returns the taglib-wasm version with embedded TagLib version. */
1616
1616
  version() {
1617
- return "1.0.1 (TagLib 2.1.1)";
1617
+ return "1.0.2 (TagLib 2.1.1)";
1618
1618
  }
1619
1619
  };
1620
1620
  }
@@ -1601,7 +1601,7 @@ var init_taglib_class = __esm({
1601
1601
  }
1602
1602
  /** Returns the taglib-wasm version with embedded TagLib version. */
1603
1603
  version() {
1604
- return "1.0.1 (TagLib 2.1.1)";
1604
+ return "1.0.2 (TagLib 2.1.1)";
1605
1605
  }
1606
1606
  };
1607
1607
  }
@@ -124,7 +124,7 @@ class TagLib {
124
124
  }
125
125
  /** Returns the taglib-wasm version with embedded TagLib version. */
126
126
  version() {
127
- return "1.0.1 (TagLib 2.1.1)";
127
+ return "1.0.2 (TagLib 2.1.1)";
128
128
  }
129
129
  }
130
130
  async function createTagLib(module) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taglib-wasm",
3
- "version": "1.0.1",
3
+ "version": "1.0.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",