@node-minify/types 10.2.0 → 10.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @node-minify/types
2
2
 
3
+ ## 10.3.0
4
+
3
5
  ## 10.2.0
4
6
 
5
7
  ### Patch Changes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Rodolphe Stoclin
3
+ Copyright (c) 2011-2026 Rodolphe Stoclin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-minify/types",
3
- "version": "10.2.0",
3
+ "version": "10.3.0",
4
4
  "description": "types for @node-minify",
5
5
  "keywords": [
6
6
  "compressor",
package/src/types.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * node-minify
3
- * Copyright(c) 2011-2025 Rodolphe Stoclin
3
+ * Copyright (c) 2011-2026 Rodolphe Stoclin
4
4
  * MIT Licensed
5
5
  */
6
6
 
@@ -165,6 +165,12 @@ export type Settings<TOptions extends CompressorOptions = CompressorOptions> = {
165
165
  */
166
166
  buffer?: number;
167
167
 
168
+ /**
169
+ * Timeout for the compressor process (in milliseconds).
170
+ * If execution exceeds this limit, the process will be killed.
171
+ */
172
+ timeout?: number;
173
+
168
174
  /**
169
175
  * File type for compressors that support multiple types.
170
176
  * Required for YUI compressor.