microboard-ui-temp 0.1.71 → 0.1.73

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -448718,6 +448718,8 @@ function createApp(isHistory = true) {
448718
448718
  subscriptions.setBoard(welcomeBoard);
448719
448719
  boardSubject.publish(welcomeBoard);
448720
448720
  board = welcomeBoard;
448721
+ board.setInterfaceType("edit");
448722
+ await connectBoard(board);
448721
448723
  return;
448722
448724
  }
448723
448725
  const appBoard = app.getBoard();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.71",
3
+ "version": "0.1.73",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",