@springmicro/cart 0.5.6 → 0.5.7
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 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +3 -3
- package/src/utils/storage.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -19191,8 +19191,7 @@ const dt = EO(
|
|
|
19191
19191
|
function _i(e) {
|
|
19192
19192
|
return {
|
|
19193
19193
|
...e,
|
|
19194
|
-
image: void 0
|
|
19195
|
-
name: void 0
|
|
19194
|
+
image: void 0
|
|
19196
19195
|
};
|
|
19197
19196
|
}
|
|
19198
19197
|
function OO(e, t) {
|