@schematichq/schematic-components 0.3.0 → 0.3.1
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.
|
@@ -8704,7 +8704,7 @@ var EmbedProvider = ({
|
|
|
8704
8704
|
(0, import_react2.useEffect)(() => {
|
|
8705
8705
|
if (accessToken) {
|
|
8706
8706
|
const { headers = {} } = apiConfig ?? {};
|
|
8707
|
-
headers["X-Schematic-Components-Version"] = "0.3.
|
|
8707
|
+
headers["X-Schematic-Components-Version"] = "0.3.1";
|
|
8708
8708
|
headers["X-Schematic-Session-ID"] = sessionIdRef.current;
|
|
8709
8709
|
const config = new Configuration({
|
|
8710
8710
|
...apiConfig,
|
|
@@ -8670,7 +8670,7 @@ var EmbedProvider = ({
|
|
|
8670
8670
|
useEffect(() => {
|
|
8671
8671
|
if (accessToken) {
|
|
8672
8672
|
const { headers = {} } = apiConfig ?? {};
|
|
8673
|
-
headers["X-Schematic-Components-Version"] = "0.3.
|
|
8673
|
+
headers["X-Schematic-Components-Version"] = "0.3.1";
|
|
8674
8674
|
headers["X-Schematic-Session-ID"] = sessionIdRef.current;
|
|
8675
8675
|
const config = new Configuration({
|
|
8676
8676
|
...apiConfig,
|