@commercebuild/extension 0.0.11 → 0.0.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercebuild/extension",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "types": "./types/index.d.ts",
5
5
  "exports": {
6
6
  ".": {
package/types/global.d.ts CHANGED
@@ -100,6 +100,8 @@ declare global {
100
100
  router;
101
101
  displayMoney;
102
102
  cn;
103
+ revalidateTag;
104
+ revalidatePath;
103
105
  };
104
106
  com: {
105
107
  Cart: {