@schematichq/schematic-components 2.5.1-rc.0 → 2.5.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.
@@ -13385,7 +13385,7 @@ var reducer = (state, action) => {
13385
13385
  // src/context/EmbedProvider.tsx
13386
13386
  var import_jsx_runtime2 = require("react/jsx-runtime");
13387
13387
  var getCustomHeaders = (sessionId) => ({
13388
- "X-Schematic-Components-Version": "2.5.1-rc.0",
13388
+ "X-Schematic-Components-Version": "2.5.1",
13389
13389
  "X-Schematic-Session-ID": sessionId
13390
13390
  });
13391
13391
  var EmbedProvider = ({
@@ -13317,7 +13317,7 @@ var reducer = (state, action) => {
13317
13317
  // src/context/EmbedProvider.tsx
13318
13318
  import { jsx, jsxs } from "react/jsx-runtime";
13319
13319
  var getCustomHeaders = (sessionId) => ({
13320
- "X-Schematic-Components-Version": "2.5.1-rc.0",
13320
+ "X-Schematic-Components-Version": "2.5.1",
13321
13321
  "X-Schematic-Session-ID": sessionId
13322
13322
  });
13323
13323
  var EmbedProvider = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematichq/schematic-components",
3
- "version": "2.5.1-rc.0",
3
+ "version": "2.5.1",
4
4
  "main": "dist/schematic-components.cjs.js",
5
5
  "module": "dist/schematic-components.esm.js",
6
6
  "types": "dist/schematic-components.d.ts",