rosaenlg-commons
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -38,3 +38,3 @@ "use strict"; | ||
this.tousCaracteresMajusculesRe = this.tousCaracteresMinusculesRe.toUpperCase(); | ||
this.tousCaracteresMinMajRe = this.tousCaracteresMinusculesRe + this.tousCaracteresMajusculesRe + '\\-'; | ||
this.tousCaracteresMinMajRe = this.tousCaracteresMinusculesRe + '0-9' + this.tousCaracteresMajusculesRe + '\\-'; | ||
this.stdBetweenWithParenthesis = `(${this.spaceOrNonBlockingClass}+|$)`; | ||
@@ -41,0 +41,0 @@ this.stdBeforeWithParenthesis = `([\\s¤☛☚☞☜${this.allPunctList}])`; |
{ | ||
"name": "rosaenlg-commons", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Common technical elements for RosaeNLG", | ||
@@ -53,3 +53,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "fef43eb02b47598a3278e1d3489f38e14f3f2226" | ||
"gitHead": "9ddc166b1e930320e9edb579f7a5b40d6892845a" | ||
} |
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
32037