@test137e29b/module-hrp-database-types
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -9,2 +9,3 @@ "use strict"; | ||
super(ExampleRepository.COLLECTION_NAME, Example_model_1.exampleSchema, Example_model_1.toClientExample); | ||
console.info(`Created derived repository for examples`); | ||
} | ||
@@ -11,0 +12,0 @@ } |
{ | ||
"name": "@test137e29b/module-hrp-database-types", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Database Types and Exported Repository Wrappers for HorizonRP on FiveM.", | ||
@@ -20,3 +20,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@test137e29b/fm-mongoose-repository": "1.0.2", | ||
"@test137e29b/fm-mongoose-repository": "1.0.3", | ||
"mongoose": "8.6.0" | ||
@@ -23,0 +23,0 @@ }, |
@@ -8,3 +8,4 @@ import { MongoRepository } from '@test137e29b/fm-mongoose-repository'; | ||
super(ExampleRepository.COLLECTION_NAME, exampleSchema, toClientExample); | ||
console.info(`Created derived repository for examples`); | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15965
318
+ Added@test137e29b/fm-mongoose-repository@1.0.3(transitive)
- Removed@test137e29b/fm-mongoose-repository@1.0.2(transitive)