@zuplo/zudoku-plugin-monetization 0.0.40 → 0.0.41

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.
@@ -98,7 +98,7 @@ interface Alignment {
98
98
  }
99
99
  interface ProRatingConfig {
100
100
  enabled: boolean;
101
- mode: "prorate_prices" | "prorate_quantities";
101
+ mode: "max_consumption_based";
102
102
  }
103
103
  interface ValidationError {
104
104
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/zudoku-plugin-monetization",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/zuplo/zudoku",
@@ -37,7 +37,7 @@
37
37
  "react": "19.2.5",
38
38
  "react-dom": "19.2.5",
39
39
  "tsdown": "0.22.0",
40
- "zudoku": "0.79.0"
40
+ "zudoku": "0.79.1"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=19.2.0",