payservedb 8.4.4 → 8.4.5

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.
package/index.js CHANGED
@@ -238,7 +238,7 @@ const models = {
238
238
  ZohoIntegration: require("./src/models/zohoIntegration"),
239
239
  PrivacyPolicy: require("./src/models/privacy_policy"),
240
240
  TermsAndConditions: require("./src/models/terms_and_conditions"),
241
- CommunityGuidelines: require("./src/models/community_guidlines")
241
+ CommunityGuidelines: require("./src/models/community_guidelines")
242
242
  };
243
243
 
244
244
  // Function to get models dynamically from a specific database connection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payservedb",
3
- "version": "8.4.4",
3
+ "version": "8.4.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"