goldstein 5.19.0 → 5.19.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 +5 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2024.12.10, v5.19.1
2
+
3
+ feature:
4
+ - dd22ac9 goldstein: @putout/printer v11.0.0
5
+
1
6
  2024.10.27, v5.19.0
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstein",
3
- "version": "5.19.0",
3
+ "version": "5.19.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "JavaScript with no limits",
@@ -30,7 +30,7 @@
30
30
  "@putout/plugin-declare": "^4.0.0",
31
31
  "@putout/plugin-logical-expressions": "^6.0.0",
32
32
  "@putout/plugin-try-catch": "^4.0.0",
33
- "@putout/printer": "^10.0.1",
33
+ "@putout/printer": "^11.0.0",
34
34
  "acorn": "^8.7.1",
35
35
  "acorn-typescript": "^1.4.13",
36
36
  "estree-to-babel": "^10.0.0",