swoop-common 2.2.126 → 2.2.127

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.
@@ -28,6 +28,7 @@ export default function ComponentPickerModal({ open, onClose, onSelect, selected
28
28
  const [pageSize] = useState(10);
29
29
  const [totalCount, setTotalCount] = useState(0);
30
30
  const [debouncedSearchTerm, setDebouncedSearchTerm] = useState("");
31
+ //test
31
32
  useEffect(() => {
32
33
  const timer = setTimeout(() => {
33
34
  setDebouncedSearchTerm(searchTerm);
@@ -101,3 +101,4 @@ export const FORM_BUILDER_JSON_SCHEMA = {
101
101
  },
102
102
  }
103
103
  };
104
+ console.log(JSON.stringify(FORM_BUILDER_JSON_SCHEMA, null, 2));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swoop-common",
3
- "version": "2.2.126",
3
+ "version": "2.2.127",
4
4
  "main": "dist/api/index.js",
5
5
  "types": "dist/api/index.d.ts",
6
6
  "exports": {