ipx 2.1.0 → 3.0.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.
package/dist/cli.cjs CHANGED
@@ -15,7 +15,7 @@ require('ofetch');
15
15
  require('pathe');
16
16
 
17
17
  const name = "ipx";
18
- const version = "2.1.0";
18
+ const version = "3.0.0";
19
19
  const description = "High performance, secure and easy-to-use image optimizer.";
20
20
 
21
21
  const serve = citty.defineCommand({
package/dist/cli.mjs CHANGED
@@ -13,7 +13,7 @@ import 'ofetch';
13
13
  import 'pathe';
14
14
 
15
15
  const name = "ipx";
16
- const version = "2.1.0";
16
+ const version = "3.0.0";
17
17
  const description = "High performance, secure and easy-to-use image optimizer.";
18
18
 
19
19
  const serve = defineCommand({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ipx",
3
- "version": "2.1.0",
3
+ "version": "3.0.0",
4
4
  "repository": "unjs/ipx",
5
5
  "description": "High performance, secure and easy-to-use image optimizer.",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "lint:fix": "eslint --ext .ts . --fix && prettier -w src test",
33
33
  "prepack": "pnpm build",
34
34
  "release": "pnpm test && changelogen --release --push && npm publish",
35
- "prerelease": "pnpm test && pnpm build && changelogen --release --prerelease --push --publish --publishTag next-2",
35
+ "prerelease": "pnpm test && pnpm build && changelogen --release --prerelease --push --publish --publishTag latest",
36
36
  "start": "node bin/ipx.js",
37
37
  "test": "pnpm lint && vitest run --coverage"
38
38
  },
@@ -48,7 +48,7 @@
48
48
  "listhen": "^1.5.6",
49
49
  "ofetch": "^1.3.3",
50
50
  "pathe": "^1.1.2",
51
- "sharp": "^0.32.6",
51
+ "sharp": "^0.33.1",
52
52
  "svgo": "^3.2.0",
53
53
  "ufo": "^1.3.2",
54
54
  "unstorage": "^1.10.1",