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