@putout/bundle 5.1.3 → 5.1.4

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.
@@ -122033,4 +122033,23 @@ const codeframe = ({source, error, highlightCode = true}) => {
122033
122033
  });
122034
122034
  };
122035
122035
 
122036
+ var exports$1 = /*#__PURE__*/Object.freeze({
122037
+ __proto__: null,
122038
+ codeframe: codeframe,
122039
+ findPlaces: findPlaces$1,
122040
+ findPlacesAsync: findPlacesAsync,
122041
+ generate: generate,
122042
+ operator: operator,
122043
+ parse: parse$3,
122044
+ print: print$1,
122045
+ putoutAsync: putoutAsync,
122046
+ template: template$6,
122047
+ transform: transform$1,
122048
+ transformAsync: transformAsync,
122049
+ traverse: traverse3$1,
122050
+ types: lib_exports$1
122051
+ });
122052
+
122053
+ Object.assign(putout, exports$1);
122054
+
122036
122055
  export { codeframe, putout as default, findPlaces$1 as findPlaces, findPlacesAsync, generate, operator, parse$3 as parse, print$1 as print, putout, putoutAsync, template$6 as template, transform$1 as transform, transformAsync, traverse3$1 as traverse, lib_exports$1 as types };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/bundle",
3
- "version": "5.1.3",
3
+ "version": "5.1.4",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout bundle suitable for Deno and Browsers",
@@ -63,7 +63,7 @@
63
63
  "hermes-parser": "^0.33.0",
64
64
  "madrun": "^12.0.0",
65
65
  "nodemon": "^3.0.1",
66
- "putout": "^41.5.2",
66
+ "putout": "^41.5.3",
67
67
  "rollup": "^4.24.2",
68
68
  "rollup-plugin-node-externals": "^8.0.0",
69
69
  "rollup-plugin-polyfill-node": "^0.13.0",