@basthon/gui-base 0.37.1 → 0.37.2

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/lib/main.js +1 -1
  2. package/package.json +4 -4
package/lib/main.js CHANGED
@@ -12,7 +12,7 @@ export class GUIBase {
12
12
  this._language = language;
13
13
  this._loader = new KernelLoader(kernelRootPath, language);
14
14
  // loading Basthon (errors are fatal)
15
- this._loader.showLoader("Chargement de Basthon...", false);
15
+ this._loader.showLoader("Chargement de Basthon...", false, false);
16
16
  }
17
17
  /**
18
18
  * Language getter.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basthon/gui-base",
3
- "version": "0.37.1",
3
+ "version": "0.37.2",
4
4
  "description": "Basthon - Base GUI",
5
5
  "homepage": "https://basthon.fr",
6
6
  "bugs": {
@@ -25,8 +25,8 @@
25
25
  "clean": "rm -rf lib/"
26
26
  },
27
27
  "dependencies": {
28
- "@basthon/kernel-base": "^0.37.1",
29
- "@basthon/kernel-loader": "^0.37.1",
28
+ "@basthon/kernel-base": "^0.37.2",
29
+ "@basthon/kernel-loader": "^0.37.2",
30
30
  "js-base64": "^3.7.2",
31
31
  "pako": "^2.0.4",
32
32
  "promise-delegate": "^1.0.1"
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "e96962e6c2ff24f205c3c8d6f92f133181890ab1"
43
+ "gitHead": "21ef9a596b7e9c098a2b72ddd406cbb50577adb0"
44
44
  }