Skip to content

Commit d7e41c0

Browse files
committed
fix things
1 parent c021f2f commit d7e41c0

File tree

27 files changed

+7673
-138
lines changed

27 files changed

+7673
-138
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [18.x, 20.x, 22.5.1]
8+
node-version: [18.x, 20.x, 22.x]
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Use Node.js ${{ matrix.node-version }}

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818

1919
- renamed 'keepQuery' to 'pickQuery', added alias
2020

21+
- added utils from feathers-utils
22+
23+
- allowsMulti
24+
- getPaginate
25+
- isMulti
26+
- isPaginated
27+
- setResultEmpty
28+
29+
- stashBefore multi
30+
2131
<p align="center">
2232
<img src="https://hooks-common.feathersjs.com/feathers-hooks-common-logo.png" width="200">
2333
</p>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"types": "./dist/index.d.ts",
88
"exports": {
99
".": {
10+
"types": "./dist/index.d.ts",
1011
"require": "./dist/index.js",
11-
"import": "./dist/index.mjs",
12-
"types": "./dist/index.d.ts"
12+
"import": "./dist/index.mjs"
1313
}
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)