feathers-utils 10.0.0-2 → 10.0.0-3

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/CHANGELOG.md +10 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,16 +2,24 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/feathersjs/feathers-utils/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/feathersjs/feathers-utils/compare/v10.0.0-1...HEAD)
5
+ [Full Changelog](https://github.com/feathersjs/feathers-utils/compare/v10.0.0-2...HEAD)
6
6
 
7
7
  **Merged pull requests:**
8
8
 
9
- - feat\(utils\): new util walkQuery [\#5](https://github.com/feathersjs/feathers-utils/pull/5) ([fratzinger](https://github.com/fratzinger))
9
+ - feat\(utils\): new util addToQuery [\#6](https://github.com/feathersjs/feathers-utils/pull/6) ([fratzinger](https://github.com/fratzinger))
10
+
11
+ ## [v10.0.0-2](https://github.com/feathersjs/feathers-utils/tree/v10.0.0-2) (2025-09-25)
12
+
13
+ [Full Changelog](https://github.com/feathersjs/feathers-utils/compare/v10.0.0-1...v10.0.0-2)
10
14
 
11
15
  ## [v10.0.0-1](https://github.com/feathersjs/feathers-utils/tree/v10.0.0-1) (2025-09-23)
12
16
 
13
17
  [Full Changelog](https://github.com/feathersjs/feathers-utils/compare/v10.0.0-0...v10.0.0-1)
14
18
 
19
+ **Merged pull requests:**
20
+
21
+ - feat\(utils\): new util walkQuery [\#5](https://github.com/feathersjs/feathers-utils/pull/5) ([fratzinger](https://github.com/fratzinger))
22
+
15
23
  ## [v10.0.0-0](https://github.com/feathersjs/feathers-utils/tree/v10.0.0-0) (2025-09-08)
16
24
 
17
25
  [Full Changelog](https://github.com/feathersjs/feathers-utils/compare/1fae88209c16bda8b0cf58ddd8af6e24d4b5792b...v10.0.0-0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feathers-utils",
3
- "version": "10.0.0-2",
3
+ "version": "10.0.0-3",
4
4
  "description": "Useful hooks and utils for use with feathers services.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -88,7 +88,7 @@
88
88
  "@feathersjs/adapter-commons": "^5.0.34",
89
89
  "@feathersjs/errors": "^5.0.34",
90
90
  "fast-copy": "^3.0.2",
91
- "fast-equals": "^5.2.2",
91
+ "fast-equals": "^5.3.2",
92
92
  "lodash": "^4.17.21",
93
93
  "neotraverse": "^0.6.18"
94
94
  },