@lcap/nasl-utils
Advanced tools
Comparing version 3.10.2-beta.9 to 3.11.0-beta.1
@@ -17,3 +17,3 @@ "use strict"; | ||
super(init, options); | ||
this._name = String(name).replace(/\//g, ":"); | ||
this._name = String(name); | ||
this._lastModified = options.lastModified ?? Date.now(); | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "@lcap/nasl-utils", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.10.2-beta.9", | ||
"version": "3.11.0-beta.1", | ||
"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.2-beta.9" | ||
"@lcap/nasl-types": "3.11.0-beta.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
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
131334
+ Added@lcap/nasl-types@3.11.0-beta.1(transitive)
- Removed@lcap/nasl-types@3.10.2-beta.9(transitive)