@feathersjs/adapter-tests 5.0.0-pre.29 → 5.0.0-pre.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -284
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,563 +3,311 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
7
-
8
- **Note:** Version bump only for package @feathersjs/adapter-tests
6
+ # [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
9
7
 
8
+ ### Features
10
9
 
10
+ - **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
11
11
 
12
+ # [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
12
13
 
14
+ **Note:** Version bump only for package @feathersjs/adapter-tests
13
15
 
14
16
  # [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
15
17
 
16
-
17
18
  ### Bug Fixes
18
19
 
19
- * **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
20
-
21
-
22
-
23
-
20
+ - **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
24
21
 
25
22
  # [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
26
23
 
27
24
  **Note:** Version bump only for package @feathersjs/adapter-tests
28
25
 
29
-
30
-
31
-
32
-
33
26
  # [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
34
27
 
35
28
  **Note:** Version bump only for package @feathersjs/adapter-tests
36
29
 
37
-
38
-
39
-
40
-
41
30
  # [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
42
31
 
43
32
  **Note:** Version bump only for package @feathersjs/adapter-tests
44
33
 
45
-
46
-
47
-
48
-
49
34
  # [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
50
35
 
51
36
  **Note:** Version bump only for package @feathersjs/adapter-tests
52
37
 
53
-
54
-
55
-
56
-
57
38
  # [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
58
39
 
59
40
  **Note:** Version bump only for package @feathersjs/adapter-tests
60
41
 
61
-
62
-
63
-
64
-
65
42
  # [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
66
43
 
67
44
  **Note:** Version bump only for package @feathersjs/adapter-tests
68
45
 
69
-
70
-
71
-
72
-
73
46
  # [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
74
47
 
75
48
  **Note:** Version bump only for package @feathersjs/adapter-tests
76
49
 
77
-
78
-
79
-
80
-
81
50
  # [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
82
51
 
83
-
84
52
  ### Bug Fixes
85
53
 
86
- * **adapter-commons:** Clarify adapter query filtering ([#2607](https://github.com/feathersjs/feathers/issues/2607)) ([2dac771](https://github.com/feathersjs/feathers/commit/2dac771b0a3298d6dd25994d05186701b0617718))
87
- * **adapter-tests:** Ensure multi tests can run standalone ([#2608](https://github.com/feathersjs/feathers/issues/2608)) ([d7243f2](https://github.com/feathersjs/feathers/commit/d7243f20e84d9dde428ad8dfc7f48388ca569e6e))
88
-
54
+ - **adapter-commons:** Clarify adapter query filtering ([#2607](https://github.com/feathersjs/feathers/issues/2607)) ([2dac771](https://github.com/feathersjs/feathers/commit/2dac771b0a3298d6dd25994d05186701b0617718))
55
+ - **adapter-tests:** Ensure multi tests can run standalone ([#2608](https://github.com/feathersjs/feathers/issues/2608)) ([d7243f2](https://github.com/feathersjs/feathers/commit/d7243f20e84d9dde428ad8dfc7f48388ca569e6e))
89
56
 
90
57
  ### BREAKING CHANGES
91
58
 
92
- * **adapter-commons:** Changes the common adapter base class to use `sanitizeQuery` and `sanitizeData`
93
-
94
-
95
-
96
-
59
+ - **adapter-commons:** Changes the common adapter base class to use `sanitizeQuery` and `sanitizeData`
97
60
 
98
61
  # [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
99
62
 
100
-
101
63
  ### Bug Fixes
102
64
 
103
- * **adapter-tests:** Add tests for pagination in multi updates ([#2472](https://github.com/feathersjs/feathers/issues/2472)) ([98a811a](https://github.com/feathersjs/feathers/commit/98a811ac605575ff812a08d0504729a5efe7a69c))
104
-
105
-
106
-
107
-
65
+ - **adapter-tests:** Add tests for pagination in multi updates ([#2472](https://github.com/feathersjs/feathers/issues/2472)) ([98a811a](https://github.com/feathersjs/feathers/commit/98a811ac605575ff812a08d0504729a5efe7a69c))
108
66
 
109
67
  # [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
110
68
 
111
69
  **Note:** Version bump only for package @feathersjs/adapter-tests
112
70
 
113
-
114
-
115
-
116
-
117
71
  # [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
118
72
 
119
73
  **Note:** Version bump only for package @feathersjs/adapter-tests
120
74
 
121
-
122
-
123
-
124
-
125
75
  # [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
126
76
 
127
-
128
77
  ### Bug Fixes
129
78
 
130
- * **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
131
-
132
-
133
-
134
-
79
+ - **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
135
80
 
136
81
  # [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
137
82
 
138
83
  **Note:** Version bump only for package @feathersjs/adapter-tests
139
84
 
140
-
141
-
142
-
143
-
144
85
  # [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
145
86
 
146
87
  **Note:** Version bump only for package @feathersjs/adapter-tests
147
88
 
148
-
149
-
150
-
151
-
152
89
  # [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
153
90
 
154
91
  **Note:** Version bump only for package @feathersjs/adapter-tests
155
92
 
156
-
157
-
158
-
159
-
160
93
  # [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
161
94
 
162
95
  **Note:** Version bump only for package @feathersjs/adapter-tests
163
96
 
164
-
165
-
166
-
167
-
168
97
  # [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
169
98
 
170
99
  **Note:** Version bump only for package @feathersjs/adapter-tests
171
100
 
172
-
173
-
174
-
175
-
176
101
  # [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
177
102
 
178
103
  **Note:** Version bump only for package @feathersjs/adapter-tests
179
104
 
180
-
181
-
182
-
183
-
184
105
  # [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
185
106
 
186
107
  **Note:** Version bump only for package @feathersjs/adapter-tests
187
108
 
188
-
189
-
190
-
191
-
192
109
  # [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
193
110
 
194
111
  **Note:** Version bump only for package @feathersjs/adapter-tests
195
112
 
196
-
197
-
198
-
199
-
200
113
  # [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
201
114
 
202
115
  **Note:** Version bump only for package @feathersjs/adapter-tests
203
116
 
204
-
205
-
206
-
207
-
208
117
  # [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
209
118
 
210
-
211
119
  ### Bug Fixes
212
120
 
213
- * Update database adapter common repository urls ([#2380](https://github.com/feathersjs/feathers/issues/2380)) ([3f4db68](https://github.com/feathersjs/feathers/commit/3f4db68d6700c7d9023ecd17d0d39893f75a19fd))
214
-
121
+ - Update database adapter common repository urls ([#2380](https://github.com/feathersjs/feathers/issues/2380)) ([3f4db68](https://github.com/feathersjs/feathers/commit/3f4db68d6700c7d9023ecd17d0d39893f75a19fd))
215
122
 
216
123
  ### Features
217
124
 
218
- * **adapter-commons:** Add support for params.adapter option and move memory adapter to @feathersjs/memory ([#2367](https://github.com/feathersjs/feathers/issues/2367)) ([a43e7da](https://github.com/feathersjs/feathers/commit/a43e7da22b6b981a96d1321736ea9a0cb924fb4f))
219
-
220
-
221
-
222
-
125
+ - **adapter-commons:** Add support for params.adapter option and move memory adapter to @feathersjs/memory ([#2367](https://github.com/feathersjs/feathers/issues/2367)) ([a43e7da](https://github.com/feathersjs/feathers/commit/a43e7da22b6b981a96d1321736ea9a0cb924fb4f))
223
126
 
224
127
  # [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
225
128
 
226
129
  **Note:** Version bump only for package @feathersjs/adapter-tests
227
130
 
228
-
229
-
230
-
231
-
232
131
  # [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
233
132
 
234
-
235
133
  ### Bug Fixes
236
134
 
237
- * **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
238
-
239
-
240
-
241
-
135
+ - **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
242
136
 
243
137
  # [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
244
138
 
245
139
  **Note:** Version bump only for package @feathersjs/adapter-tests
246
140
 
247
-
248
-
249
-
250
-
251
141
  # [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
252
142
 
253
-
254
143
  ### Bug Fixes
255
144
 
256
- * **adapter-tests:** Add test that verified paginated total ([#2273](https://github.com/feathersjs/feathers/issues/2273)) ([879bd6b](https://github.com/feathersjs/feathers/commit/879bd6b24f42e04eeeeba110ddddda3e1e1dea34))
257
-
258
-
259
-
260
-
145
+ - **adapter-tests:** Add test that verified paginated total ([#2273](https://github.com/feathersjs/feathers/issues/2273)) ([879bd6b](https://github.com/feathersjs/feathers/commit/879bd6b24f42e04eeeeba110ddddda3e1e1dea34))
261
146
 
262
147
  # [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
263
148
 
264
-
265
149
  ### Features
266
150
 
267
- * **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47))
268
-
151
+ - **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47))
269
152
 
270
153
  ### BREAKING CHANGES
271
154
 
272
- * **core:** Services no longer extend Uberproto objects and
273
- `service.mixin()` is no longer available.
274
-
275
-
276
-
277
-
155
+ - **core:** Services no longer extend Uberproto objects and
156
+ `service.mixin()` is no longer available.
278
157
 
279
158
  # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
280
159
 
281
-
282
160
  ### Features
283
161
 
284
- * **memory:** Move feathers-memory into @feathersjs/memory ([#2153](https://github.com/feathersjs/feathers/issues/2153)) ([dd61fe3](https://github.com/feathersjs/feathers/commit/dd61fe371fb0502f78b8ccbe1f45a030e31ecff6))
285
-
286
-
287
-
288
-
162
+ - **memory:** Move feathers-memory into @feathersjs/memory ([#2153](https://github.com/feathersjs/feathers/issues/2153)) ([dd61fe3](https://github.com/feathersjs/feathers/commit/dd61fe371fb0502f78b8ccbe1f45a030e31ecff6))
289
163
 
290
164
  ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
291
165
 
292
166
  **Note:** Version bump only for package @feathersjs/adapter-tests
293
167
 
294
-
295
-
296
-
297
-
298
168
  ## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-09-27)
299
169
 
300
170
  **Note:** Version bump only for package @feathersjs/adapter-tests
301
171
 
302
-
303
-
304
-
305
-
306
172
  ## 4.5.3 (2020-09-24)
307
173
 
308
-
309
174
  ### Bug Fixes
310
175
 
311
- * **adapter-tests:** Update multi patch + query tests ([#5](https://github.com/feathersjs/databases/issues/5)) ([84f1fe4](https://github.com/feathersjs/databases/commit/84f1fe4f13dc3a26891e43b965f75d08243f6c6f))
312
-
313
-
314
-
315
-
176
+ - **adapter-tests:** Update multi patch + query tests ([#5](https://github.com/feathersjs/databases/issues/5)) ([84f1fe4](https://github.com/feathersjs/databases/commit/84f1fe4f13dc3a26891e43b965f75d08243f6c6f))
316
177
 
317
178
  ## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
318
179
 
319
180
  **Note:** Version bump only for package @feathersjs/adapter-tests
320
181
 
321
-
322
-
323
-
324
-
325
182
  ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
326
183
 
327
184
  **Note:** Version bump only for package @feathersjs/adapter-tests
328
185
 
329
-
330
-
331
-
332
-
333
186
  # [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
334
187
 
335
188
  **Note:** Version bump only for package @feathersjs/adapter-tests
336
189
 
337
-
338
-
339
-
340
-
341
190
  ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
342
191
 
343
192
  **Note:** Version bump only for package @feathersjs/adapter-tests
344
193
 
345
-
346
-
347
-
348
-
349
194
  ## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
350
195
 
351
196
  **Note:** Version bump only for package @feathersjs/adapter-tests
352
197
 
353
-
354
-
355
-
356
-
357
198
  # [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
358
199
 
359
200
  **Note:** Version bump only for package @feathersjs/adapter-tests
360
201
 
361
-
362
-
363
-
364
-
365
202
  ## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
366
203
 
367
204
  **Note:** Version bump only for package @feathersjs/adapter-tests
368
205
 
369
-
370
-
371
-
372
-
373
206
  ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
374
207
 
375
208
  **Note:** Version bump only for package @feathersjs/adapter-tests
376
209
 
377
-
378
-
379
-
380
-
381
210
  ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
382
211
 
383
212
  **Note:** Version bump only for package @feathersjs/adapter-tests
384
213
 
385
-
386
-
387
-
388
-
389
214
  ## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
390
215
 
391
216
  **Note:** Version bump only for package @feathersjs/adapter-tests
392
217
 
393
-
394
-
395
-
396
-
397
218
  ## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
398
219
 
399
220
  **Note:** Version bump only for package @feathersjs/adapter-tests
400
221
 
401
-
402
-
403
-
404
-
405
222
  ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
406
223
 
407
224
  **Note:** Version bump only for package @feathersjs/adapter-tests
408
225
 
409
-
410
-
411
-
412
-
413
226
  ## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
414
227
 
415
228
  **Note:** Version bump only for package @feathersjs/adapter-tests
416
229
 
417
-
418
-
419
-
420
-
421
230
  ## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
422
231
 
423
232
  **Note:** Version bump only for package @feathersjs/adapter-tests
424
233
 
425
-
426
-
427
-
428
-
429
234
  # [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
430
235
 
431
236
  **Note:** Version bump only for package @feathersjs/adapter-tests
432
237
 
433
-
434
-
435
-
436
-
437
238
  # [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
438
239
 
439
240
  **Note:** Version bump only for package @feathersjs/adapter-tests
440
241
 
441
-
442
-
443
-
444
-
445
242
  # [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
446
243
 
447
244
  **Note:** Version bump only for package @feathersjs/adapter-tests
448
245
 
449
-
450
-
451
-
452
-
453
246
  # [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
454
247
 
455
248
  **Note:** Version bump only for package @feathersjs/adapter-tests
456
249
 
457
-
458
-
459
-
460
-
461
250
  # [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
462
251
 
463
252
  **Note:** Version bump only for package @feathersjs/adapter-tests
464
253
 
465
-
466
-
467
-
468
-
469
254
  # [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
470
255
 
471
-
472
256
  ### Bug Fixes
473
257
 
474
- * Fix feathers-memory dependency that did not get updated ([9422b13](https://github.com/feathersjs/feathers/commit/9422b13))
475
-
476
-
477
-
478
-
258
+ - Fix feathers-memory dependency that did not get updated ([9422b13](https://github.com/feathersjs/feathers/commit/9422b13))
479
259
 
480
260
  # [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
481
261
 
482
262
  **Note:** Version bump only for package @feathersjs/adapter-tests
483
263
 
484
-
485
-
486
-
487
-
488
264
  # [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
489
265
 
490
-
491
266
  ### Bug Fixes
492
267
 
493
- * Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
494
-
495
-
496
-
497
-
268
+ - Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
498
269
 
499
270
  # [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
500
271
 
501
272
  **Note:** Version bump only for package @feathersjs/adapter-tests
502
273
 
503
-
504
-
505
-
506
-
507
274
  # [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
508
275
 
509
276
  **Note:** Version bump only for package @feathersjs/adapter-tests
510
277
 
511
-
512
-
513
-
514
-
515
278
  # [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
516
279
 
517
-
518
280
  ### Bug Fixes
519
281
 
520
- * Add test to make sure different id in adapter query works ([#1165](https://github.com/feathersjs/feathers/issues/1165)) ([0ba4580](https://github.com/feathersjs/feathers/commit/0ba4580))
521
- * Update adapter tests to not rely on error instance ([#1202](https://github.com/feathersjs/feathers/issues/1202)) ([6885e0e](https://github.com/feathersjs/feathers/commit/6885e0e))
522
- * Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
523
-
282
+ - Add test to make sure different id in adapter query works ([#1165](https://github.com/feathersjs/feathers/issues/1165)) ([0ba4580](https://github.com/feathersjs/feathers/commit/0ba4580))
283
+ - Update adapter tests to not rely on error instance ([#1202](https://github.com/feathersjs/feathers/issues/1202)) ([6885e0e](https://github.com/feathersjs/feathers/commit/6885e0e))
284
+ - Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
524
285
 
525
286
  ### chore
526
287
 
527
- * **package:** Move adapter tests into their own module ([#1164](https://github.com/feathersjs/feathers/issues/1164)) ([dcc1e6b](https://github.com/feathersjs/feathers/commit/dcc1e6b))
528
-
288
+ - **package:** Move adapter tests into their own module ([#1164](https://github.com/feathersjs/feathers/issues/1164)) ([dcc1e6b](https://github.com/feathersjs/feathers/commit/dcc1e6b))
529
289
 
530
290
  ### Features
531
291
 
532
- * Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
533
- * Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
534
-
292
+ - Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
293
+ - Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
535
294
 
536
295
  ### BREAKING CHANGES
537
296
 
538
- * **package:** Removes adapter tests from @feathersjs/adapter-commons
539
-
540
-
541
-
542
-
297
+ - **package:** Removes adapter tests from @feathersjs/adapter-commons
543
298
 
544
299
  ## [1.0.1](https://github.com/feathersjs/feathers/compare/@feathersjs/adapter-tests@1.0.0...@feathersjs/adapter-tests@1.0.1) (2019-01-10)
545
300
 
546
-
547
301
  ### Bug Fixes
548
302
 
549
- * Add test to make sure different id in adapter query works ([#1165](https://github.com/feathersjs/feathers/issues/1165)) ([0ba4580](https://github.com/feathersjs/feathers/commit/0ba4580))
550
-
551
-
552
-
553
-
303
+ - Add test to make sure different id in adapter query works ([#1165](https://github.com/feathersjs/feathers/issues/1165)) ([0ba4580](https://github.com/feathersjs/feathers/commit/0ba4580))
554
304
 
555
305
  # 1.0.0 (2019-01-10)
556
306
 
557
-
558
307
  ### chore
559
308
 
560
- * **package:** Move adapter tests into their own module ([#1164](https://github.com/feathersjs/feathers/issues/1164)) ([dcc1e6b](https://github.com/feathersjs/feathers/commit/dcc1e6b))
561
-
309
+ - **package:** Move adapter tests into their own module ([#1164](https://github.com/feathersjs/feathers/issues/1164)) ([dcc1e6b](https://github.com/feathersjs/feathers/commit/dcc1e6b))
562
310
 
563
311
  ### BREAKING CHANGES
564
312
 
565
- * **package:** Removes adapter tests from @feathersjs/adapter-commons
313
+ - **package:** Removes adapter tests from @feathersjs/adapter-commons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feathersjs/adapter-tests",
3
- "version": "5.0.0-pre.29",
3
+ "version": "5.0.0-pre.30",
4
4
  "description": "Feathers shared database adapter test suite",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "types": "lib/",
33
33
  "scripts": {
34
34
  "prepublish": "npm run compile",
35
- "pack": "npm pack --pack-destination ../cli/test",
35
+ "pack": "npm pack --pack-destination ../cli/test/build",
36
36
  "compile": "shx rm -rf lib/ && tsc && npm run pack",
37
37
  "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
38
38
  },
@@ -50,12 +50,12 @@
50
50
  "access": "public"
51
51
  },
52
52
  "devDependencies": {
53
- "@types/mocha": "^9.1.1",
54
- "@types/node": "^18.7.17",
53
+ "@types/mocha": "^10.0.0",
54
+ "@types/node": "^18.8.2",
55
55
  "mocha": "^10.0.0",
56
56
  "shx": "^0.3.4",
57
57
  "ts-node": "^10.9.1",
58
- "typescript": "^4.8.3"
58
+ "typescript": "^4.8.4"
59
59
  },
60
- "gitHead": "4314dc89a41a8bbaabf00b47697bf7887861d17d"
60
+ "gitHead": "b535c91197f4b997520e0a0e608793eeba791931"
61
61
  }