iamport-react-native 3.0.1-alpha.1 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # iamport-react-native
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c710c6: react-native-webview 오류 화면 회피
8
+ - 3c710c6: 현대카드 iOS 웹뷰 오류 대응 패치
9
+
3
10
  ## 3.0.1-alpha.0
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iamport-react-native",
3
- "version": "3.0.1-alpha.1",
3
+ "version": "3.0.1",
4
4
  "description": "리액트 네이티브용 아임포트 결제/본인인증 연동 라이브러리",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -24,14 +24,14 @@
24
24
  ],
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "git+https://github.com/iamport/iamport-react-native.git"
27
+ "url": "git+https://github.com/portone-io/iamport-react-native.git"
28
28
  },
29
29
  "author": "Hyukgyu Kwon <me@kwon.hk>",
30
30
  "license": "MIT",
31
31
  "bugs": {
32
- "url": "https://github.com/iamport/iamport-react-native/issues"
32
+ "url": "https://github.com/portone-io/iamport-react-native/issues"
33
33
  },
34
- "homepage": "https://github.com/iamport/iamport-react-native#readme",
34
+ "homepage": "https://github.com/portone-io/iamport-react-native#readme",
35
35
  "publishConfig": {
36
36
  "registry": "https://registry.npmjs.org/"
37
37
  },