@putout/bundler 1.0.1 → 1.0.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.
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2024.02.19, v1.0.2
2
+
3
+ fix:
4
+ - 1cb74fe export: bundler -> bundle
5
+
1
6
  2024.02.19, v1.0.1
2
7
 
3
8
  fix:
package/lib/bundler.js CHANGED
@@ -19,7 +19,7 @@ const [, readAllFiles] = pluginFilesystem.rules['read-all-files'];
19
19
 
20
20
  const getMessage = (a) => a.message;
21
21
 
22
- export const bundler = (from, entry, filesystem, {
22
+ export const bundle = (from, entry, filesystem, {
23
23
  progress = createProgress(),
24
24
  branch = originalBranch,
25
25
  merge = originalMerge,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/bundler",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",