solid-ui 2.4.28-539c8029 → 2.4.28-6451e8ad

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
@@ -14115,37 +14115,13 @@ function _getKeyIfExists() {
14115
14115
  case 7:
14116
14116
  _context3.prev = 7;
14117
14117
  _context3.t0 = _context3["catch"](0);
14118
- if (!(_context3.t0.response.status === 404)) {
14119
- _context3.next = 24;
14120
- break;
14121
- }
14122
- debug.log('createIfNotExists: doc does NOT exist, will create... ' + keyUrl);
14123
- _context3.prev = 11;
14124
- _context3.next = 14;
14125
- return _solidLogic.store.fetcher.webOperation('PUT', keyUrl, {
14126
- data: '',
14127
- contentType: 'text/turtle'
14128
- });
14129
- case 14:
14130
- _context3.next = 20;
14131
- break;
14132
- case 16:
14133
- _context3.prev = 16;
14134
- _context3.t1 = _context3["catch"](11);
14135
- debug.log('createIfNotExists doc FAILED: ' + keyUrl + ': ' + _context3.t1);
14136
- throw _context3.t1;
14137
- case 20:
14138
- delete _solidLogic.store.fetcher.requested[keyUrl]; // delete cached 404 error
14139
- // debug.log('createIfNotExists doc created ok ' + doc)
14118
+ debug.error('createIfNotExists doc FAILED: ' + keyUrl + ': ' + _context3.t0);
14140
14119
  return _context3.abrupt("return", undefined);
14141
- case 24:
14142
- debug.log('createIfNotExists doc FAILED: ' + keyUrl + ': ' + _context3.t0);
14143
- throw _context3.t0;
14144
- case 26:
14120
+ case 11:
14145
14121
  case "end":
14146
14122
  return _context3.stop();
14147
14123
  }
14148
- }, _callee3, null, [[0, 7], [11, 16]]);
14124
+ }, _callee3, null, [[0, 7]]);
14149
14125
  }));
14150
14126
  return _getKeyIfExists.apply(this, arguments);
14151
14127
  }
@@ -14417,8 +14393,8 @@ Object.defineProperty(exports, "__esModule", ({
14417
14393
  }));
14418
14394
  exports.versionInfo = void 0;
14419
14395
  var versionInfo = {
14420
- buildTime: '2023-06-01T22:20:01Z',
14421
- commit: '539c8029c0da5058d0c83b806a486ff8e6465171',
14396
+ buildTime: '2023-06-03T00:02:35Z',
14397
+ commit: '6451e8ada62ed2eb5832bb4200891424b9b336bf',
14422
14398
  npmInfo: {
14423
14399
  'solid-ui': '2.4.28',
14424
14400
  npm: '8.19.4',