@constructor-io/constructorio-client-javascript 2.49.0 → 2.49.1

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,7 +15,8 @@ var Recommendations = require('./modules/recommendations');
15
15
  var Tracker = require('./modules/tracker');
16
16
  var EventDispatcher = require('./utils/event-dispatcher');
17
17
  var helpers = require('./utils/helpers');
18
- var packageVersion = require('./version');
18
+ var _require = require('./version'),
19
+ packageVersion = _require["default"];
19
20
  var Quizzes = require('./modules/quizzes');
20
21
  var Assistant = require('./modules/assistant');
21
22
 
package/lib/version.js CHANGED
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = void 0;
7
- var _default = '2.49.0';
7
+ var _default = '2.49.1';
8
8
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.49.0",
3
+ "version": "2.49.1",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "types": "lib/types/index.d.ts",