swoop-common 2.1.27 → 2.1.29

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.
@@ -44,6 +44,7 @@ const FormComponentPicker = ({ components, selectedComponent, onChange, template
44
44
  const FormRendererComponentPicker = ({ data, handleChange, path, label, enabled, schema }) => {
45
45
  const [components, setComponents] = useState([]);
46
46
  const getError = useLocalErrors(path);
47
+ console.log("STINKY", JSON.stringify(schema, null, 2));
47
48
  const templateIds = useMemo(() =>
48
49
  // @ts-ignore
49
50
  schema['x-templateIds'] || [], [schema]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swoop-common",
3
- "version": "2.1.27",
3
+ "version": "2.1.29",
4
4
  "main": "dist/api/index.js",
5
5
  "types": "dist/api/index.d.ts",
6
6
  "exports": {