@open-mercato/gateway-stripe 0.6.7-develop.6860.1.f796b22e80 → 0.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-mercato/gateway-stripe",
3
- "version": "0.6.7-develop.6860.1.f796b22e80",
3
+ "version": "0.6.7",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -62,30 +62,30 @@
62
62
  }
63
63
  },
64
64
  "dependencies": {
65
- "@open-mercato/core": "0.6.7-develop.6860.1.f796b22e80",
66
- "@open-mercato/queue": "0.6.7-develop.6860.1.f796b22e80",
67
- "@open-mercato/ui": "0.6.7-develop.6860.1.f796b22e80",
65
+ "@open-mercato/core": "0.6.7",
66
+ "@open-mercato/queue": "0.6.7",
67
+ "@open-mercato/ui": "0.6.7",
68
68
  "@stripe/react-stripe-js": "^6.7.0",
69
- "@stripe/stripe-js": "^9.12.1",
69
+ "@stripe/stripe-js": "^9.9.0",
70
70
  "stripe": "^22.3.1"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@mikro-orm/postgresql": "^7.0.14",
74
- "@open-mercato/shared": "0.6.7-develop.6860.1.f796b22e80",
74
+ "@open-mercato/shared": "0.6.7",
75
75
  "react": "^19.0.0",
76
76
  "react-dom": "^19.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@open-mercato/shared": "0.6.7-develop.6860.1.f796b22e80",
79
+ "@open-mercato/shared": "0.6.7",
80
80
  "@types/jest": "^30.0.0",
81
81
  "@types/react": "^19.2.17",
82
82
  "@types/react-dom": "^19.2.3",
83
83
  "esbuild": "^0.28.1",
84
84
  "glob": "^13.0.6",
85
85
  "jest": "^30.4.2",
86
- "react": "19.2.8",
87
- "react-dom": "19.2.8",
88
- "ts-jest": "^29.4.12",
86
+ "react": "19.2.7",
87
+ "react-dom": "19.2.7",
88
+ "ts-jest": "^29.4.11",
89
89
  "typescript": "7.0.2"
90
90
  },
91
91
  "publishConfig": {
@@ -95,6 +95,5 @@
95
95
  "type": "git",
96
96
  "url": "https://github.com/open-mercato/open-mercato",
97
97
  "directory": "packages/gateway-stripe"
98
- },
99
- "stableVersion": "0.6.6"
98
+ }
100
99
  }
@@ -1,24 +0,0 @@
1
- {
2
- "gateway_stripe.config.allowPromotionCodes": "결제 시 프로모션 코드 허용",
3
- "gateway_stripe.config.captureMethod": "결제 승인 방식",
4
- "gateway_stripe.config.captureMethod.automatic": "자동 - 즉시 청구",
5
- "gateway_stripe.config.captureMethod.manual": "수동 - 먼저 승인 후 나중에 청구",
6
- "gateway_stripe.config.help": "통합 상세 정보에서 자격 증명을 설정하세요. 소비 모듈이 결제 UI에 Stripe를 어떻게 연결할지 결정합니다.",
7
- "gateway_stripe.config.paymentTypes": "결제 유형",
8
- "gateway_stripe.config.statementDescriptor": "명세서 설명",
9
- "gateway_stripe.config.statementDescriptor.help": "고객의 은행 명세서에 표시되는 내용입니다 (최대 22자)",
10
- "gateway_stripe.config.validation.captureMethod": "결제 승인 방식은 자동 또는 수동이어야 합니다",
11
- "gateway_stripe.description": "Stripe를 통해 카드 결제, Apple Pay, Google Pay, 계좌 이체를 받으세요.",
12
- "gateway_stripe.feature.configure": "Stripe 설정 구성",
13
- "gateway_stripe.feature.view": "Stripe 구성 보기",
14
- "gateway_stripe.payments.description": "이 페이지를 벗어나지 않고 아래에서 결제를 완료하세요.",
15
- "gateway_stripe.payments.failed": "Stripe가 결제를 확인하지 못했습니다.",
16
- "gateway_stripe.payments.helper": "이 계정에 구성된 Stripe 테스트 모드 카드나 지갑을 사용하세요.",
17
- "gateway_stripe.payments.notReady": "Stripe 결제 양식을 아직 불러오는 중입니다.",
18
- "gateway_stripe.payments.processing": "결제 확인 중...",
19
- "gateway_stripe.payments.submit": "안전하게 결제",
20
- "gateway_stripe.payments.title": "안전한 Stripe 결제",
21
- "gateway_stripe.payments.unavailable": "Stripe가 임베디드 체크아웃용으로 구성되었지만 공개 결제 양식을 준비하지 못했습니다.",
22
- "gateway_stripe.tabs.settings": "Stripe 설정",
23
- "gateway_stripe.title": "Stripe"
24
- }