@trustpayments/ts-luhn-check 2.0.520 → 2.0.521

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustpayments/ts-luhn-check",
3
- "version": "2.0.520",
3
+ "version": "2.0.521",
4
4
  "description": "Validate card numbers by use of the luhncheck",
5
5
  "author": "Trust Payments <support@trustpayments.com>",
6
6
  "homepage": "https://docs.trustpayments.com",
@@ -30,5 +30,5 @@
30
30
  "build:js": "babel src --out-dir=dist --extensions=.ts,.tsx --source-maps=inline --config-file=../../babel.config.js",
31
31
  "build": "npm run type-check && npm run build:types && npm run build:js"
32
32
  },
33
- "gitHead": "bc2a8a46a9823319a39f303783fad1ed492a4030"
33
+ "gitHead": "725a074d8eb977aae626038d07497f47378e0dbb"
34
34
  }