@inseefr/lunatic 2.4.4-beta → 2.4.4

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.
@@ -15,6 +15,6 @@ Object.defineProperty(exports, "QuestionInformation", {
15
15
  return _questionInformation["default"];
16
16
  }
17
17
  });
18
- var _questionContext = _interopRequireDefault(require("./question-context "));
18
+ var _questionContext = _interopRequireDefault(require("./question-context"));
19
19
  var _questionInformation = _interopRequireDefault(require("./question-information"));
20
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -1,2 +1,2 @@
1
- export { default as QuestionContext } from './question-context ';
1
+ export { default as QuestionContext } from './question-context';
2
2
  export { default as QuestionInformation } from './question-information';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inseefr/lunatic",
3
- "version": "2.4.4-beta",
3
+ "version": "2.4.4",
4
4
  "workersVersion": "0.2.5-experimental",
5
5
  "description": "Library of questionnaire components",
6
6
  "repository": {