File tree Expand file tree Collapse file tree 3 files changed +267
-257
lines changed
Expand file tree Collapse file tree 3 files changed +267
-257
lines changed Original file line number Diff line number Diff line change 4747 }
4848 },
4949 "dependencies" : {
50- "@casual-simulation/aux-common" : " ^1.0.25 " ,
51- "@casual-simulation/aux-vm" : " ^1.0.25 " ,
52- "@casual-simulation/aux-vm-browser" : " ^1.0.25 " ,
50+ "@casual-simulation/aux-common" : " ^1.2.19 " ,
51+ "@casual-simulation/aux-vm" : " ^1.2.19 " ,
52+ "@casual-simulation/aux-vm-browser" : " ^1.2.19 " ,
5353 "rxjs" : " ^6.5.5" ,
5454 "uuid" : " ^7.0.3"
5555 }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ async function start() {
2626 // The ID of the universe that we are going to load.
2727 // Because we're loading from a separate auxPlayer, we
2828 // have to include the full URL.
29- const universeID = 'https://auxplayer.com?auxUniverse =universeId' ;
29+ const universeID = 'https://auxplayer.com?story =universeId' ;
3030 link . href = universeID ;
3131
3232 // The configuration that tells the universe some information
You can’t perform that action at this time.
0 commit comments