@plasmicpkgs/commerce 0.0.146 → 0.0.148

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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ComponentMeta } from "@plasmicapp/host/registerComponent";
3
2
  import { Registerable } from "./registerable";
4
3
  interface CartProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ComponentMeta } from "@plasmicapp/host/registerComponent";
3
2
  import { Registerable } from "./registerable";
4
3
  interface CategoryFieldProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ComponentMeta } from "@plasmicapp/host/registerComponent";
3
2
  import { Registerable } from "./registerable";
4
3
  interface ProductPriceProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ComponentMeta } from "@plasmicapp/host/registerComponent";
3
2
  import { Registerable } from "./registerable";
4
3
  interface ProductTextFieldProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ComponentMeta } from "@plasmicapp/host/registerComponent";
3
2
  import { Registerable } from "./registerable";
4
3
  interface ProductVariantPickerProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/commerce",
3
- "version": "0.0.146",
3
+ "version": "0.0.148",
4
4
  "description": "Plasmic registration calls for commerce components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "analyze": "size-limit --why"
19
19
  },
20
20
  "devDependencies": {
21
- "@plasmicapp/host": "1.0.151",
21
+ "@plasmicapp/host": "1.0.153",
22
22
  "@plasmicapp/query": "0.1.67",
23
23
  "@size-limit/preset-small-lib": "^4.11.0",
24
24
  "@types/debounce": "^1.2.1",
@@ -44,5 +44,5 @@
44
44
  "react-hook-form": "^7.28.0",
45
45
  "swr": "^1.2.2"
46
46
  },
47
- "gitHead": "35d4595c6d82b47128fdb0c536fab54d7bbc609f"
47
+ "gitHead": "a00a74da4da1cd6ceb7b12646a7a3bf4e871e162"
48
48
  }