@schematichq/schematic-components 0.4.4-rc.1 → 0.4.5
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.
|
@@ -12735,7 +12735,7 @@ var EmbedProvider = ({
|
|
|
12735
12735
|
(0, import_react11.useEffect)(() => {
|
|
12736
12736
|
if (accessToken) {
|
|
12737
12737
|
const { headers = {} } = apiConfig ?? {};
|
|
12738
|
-
headers["X-Schematic-Components-Version"] = "0.4.
|
|
12738
|
+
headers["X-Schematic-Components-Version"] = "0.4.5";
|
|
12739
12739
|
headers["X-Schematic-Session-ID"] = sessionIdRef.current;
|
|
12740
12740
|
const config = new Configuration({
|
|
12741
12741
|
...apiConfig,
|
|
@@ -12688,7 +12688,7 @@ var EmbedProvider = ({
|
|
|
12688
12688
|
useEffect2(() => {
|
|
12689
12689
|
if (accessToken) {
|
|
12690
12690
|
const { headers = {} } = apiConfig ?? {};
|
|
12691
|
-
headers["X-Schematic-Components-Version"] = "0.4.
|
|
12691
|
+
headers["X-Schematic-Components-Version"] = "0.4.5";
|
|
12692
12692
|
headers["X-Schematic-Session-ID"] = sessionIdRef.current;
|
|
12693
12693
|
const config = new Configuration({
|
|
12694
12694
|
...apiConfig,
|