@trpc/client 11.0.0-rc.648 → 11.0.0-rc.657

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,4 +1,4 @@
1
- export declare function isOctetType(input: unknown): input is Uint8Array | Blob;
1
+ export declare function isOctetType(input: unknown): input is Uint8Array<ArrayBufferLike> | Blob;
2
2
  export declare function isFormData(input: unknown): input is FormData;
3
- export declare function isNonJsonSerializable(input: unknown): input is FormData | Uint8Array | Blob;
3
+ export declare function isNonJsonSerializable(input: unknown): input is FormData | Uint8Array<ArrayBufferLike> | Blob;
4
4
  //# sourceMappingURL=contentTypes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"contentTypes.d.ts","sourceRoot":"","sources":["../../../src/links/internals/contentTypes.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,8BAMzC;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,OAAO,qBAExC;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,OAAO,yCAEnD"}
1
+ {"version":3,"file":"contentTypes.d.ts","sourceRoot":"","sources":["../../../src/links/internals/contentTypes.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,+CAMzC;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,OAAO,qBAExC;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,OAAO,0DAEnD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/client",
3
- "version": "11.0.0-rc.648+77b4d8920",
3
+ "version": "11.0.0-rc.657+7a369faa3",
4
4
  "description": "The tRPC client library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -77,11 +77,11 @@
77
77
  "!**/__tests__"
78
78
  ],
79
79
  "peerDependencies": {
80
- "@trpc/server": "11.0.0-rc.648+77b4d8920",
80
+ "@trpc/server": "11.0.0-rc.657+7a369faa3",
81
81
  "typescript": ">=5.6.2"
82
82
  },
83
83
  "devDependencies": {
84
- "@trpc/server": "11.0.0-rc.648+77b4d8920",
84
+ "@trpc/server": "11.0.0-rc.657+7a369faa3",
85
85
  "@types/isomorphic-fetch": "^0.0.39",
86
86
  "@types/node": "^22.9.0",
87
87
  "eslint": "^9.13.0",
@@ -90,8 +90,8 @@
90
90
  "rollup": "^4.24.4",
91
91
  "tslib": "^2.8.1",
92
92
  "tsx": "^4.0.0",
93
- "typescript": "^5.6.2",
94
- "undici": "^6.0.1"
93
+ "typescript": "^5.7.0",
94
+ "undici": "^7.0.0"
95
95
  },
96
96
  "publishConfig": {
97
97
  "access": "public"
@@ -99,5 +99,5 @@
99
99
  "funding": [
100
100
  "https://trpc.io/sponsor"
101
101
  ],
102
- "gitHead": "77b4d89207f682e23dc8831a4c769214d2649a0f"
102
+ "gitHead": "7a369faa3db8c59f694397c15f589b72ee0919b5"
103
103
  }