mam 1.11.458 → 1.11.459

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/node.audit.js CHANGED
@@ -1 +1,2 @@
1
- console.info( '%c $mol_build ▫ Audit passed', 'color:forestgreen; font-weight:bolder' )
1
+ console.info( '%c place: $mol_build
2
+ message: Audit passed', 'color:forestgreen; font-weight:bolder' )
package/node.js CHANGED
@@ -6374,7 +6374,7 @@ var $;
6374
6374
  target.text(`console.error(${JSON.stringify(error.stack)})`);
6375
6375
  $mol_fail_hidden(error);
6376
6376
  }
6377
- target.text(`console.info( '%c $mol_build Audit passed', 'color:forestgreen; font-weight:bolder' )`);
6377
+ target.text(`console.info( '%c place: $mol_build\nmessage: Audit passed', 'color:forestgreen; font-weight:bolder' )`);
6378
6378
  return [target];
6379
6379
  }
6380
6380
  bundle_test_js([path, exclude, bundle]) {