@paykit-sdk/medusajs 1.0.4 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -5,7 +5,7 @@ Universal payment provider adapter for Medusa v2+ using PayKit. Compatible with
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @paykit-sdk/medusajs
8
+ npm install @paykit-sdk/medusajs @paykit-sdk/core
9
9
  ```
10
10
 
11
11
  ## Install your provider
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paykit-sdk/medusajs",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "MedusaJS Integrations for Paykit",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -28,7 +28,8 @@
28
28
  "license": "ISC",
29
29
  "packageManager": "pnpm@10.13.1",
30
30
  "peerDependencies": {
31
- "@medusajs/framework": ">=2.10.3"
31
+ "@medusajs/framework": ">=2.10.3",
32
+ "@paykit-sdk/core": ">=1.1.100"
32
33
  },
33
34
  "devDependencies": {
34
35
  "@medusajs/framework": "^2.10.3",
@@ -37,8 +38,7 @@
37
38
  "typescript": "^5.9.2"
38
39
  },
39
40
  "dependencies": {
40
- "zod": "^3.25.76",
41
- "@paykit-sdk/core": ">=1.1.100"
41
+ "zod": "^3.25.76"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"