@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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# [uql](https://uql.io) · [](https://github.com/
|
|
1
|
+
# [uql](https://uql.io) · [](https://github.com/unthinkables/uql/blob/main/LICENSE) [](https://github.com/unthinkables/uql) [](https://coveralls.io/r/unthinkables/uql?branch=main) [](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
|
|
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.
|
|
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/
|
|
32
|
+
"url": "https://github.com/unthinkables/uql.git"
|
|
33
33
|
},
|
|
34
34
|
"bugs": {
|
|
35
|
-
"url": "https://github.com/
|
|
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
|
+
}
|