solid-logic 3.1.1-cfdb831 → 3.1.1-ecb4985

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.
@@ -731,6 +731,13 @@ __webpack_require__.r(__webpack_exports__);
731
731
  // EXPORTS
732
732
  __webpack_require__.d(__webpack_exports__, {
733
733
  ACL_LINK: () => (/* reexport */ ACL_LINK),
734
+ CrossOriginForbiddenError: () => (/* reexport */ CrossOriginForbiddenError),
735
+ FetchError: () => (/* reexport */ FetchError),
736
+ NotEditableError: () => (/* reexport */ NotEditableError),
737
+ NotFoundError: () => (/* reexport */ NotFoundError),
738
+ SameOriginForbiddenError: () => (/* reexport */ SameOriginForbiddenError),
739
+ UnauthorizedError: () => (/* reexport */ UnauthorizedError),
740
+ WebOperationError: () => (/* reexport */ WebOperationError),
734
741
  appContext: () => (/* reexport */ appContext),
735
742
  authSession: () => (/* binding */ src_authSession),
736
743
  authn: () => (/* binding */ authn),
@@ -6729,7 +6736,7 @@ class CrossOriginForbiddenError extends CustomError {
6729
6736
  }
6730
6737
  class SameOriginForbiddenError extends CustomError {
6731
6738
  }
6732
- class NotFoundError extends (/* unused pure expression or super */ null && (CustomError)) {
6739
+ class NotFoundError extends CustomError {
6733
6740
  }
6734
6741
  class NotEditableError extends CustomError {
6735
6742
  }
@@ -7387,6 +7394,7 @@ const store = solidLogicSingleton.store;
7387
7394
 
7388
7395
 
7389
7396
 
7397
+
7390
7398
  })();
7391
7399
 
7392
7400
  /******/ return __webpack_exports__;