@arquimedes.co/eureka-forms 1.9.63-test → 1.9.64-test

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.
@@ -42,6 +42,7 @@ function ClassifierSelector(_a) {
42
42
  if (!classifier) {
43
43
  return _jsx("div", {});
44
44
  }
45
+ console.log(classifier);
45
46
  var options = classifier.children
46
47
  .filter(function (idClassifier) { var _a; return ((_a = step.options[idClassifier]) === null || _a === void 0 ? void 0 : _a.type) !== ClassifierOptionTypes.HIDE; })
47
48
  .map(function (idClassifier) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version":"1.9.63-test",
4
+ "version":"1.9.64-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",