rosaenlg-commons
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -11,2 +11,3 @@ /** | ||
validPropsAdj: string[]; | ||
allPunctList: string; | ||
} |
@@ -10,2 +10,3 @@ "use strict"; | ||
const LanguageCommon_1 = require("./LanguageCommon"); | ||
const Constants_1 = require("./Constants"); | ||
class LanguageCommonFrench extends LanguageCommon_1.LanguageCommon { | ||
@@ -17,2 +18,3 @@ constructor() { | ||
this.validPropsAdj = ['contracts', 'MS', 'MP', 'FS', 'FP']; | ||
this.allPunctList = Constants_1.Constants.stdPunctList + "'"; | ||
} | ||
@@ -19,0 +21,0 @@ } |
{ | ||
"name": "rosaenlg-commons", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Common technical elements for RosaeNLG", | ||
@@ -53,3 +53,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "afbd7cec1fa555efc6cf3003ed5e72ecae64f0d5" | ||
"gitHead": "cd4867d7628a4dcf78a88ed92fea29b618cb1a5e" | ||
} |
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
42540
556