@reactionary/provider-fake 0.3.17 → 0.6.1

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,10 +1,10 @@
1
1
  {
2
2
  "name": "@reactionary/provider-fake",
3
- "version": "0.3.17",
3
+ "version": "0.6.1",
4
4
  "main": "index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "dependencies": {
7
- "@reactionary/core": "0.3.17",
7
+ "@reactionary/core": "0.6.1",
8
8
  "zod": "4.1.9",
9
9
  "@faker-js/faker": "^9.8.0"
10
10
  },
@@ -191,6 +191,7 @@ class FakeCartProvider extends CartProvider {
191
191
  currency: "XXX"
192
192
  }
193
193
  },
194
+ appliedPromotions: [],
194
195
  userId: {
195
196
  userId: ""
196
197
  }