@squoosh-kit/wp2 0.2.3 → 0.2.4

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squoosh-kit/wp2",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "description": "WP2 codec for squoosh-kit, providing encoding and decoding functionality.",
6
6
  "author": "Bartosz Nowak <bnowak008@gmail.com>",
@@ -47,6 +47,6 @@
47
47
  "test": "bun test"
48
48
  },
49
49
  "dependencies": {
50
- "@squoosh-kit/runtime": "workspace:*"
50
+ "@squoosh-kit/runtime": "0.2.4"
51
51
  }
52
52
  }