diff --git a/import_map.json b/import_map.json index 77c4ae0f..14581f7e 100644 --- a/import_map.json +++ b/import_map.json @@ -1,7 +1,7 @@ { "imports": { "deco-sites/std/": "./", - "$live/": "https://denopkg.com/deco-cx/live@1.31.2/", + "$live/": "https://denopkg.com/deco-cx/live@1.31.12/", "partytown/": "https://deno.land/x/partytown@0.3.4/", "$fresh/": "https://denopkg.com/deco-cx/fresh@1.3.3/", "preact": "https://esm.sh/preact@10.15.1", diff --git a/packs/vtex/actions/analytics/sendEvent.ts b/packs/vtex/actions/analytics/sendEvent.ts index d5799e2c..eceddb6d 100644 --- a/packs/vtex/actions/analytics/sendEvent.ts +++ b/packs/vtex/actions/analytics/sendEvent.ts @@ -3,7 +3,7 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/analytics/sendEvent.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/analytics/sendEvent.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items diff --git a/packs/vtex/actions/cart/addItems.ts b/packs/vtex/actions/cart/addItems.ts index b9ff3510..2c058258 100644 --- a/packs/vtex/actions/cart/addItems.ts +++ b/packs/vtex/actions/cart/addItems.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/addItems.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/addItems.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items diff --git a/packs/vtex/actions/cart/getInstallment.ts b/packs/vtex/actions/cart/getInstallment.ts index 99c14ef0..4563032c 100644 --- a/packs/vtex/actions/cart/getInstallment.ts +++ b/packs/vtex/actions/cart/getInstallment.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/getInstallment.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/getInstallment.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#get-/api/checkout/pub/orderForm/-orderFormId-/installments diff --git a/packs/vtex/actions/cart/removeItemAttachment.ts b/packs/vtex/actions/cart/removeItemAttachment.ts index f9b13545..791d3c0c 100644 --- a/packs/vtex/actions/cart/removeItemAttachment.ts +++ b/packs/vtex/actions/cart/removeItemAttachment.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/removeItemAttachment.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/removeItemAttachment.ts"; const action = ( props: Props, diff --git a/packs/vtex/actions/cart/removeItems.ts b/packs/vtex/actions/cart/removeItems.ts index 76fc9458..568ca1b2 100644 --- a/packs/vtex/actions/cart/removeItems.ts +++ b/packs/vtex/actions/cart/removeItems.ts @@ -1,7 +1,7 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; -import base from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/removeItems.ts"; +import base from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/removeItems.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items/removeAll diff --git a/packs/vtex/actions/cart/simulation.ts b/packs/vtex/actions/cart/simulation.ts index 10319db2..831e22c3 100644 --- a/packs/vtex/actions/cart/simulation.ts +++ b/packs/vtex/actions/cart/simulation.ts @@ -3,7 +3,7 @@ import type { SimulationOrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/simulation.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/simulation.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForms/simulation diff --git a/packs/vtex/actions/cart/updateAttachment.ts b/packs/vtex/actions/cart/updateAttachment.ts index e82d5a69..e8d300e1 100644 --- a/packs/vtex/actions/cart/updateAttachment.ts +++ b/packs/vtex/actions/cart/updateAttachment.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/updateAttachment.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/updateAttachment.ts"; const action = ( props: Props, diff --git a/packs/vtex/actions/cart/updateCoupons.ts b/packs/vtex/actions/cart/updateCoupons.ts index 7482ba05..71bf5d7f 100644 --- a/packs/vtex/actions/cart/updateCoupons.ts +++ b/packs/vtex/actions/cart/updateCoupons.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/updateCoupons.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/updateCoupons.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/coupons diff --git a/packs/vtex/actions/cart/updateItemAttachment.ts b/packs/vtex/actions/cart/updateItemAttachment.ts index bf2be6b2..cae01173 100644 --- a/packs/vtex/actions/cart/updateItemAttachment.ts +++ b/packs/vtex/actions/cart/updateItemAttachment.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/updateItemAttachment.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/updateItemAttachment.ts"; const action = ( props: Props, diff --git a/packs/vtex/actions/cart/updateItemPrice.ts b/packs/vtex/actions/cart/updateItemPrice.ts index d63531a0..0c6774a0 100644 --- a/packs/vtex/actions/cart/updateItemPrice.ts +++ b/packs/vtex/actions/cart/updateItemPrice.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/updateItemPrice.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/updateItemPrice.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#put-/api/checkout/pub/orderForm/-orderFormId-/items/-itemIndex-/price diff --git a/packs/vtex/actions/cart/updateItems.ts b/packs/vtex/actions/cart/updateItems.ts index 998b16f4..9de835dd 100644 --- a/packs/vtex/actions/cart/updateItems.ts +++ b/packs/vtex/actions/cart/updateItems.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/updateItems.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/updateItems.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items/update diff --git a/packs/vtex/actions/cart/updateProfile.ts b/packs/vtex/actions/cart/updateProfile.ts index e748c4a1..611af36c 100644 --- a/packs/vtex/actions/cart/updateProfile.ts +++ b/packs/vtex/actions/cart/updateProfile.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/updateProfile.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/updateProfile.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#patch-/api/checkout/pub/orderForm/-orderFormId-/profile diff --git a/packs/vtex/actions/cart/updateUser.ts b/packs/vtex/actions/cart/updateUser.ts index 08431d8b..bd0feacc 100644 --- a/packs/vtex/actions/cart/updateUser.ts +++ b/packs/vtex/actions/cart/updateUser.ts @@ -1,7 +1,7 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; -import base from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/cart/updateUser.ts"; +import base from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/cart/updateUser.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#get-/checkout/changeToAnonymousUser/-orderFormId- diff --git a/packs/vtex/actions/newletter/subscribe.ts b/packs/vtex/actions/newletter/subscribe.ts index 71a3ed75..953a60c4 100644 --- a/packs/vtex/actions/newletter/subscribe.ts +++ b/packs/vtex/actions/newletter/subscribe.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/newsletter/subscribe.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/newsletter/subscribe.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items diff --git a/packs/vtex/actions/notifyme.ts b/packs/vtex/actions/notifyme.ts index fcf75045..88d430f9 100644 --- a/packs/vtex/actions/notifyme.ts +++ b/packs/vtex/actions/notifyme.ts @@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/notifyme.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/notifyme.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items diff --git a/packs/vtex/actions/wishlist/addItem.ts b/packs/vtex/actions/wishlist/addItem.ts index cb608b30..585d428f 100644 --- a/packs/vtex/actions/wishlist/addItem.ts +++ b/packs/vtex/actions/wishlist/addItem.ts @@ -3,7 +3,7 @@ import type { WishlistItem } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/wishlist/addItem.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/wishlist/addItem.ts"; const action = ( props: Props, diff --git a/packs/vtex/actions/wishlist/removeItem.ts b/packs/vtex/actions/wishlist/removeItem.ts index e1ad2b77..02ff98b6 100644 --- a/packs/vtex/actions/wishlist/removeItem.ts +++ b/packs/vtex/actions/wishlist/removeItem.ts @@ -3,7 +3,7 @@ import type { WishlistItem } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/actions/wishlist/removeItem.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/actions/wishlist/removeItem.ts"; const action = ( props: Props, diff --git a/packs/vtex/handlers/sitemap.ts b/packs/vtex/handlers/sitemap.ts index 4f496af5..9d4d0ed0 100644 --- a/packs/vtex/handlers/sitemap.ts +++ b/packs/vtex/handlers/sitemap.ts @@ -1,4 +1,4 @@ -import base from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/handlers/sitemap.ts"; +import base from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/handlers/sitemap.ts"; /** * @title Sitemap Proxy diff --git a/packs/vtex/loaders/cart.ts b/packs/vtex/loaders/cart.ts index ee1fecbf..8dca35d3 100644 --- a/packs/vtex/loaders/cart.ts +++ b/packs/vtex/loaders/cart.ts @@ -1,7 +1,7 @@ import { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; -import base from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/cart.ts"; +import base from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/cart.ts"; /** * @docs https://developers.vtex.com/docs/api-reference/checkout-api#get-/api/checkout/pub/orderForm diff --git a/packs/vtex/loaders/intelligentSearch/productDetailsPage.ts b/packs/vtex/loaders/intelligentSearch/productDetailsPage.ts index 3b3582ee..3da432c9 100644 --- a/packs/vtex/loaders/intelligentSearch/productDetailsPage.ts +++ b/packs/vtex/loaders/intelligentSearch/productDetailsPage.ts @@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/intelligentSearch/productDetailsPage.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/intelligentSearch/productDetailsPage.ts"; export type { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/intelligentSearch/productDetailsPage.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/intelligentSearch/productDetailsPage.ts"; /** * @title VTEX Intelligent Search - Product Details Page diff --git a/packs/vtex/loaders/intelligentSearch/productList.ts b/packs/vtex/loaders/intelligentSearch/productList.ts index a0245cf8..032461e1 100644 --- a/packs/vtex/loaders/intelligentSearch/productList.ts +++ b/packs/vtex/loaders/intelligentSearch/productList.ts @@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/intelligentSearch/productList.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/intelligentSearch/productList.ts"; export type { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/intelligentSearch/productList.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/intelligentSearch/productList.ts"; /** * @title VTEX Intelligent Search - Search Products diff --git a/packs/vtex/loaders/intelligentSearch/productListingPage.ts b/packs/vtex/loaders/intelligentSearch/productListingPage.ts index 0ffa3a64..7f296e88 100644 --- a/packs/vtex/loaders/intelligentSearch/productListingPage.ts +++ b/packs/vtex/loaders/intelligentSearch/productListingPage.ts @@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/intelligentSearch/productListingPage.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/intelligentSearch/productListingPage.ts"; export type { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/intelligentSearch/productListingPage.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/intelligentSearch/productListingPage.ts"; /** * @title VTEX Intelligent Search - Product Listing page diff --git a/packs/vtex/loaders/intelligentSearch/suggestions.ts b/packs/vtex/loaders/intelligentSearch/suggestions.ts index a88367d8..0eba0a09 100644 --- a/packs/vtex/loaders/intelligentSearch/suggestions.ts +++ b/packs/vtex/loaders/intelligentSearch/suggestions.ts @@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/intelligentSearch/suggestions.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/intelligentSearch/suggestions.ts"; export type { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/intelligentSearch/suggestions.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/intelligentSearch/suggestions.ts"; /** * @title VTEX Intelligent Search - Search Suggestions diff --git a/packs/vtex/loaders/legacy/productDetailsPage.ts b/packs/vtex/loaders/legacy/productDetailsPage.ts index 0bb0311c..61937e71 100644 --- a/packs/vtex/loaders/legacy/productDetailsPage.ts +++ b/packs/vtex/loaders/legacy/productDetailsPage.ts @@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/legacy/productDetailsPage.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/legacy/productDetailsPage.ts"; export type { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/legacy/productDetailsPage.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/legacy/productDetailsPage.ts"; /** * @title VTEX Catalog - Product Details Page diff --git a/packs/vtex/loaders/legacy/productList.ts b/packs/vtex/loaders/legacy/productList.ts index eacb7695..fff57e66 100644 --- a/packs/vtex/loaders/legacy/productList.ts +++ b/packs/vtex/loaders/legacy/productList.ts @@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/legacy/productList.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/legacy/productList.ts"; export type { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/legacy/productList.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/legacy/productList.ts"; /** * @title VTEX Catalog - Search Products diff --git a/packs/vtex/loaders/legacy/productListingPage.ts b/packs/vtex/loaders/legacy/productListingPage.ts index eb8f34cc..00c09c1e 100644 --- a/packs/vtex/loaders/legacy/productListingPage.ts +++ b/packs/vtex/loaders/legacy/productListingPage.ts @@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/legacy/productListingPage.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/legacy/productListingPage.ts"; export type { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/legacy/productListingPage.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/legacy/productListingPage.ts"; /** * @title VTEX Catalog - Product Listing Page diff --git a/packs/vtex/loaders/legacy/relatedProductsLoader.ts b/packs/vtex/loaders/legacy/relatedProductsLoader.ts index 934ac766..df10dc50 100644 --- a/packs/vtex/loaders/legacy/relatedProductsLoader.ts +++ b/packs/vtex/loaders/legacy/relatedProductsLoader.ts @@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/legacy/relatedProductsLoader.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/legacy/relatedProductsLoader.ts"; export type { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/legacy/relatedProductsLoader.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/legacy/relatedProductsLoader.ts"; /** * @title VTEX Related Products - Catalog diff --git a/packs/vtex/loaders/navbar.ts b/packs/vtex/loaders/navbar.ts index fa6995b6..610f0d35 100644 --- a/packs/vtex/loaders/navbar.ts +++ b/packs/vtex/loaders/navbar.ts @@ -3,7 +3,7 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/navbar.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/navbar.ts"; const loader = ( props: Props, diff --git a/packs/vtex/loaders/user.ts b/packs/vtex/loaders/user.ts index 5c42ad76..da48b843 100644 --- a/packs/vtex/loaders/user.ts +++ b/packs/vtex/loaders/user.ts @@ -1,6 +1,6 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; -import base from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/user.ts"; +import base from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/user.ts"; export interface User { id: string; diff --git a/packs/vtex/loaders/wishlist.ts b/packs/vtex/loaders/wishlist.ts index 74d6d95c..b3375904 100644 --- a/packs/vtex/loaders/wishlist.ts +++ b/packs/vtex/loaders/wishlist.ts @@ -3,7 +3,7 @@ import type { WishlistItem } from "deco-sites/std/packs/vtex/types.ts"; import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; import base, { Props, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/loaders/wishlist.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/loaders/wishlist.ts"; const loader = ( props: Props, diff --git a/packs/vtex/utils/future.ts b/packs/vtex/utils/future.ts index b462eeec..453a69a3 100644 --- a/packs/vtex/utils/future.ts +++ b/packs/vtex/utils/future.ts @@ -2,7 +2,7 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; import type { AppContext, -} from "https://denopkg.com/deco-cx/apps@0.2.2/vtex/mod.ts"; +} from "https://denopkg.com/deco-cx/apps@0.2.3/vtex/mod.ts"; export const transform = (ctx: Context): AppContext => ({ diff --git a/utils/fetch.ts b/utils/fetch.ts index 3dca5ca7..99343bb2 100644 --- a/utils/fetch.ts +++ b/utils/fetch.ts @@ -1,4 +1,4 @@ -import * as fetcher from "https://denopkg.com/deco-cx/apps@0.2.2/utils/fetch.ts"; +import * as fetcher from "https://denopkg.com/deco-cx/apps@0.2.3/utils/fetch.ts"; export interface FetchOptions { withProxyCache?: boolean;