goldstein 5.22.1 → 5.23.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.12, v5.23.0
2
+
3
+ feature:
4
+ - d4a789a goldstein: @putout/printer v12.0.0
5
+
1
6
  2024.12.22, v5.22.1
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstein",
3
- "version": "5.22.1",
3
+ "version": "5.23.0",
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": "^7.0.0",
32
32
  "@putout/plugin-try-catch": "^4.0.0",
33
- "@putout/printer": "^11.0.0",
33
+ "@putout/printer": "^12.0.0",
34
34
  "acorn": "^8.7.1",
35
35
  "acorn-typescript": "^1.4.13",
36
36
  "estree-to-babel": "^10.0.0",
@@ -86,4 +86,3 @@ function isNewLine(code) {
86
86
  || code === 0x2028
87
87
  || code === 0x2029;
88
88
  }
89
-