@caucasus/az-utils 0.1.6 → 0.1.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caucasus/az-utils",
3
- "version": "0.1.6",
3
+ "version": "0.1.9",
4
4
  "description": "Azerbaijan-specific utility functions for Node.js backends",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -22,6 +22,14 @@
22
22
  "validation",
23
23
  "nodejs"
24
24
  ],
25
+ "bugs": {
26
+ "url": "https://gitlab.com/samurai-jack/az-utils/-/issues"
27
+ },
28
+ "homepage": "https://gitlab.com/samurai-jack/az-utils",
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "https://gitlab.com/samurai-jack/az-utils.git"
32
+ },
25
33
  "publishConfig": {
26
34
  "access": "public"
27
35
  },
@@ -1,2 +0,0 @@
1
- export declare const NUMBER_LENGTH_REX: RegExp;
2
- export declare const NUMBER_CLEANING_REX: RegExp;
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NUMBER_CLEANING_REX = exports.NUMBER_LENGTH_REX = void 0;
4
- exports.NUMBER_LENGTH_REX = /^\d{9}$/;
5
- exports.NUMBER_CLEANING_REX = /[\s\-()]/g;