putout 40.4.1 → 40.4.2

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 CHANGED
@@ -1,3 +1,9 @@
1
+ 2025.07.23, v40.4.2
2
+
3
+ feature:
4
+ - d9035f6d6 putout: spec: match ts
5
+ - b66d1b1c8 @putout/plugin-remove-unused-variables: TSModuleBlock
6
+
1
7
  2025.07.22, v40.4.1
2
8
 
3
9
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.4.1",
3
+ "version": "40.4.2",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
package/putout.json CHANGED
@@ -129,7 +129,7 @@
129
129
  "remove-console": "off",
130
130
  "esm/remove-empty-import": "off"
131
131
  },
132
- "{test,*.spec.{js,mjs,cjs}}": {
132
+ "{test,*.spec.{js,mjs,cjs,ts}}": {
133
133
  "tape": "on"
134
134
  },
135
135
  "*.mjs": {