@basthon/gui-base 0.41.4 → 0.41.5

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.d.ts +1 -1
  2. package/package.json +5 -5
package/lib/main.d.ts CHANGED
@@ -181,7 +181,7 @@ export declare class GUIBase {
181
181
  /**
182
182
  * Download content to file.
183
183
  */
184
- download(filename: string): void;
184
+ download(filename?: string): void;
185
185
  /**
186
186
  * Copy a text to clipboard.
187
187
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basthon/gui-base",
3
- "version": "0.41.4",
3
+ "version": "0.41.5",
4
4
  "description": "Basthon - Base GUI",
5
5
  "homepage": "https://basthon.fr",
6
6
  "bugs": {
@@ -25,9 +25,9 @@
25
25
  "clean": "rm -rf lib/"
26
26
  },
27
27
  "dependencies": {
28
- "@basthon/checkpoints": "^0.41.4",
29
- "@basthon/kernel-base": "^0.41.4",
30
- "@basthon/kernel-loader": "^0.41.4",
28
+ "@basthon/checkpoints": "^0.41.5",
29
+ "@basthon/kernel-base": "^0.41.5",
30
+ "@basthon/kernel-loader": "^0.41.5",
31
31
  "js-base64": "^3.7.2",
32
32
  "pako": "^2.0.4",
33
33
  "promise-delegate": "^1.0.1"
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "1407ac3233c5e73aca3c5acd1b47c780f169873c"
44
+ "gitHead": "077946ce25c4cb4f813829b981e2c25e492b5166"
45
45
  }