@burdenoff/website-sdk 2026.514.2 → 2026.514.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.
package/dist/index.mjs CHANGED
@@ -1388,7 +1388,7 @@ function NewsletterForm({
1388
1388
  ] });
1389
1389
  }
1390
1390
  var GET_PLANS_QUERY = `
1391
- query GetPublicPlans($productId: String!) {
1391
+ query GetPublicPlans($productId: ID!) {
1392
1392
  publicPlans(productId: $productId) {
1393
1393
  id
1394
1394
  name
@@ -1563,9 +1563,6 @@ function PricingSection(props) {
1563
1563
  useEffect(() => {
1564
1564
  let cancelled = false;
1565
1565
  async function loadPlans() {
1566
- if (!resolvedProductId) {
1567
- return;
1568
- }
1569
1566
  try {
1570
1567
  setLoading(true);
1571
1568
  const response = await client.query(