Parcourir la source

Auto commit for build : 7198

 commit by: a.hassani <hassani.ayoub@gmail.com>

 with message : 0.0.2 In npmjs starting the 0.0.3
ayoub il y a 1 an
Parent
commit
31b1d5b907
3 fichiers modifiés avec 3 ajouts et 6 suppressions
  1. 1 3
      index.d.ts
  2. 0 1
      index.js
  3. 2 2
      package.json

+ 1 - 3
index.d.ts

@@ -2,7 +2,6 @@ declare const  alphabetique: RegExp;
 declare const email: RegExp;
 declare const alpha: RegExp;
 declare const num: RegExp;
-declare const secuNum: RegExp;
 declare const alphanum: RegExp;
 declare const url: RegExp;
 declare const ipAddress: RegExp;
@@ -45,8 +44,7 @@ export {
     matricule,
     tvaIntercom,
     iban,
-    secuNum,
-    //masks
+    //masks 
     numMask,
     alphaMask,
     alphanumMask,

+ 0 - 1
index.js

@@ -2,7 +2,6 @@ module.exports = {
 
 
     "num": /^[0-9]+$/,
-    "secuNum": /^[0-9]{15}$/,
     "numeric": /^[0-9]+$/,
     "alpha": /^[a-zA-Z_]+$/,
     "alphabetic": /^[a-zA-Z_]+$/,

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@d3v4pp/rex",
-  "version": "0.0.1",
+  "version": "0.0.3",
   "description": "a set of usefull regEx By D3v4pp",
   "main": "index.js",
   "scripts": {
@@ -30,6 +30,6 @@
   "keywords": ["regex","validation"],
   "license": "ISC",
   "devDependencies": {
-    "mocha": "^10.2.0"
+    "mocha": "^9.0.1"
   }
 }