@travetto/model-query 6.0.0-rc.2 → 6.0.1
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 +1 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -173,6 +173,7 @@ One of the complexities of abstracting multiple storage mechanisms, is providing
|
|
|
173
173
|
* `{ $and: [] }` provides a grouping in which all sub clauses are require,
|
|
174
174
|
* `{ $or: [] }` provides a grouping in which at least one of the sub clauses is require,
|
|
175
175
|
* `{ $not: { } }` negates a clause
|
|
176
|
+
|
|
176
177
|
A sample query for `User`'s might be:
|
|
177
178
|
|
|
178
179
|
**Code: Using the query structure for specific queries**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/model-query",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Datastore abstraction for advanced query support.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"datastore",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"directory": "module/model-query"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@travetto/di": "^6.0.
|
|
30
|
-
"@travetto/model": "^6.0.
|
|
31
|
-
"@travetto/schema": "^6.0.
|
|
29
|
+
"@travetto/di": "^6.0.1",
|
|
30
|
+
"@travetto/model": "^6.0.1",
|
|
31
|
+
"@travetto/schema": "^6.0.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@travetto/test": "^6.0.
|
|
34
|
+
"@travetto/test": "^6.0.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
37
37
|
"@travetto/test": {
|