putout 30.3.0 → 30.3.1

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 +7 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2023.07.11, v30.3.1
2
+
3
+ feature:
4
+ - 2b2674bdd package: @putout/engine-processor v8.0.0
5
+ - ba1061c7e package: @putout/engine-loader v10.0.0
6
+ - 10f632bd4 package: nodemon v3.0.1
7
+
1
8
  2023.07.11, v30.3.0
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "30.3.0",
3
+ "version": "30.3.1",
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",
@@ -55,7 +55,7 @@
55
55
  "@putout/compare": "^11.0.0",
56
56
  "@putout/engine-loader": "^10.0.0",
57
57
  "@putout/engine-parser": "^7.0.0",
58
- "@putout/engine-processor": "^7.0.0",
58
+ "@putout/engine-processor": "^8.0.0",
59
59
  "@putout/engine-runner": "^17.0.0",
60
60
  "@putout/eslint": "^2.0.0",
61
61
  "@putout/formatter-codeframe": "^4.0.0",
@@ -215,7 +215,7 @@
215
215
  "madrun": "^9.0.0",
216
216
  "mock-require": "^3.0.2",
217
217
  "montag": "^1.2.1",
218
- "nodemon": "^2.0.1",
218
+ "nodemon": "^3.0.1",
219
219
  "pullout": "^4.0.0",
220
220
  "strip-ansi": "^7.0.0",
221
221
  "supertape": "^8.0.0"