mol_plot_all 1.2.827 → 1.2.828

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.827",
3
+ "version": "1.2.828",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -3008,9 +3008,9 @@ var $;
3008
3008
  native.persist().then(actual => {
3009
3009
  setTimeout(() => this.persisted(actual, 'cache'), 5000);
3010
3010
  if (actual)
3011
- this.$.$mol_log3_rise({ place: this, message: `Persist` });
3011
+ this.$.$mol_log3_rise({ place: `$mol_storage`, message: `Persist: Yes` });
3012
3012
  else
3013
- this.$.$mol_log3_fail({ place: this, message: `Non persist` });
3013
+ this.$.$mol_log3_fail({ place: `$mol_storage`, message: `Persist: No` });
3014
3014
  });
3015
3015
  }
3016
3016
  return next ?? $mol_wire_sync(native).persisted();