Skip to content

Commit 4cd4ea2

Browse files
committed
feat: Update for CasualOS v1.2.19 and later
1 parent f0aacf7 commit 4cd4ea2

File tree

3 files changed

+267
-257
lines changed

3 files changed

+267
-257
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
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
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)