@formio/js 5.2.1-dev.6236.96bf618 → 5.2.1-dev.6238.3d462f7

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.
@@ -48,7 +48,6 @@ Formio_1.Formio.Widgets = widgets_1.default;
48
48
  Formio_1.Formio.Evaluator = utils_2.Evaluator;
49
49
  Formio_1.Formio.AllComponents = components_1.default;
50
50
  Formio_1.Formio.Licenses = licenses_1.default;
51
- Formio_1.Formio.DefaultEvaluator = utils_2.DefaultEvaluator;
52
51
  // This is strange, but is needed for "premium" components to import correctly.
53
52
  Formio_1.Formio.Formio = Formio_1.Formio;
54
53
  Formio_1.Formio.Components.setComponents(components_1.default);
@@ -30,7 +30,6 @@ Formio.Widgets = Widgets;
30
30
  Formio.Evaluator = Evaluator;
31
31
  Formio.AllComponents = AllComponents;
32
32
  Formio.Licenses = Licenses;
33
- Formio.DefaultEvaluator = DefaultEvaluator;
34
33
  // This is strange, but is needed for "premium" components to import correctly.
35
34
  Formio.Formio = Formio;
36
35
  Formio.Components.setComponents(AllComponents);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/js",
3
- "version": "5.2.1-dev.6236.96bf618",
3
+ "version": "5.2.1-dev.6238.3d462f7",
4
4
  "description": "JavaScript powered Forms with JSON Form Builder",
5
5
  "main": "lib/cjs/index.js",
6
6
  "exports": {