microboard-ui-temp 0.1.105 → 0.1.106

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/spa.js +0 -1
  2. package/package.json +1 -1
package/dist/spa.js CHANGED
@@ -449544,7 +449544,6 @@ window.enableTemplateCreating = false;
449544
449544
  window.enableDiagrams = false;
449545
449545
  window.enableVideos = true;
449546
449546
  window.enableGames = true;
449547
- window.microboardFrontendConfig.apiURL = "testurl";
449548
449547
  async function initializeApp() {
449549
449548
  await initInter();
449550
449549
  window.app = createApp();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.105",
3
+ "version": "0.1.106",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",