@sprucelabs/test 7.7.215 → 7.7.219

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.
@@ -331,6 +331,9 @@ __decorate([
331
331
  ],
332
332
  }, { 'flavors[].toppings[].meat': true }),
333
333
  (0, decorators_1.default)('include can search array without index', [{ cheese: true }, { meat: true }], { meat: true }),
334
+ (0, decorators_1.default)('include can match on partial object', { cheese: true, meat: true }, {
335
+ meat: true,
336
+ }),
334
337
  (0, decorators_1.default)('include can search array without index', [{ cheese: true }, { meat: true }], { '[].meat': true }),
335
338
  (0, decorators_1.default)('include can search array without index', [{ cheese: true }, { meat: true }], { meat: true }),
336
339
  (0, decorators_1.default)('include matches partial object in array', [
@@ -359,6 +359,9 @@ __decorate([
359
359
  ],
360
360
  }, { 'flavors[].toppings[].meat': true }),
361
361
  test('include can search array without index', [{ cheese: true }, { meat: true }], { meat: true }),
362
+ test('include can match on partial object', { cheese: true, meat: true }, {
363
+ meat: true,
364
+ }),
362
365
  test('include can search array without index', [{ cheese: true }, { meat: true }], { '[].meat': true }),
363
366
  test('include can search array without index', [{ cheese: true }, { meat: true }], { meat: true }),
364
367
  test('include matches partial object in array', [
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "7.7.215",
6
+ "version": "7.7.219",
7
7
  "skill": {
8
8
  "namespace": "spruce-test",
9
9
  "upgradeIgnoreList": [
@@ -75,12 +75,12 @@
75
75
  "variable-diff": "^2.0.2"
76
76
  },
77
77
  "devDependencies": {
78
- "@sprucelabs/esm-postbuild": "^1.0.277",
78
+ "@sprucelabs/esm-postbuild": "^1.0.280",
79
79
  "@sprucelabs/semantic-release": "^4.0.8",
80
80
  "@types/deep-equal": "^1.0.1",
81
81
  "@types/jest": "^27.0.2",
82
82
  "@types/lodash": "^4.14.176",
83
- "eslint": "^8.1.0",
83
+ "eslint": "^8.2.0",
84
84
  "eslint-config-spruce": "^10.10.15",
85
85
  "prettier": "^2.4.1",
86
86
  "tsc-watch": "^4.5.0",