@unchainedshop/plugins 4.0.0-rc.3 → 4.0.0-rc.4

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.
@@ -11,7 +11,7 @@ export const initStripeClient = async () => {
11
11
  // @ts-ignore
12
12
  const { default: Stripe } = await import('stripe');
13
13
  stripe = new Stripe(STRIPE_SECRET, {
14
- apiVersion: '2025-05-28.basil',
14
+ apiVersion: '2025-06-30.basil',
15
15
  });
16
16
  return stripe;
17
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unchainedshop/plugins",
3
- "version": "4.0.0-rc.3",
3
+ "version": "4.0.0-rc.4",
4
4
  "main": "lib/plugins-index.js",
5
5
  "types": "lib/plugins-index.d.ts",
6
6
  "exports": {
@@ -34,18 +34,18 @@
34
34
  },
35
35
  "homepage": "https://github.com/unchainedshop/unchained#readme",
36
36
  "dependencies": {
37
- "@unchainedshop/api": "^4.0.0-rc.3",
38
- "@unchainedshop/core-delivery": "^4.0.0-rc.3",
39
- "@unchainedshop/core-enrollments": "^4.0.0-rc.3",
40
- "@unchainedshop/core-orders": "^4.0.0-rc.3",
41
- "@unchainedshop/core-payment": "^4.0.0-rc.3",
42
- "@unchainedshop/core-products": "^4.0.0-rc.3",
43
- "@unchainedshop/core-warehousing": "^4.0.0-rc.3",
44
- "@unchainedshop/core-worker": "^4.0.0-rc.3",
45
- "@unchainedshop/events": "^4.0.0-rc.3",
46
- "@unchainedshop/file-upload": "^4.0.0-rc.3",
47
- "@unchainedshop/logger": "^4.0.0-rc.3",
48
- "@unchainedshop/utils": "^4.0.0-rc.3",
37
+ "@unchainedshop/api": "^4.0.0-rc.4",
38
+ "@unchainedshop/core-delivery": "^4.0.0-rc.4",
39
+ "@unchainedshop/core-enrollments": "^4.0.0-rc.4",
40
+ "@unchainedshop/core-orders": "^4.0.0-rc.4",
41
+ "@unchainedshop/core-payment": "^4.0.0-rc.4",
42
+ "@unchainedshop/core-products": "^4.0.0-rc.4",
43
+ "@unchainedshop/core-warehousing": "^4.0.0-rc.4",
44
+ "@unchainedshop/core-worker": "^4.0.0-rc.4",
45
+ "@unchainedshop/events": "^4.0.0-rc.4",
46
+ "@unchainedshop/file-upload": "^4.0.0-rc.4",
47
+ "@unchainedshop/logger": "^4.0.0-rc.4",
48
+ "@unchainedshop/utils": "^4.0.0-rc.4",
49
49
  "event-iterator": "^2.0.0",
50
50
  "JSONStream": "^1.3.5"
51
51
  },
@@ -18,7 +18,7 @@ export const initStripeClient = async (): Promise<StripeType> => {
18
18
  // @ts-ignore
19
19
  const { default: Stripe } = await import('stripe');
20
20
  stripe = new Stripe(STRIPE_SECRET, {
21
- apiVersion: '2025-05-28.basil',
21
+ apiVersion: '2025-06-30.basil',
22
22
  });
23
23
  return stripe;
24
24
  };