@putout/bundle 1.1.4 → 1.1.5

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/bundle/putout.js +2 -0
  2. package/package.json +1 -1
package/bundle/putout.js CHANGED
@@ -131017,6 +131017,8 @@ function putout(...a) {
131017
131017
  return putoutExports(...a);
131018
131018
  }
131019
131019
 
131020
+ const {assign} = Object;
131021
+
131020
131022
  assign(putout, {
131021
131023
  parse: putoutExports.parse,
131022
131024
  print: putoutExports.print,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/bundle",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "type": "module",
5
5
  "commitType": "colon",
6
6
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",