@rebuy/rebuy 2.5.0-rc.4 → 2.5.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.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/dist/schema/userConfig.d.ts +1 -1
- package/dist/schema/userConfig.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1149,7 +1149,7 @@ var ShopConfig = import_v42.z.object({
|
|
|
1149
1149
|
|
|
1150
1150
|
// src/schema/userConfig.ts
|
|
1151
1151
|
var import_v43 = require("zod/v4");
|
|
1152
|
-
var UserConfig = import_v43.z.
|
|
1152
|
+
var UserConfig = import_v43.z.object({
|
|
1153
1153
|
shop: ShopConfig,
|
|
1154
1154
|
smartCart: import_v43.z.unknown(),
|
|
1155
1155
|
smartFlows: import_v43.z.array(import_v43.z.unknown())
|