@schematichq/schematic-components 2.13.0 → 2.13.1-rc.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.
@@ -13816,7 +13816,7 @@ var reducer = (state, action) => {
13816
13816
  // src/context/EmbedProvider.tsx
13817
13817
  var import_jsx_runtime2 = require("react/jsx-runtime");
13818
13818
  var getCustomHeaders = (sessionId) => ({
13819
- "X-Schematic-Components-Version": "2.13.0",
13819
+ "X-Schematic-Components-Version": "2.13.1-rc.1",
13820
13820
  "X-Schematic-Session-ID": sessionId
13821
13821
  });
13822
13822
  var normalizeCurrencyFilter = (filter2) => {
@@ -13728,7 +13728,7 @@ var reducer = (state, action) => {
13728
13728
  // src/context/EmbedProvider.tsx
13729
13729
  import { jsx, jsxs } from "react/jsx-runtime";
13730
13730
  var getCustomHeaders = (sessionId) => ({
13731
- "X-Schematic-Components-Version": "2.13.0",
13731
+ "X-Schematic-Components-Version": "2.13.1-rc.1",
13732
13732
  "X-Schematic-Session-ID": sessionId
13733
13733
  });
13734
13734
  var normalizeCurrencyFilter = (filter2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematichq/schematic-components",
3
- "version": "2.13.0",
3
+ "version": "2.13.1-rc.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",