@sprucelabs/data-stores 31.0.28 → 31.0.30
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.
|
@@ -1385,6 +1385,7 @@ const databaseAssertUtil = {
|
|
|
1385
1385
|
$or: [{ id: '<not-an-id>' }, { name: 'bar' }],
|
|
1386
1386
|
});
|
|
1387
1387
|
assert.isEqualDeep(match1, record1, 'Finding with $or did not return the expected result. First case in $or is a bad id, second should match the record.');
|
|
1388
|
+
yield this.shutdown(db);
|
|
1388
1389
|
});
|
|
1389
1390
|
},
|
|
1390
1391
|
assertCanFindWithBooleanField(connect) {
|
|
@@ -1268,6 +1268,7 @@ const databaseAssertUtil = {
|
|
|
1268
1268
|
$or: [{ id: '<not-an-id>' }, { name: 'bar' }],
|
|
1269
1269
|
});
|
|
1270
1270
|
test_utils_1.assert.isEqualDeep(match1, record1, 'Finding with $or did not return the expected result. First case in $or is a bad id, second should match the record.');
|
|
1271
|
+
await this.shutdown(db);
|
|
1271
1272
|
},
|
|
1272
1273
|
async assertCanFindWithBooleanField(connect) {
|
|
1273
1274
|
const db = await connectToDabatase(connect);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "31.0.
|
|
6
|
+
"version": "31.0.30",
|
|
7
7
|
"files": [
|
|
8
8
|
"build/**/*",
|
|
9
9
|
"!build/__tests__",
|
|
@@ -63,21 +63,21 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@seald-io/nedb": "^4.1.2",
|
|
66
|
-
"@sprucelabs/error": "^8.0.
|
|
66
|
+
"@sprucelabs/error": "^8.0.14",
|
|
67
67
|
"@sprucelabs/globby": "^2.0.515",
|
|
68
|
-
"@sprucelabs/schema": "^33.0.
|
|
69
|
-
"@sprucelabs/spruce-skill-utils": "^33.0.
|
|
68
|
+
"@sprucelabs/schema": "^33.0.22",
|
|
69
|
+
"@sprucelabs/spruce-skill-utils": "^33.0.26",
|
|
70
70
|
"just-clone": "^6.2.0",
|
|
71
71
|
"lodash": "^4.17.21",
|
|
72
72
|
"mongodb": "^7.0.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@sprucelabs/esm-postbuild": "^9.0.12",
|
|
76
|
-
"@sprucelabs/jest-json-reporter": "^10.0.
|
|
76
|
+
"@sprucelabs/jest-json-reporter": "^10.0.17",
|
|
77
77
|
"@sprucelabs/resolve-path-aliases": "^4.0.12",
|
|
78
78
|
"@sprucelabs/semantic-release": "^6.0.0",
|
|
79
79
|
"@sprucelabs/test": "^11.0.5",
|
|
80
|
-
"@sprucelabs/test-utils": "^7.
|
|
80
|
+
"@sprucelabs/test-utils": "^7.1.1",
|
|
81
81
|
"@types/lodash": "^4.17.21",
|
|
82
82
|
"@types/node": "^25.0.3",
|
|
83
83
|
"chokidar-cli": "^3.0.0",
|