Comparing version 0.8.57 to 0.8.58
@@ -8,6 +8,6 @@ | ||
declare global { | ||
export let __debug: boolean; | ||
var __debug: boolean; | ||
export function requestAnimationFrame(cb: (tm: number) => void): any; | ||
export function cancelAnimationFrame(timer: any): void; | ||
function requestAnimationFrame(cb: (tm: number) => void): any; | ||
function cancelAnimationFrame(timer: any): void; | ||
} | ||
@@ -14,0 +14,0 @@ |
@@ -88,3 +88,3 @@ { | ||
"name": "febs", | ||
"version": "0.8.57" | ||
"version": "0.8.58" | ||
} |
@@ -9,11 +9,11 @@ // Type definitions for febs | ||
*/ | ||
export let __debug: boolean; | ||
var __debug: boolean; | ||
/** | ||
* @desc: 当前所在行. | ||
*/ | ||
export const __line: number; | ||
var __line: number; | ||
/** | ||
* @desc: 当前所在列 | ||
*/ | ||
export const __column: number; | ||
var __column: number; | ||
} | ||
@@ -20,0 +20,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2614861