@phonecheck/phone-number-validator-js 2.0.0 → 2.1.0-beta.2

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": "@phonecheck/phone-number-validator-js",
3
- "version": "2.0.0",
3
+ "version": "2.1.0-beta.2",
4
4
  "private": false,
5
5
  "description": "Validate, parse, and enrich international phone numbers — geocoding, carrier lookup, and timezone resolution. Sync (Node) + async (serverless) APIs, platform adapters, and a CLI.",
6
6
  "keywords": [
@@ -108,6 +108,7 @@
108
108
  "prepublishOnly": "bun run build",
109
109
  "release": "semantic-release",
110
110
  "release:dry": "semantic-release --dry-run",
111
+ "release:local": "bun run scripts/release-local.mjs",
111
112
  "test": "bun run test:unit && bun run test:isolated",
112
113
  "test:unit": "bun test __tests__/unit --concurrency=1",
113
114
  "test:isolated": "bun test __tests__/isolated --concurrency=1",