dsh-milestone 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/lib/client.js +1 -1
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -743,7 +743,7 @@ window.__ModuleLoader__.load({
|
|
|
743
743
|
//#endregion
|
|
744
744
|
//#region src/client/index.ts
|
|
745
745
|
/** Required services (cordis fiber inject). */
|
|
746
|
-
const inject = ["slots"];
|
|
746
|
+
const inject = ["slots", "sessions"];
|
|
747
747
|
/**
|
|
748
748
|
* Register the overlay and rail once their slot declarations are on the
|
|
749
749
|
* ledger. The overlay registers directly against the shipped shell.overlay
|
package/package.json
CHANGED