Skip to content

Commit

Permalink
Compress/v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 27, 2024
1 parent 44db7e1 commit e743b03
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.8

- Cleanup

## 0.0.7

- Bug fix
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ your Astro project.

🎁 [CSS (lightningcss)][lightningcss] —

🎁 [HTML][html-minifier-terser] —
🎁 [HTML (html-minifier-terser)][html-minifier-terser] —

🎁 [Image][sharp] —
🎁 [Image (sharp)][sharp] —

🎁 [JavaScript][terser] —
🎁 [JavaScript (terser)][terser] —

🎁 [SVG][svgo] —
🎁 [SVG (svgo)][svgo] —

> **Note**
>
Expand Down
2 changes: 1 addition & 1 deletion Target/Interface/Image/sharp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export default interface Interface {
webp?: boolean | WebpOptions;
sharp?: boolean | SharpOptions;
}
import type { AvifOptions, GifOptions, HeifOptions, JpegOptions, PngOptions, TiffOptions, WebpOptions, SharpOptions } from "sharp";
import type { AvifOptions, GifOptions, HeifOptions, JpegOptions, PngOptions, SharpOptions, TiffOptions, WebpOptions } from "sharp";
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playform/compress",
"version": "0.0.7",
"version": "0.0.8",
"private": false,
"description": "🗜️ Compress —",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,6 @@
"main": "./Target/Function/Integration.js",
"types": "./Target/Function/Integration.d.ts",
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"dependencies": {
Expand All @@ -46,7 +45,7 @@
"csso": "5.0.5",
"html-minifier-terser": "7.2.0",
"kleur": "4.1.5",
"lightningcss": "1.25.0",
"lightningcss": "1.25.1",
"sharp": "0.33.4",
"svgo": "3.3.2",
"terser": "5.31.0"
Expand Down

0 comments on commit e743b03

Please sign in to comment.