@apps-in-toss/plugins 1.1.2 → 1.2.0
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1133,7 +1133,7 @@ function setupRuntimeSetupScript(config) {
|
|
|
1133
1133
|
const script = getRuntimeSetupScript(
|
|
1134
1134
|
{
|
|
1135
1135
|
deploymentId: config.deploymentId,
|
|
1136
|
-
|
|
1136
|
+
brandBridgeColorMode: config.brand.bridgeColorMode,
|
|
1137
1137
|
brandDisplayName: config.brand.displayName,
|
|
1138
1138
|
brandPrimaryColor: config.brand.primaryColor,
|
|
1139
1139
|
brandIcon: config.brand.icon,
|
package/dist/index.js
CHANGED
|
@@ -1106,7 +1106,7 @@ function setupRuntimeSetupScript(config) {
|
|
|
1106
1106
|
const script = getRuntimeSetupScript(
|
|
1107
1107
|
{
|
|
1108
1108
|
deploymentId: config.deploymentId,
|
|
1109
|
-
|
|
1109
|
+
brandBridgeColorMode: config.brand.bridgeColorMode,
|
|
1110
1110
|
brandDisplayName: config.brand.displayName,
|
|
1111
1111
|
brandPrimaryColor: config.brand.primaryColor,
|
|
1112
1112
|
brandIcon: config.brand.icon,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/plugins",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.2.0",
|
|
5
5
|
"description": "The plugins for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepack": "yarn build",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "f567520ba5a18de1fcddb329fb70d432cf10af85"
|
|
56
56
|
}
|