ilib-loctool-webos-ts-resource
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "ilib-loctool-webos-ts-resource", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"main": "./TSResourceFileType.js", | ||
@@ -51,3 +51,3 @@ "description": "A loctool plugin that knows how to process ts resource files", | ||
"dependencies": { | ||
"ilib": "^14.16.0", | ||
"ilib": "^14.17.0", | ||
"pretty-data": "^0.40.0", | ||
@@ -58,5 +58,5 @@ "xml-js": "^1.6.11" | ||
"assertextras": "^1.1.0", | ||
"loctool": "2.20.2", | ||
"loctool": "2.21.0", | ||
"nodeunit": "^0.11.3" | ||
} | ||
} |
@@ -6,2 +6,6 @@ # ilib-loctool-webos-ts-resource | ||
## Release Notes | ||
v1.4.2 | ||
* Updated dependencies. (loctool: 2.21.0) | ||
* Fixed not to have file extension in name element with js file. | ||
v1.4.1 | ||
@@ -8,0 +12,0 @@ * Updated dependencies. (loctool: 2.20.2) |
@@ -203,3 +203,3 @@ /* | ||
for (var i=0; i< content["context"].length; i++) { | ||
if (content["context"][i]["name"]["_text"] === filename.replace(".qml", "")) { | ||
if (content["context"][i]["name"]["_text"] === filename.replace(/\.qml|\.js/, "")) { | ||
content["context"][i]["message"].push(messageObj); | ||
@@ -213,3 +213,3 @@ break; | ||
"name" :{ | ||
"_text": filename.replace(".qml", "") | ||
"_text": filename.replace(/\.qml|\.js/, "") | ||
}, | ||
@@ -216,0 +216,0 @@ "message": [] |
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
31703
103
Updatedilib@^14.17.0