feat: add testing and configuration for providers

This commit is contained in:
himanshu8443
2025-07-11 19:14:51 +05:30
parent c3ee19525f
commit 2d58a4198b
6 changed files with 1066 additions and 2 deletions

12
package-lock.json generated
View File

@@ -12,7 +12,8 @@
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"react-native-aes-crypto": "^3.2.1",
"rimraf": "^6.0.1"
"rimraf": "^6.0.1",
"zod": "^4.0.2"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
@@ -2642,6 +2643,15 @@
"engines": {
"node": ">=8"
}
},
"node_modules/zod": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.0.2.tgz",
"integrity": "sha512-X2niJNY54MGam4L6Kj0AxeedeDIi/E5QFW0On2faSX5J4/pfLk1tW+cRMIMoojnCavn/u5W/kX17e1CSGnKMxA==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}