Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jun 7, 2024
1 parent 848c1b2 commit 0343b00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fakerest",
"version": "3.5.0",
"version": "4.0.0-beta.0",
"repository": "https://github.com/marmelab/FakeRest",
"description": "Patch XMLHttpRequest to fake a REST server based on JSON data. ",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import type { SinonFakeXMLHttpRequest } from 'sinon';
import type { MockResponse } from 'fetch-mock';

export type CollectionItem = { [key: string]: any };

export type SortFunction = <T extends CollectionItem = CollectionItem>(
Expand Down

0 comments on commit 0343b00

Please sign in to comment.