Comparing version 0.1.17 to 0.1.18
@@ -23,4 +23,4 @@ { | ||
"dependencies": { | ||
"uranio": "0.1.17" | ||
"uranio": "0.1.18" | ||
} | ||
} |
{ | ||
"name": "uranio", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "Uranio is a type-safe ODM for MongoDB", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Uranio | ||
![uranio logo](./img/LOGO_BANNER_01.png) | ||
![uranio logo](./img/uranio_logo_1440x220.png) | ||
@@ -50,3 +50,3 @@ Uranio is a Typescript Object Document Mapper (ODM) for MongoDB.\ | ||
// Get all products | ||
const products = await urn.products.find({}); | ||
const products = await urn.products.get_items({}); | ||
@@ -53,0 +53,0 @@ // Create a product |
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
104631