microboard-ui-temp 0.1.68 → 0.1.69

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -448710,7 +448710,7 @@ function createApp(isHistory = true) {
448710
448710
  async function openBoard(id3, accessKey) {
448711
448711
  if (id3 === "welcome") {
448712
448712
  const welcomeBoard = new Board("welcome");
448713
- pasteWelcomeBoardData(board, conf.i18n.language);
448713
+ pasteWelcomeBoardData(welcomeBoard, conf.i18n.language);
448714
448714
  subscriptions.setBoard(welcomeBoard);
448715
448715
  boardSubject.publish(welcomeBoard);
448716
448716
  board = welcomeBoard;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.68",
3
+ "version": "0.1.69",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",