putout 35.8.0 → 35.8.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 +10 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2024.04.06, v35.8.1
2
+
3
+ feature:
4
+ - bcaec6bcb putout: @putout/plugin-convert-template-to-string v2.0.0
5
+ - 199832c0a @putout/operate: setLiteralValue: improve generate of raw
6
+ - 99fe7082a @putout/plugin-convert-template-to-string: drop support of node < 18
7
+ - 189245f9d @putout/plugin-convert-template-to-string: exclude: TaggedTemplateExpression
8
+ - 028f7c93c @putout/engine-parser: template: extractExpression: add support of TSExternalModuleReference
9
+ - d84c40b94 @putout/plugin-typescript: convert-esm-to-commonjs: add
10
+
1
11
  2024.04.06, v35.8.0
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.8.0",
3
+ "version": "35.8.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",
@@ -105,7 +105,7 @@
105
105
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
106
106
  "@putout/plugin-convert-optional-to-logical": "^3.0.0",
107
107
  "@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
108
- "@putout/plugin-convert-template-to-string": "^1.0.0",
108
+ "@putout/plugin-convert-template-to-string": "^2.0.0",
109
109
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
110
110
  "@putout/plugin-declare": "^3.0.0",
111
111
  "@putout/plugin-declare-before-reference": "^3.0.0",