Skip to content

Commit ee1510c

Browse files
committed
- Added support for scene-graph-id variable for Launcher Template
1 parent 25ad3fb commit ee1510c

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

plattar-web/elements/launcher-element.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ class LauncherElement extends BaseElement {
5050
{
5151
key: "show-ar-banner",
5252
map: "show_ar_banner"
53+
},
54+
{
55+
key: "scene-graph-id",
56+
map: "scene_graph_id"
5357
}
5458
];
5559
}

plattar-web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"@plattar/context-messenger": "^1.153.3"
4343
},
4444
"devDependencies": {
45-
"@babel/cli": "^7.25.9",
46-
"@babel/core": "^7.26.0",
47-
"@babel/preset-env": "^7.26.0",
45+
"@babel/cli": "^7.26.4",
46+
"@babel/core": "^7.26.9",
47+
"@babel/preset-env": "^7.26.9",
4848
"browserify": "^17.0.1",
4949
"uglify-js": "^3.19.3"
5050
}

0 commit comments

Comments
 (0)