@muze-nl/jsfs-solid 0.3.0 → 0.3.1

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/browser.js CHANGED
@@ -15429,6 +15429,14 @@
15429
15429
  }
15430
15430
  );
15431
15431
  }
15432
+
15433
+ // src/browser.js
15434
+ var browser_default3 = {
15435
+ adapter: SolidAdapter,
15436
+ client: solidClient
15437
+ };
15438
+ globalThis.solidClient = solidClient;
15439
+ globalThis.SolidAdapter = SolidAdapter;
15432
15440
  })();
15433
15441
  /*! Bundled license information:
15434
15442