Comparing version 8.1.0 to 8.2.0
@@ -8,2 +8,8 @@ # Changelog | ||
## [8.2.0] - 2024-10-19 | ||
### Added | ||
- Support for Node.js 22. | ||
## [8.1.0] - 2024-07-15 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "gzipper", | ||
"version": "8.1.0", | ||
"version": "8.2.0", | ||
"description": "CLI for compressing files.", | ||
@@ -31,15 +31,15 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@eslint/js": "^9.4.0", | ||
"@eslint/js": "^9.13.0", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/node": "^20.14.8", | ||
"@types/node": "^22.7.7", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^9.4.0", | ||
"eslint": "^9.13.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-vitest": "^0.5.4", | ||
"prettier": "^3.3.2", | ||
"rimraf": "^5.0.7", | ||
"tsx": "^4.15.7", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.14.1", | ||
"vitest": "^1.3.0" | ||
"prettier": "^3.3.3", | ||
"rimraf": "^6.0.1", | ||
"tsx": "^4.19.1", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "^8.10.0", | ||
"vitest": "^2.1.3" | ||
}, | ||
@@ -52,3 +52,3 @@ "engines": { | ||
"commander": "^12.1.0", | ||
"simple-zstd": "^1.4.0" | ||
"simple-zstd": "^1.4.2" | ||
}, | ||
@@ -55,0 +55,0 @@ "packageManager": "pnpm@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019", |
# Gzipper | ||
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine) | ||
[![Build Status](https://github.com/gios/gzipper/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/gios/gzipper/actions) | ||
[![Build Status](https://github.com/gios/gzipper/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/gios/gzipper/actions) | ||
[![npm version](https://badge.fury.io/js/gzipper.svg)](https://badge.fury.io/js/gzipper) | ||
@@ -295,3 +295,3 @@ | ||
Compression extensions `br`, `gz`, `zz` and `zst` are | ||
[excluded by default](https://github.com/gios/gzipper/blob/master/src/enums.ts#L9). | ||
[excluded by default](https://github.com/gios/gzipper/blob/main/src/enums.ts#L9). | ||
@@ -298,0 +298,0 @@ #### `-i`, `--include <extensions>` |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import { Logger } from './logger/Logger.js'; | ||
@@ -3,0 +2,0 @@ export declare class Index { |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import zlib from 'node:zlib'; | ||
@@ -3,0 +2,0 @@ import { Compression } from './Compression.js'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import stream from 'stream'; | ||
@@ -3,0 +2,0 @@ import { CompressOptions, CompressionOptions } from '../interfaces.js'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import zlib from 'node:zlib'; | ||
@@ -3,0 +2,0 @@ import { Compression } from './Compression.js'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import zlib from 'node:zlib'; | ||
@@ -3,0 +2,0 @@ import { Compression } from './Compression.js'; |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" resolution-mode="require"/> | ||
import { Transform, TransformCallback } from 'node:stream'; | ||
@@ -4,0 +2,0 @@ import { ZopfliOptions } from '../interfaces.js'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import stream from 'node:stream'; | ||
@@ -3,0 +2,0 @@ import { Compression } from './Compression.js'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
/** | ||
@@ -3,0 +2,0 @@ * Create folders by path. |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import zlib from 'node:zlib'; | ||
@@ -3,0 +2,0 @@ import { BrotliCompression } from './compressions/Brotli.js'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179754
1707
Updatedsimple-zstd@^1.4.2