mol_dump_lib 0.0.162 → 0.0.163

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_dump_lib",
3
- "version": "0.0.162",
3
+ "version": "0.0.163",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -4670,9 +4670,9 @@ var $;
4670
4670
  native.persist().then(actual => {
4671
4671
  setTimeout(() => this.persisted(actual, 'cache'), 5000);
4672
4672
  if (actual)
4673
- this.$.$mol_log3_rise({ place: this, message: `Persist` });
4673
+ this.$.$mol_log3_rise({ place: `$mol_storage`, message: `Persist: Yes` });
4674
4674
  else
4675
- this.$.$mol_log3_fail({ place: this, message: `Non persist` });
4675
+ this.$.$mol_log3_fail({ place: `$mol_storage`, message: `Persist: No` });
4676
4676
  });
4677
4677
  }
4678
4678
  return next ?? $mol_wire_sync(native).persisted();