@lcap/nasl-utils
Advanced tools
Comparing version 3.10.4-rc.9 to 3.10.4-rc.10
@@ -21,2 +21,5 @@ /** 时间分片控制器 */ | ||
private lowResourceFrame; | ||
private groupList; | ||
private frameList; | ||
private asyncList; | ||
/** 帧数据 */ | ||
@@ -30,5 +33,2 @@ private readonly frame; | ||
private readonly performance; | ||
private groupList; | ||
private frameList; | ||
private asyncList; | ||
/** 任务增长系数 */ | ||
@@ -35,0 +35,0 @@ private increaseRatio; |
@@ -30,2 +30,7 @@ "use strict"; | ||
this.lowResourceFrame = 0; | ||
/// #if process.env.NODE_ENV === 'development' | ||
this.groupList = []; | ||
this.frameList = []; | ||
this.asyncList = []; | ||
/// #endif | ||
/** 帧数据 */ | ||
@@ -55,8 +60,3 @@ this.frame = { | ||
this.performance = new performance_1.Performance(this.id); | ||
/// #if process.env.NODE_ENV === 'development' | ||
this.groupList = []; | ||
this.frameList = []; | ||
this.asyncList = []; | ||
} | ||
/// #endif | ||
/** 任务增长系数 */ | ||
@@ -63,0 +63,0 @@ increaseRatio(now) { |
{ | ||
"name": "@lcap/nasl-utils", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.10.4-rc.9", | ||
"version": "3.10.4-rc.10", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -21,8 +21,8 @@ "main": "./out", | ||
"typescript": "5.4.4", | ||
"@lcap/nasl-tsconfig": "1.0.1", | ||
"@lcap/nasl-test-toolkit": "1.0.0" | ||
"@lcap/nasl-test-toolkit": "1.0.0", | ||
"@lcap/nasl-tsconfig": "1.0.1" | ||
}, | ||
"dependencies": { | ||
"uuid": "8.3.2", | ||
"@lcap/nasl-types": "3.10.4-rc.9" | ||
"@lcap/nasl-types": "3.10.4-rc.10" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
131618
+ Added@lcap/nasl-types@3.10.4-rc.10(transitive)
- Removed@lcap/nasl-types@3.10.4-rc.9(transitive)