@uql/core 0.4.91 → 0.4.92

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 +2 -2
  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/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)
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)
2
2
 
3
3
  Learn more of uql in the website https://uql.io :high_brightness:
4
4
 
@@ -151,7 +151,7 @@ export class MeasureUnit {
151
151
  }
152
152
  ```
153
153
 
154
- ### <a name="data-query"></a> Data query
154
+ ### <a name="query-data"></a> Query the data
155
155
 
156
156
  ```ts
157
157
  import { getQuerier } from '@uql/core';
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.91",
6
+ "version": "0.4.92",
7
7
  "main": "index.js",
8
8
  "types": "index.d.ts",
9
9
  "scripts": {
@@ -29,10 +29,10 @@
29
29
  "author": "Roger Padilla",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/rogerpadilla/uql.git"
32
+ "url": "https://github.com/unthinkables/uql.git"
33
33
  },
34
34
  "bugs": {
35
- "url": "https://github.com/rogerpadilla/uql/issues"
35
+ "url": "https://github.com/unthinkables/uql/issues"
36
36
  },
37
37
  "keywords": [
38
38
  "orm",
@@ -60,4 +60,4 @@
60
60
  "access": "public"
61
61
  },
62
62
  "gitHead": "de14434cdb450f2cf46017fb77370eeea2c3a5c4"
63
- }
63
+ }