@putout/bundle 4.6.1 → 4.6.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/bundle",
3
- "version": "4.6.1",
3
+ "version": "4.6.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout bundle suitable for Deno or Browsers",
@@ -29,7 +29,7 @@
29
29
  "coverage": "madrun coverage",
30
30
  "report": "madrun report",
31
31
  "wisdom": "madrun wisdom",
32
- "postpublish": "madrun postpublish",
32
+ "wisdom:done": "madrun wisdom:done",
33
33
  "build": "madrun build",
34
34
  "build:putout": "madrun build:putout",
35
35
  "build:putout:esm": "madrun build:putout:esm"