solid-ui 2.4.28-89c74e3e → 2.4.28-97b9e306

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/dist/solid-ui.js CHANGED
@@ -4861,7 +4861,7 @@ function _renderMessageRow() {
4861
4861
  thread = _solidLogic.store.any(null, ns.sioc('has_member'), message);
4862
4862
  }
4863
4863
  // get signature
4864
- signature = _solidLogic.store.any(msgId, $rdf.sym("".concat(_signature.SEC, "proofValue"))); // set message object
4864
+ signature = _solidLogic.store.any(msgId, $rdf.sym("".concat(_signature.SEC, "proofValue"))); // set proof message object
4865
4865
  msg = (0, _signature.getBlankMsg)();
4866
4866
  msg.id = msgId.uri;
4867
4867
  msg.created = _solidLogic.store.any(msgId, ns.dct('created')).value;
@@ -14440,8 +14440,8 @@ Object.defineProperty(exports, "__esModule", ({
14440
14440
  }));
14441
14441
  exports.versionInfo = void 0;
14442
14442
  var versionInfo = {
14443
- buildTime: '2023-05-30T18:12:34Z',
14444
- commit: '89c74e3ea1fc4a7c68d681e1d60af9bdaf652f13',
14443
+ buildTime: '2023-05-31T16:12:19Z',
14444
+ commit: '97b9e3063e9426c58090ac40c6102bf32d4f531c',
14445
14445
  npmInfo: {
14446
14446
  'solid-ui': '2.4.28',
14447
14447
  npm: '8.19.4',