taglib-wasm 0.3.27 → 0.4.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -139,8 +139,8 @@ await updateTags("song.mp3", {
139
139
 
140
140
  ### Full API
141
141
 
142
- The Full API might be a better choice for apps and utilities focused on
143
- advanced metadata management.
142
+ The Full API might be a better choice for apps and utilities focused on advanced
143
+ metadata management.
144
144
 
145
145
  ```typescript
146
146
  import { TagLib } from "taglib-wasm";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taglib-wasm",
3
- "version": "0.3.27",
3
+ "version": "0.4.0",
4
4
  "description": "TagLib for TypeScript platforms: Deno, Node.js, Bun, Electron, browsers, and Cloudflare Workers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",