@uql/mongo
Advanced tools
Comparing version 0.4.69 to 0.4.72
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.4.69", | ||
"version": "0.4.72", | ||
"main": "index.js", | ||
@@ -20,11 +20,11 @@ "types": "index.d.ts", | ||
"peerDependencies": { | ||
"@uql/core": "^0.4.68" | ||
"@uql/core": "^0.4.69" | ||
}, | ||
"devDependencies": { | ||
"@types/mongodb": "^3.6.20", | ||
"@types/node": "^16.6.1", | ||
"@uql/core": "^0.4.69", | ||
"@types/node": "^16.10.1", | ||
"@uql/core": "^0.4.72", | ||
"copyfiles": "^2.4.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.4.1-rc" | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -34,6 +34,6 @@ "author": "Roger Padilla", | ||
"type": "git", | ||
"url": "https://github.com/impensables/uql.git" | ||
"url": "https://github.com/rogerpadilla/uql.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/impensables/uql/issues" | ||
"url": "https://github.com/rogerpadilla/uql/issues" | ||
}, | ||
@@ -40,0 +40,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# [uql](https://uql.io) · [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/impensables/uql/blob/main/LICENSE) [![tests](https://github.com/impensables/uql/actions/workflows/tests.yml/badge.svg)](https://github.com/impensables/uql) [![coverage status](https://coveralls.io/repos/impensables/uql/badge.svg?branch=main)](https://coveralls.io/r/impensables/uql?branch=main) [![npm version](https://badge.fury.io/js/%40uql%2Fcore.svg)](https://badge.fury.io/js/%40uql%2Fcore) | ||
# [uql](https://uql.io) · [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rogerpadilla/uql/blob/main/LICENSE) [![tests](https://github.com/rogerpadilla/uql/actions/workflows/tests.yml/badge.svg)](https://github.com/rogerpadilla/uql) [![coverage status](https://coveralls.io/repos/rogerpadilla/uql/badge.svg?branch=main)](https://coveralls.io/r/rogerpadilla/uql?branch=main) [![npm version](https://badge.fury.io/js/%40uql%2Fcore.svg)](https://badge.fury.io/js/%40uql%2Fcore) | ||
@@ -3,0 +3,0 @@ [Learn how to use uql in your own project](https://uql.io). |
64514