@squoosh-kit/rotate 0.2.4 → 0.2.5

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/rotate",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "description": "Image rotation codec for squoosh-kit, using raw WebAssembly (no JS glue).",
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": "0.2.4"
50
+ "@squoosh-kit/runtime": "workspace:*"
51
51
  }
52
52
  }