@orpc/openapi-client 0.0.0-next.cac5dd3 → 0.0.0-next.cbe59c9

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.
@@ -1,6 +1,6 @@
1
1
  import { LinkFetchClient } from '@orpc/client/fetch';
2
2
  import '@orpc/shared';
3
- import { b as StandardOpenAPILink } from '../../shared/openapi-client.BwEwVdZl.mjs';
3
+ import { b as StandardOpenAPILink } from '../../shared/openapi-client.D89vdV2Y.mjs';
4
4
  import '@orpc/client';
5
5
  import '@orpc/client/standard';
6
6
  import '@orpc/contract';
@@ -1,4 +1,4 @@
1
- export { S as StandardBracketNotationSerializer, a as StandardOpenAPIJsonSerializer, b as StandardOpenAPILink, d as StandardOpenAPISerializer, c as StandardOpenapiLinkCodec, g as getDynamicParams, s as standardizeHTTPPath } from '../../shared/openapi-client.BwEwVdZl.mjs';
1
+ export { S as StandardBracketNotationSerializer, a as StandardOpenAPIJsonSerializer, b as StandardOpenAPILink, d as StandardOpenAPISerializer, c as StandardOpenapiLinkCodec, g as getDynamicParams, s as standardizeHTTPPath } from '../../shared/openapi-client.D89vdV2Y.mjs';
2
2
  import '@orpc/client/standard';
3
3
  import '@orpc/shared';
4
4
  import '@orpc/client';
@@ -329,7 +329,6 @@ class StandardOpenapiLinkCodec {
329
329
  return deserialized;
330
330
  }
331
331
  return {
332
- status: response.status,
333
332
  headers: response.headers,
334
333
  body: deserialized
335
334
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/openapi-client",
3
3
  "type": "module",
4
- "version": "0.0.0-next.cac5dd3",
4
+ "version": "0.0.0-next.cbe59c9",
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": "0.0.0-next.cac5dd3",
38
- "@orpc/contract": "0.0.0-next.cac5dd3",
39
- "@orpc/shared": "0.0.0-next.cac5dd3",
40
- "@orpc/standard-server": "0.0.0-next.cac5dd3"
37
+ "@orpc/client": "0.0.0-next.cbe59c9",
38
+ "@orpc/shared": "0.0.0-next.cbe59c9",
39
+ "@orpc/contract": "0.0.0-next.cbe59c9",
40
+ "@orpc/standard-server": "0.0.0-next.cbe59c9"
41
41
  },
42
42
  "devDependencies": {
43
- "@orpc/server": "0.0.0-next.cac5dd3"
43
+ "@orpc/server": "0.0.0-next.cbe59c9"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "unbuild",