@uql/sqlite
Advanced tools
Comparing version 0.4.89 to 0.4.90
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.4.89", | ||
"version": "0.4.90", | ||
"main": "index.js", | ||
@@ -26,3 +26,3 @@ "types": "index.d.ts", | ||
"@types/sqlite3": "^3.1.8", | ||
"@uql/core": "^0.4.89", | ||
"@uql/core": "^0.4.90", | ||
"copyfiles": "^2.4.1", | ||
@@ -29,0 +29,0 @@ "rimraf": "^3.0.2", |
@@ -162,3 +162,3 @@ # [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) | ||
await this.querier.insertOne(User, { | ||
const id = await this.querier.insertOne(User, { | ||
email: 'lorem@example.com', | ||
@@ -165,0 +165,0 @@ profile: { picture: 'ipsum.jpg' }, |
Sorry, the diff of this file is not supported yet
47734