@schematichq/schematic-components 2.9.0-rc.2 → 2.9.0-rc.3
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.
|
@@ -12640,7 +12640,7 @@ var reducer = (state, action) => {
|
|
|
12640
12640
|
// src/context/EmbedProvider.tsx
|
|
12641
12641
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
12642
12642
|
var getCustomHeaders = (sessionId) => ({
|
|
12643
|
-
"X-Schematic-Components-Version": "2.9.0-rc.
|
|
12643
|
+
"X-Schematic-Components-Version": "2.9.0-rc.3",
|
|
12644
12644
|
"X-Schematic-Session-ID": sessionId
|
|
12645
12645
|
});
|
|
12646
12646
|
var EmbedProvider = ({
|
|
@@ -12556,7 +12556,7 @@ var reducer = (state, action) => {
|
|
|
12556
12556
|
// src/context/EmbedProvider.tsx
|
|
12557
12557
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12558
12558
|
var getCustomHeaders = (sessionId) => ({
|
|
12559
|
-
"X-Schematic-Components-Version": "2.9.0-rc.
|
|
12559
|
+
"X-Schematic-Components-Version": "2.9.0-rc.3",
|
|
12560
12560
|
"X-Schematic-Session-ID": sessionId
|
|
12561
12561
|
});
|
|
12562
12562
|
var EmbedProvider = ({
|
package/package.json
CHANGED