redput 2.2.0 → 2.2.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.
Files changed (2) hide show
  1. package/ChangeLog +13 -0
  2. package/package.json +6 -6
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2024.02.19, v2.2.2
2
+
3
+ feature:
4
+ - 99e0eb8 redput: @putout/plugin-nodejs v11.0.0
5
+ - 4c1db17 redput: @putout/test v9.0.1
6
+ - 55f6303 redput: supertape v10.1.0
7
+ - 1ccb7e7 redput: @putout/plugin-declare v3.0.0
8
+
9
+ 2024.01.19, v2.2.1
10
+
11
+ feature:
12
+ - 3fb1002 redput: putout v35.0.0
13
+
1
14
  2024.01.09, v2.2.0
2
15
 
3
16
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -58,19 +58,19 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@putout/plugin-convert-esm-to-commonjs": "^6.0.0",
61
- "@putout/plugin-declare": "^2.0.1",
62
- "@putout/plugin-nodejs": "^10.3.0",
61
+ "@putout/plugin-declare": "^3.0.0",
62
+ "@putout/plugin-nodejs": "^11.0.0",
63
63
  "@putout/plugin-putout": "^18.0.0",
64
64
  "@putout/plugin-remove-unused-variables": "^8.0.0",
65
65
  "node-fetch": "^3.3.2",
66
66
  "octokit": "^3.1.0",
67
- "putout": "^34.0.0",
67
+ "putout": "^35.0.0",
68
68
  "rendy": "^4.1.3",
69
69
  "try-catch": "^3.0.1",
70
70
  "try-to-catch": "^3.0.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@putout/test": "^8.0.0",
73
+ "@putout/test": "^9.0.1",
74
74
  "c8": "^9.0.0",
75
75
  "escover": "^4.0.1",
76
76
  "eslint": "^8.0.0",
@@ -79,7 +79,7 @@
79
79
  "madrun": "^10.0.0",
80
80
  "montag": "^1.2.1",
81
81
  "nodemon": "^3.0.1",
82
- "supertape": "^9.0.0"
82
+ "supertape": "^10.1.0"
83
83
  },
84
84
  "publishConfig": {
85
85
  "access": "public"