@lcap/nasl-types
Advanced tools
Comparing version 3.9.0-beta.25 to 3.9.0-beta.26
@@ -115,3 +115,3 @@ import { Symbol } from './symbol'; | ||
/** 模块数据 */ | ||
export interface ModuleData extends Pick<Module, 'lastModifyTime' | 'signature'> { | ||
export interface ModuleData extends Pick<Module, 'lastModifyTime' | 'isLastSignature' | 'signature'> { | ||
node: string; | ||
@@ -118,0 +118,0 @@ count: number; |
{ | ||
"name": "@lcap/nasl-types", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.9.0-beta.25", | ||
"version": "3.9.0-beta.26", | ||
"main": "./out", | ||
@@ -6,0 +6,0 @@ "types": "./out", |
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
226227