@basthon/kernel-base 0.73.8 → 0.75.0

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.
package/lib/kernel.d.ts CHANGED
@@ -113,7 +113,7 @@ export declare class KernelBase {
113
113
  * Downloading data (bytes array or data URL) as filename
114
114
  * (opening browser dialog).
115
115
  */
116
- download(data: Uint8Array | string, filename: string): void;
116
+ download(data: Uint8Array<ArrayBuffer> | string, filename: string): void;
117
117
  /**
118
118
  * Wrapper around document.dispatchEvent.
119
119
  * It adds the 'basthon.' prefix to each event name and
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "0.73.8";
1
+ export declare const VERSION = "0.75.0";
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "0.73.8";
1
+ export const VERSION = "0.75.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basthon/kernel-base",
3
- "version": "0.73.8",
3
+ "version": "0.75.0",
4
4
  "description": "Basthon - Base Kernel",
5
5
  "homepage": "https://basthon.fr",
6
6
  "bugs": {
@@ -43,10 +43,10 @@
43
43
  "@types/crypto-js": "^4.2.2",
44
44
  "json": "^11.0.0",
45
45
  "rimraf": "^6.0.1",
46
- "typescript": "^5.7.2"
46
+ "typescript": "^5.9.2"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "0a72c8cddd57b6a936c81e89ed589c48bc298b60"
51
+ "gitHead": "d93393d0fcd5b971fe81532189601a0e99e2b797"
52
52
  }