@decocms/apps-vtex 7.2.1 → 7.2.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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/src/invoke.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decocms/apps-vtex",
3
- "version": "7.2.1",
3
+ "version": "7.2.3",
4
4
  "type": "module",
5
5
  "description": "Deco commerce app: VTEX integration",
6
6
  "repository": {
@@ -49,10 +49,10 @@
49
49
  "lint:unused": "knip"
50
50
  },
51
51
  "dependencies": {
52
- "@decocms/blocks": "7.2.1",
53
- "@decocms/apps-commerce": "7.2.1",
54
- "@decocms/apps-website": "7.2.1",
55
- "@decocms/tanstack": "7.2.1"
52
+ "@decocms/blocks": "7.2.3",
53
+ "@decocms/apps-commerce": "7.2.3",
54
+ "@decocms/apps-website": "7.2.3",
55
+ "@decocms/tanstack": "7.2.3"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "^19.0.0",
package/src/invoke.ts CHANGED
@@ -24,7 +24,7 @@
24
24
  * 1. Add an entry below with the input/output types and the action call,
25
25
  * 2. From a site repo: `npm run generate:invoke`.
26
26
  */
27
- import { createInvokeFn } from "@decocms/tanstack";
27
+ import { createInvokeFn } from "@decocms/tanstack/sdk/createInvoke";
28
28
  import {
29
29
  addCouponToCart,
30
30
  addItemsToCart,