voxtelesys-flow 2.8.2 → 2.8.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ export class FlowBuilder {
19
19
  return __awaiter(this, void 0, void 0, function* () {
20
20
  // @ts-ignore
21
21
  if (!module)
22
- module = yield import('https://dmfmrckmde2ek.cloudfront.net/vast-flow-builder-v4.8.2.js');
22
+ module = yield import('https://dmfmrckmde2ek.cloudfront.net/vast-flow-builder-v4.8.3.js');
23
23
  yield module.init(elementId, options);
24
24
  });
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "voxtelesys-flow",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",