@livechat/platform-workflows 0.0.38 → 0.0.40

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.
package/dist/index.js CHANGED
@@ -490,7 +490,8 @@ var config = {
490
490
  function setWorkflowsConfig(newConfig) {
491
491
  config = __spreadValues(__spreadValues({}, config), newConfig);
492
492
  (0, import_developer_studio_ui_react.setConfig)({
493
- env: newConfig.env
493
+ env: config.env,
494
+ basePath: config.basePath
494
495
  });
495
496
  }
496
497
  function getWorkflowsConfig() {
package/dist/index.mjs CHANGED
@@ -475,7 +475,8 @@ var config = {
475
475
  function setWorkflowsConfig(newConfig) {
476
476
  config = __spreadValues(__spreadValues({}, config), newConfig);
477
477
  setConfig({
478
- env: newConfig.env
478
+ env: config.env,
479
+ basePath: config.basePath
479
480
  });
480
481
  }
481
482
  function getWorkflowsConfig() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/platform-workflows",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "description": "Text Platform | Workflows",
5
5
  "author": "Wojciech Dudek",
6
6
  "license": "MIT",
@@ -83,7 +83,7 @@
83
83
  "web-worker": "^1.3.0",
84
84
  "@livechat/developer-studio-api": "3.3.9",
85
85
  "@livechat/developer-studio-ui-react": "0.0.67",
86
- "@livechat/platform-integrations": "0.0.15"
86
+ "@livechat/platform-integrations": "0.0.16"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@tanstack/react-query": "4.36.1",