frontello-datas-format
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -159,2 +159,4 @@ "use strict"; | ||
const FormatReseauGazNaturelStrasbourg = /^\d{8}$/; // 29997630 | ||
const FormatReseauGds = /^\w{1}\d{7}$/; // P1221019 | ||
const FormatVialis = /^\d{5}\/\w{1}\d{1}\/\d{7}$/; // 68066/G4/0001378 | ||
@@ -168,4 +170,6 @@ return [ | ||
FormatReseauGazNaturelStrasbourg, | ||
FormatReseauGds, | ||
FormatVialis, | ||
]; | ||
} | ||
} |
{ | ||
"name": "frontello-datas-format", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "UI format", | ||
@@ -5,0 +5,0 @@ "main": "format.js", |
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
21221
840