@basthon/gui-base 0.60.3 → 0.60.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
@@ -191,7 +191,7 @@ export declare class GUIBase {
191
191
  /**
192
192
  * Share content via URL.
193
193
  */
194
- protected share(): Promise<void>;
194
+ share(): Promise<void>;
195
195
  /**
196
196
  * Opening file (async) and load its content.
197
197
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basthon/gui-base",
3
- "version": "0.60.3",
3
+ "version": "0.60.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.60.3",
29
- "@basthon/kernel-base": "0.60.3",
30
- "@basthon/kernel-loader": "0.60.3",
28
+ "@basthon/checkpoints": "0.60.5",
29
+ "@basthon/kernel-base": "0.60.5",
30
+ "@basthon/kernel-loader": "0.60.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": "f1521bed7826b7ec3c1d3a746c5e2de6adf1368d"
44
+ "gitHead": "5c170ef0b569ee58d29d70dafd7cf091f314e743"
45
45
  }