@uql/core 0.4.92 → 0.4.93

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # [uql](https://uql.io) · [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/unthinkables/uql/blob/main/LICENSE) [![tests](https://github.com/unthinkables/uql/actions/workflows/tests.yml/badge.svg)](https://github.com/unthinkables/uql) [![coverage status](https://coveralls.io/repos/unthinkables/uql/badge.svg?branch=main)](https://coveralls.io/r/unthinkables/uql?branch=main) [![npm version](https://badge.fury.io/js/%40uql%2Fcore.svg)](https://badge.fury.io/js/%40uql%2Fcore)
1
+ # [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)
2
2
 
3
3
  Learn more of uql in the website https://uql.io :high_brightness:
4
4
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://uql.io",
4
4
  "description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
5
5
  "license": "MIT",
6
- "version": "0.4.92",
6
+ "version": "0.4.93",
7
7
  "main": "index.js",
8
8
  "types": "index.d.ts",
9
9
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "tslib": "^2.3.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@types/node": "^17.0.23",
21
+ "@types/node": "^17.0.25",
22
22
  "@types/sqlstring": "^2.3.0",
23
23
  "@types/uuid": "^8.3.4",
24
24
  "copyfiles": "^2.4.1",
@@ -29,10 +29,10 @@
29
29
  "author": "Roger Padilla",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/unthinkables/uql.git"
32
+ "url": "https://github.com/rogerpadilla/uql.git"
33
33
  },
34
34
  "bugs": {
35
- "url": "https://github.com/unthinkables/uql/issues"
35
+ "url": "https://github.com/rogerpadilla/uql/issues"
36
36
  },
37
37
  "keywords": [
38
38
  "orm",