@livechat/platform-workflows 0.0.10 → 0.0.12
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -498,7 +498,7 @@ function getWorkflowsConfig() {
|
|
|
498
498
|
const coreConfig = (0, import_developer_studio_ui_react.getConfig)();
|
|
499
499
|
return __spreadProps(__spreadValues(__spreadValues({}, config), coreConfig), {
|
|
500
500
|
// Authorization
|
|
501
|
-
accountsClientId: isProd ? "
|
|
501
|
+
accountsClientId: isProd ? "381b682538d896b6a25f54caf1805650" : "bc52b2c51dc4a5c2491ca49eaa7354d0",
|
|
502
502
|
bigcommerceClientId: isProd ? "af8s9yyeub656rb4iavnpi73l9doy5u" : "epcwshxqf6azf8hr6mvif4gaqyoa4y0",
|
|
503
503
|
githubAppClientId: isProd ? "Iv1.c582ec1de0bf8428" : "Iv1.e631130cf8ac91d7",
|
|
504
504
|
githubOauthClientId: isProd ? "ebbb08fa2c26d3e7911d" : "bcffd61bd0edd23bca45",
|
package/dist/index.mjs
CHANGED
|
@@ -480,7 +480,7 @@ function getWorkflowsConfig() {
|
|
|
480
480
|
const coreConfig = getConfig();
|
|
481
481
|
return __spreadProps(__spreadValues(__spreadValues({}, config), coreConfig), {
|
|
482
482
|
// Authorization
|
|
483
|
-
accountsClientId: isProd ? "
|
|
483
|
+
accountsClientId: isProd ? "381b682538d896b6a25f54caf1805650" : "bc52b2c51dc4a5c2491ca49eaa7354d0",
|
|
484
484
|
bigcommerceClientId: isProd ? "af8s9yyeub656rb4iavnpi73l9doy5u" : "epcwshxqf6azf8hr6mvif4gaqyoa4y0",
|
|
485
485
|
githubAppClientId: isProd ? "Iv1.c582ec1de0bf8428" : "Iv1.e631130cf8ac91d7",
|
|
486
486
|
githubOauthClientId: isProd ? "ebbb08fa2c26d3e7911d" : "bcffd61bd0edd23bca45",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/platform-workflows",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "Text Platform | Workflows",
|
|
5
5
|
"author": "Wojciech Dudek",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"postcss-modules": "^6.0.0",
|
|
41
41
|
"tsup": "^8.0.0",
|
|
42
42
|
"typescript": "^5.1.6",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
43
|
+
"tsconfig": "0.0.1",
|
|
44
|
+
"eslint-config-custom": "0.0.10"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@lexical/react": "^0.19.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"validator": "^13.12.0",
|
|
79
79
|
"web-worker": "^1.3.0",
|
|
80
80
|
"@livechat/developer-studio-api": "3.3.6",
|
|
81
|
-
"@livechat/developer-studio-ui-react": "0.0.
|
|
81
|
+
"@livechat/developer-studio-ui-react": "0.0.53"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@tanstack/react-query": "4.36.1",
|