smart-auth-validator 1.2.0 → 1.2.1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-auth-validator",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Zero-regex, type-safe authentication and form validation for Fastify and Express",
5
5
  "author": "Muhammad Burhan Chughtai",
6
6
  "license": "MIT",
@@ -26,8 +26,8 @@
26
26
  "prepublishOnly": "npm run lint && npm run test && npm run build"
27
27
  },
28
28
  "peerDependencies": {
29
- "express": "^4.22.1",
30
- "fastify": "^4 || ^5"
29
+ "express": "^5.2.1",
30
+ "fastify": "^5.7.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/express": "^4.17.21",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "repository": {
47
47
  "type": "git",
48
- "url": "https://github.com/chughtaiburhan/smart-auth-validator.git"
48
+ "url": "git+https://github.com/chughtaiburhan/smart-auth-validator.git"
49
49
  },
50
50
  "bugs": {
51
51
  "url": "https://github.com/chughtaiburhan/smart-auth-validator/issues"