@things-factory/shell 6.0.49 → 6.0.58

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "Things Factory",
3
- "short_name": "Things Factory",
3
+ "short_name": "Factory",
4
4
  "description": "Things Factory",
5
5
  "icons": [
6
6
  {
@@ -18,4 +18,4 @@
18
18
  "display": "standalone",
19
19
  "theme_color": "#3f51b5",
20
20
  "background_color": "#3f51b5"
21
- }
21
+ }
@@ -41,10 +41,12 @@ export const provider = new ReferenceMap(
41
41
  // s.app.baseUrl = undefined;
42
42
  }
43
43
 
44
- resolve(scene, {
45
- ...board,
46
- model
47
- })
44
+ resolve(scene)
45
+
46
+ // resolve(scene, {
47
+ // ...board,
48
+ // model
49
+ // })
48
50
  } catch (e) {
49
51
  error(e)
50
52
  reject(e)