Skip to content

Commit 7d17dbf

Browse files
committed
build: release v1.0.1
1 parent 939e61d commit 7d17dbf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

dist/client.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,11 @@ Response body: ${body2}`
120120
instanceConfig: {
121121
endpoint: this.#config.instanceUrl
122122
},
123+
featureSupport: "Streaming",
123124
streamingCapabilities: {
124125
chunkTypes: ["Text"]
125-
}
126+
},
127+
bypassUser: true
126128
});
127129
const headers = this.#getHeadersWithAuth();
128130
headers.append("Content-Type", "application/json");

dist/client.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/client.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ Response body: ${body2}`
8787
instanceConfig: {
8888
endpoint: this.#config.instanceUrl
8989
},
90+
featureSupport: "Streaming",
9091
streamingCapabilities: {
9192
chunkTypes: ["Text"]
92-
}
93+
},
94+
bypassUser: true
9395
});
9496
const headers = this.#getHeadersWithAuth();
9597
headers.append("Content-Type", "application/json");

0 commit comments

Comments
 (0)