@orpc/openapi-client 1.8.2 → 1.8.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.
|
@@ -6,7 +6,7 @@ import '@orpc/client/standard';
|
|
|
6
6
|
import '@orpc/shared';
|
|
7
7
|
import '@orpc/standard-server';
|
|
8
8
|
|
|
9
|
-
interface OpenAPILinkOptions<T extends ClientContext> extends
|
|
9
|
+
interface OpenAPILinkOptions<T extends ClientContext> extends LinkFetchClientOptions<T>, Omit<StandardOpenAPILinkOptions<T>, 'plugins'> {
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
12
|
* The OpenAPI Link for fetch runtime communicates with the server that follow the OpenAPI specification.
|
|
@@ -6,7 +6,7 @@ import '@orpc/client/standard';
|
|
|
6
6
|
import '@orpc/shared';
|
|
7
7
|
import '@orpc/standard-server';
|
|
8
8
|
|
|
9
|
-
interface OpenAPILinkOptions<T extends ClientContext> extends
|
|
9
|
+
interface OpenAPILinkOptions<T extends ClientContext> extends LinkFetchClientOptions<T>, Omit<StandardOpenAPILinkOptions<T>, 'plugins'> {
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
12
|
* The OpenAPI Link for fetch runtime communicates with the server that follow the OpenAPI specification.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orpc/openapi-client",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://orpc.unnoq.com",
|
|
7
7
|
"repository": {
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@orpc/client": "1.8.
|
|
38
|
-
"@orpc/
|
|
39
|
-
"@orpc/
|
|
40
|
-
"@orpc/
|
|
37
|
+
"@orpc/client": "1.8.3",
|
|
38
|
+
"@orpc/contract": "1.8.3",
|
|
39
|
+
"@orpc/shared": "1.8.3",
|
|
40
|
+
"@orpc/standard-server": "1.8.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@orpc/server": "1.8.
|
|
43
|
+
"@orpc/server": "1.8.3"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "unbuild",
|