@cloudcommerce/types 2.28.4 → 2.28.5

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/index.ts +1 -0
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -179,6 +179,7 @@ export type SettingsContent = {
179
179
  description: string,
180
180
  logo: string,
181
181
  icon: string,
182
+ favicon?: string,
182
183
  primaryColor: string,
183
184
  secondaryColor?: string,
184
185
  bgColor?: string,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/types",
3
3
  "type": "module",
4
- "version": "2.28.4",
4
+ "version": "2.28.5",
5
5
  "description": "e-com.plus Cloud Commerce reusable type definitions",
6
6
  "main": "index.ts",
7
7
  "files": [
@@ -21,6 +21,6 @@
21
21
  },
22
22
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/types#readme",
23
23
  "dependencies": {
24
- "@cloudcommerce/api": "2.28.4"
24
+ "@cloudcommerce/api": "2.28.5"
25
25
  }
26
26
  }