chayns-api 2.4.13 → 2.4.14

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.
@@ -356,7 +356,7 @@ class AppWrapper {
356
356
  const {
357
357
  result,
358
358
  buttonType
359
- } = await this.createDialog({
359
+ } = await this.functions.createDialog({
360
360
  ..._constants.DefaultLoginDialogOptions,
361
361
  ...value
362
362
  }).open();
@@ -322,7 +322,7 @@ export class AppWrapper {
322
322
  const {
323
323
  result,
324
324
  buttonType
325
- } = await _this.createDialog({
325
+ } = await _this.functions.createDialog({
326
326
  ...DefaultLoginDialogOptions,
327
327
  ...value
328
328
  }).open();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "2.4.13",
3
+ "version": "2.4.14",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",