@lcap/nasl-translator
Advanced tools
Comparing version 3.9.0-beta.44 to 3.9.0-beta.45
@@ -58,3 +58,3 @@ "use strict"; | ||
state.position = shiftPosition(state.position, code); | ||
Object.assign(state, { rename: undefined }, options); // 优先 options | ||
Object.assign(state, options); // 优先 options | ||
return state; | ||
@@ -61,0 +61,0 @@ } |
{ | ||
"name": "@lcap/nasl-translator", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.9.0-beta.44", | ||
"version": "3.9.0-beta.45", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -18,5 +18,5 @@ "main": "./out", | ||
"@lcap/nasl-test-toolkit": "1.0.0", | ||
"@lcap/nasl-types": "3.9.0-beta.44", | ||
"@lcap/nasl-types": "3.9.0-beta.45", | ||
"@lcap/nasl-tsconfig": "1.0.1", | ||
"@lcap/nasl-utils": "3.9.0-beta.44" | ||
"@lcap/nasl-utils": "3.9.0-beta.45" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
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
25630
+ Added@lcap/nasl-types@3.9.0-beta.45(transitive)
+ Added@lcap/nasl-utils@3.9.0-beta.45(transitive)
- Removed@lcap/nasl-types@3.9.0-beta.44(transitive)
- Removed@lcap/nasl-utils@3.9.0-beta.44(transitive)