solid-ui 2.4.28-89c74e3e → 2.4.28-a414b470
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 +3 -3
- package/dist/solid-ui.js.map +1 -1
- package/dist/solid-ui.min.js +1 -1
- package/dist/solid-ui.min.js.map +1 -1
- package/lib/chat/message.js +1 -1
- package/lib/chat/message.js.map +1 -1
- package/lib/chat/thread.js +226 -159
- package/lib/chat/thread.js.map +1 -1
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/package.json +1 -1
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-
|
|
14444
|
-
commit: '
|
|
14443
|
+
buildTime: '2023-05-31T16:12:20Z',
|
|
14444
|
+
commit: 'a414b470667e6a4fec9865625b7724e091f58482',
|
|
14445
14445
|
npmInfo: {
|
|
14446
14446
|
'solid-ui': '2.4.28',
|
|
14447
14447
|
npm: '8.19.4',
|