@vived/sandbox 1.3.0 → 1.4.0
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types/Domain/makeSandboxDomain.d.ts.map +1 -1
- package/dist/types/SandboxConfig.d.ts +16 -0
- package/dist/types/SandboxConfig.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -922,7 +922,7 @@ class KI extends Ke {
|
|
|
922
922
|
this._state !== t && (this._state = t, this.notifyOnChange());
|
|
923
923
|
}
|
|
924
924
|
constructor(t) {
|
|
925
|
-
super(t, Ke.type), this.mockActivityID = "
|
|
925
|
+
super(t, Ke.type), this.mockActivityID = "93701ef1-ee94-4765-b27f-e1ddbee7c989", this.channelID = "93701ef1-ee94-4765-b27f-e1ddbee7c989", this.channelName = "Development Channel", this.memoizedStartInZSpace = new dn(!1, this.notifyOnChange), this.memoizedShowInspector = new dn(!1, this.notifyOnChange), this.memoizedBabylonInspectorSupported = new dn(!0, this.notifyOnChange), this.memoisedEnableDevFeatures = new dn(!0, this.notifyOnChange), this.memoizedIsDevMode = new dn(!0, this.notifyOnChange), this.devFeatures = [], this._state = zt.UNMOUNTED, this.app = wu(t), this.appObjects.registerSingleton(this);
|
|
926
926
|
}
|
|
927
927
|
}
|
|
928
928
|
function YI(e) {
|
|
@@ -8850,7 +8850,7 @@ function vx(e, t) {
|
|
|
8850
8850
|
return i.app.versions = [ui.FromString(t.version)], i.app.appAssetFolderURL = new URL(
|
|
8851
8851
|
"/assets/",
|
|
8852
8852
|
window.location.href
|
|
8853
|
-
).toString(), L7(t.persistentStates, n), rw(n, 1), T7(n, t.zSpaceSupported ?? !0), pN(n, "light"), n;
|
|
8853
|
+
).toString(), t.mockActivityID && (i.mockActivityID = t.mockActivityID), t.channelID && (i.channelID = t.channelID), t.channelName && (i.channelName = t.channelName), L7(t.persistentStates, n), rw(n, 1), T7(n, t.zSpaceSupported ?? !0), pN(n, "light"), n;
|
|
8854
8854
|
}
|
|
8855
8855
|
const At = II(C4());
|
|
8856
8856
|
function qi(e) {
|