@mll-lab/js-utils 2.21.0 → 2.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,6 +11,8 @@ export declare const isAlphanumeric: PredicateFn;
11
11
  export declare const isBSNR: PredicateFn;
12
12
  export declare const EMAIL_REGEX: RegExp;
13
13
  export declare const isEmail: PredicateFn;
14
+ export declare const isLabID: PredicateFn;
15
+ /** @deprecated use isLabID */
14
16
  export declare const isLabId: PredicateFn;
15
17
  export declare const isOnlyDigits: PredicateFn;
16
18
  export declare const isRackBarcode: PredicateFn;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mll-lab/js-utils",
3
- "version": "2.21.0",
3
+ "version": "2.22.0",
4
4
  "main": "dist/index.common.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",