@phonecheck/phone-number-validator-js 2.1.0-beta.2 → 2.1.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.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phonecheck/phone-number-validator-js",
3
- "version": "2.1.0-beta.2",
3
+ "version": "2.1.0",
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,7 +108,6 @@
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",
112
111
  "test": "bun run test:unit && bun run test:isolated",
113
112
  "test:unit": "bun test __tests__/unit --concurrency=1",
114
113
  "test:isolated": "bun test __tests__/isolated --concurrency=1",