@newfold/huapi-js 1.4.0 → 1.4.1
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.
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newfold/huapi-js",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@faker-js/faker": "^6.1.2",
|
|
6
|
-
"axios": "^0.
|
|
6
|
+
"axios": "^0.27.2",
|
|
7
|
+
"msw": "^0.42.1",
|
|
7
8
|
"react": "^17.0.0 || ^18.0.0",
|
|
8
|
-
"react-query": "^3.39.
|
|
9
|
-
"msw": "^0.39.2",
|
|
9
|
+
"react-query": "^3.39.1",
|
|
10
10
|
"tslib": "^2.3.0"
|
|
11
11
|
},
|
|
12
12
|
"main": "./src/index.js",
|
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
* @returns - a msw handler
|
|
7
7
|
*/
|
|
8
8
|
export declare function getHostingSitesHandler(responseKey?: string, // int or string
|
|
9
|
-
status?: number, delay?: number): import("msw").RestHandler<import("msw").
|
|
9
|
+
status?: number, delay?: number): import("msw").RestHandler<import("msw/lib/glossary-58eca5a8").M<import("msw/lib/glossary-58eca5a8").c>>;
|
|
@@ -105,4 +105,4 @@ export declare const getHostingSitesMock: () => {
|
|
|
105
105
|
url: string | undefined;
|
|
106
106
|
}[] | undefined;
|
|
107
107
|
};
|
|
108
|
-
export declare const getHostingUAPIMSW: () => import("msw").RestHandler<import("msw").
|
|
108
|
+
export declare const getHostingUAPIMSW: () => import("msw").RestHandler<import("msw/lib/glossary-58eca5a8").M<import("msw/lib/glossary-58eca5a8").c>>[];
|