redput 2.6.0 → 2.7.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 CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.01.01, v2.7.0
2
+
3
+ feature:
4
+ - 2b5d2c9 template: plugin: get rid of printer
5
+
1
6
  2024.12.28, v2.6.0
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -2,7 +2,6 @@ const {createTest} = require('@putout/test');
2
2
  const plugin = require('{{ importPath }}');
3
3
 
4
4
  const test = createTest(__dirname, {
5
- printer: 'putout',
6
5
  plugins: [
7
6
  ['{{ name }}', plugin],
8
7
  ],