@rxdrag/website-lib-core 0.0.129 → 0.0.130

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdrag/website-lib-core",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts"
@@ -24,8 +24,8 @@
24
24
  "eslint": "^9.39.2",
25
25
  "typescript": "^5",
26
26
  "@rxdrag/eslint-config-custom": "0.2.13",
27
- "@rxdrag/tsconfig": "0.2.1",
28
- "@rxdrag/tiptap-preview": "0.0.3"
27
+ "@rxdrag/tiptap-preview": "0.0.3",
28
+ "@rxdrag/tsconfig": "0.2.1"
29
29
  },
30
30
  "dependencies": {
31
31
  "@iconify/utils": "^3.0.2",
@@ -112,7 +112,7 @@ export interface IEntify {
112
112
  getProducts(
113
113
  conditions: ListConditions,
114
114
  imageSize: ImageSize | undefined,
115
- addonFields: (keyof Product)[] | undefined
115
+ addonFields?: (keyof Product)[] | undefined
116
116
  ): Promise<TProduct[] | undefined>;
117
117
 
118
118
  getProductListPaths(options: {