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.
@@ -9866,6 +9866,13 @@ __webpack_require__.r(__webpack_exports__);
9866
9866
  // EXPORTS
9867
9867
  __webpack_require__.d(__webpack_exports__, {
9868
9868
  ACL_LINK: () => (/* reexport */ ACL_LINK),
9869
+ CrossOriginForbiddenError: () => (/* reexport */ CrossOriginForbiddenError),
9870
+ FetchError: () => (/* reexport */ FetchError),
9871
+ NotEditableError: () => (/* reexport */ NotEditableError),
9872
+ NotFoundError: () => (/* reexport */ NotFoundError),
9873
+ SameOriginForbiddenError: () => (/* reexport */ SameOriginForbiddenError),
9874
+ UnauthorizedError: () => (/* reexport */ UnauthorizedError),
9875
+ WebOperationError: () => (/* reexport */ WebOperationError),
9869
9876
  appContext: () => (/* reexport */ appContext),
9870
9877
  authSession: () => (/* binding */ src_authSession),
9871
9878
  authn: () => (/* binding */ authn),
@@ -29550,7 +29557,7 @@ class CrossOriginForbiddenError extends CustomError {
29550
29557
  }
29551
29558
  class SameOriginForbiddenError extends CustomError {
29552
29559
  }
29553
- class NotFoundError extends (/* unused pure expression or super */ null && (CustomError)) {
29560
+ class NotFoundError extends CustomError {
29554
29561
  }
29555
29562
  class NotEditableError extends CustomError {
29556
29563
  }
@@ -30208,6 +30215,7 @@ const store = solidLogicSingleton.store;
30208
30215
 
30209
30216
 
30210
30217
 
30218
+
30211
30219
  })();
30212
30220
 
30213
30221
  /******/ return __webpack_exports__;