solid-ui 2.4.27-12e3adbd → 2.4.27-15b7da3f
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 +5 -5
- 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/keys.js +3 -3
- package/lib/chat/keys.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
|
@@ -4176,7 +4176,7 @@ function _getPrivateKey() {
|
|
|
4176
4176
|
}));
|
|
4177
4177
|
return _getPrivateKey.apply(this, arguments);
|
|
4178
4178
|
}
|
|
4179
|
-
var
|
|
4179
|
+
var deleteKeyAcl = /*#__PURE__*/function () {
|
|
4180
4180
|
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(keyDoc) {
|
|
4181
4181
|
var keyAclDoc, response;
|
|
4182
4182
|
return _regenerator["default"].wrap(function _callee$(_context) {
|
|
@@ -4215,7 +4215,7 @@ var deleteKey = /*#__PURE__*/function () {
|
|
|
4215
4215
|
}
|
|
4216
4216
|
}, _callee, null, [[4, 11]]);
|
|
4217
4217
|
}));
|
|
4218
|
-
return function
|
|
4218
|
+
return function deleteKeyAcl(_x3) {
|
|
4219
4219
|
return _ref.apply(this, arguments);
|
|
4220
4220
|
};
|
|
4221
4221
|
}();
|
|
@@ -4237,7 +4237,7 @@ function _saveKey() {
|
|
|
4237
4237
|
while (1) switch (_context4.prev = _context4.next) {
|
|
4238
4238
|
case 0:
|
|
4239
4239
|
_context4.next = 2;
|
|
4240
|
-
return
|
|
4240
|
+
return deleteKeyAcl(keyDoc);
|
|
4241
4241
|
case 2:
|
|
4242
4242
|
_context4.next = 4;
|
|
4243
4243
|
return _solidLogic.store.updater.updateMany(del, add);
|
|
@@ -13705,8 +13705,8 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
13705
13705
|
}));
|
|
13706
13706
|
exports.versionInfo = void 0;
|
|
13707
13707
|
var versionInfo = {
|
|
13708
|
-
buildTime: '2023-05-
|
|
13709
|
-
commit: '
|
|
13708
|
+
buildTime: '2023-05-18T16:10:49Z',
|
|
13709
|
+
commit: '15b7da3f761bc8a382b2e90afde35003408fe5bf',
|
|
13710
13710
|
npmInfo: {
|
|
13711
13711
|
'solid-ui': '2.4.27',
|
|
13712
13712
|
npm: '8.19.4',
|