From 918c596cba36a46ff3d7aa8ffd69580bd22528e2 Mon Sep 17 00:00:00 2001 From: jakearchibald Date: Tue, 3 Jan 2023 13:55:36 +0000 Subject: [PATCH] Add no-longer-maintained message to cli and libsquoosh --- cli/README.md | 4 ++++ cli/package-lock.json | 4 ++-- cli/package.json | 2 +- libsquoosh/README.md | 4 ++++ libsquoosh/package-lock.json | 4 ++-- libsquoosh/package.json | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/cli/README.md b/cli/README.md index f5b552be..83be0cce 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,3 +1,7 @@ +# Project no longer maintained + +Unfortunately, due to a few people leaving the team, and staffing issues resulting from the current economic climate (ugh), this package is no longer actively maintained. I know that sucks, but there simply isn't the time & people to work on this. If anyone from the community wants to fork it, you have my blessing. The [squoosh.app](https://squoosh.app) will continue to be supported and improved. + # Squoosh CLI Squoosh CLI is an _experimental_ way to run all the codecs you know from the [Squoosh] web app on your command line using WebAssembly. The Squoosh CLI uses a worker pool to parallelize processing images. This way you can apply the same codec to many images at once. diff --git a/cli/package-lock.json b/cli/package-lock.json index 5beee283..d0a6255c 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squoosh/cli", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squoosh/cli", - "version": "0.7.2", + "version": "0.7.3", "license": "Apache-2.0", "dependencies": { "@squoosh/lib": "^0.4.0", diff --git a/cli/package.json b/cli/package.json index fc0f0afe..6371c950 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@squoosh/cli", - "version": "0.7.2", + "version": "0.7.3", "description": "A CLI for Squoosh", "public": true, "type": "module", diff --git a/libsquoosh/README.md b/libsquoosh/README.md index d433f984..aa7066c6 100644 --- a/libsquoosh/README.md +++ b/libsquoosh/README.md @@ -1,3 +1,7 @@ +# Project no longer maintained + +Unfortunately, due to a few people leaving the team, and staffing issues resulting from the current economic climate (ugh), this package is no longer actively maintained. I know that sucks, but there simply isn't the time & people to work on this. If anyone from the community wants to fork it, you have my blessing. The [squoosh.app](https://squoosh.app) will continue to be supported and improved. + # libSquoosh libSquoosh is an _experimental_ way to run all the codecs you know from the [Squoosh] web app directly inside your own JavaScript program. libSquoosh uses a worker pool to parallelize processing images. This way you can apply the same codec to many images at once. diff --git a/libsquoosh/package-lock.json b/libsquoosh/package-lock.json index 55252060..25fb896a 100644 --- a/libsquoosh/package-lock.json +++ b/libsquoosh/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squoosh/lib", - "version": "0.4.0", + "version": "0.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squoosh/lib", - "version": "0.4.0", + "version": "0.5.2", "license": "Apache-2.0", "dependencies": { "wasm-feature-detect": "^1.2.11", diff --git a/libsquoosh/package.json b/libsquoosh/package.json index 87d46e9f..b92971a7 100644 --- a/libsquoosh/package.json +++ b/libsquoosh/package.json @@ -1,6 +1,6 @@ { "name": "@squoosh/lib", - "version": "0.5.0", + "version": "0.5.2", "description": "A Node library for Squoosh", "public": true, "main": "./build/index.js",