@bufbuild/connect-web
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -53,3 +53,3 @@ "use strict"; | ||
method: "POST", | ||
credentials: "same-origin", | ||
credentials: transportOptions.credentials ?? "same-origin", | ||
redirect: "error", | ||
@@ -56,0 +56,0 @@ mode: "cors", |
@@ -49,3 +49,3 @@ // Copyright 2021-2022 Buf Technologies, Inc. | ||
method: "POST", | ||
credentials: "same-origin", | ||
credentials: transportOptions.credentials ?? "same-origin", | ||
redirect: "error", | ||
@@ -52,0 +52,0 @@ mode: "cors", |
@@ -17,2 +17,8 @@ import type { BinaryReadOptions, BinaryWriteOptions } from "@bufbuild/protobuf"; | ||
/** | ||
* Controls what the fetch client will do with credentials, such as | ||
* Cookies. The default value is "same-origin". For reference, see | ||
* https://fetch.spec.whatwg.org/#concept-request-credentials-mode | ||
*/ | ||
credentials?: RequestCredentials; | ||
/** | ||
* Options for the binary wire format. | ||
@@ -19,0 +25,0 @@ */ |
{ | ||
"name": "@bufbuild/connect-web", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "Apache-2.0", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"dependencies": { | ||
"@bufbuild/protobuf": "^0.0.2-alpha.3" | ||
"@bufbuild/protobuf": "^0.0.3" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85754
2175
+ Added@bufbuild/protobuf@0.0.3(transitive)
- Removed@bufbuild/protobuf@0.0.2-alpha.3(transitive)
Updated@bufbuild/protobuf@^0.0.3