gst-validator 1.0.3 → 1.0.4

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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.4
4
+
5
+ - Updated the PAN validator dependency for CommonJS consumers.
6
+
3
7
  ## 1.0.3
4
8
 
5
9
  - Added CommonJS compatibility while preserving the ESM API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-validator",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Validate and parse Indian GSTIN numbers, including checksum verification and the embedded PAN",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -43,7 +43,7 @@
43
43
  "author": "Vijay Misal <misalvijay153@gmail.com>",
44
44
  "license": "MIT",
45
45
  "dependencies": {
46
- "pan-card-validator": "^1.0.0"
46
+ "pan-card-validator": "1.0.4"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=18"