@lcap/nasl-translator
Advanced tools
Comparing version 3.11.2-beta.5 to 3.12.0-alpha.fix-type-1
@@ -114,3 +114,3 @@ "use strict"; | ||
function textualNamespace(name) { | ||
return name?.replace(/\./g, '::'); | ||
return name.replace(/\./g, '::'); | ||
} | ||
@@ -117,0 +117,0 @@ exports.textualNamespace = textualNamespace; |
{ | ||
"name": "@lcap/nasl-translator", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.11.2-beta.5", | ||
"version": "3.12.0-alpha.fix-type-1", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -18,5 +18,5 @@ "main": "./out", | ||
"@lcap/nasl-test-toolkit": "1.0.0", | ||
"@lcap/nasl-types": "3.12.0-alpha.fix-type-1", | ||
"@lcap/nasl-tsconfig": "1.0.1", | ||
"@lcap/nasl-types": "3.11.2-beta.5", | ||
"@lcap/nasl-utils": "3.11.2-beta.5" | ||
"@lcap/nasl-utils": "3.12.0-alpha.fix-type-1" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
28054
+ Added@lcap/nasl-types@3.12.0-alpha.fix-type-1(transitive)
+ Added@lcap/nasl-utils@3.12.0-alpha.fix-type-1(transitive)
- Removed@lcap/nasl-types@3.11.2-beta.5(transitive)
- Removed@lcap/nasl-utils@3.11.2-beta.5(transitive)