@muze-nl/jsfs-solid 0.1.4 → 0.1.5
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 +1 -0
- package/dist/browser.js.map +2 -2
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +2 -2
- package/package.json +1 -1
- package/package.json~ +2 -2
- package/src/SolidAdapter.js +1 -0
package/dist/browser.js
CHANGED
|
@@ -14709,6 +14709,7 @@
|
|
|
14709
14709
|
#client;
|
|
14710
14710
|
#path;
|
|
14711
14711
|
constructor(metroClient, path = "/", solidConfiguration = {}) {
|
|
14712
|
+
super(metroClient, path);
|
|
14712
14713
|
this.#client = client(metroClient).with(browser_default.oidcmw(solidConfiguration)).with(src_default3(solidConfiguration));
|
|
14713
14714
|
this.#path = new Path(path);
|
|
14714
14715
|
}
|