@salesforce/storefront-next-runtime 0.3.1-alpha.0 → 0.3.1-alpha.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.
@@ -1,6 +1,6 @@
1
1
  import { n as Site$1, r as Url, t as Locale$1 } from "./types.js";
2
2
  import { PropsWithChildren } from "react";
3
- import * as react_jsx_runtime2 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
4
4
  import * as react_router0 from "react-router";
5
5
  import { Cookie, MiddlewareFunction, RouterContextProvider } from "react-router";
6
6
  import { RouteConfigEntry } from "@react-router/dev/routes";
@@ -56,7 +56,7 @@ declare function SiteProvider({
56
56
  children
57
57
  }: PropsWithChildren<{
58
58
  value: Site;
59
- }>): react_jsx_runtime2.JSX.Element;
59
+ }>): react_jsx_runtime0.JSX.Element;
60
60
  /**
61
61
  * React hook to get the current site.
62
62
  * Returns undefined when no SiteProvider is mounted.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/storefront-next-runtime",
3
- "version": "0.3.1-alpha.0",
3
+ "version": "0.3.1-alpha.1",
4
4
  "description": "Runtime agnostic libraries for SFCC Storefront Next",
5
5
  "type": "module",
6
6
  "exports": {