@apps-in-toss/framework 1.9.0 → 1.9.2
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/dist/index.cjs +2 -0
- package/dist/index.js +3 -0
- package/package.json +6 -6
- package/CHANGELOG.md +0 -58
package/dist/index.cjs
CHANGED
|
@@ -2639,6 +2639,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2639
2639
|
right: insets.right
|
|
2640
2640
|
}),
|
|
2641
2641
|
...Object.fromEntries(Object.entries(global2).map(([key, value]) => [key, () => value])),
|
|
2642
|
+
getServerTime_isSupported: import_native_modules23.getServerTime.isSupported,
|
|
2642
2643
|
/** AdMobV2 */
|
|
2643
2644
|
loadAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.loadAppsInTossAdMob.isSupported,
|
|
2644
2645
|
showAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.showAppsInTossAdMob.isSupported,
|
|
@@ -2653,6 +2654,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2653
2654
|
},
|
|
2654
2655
|
asyncHandlerMap: {
|
|
2655
2656
|
...appsInTossAsyncBridges,
|
|
2657
|
+
getServerTime: import_native_modules23.getServerTime,
|
|
2656
2658
|
setIosSwipeGestureEnabled: (options) => {
|
|
2657
2659
|
setAllowsBackForwardNavigationGestures(options.isEnabled);
|
|
2658
2660
|
return appsInTossAsyncBridges.setIosSwipeGestureEnabled(options);
|
package/dist/index.js
CHANGED
|
@@ -1378,6 +1378,7 @@ import {
|
|
|
1378
1378
|
IAP,
|
|
1379
1379
|
Storage,
|
|
1380
1380
|
appsInTossEvent,
|
|
1381
|
+
getServerTime,
|
|
1381
1382
|
iapCreateOneTimePurchaseOrder,
|
|
1382
1383
|
processProductGrant,
|
|
1383
1384
|
requestOneTimePurchase
|
|
@@ -2626,6 +2627,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2626
2627
|
right: insets.right
|
|
2627
2628
|
}),
|
|
2628
2629
|
...Object.fromEntries(Object.entries(global2).map(([key, value]) => [key, () => value])),
|
|
2630
|
+
getServerTime_isSupported: getServerTime.isSupported,
|
|
2629
2631
|
/** AdMobV2 */
|
|
2630
2632
|
loadAppsInTossAdMob_isSupported: GoogleAdMob2.loadAppsInTossAdMob.isSupported,
|
|
2631
2633
|
showAppsInTossAdMob_isSupported: GoogleAdMob2.showAppsInTossAdMob.isSupported,
|
|
@@ -2640,6 +2642,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2640
2642
|
},
|
|
2641
2643
|
asyncHandlerMap: {
|
|
2642
2644
|
...appsInTossAsyncBridges,
|
|
2645
|
+
getServerTime,
|
|
2643
2646
|
setIosSwipeGestureEnabled: (options) => {
|
|
2644
2647
|
setAllowsBackForwardNavigationGestures(options.isEnabled);
|
|
2645
2648
|
return appsInTossAsyncBridges.setIosSwipeGestureEnabled(options);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/framework",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.2",
|
|
5
5
|
"description": "The framework for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"typecheck": "tsc --noEmit",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"ait": "./bin/ait.js"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@apps-in-toss/analytics": "1.9.
|
|
59
|
-
"@apps-in-toss/cli": "1.9.
|
|
60
|
-
"@apps-in-toss/native-modules": "1.9.
|
|
61
|
-
"@apps-in-toss/plugins": "1.9.
|
|
62
|
-
"@apps-in-toss/types": "1.9.
|
|
58
|
+
"@apps-in-toss/analytics": "1.9.2",
|
|
59
|
+
"@apps-in-toss/cli": "1.9.2",
|
|
60
|
+
"@apps-in-toss/native-modules": "1.9.2",
|
|
61
|
+
"@apps-in-toss/plugins": "1.9.2",
|
|
62
|
+
"@apps-in-toss/types": "1.9.2",
|
|
63
63
|
"es-hangul": "^2.3.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# @apps-in-toss/framework
|
|
2
|
-
|
|
3
|
-
## 1.9.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
[[AIT-3902] getServerTime 앱브릿지 추가](https://github.toss.bz/toss/apps-in-toss-sdk/pull/24)
|
|
8
|
-
|
|
9
|
-
서버 시간을 가져오는 getServerTime 브릿지를 추가합니다.
|
|
10
|
-
|
|
11
|
-
## 1.8.1
|
|
12
|
-
|
|
13
|
-
### Patch Changes
|
|
14
|
-
|
|
15
|
-
[[AIT-3844]: 외부 사이트에서 네비바 홈 버튼을 누르면 해당 사이트의 루트가 아닌 미니앱의 루트로 이동하도록 수정](https://github.toss.bz/toss/apps-in-toss-sdk/pull/22)
|
|
16
|
-
|
|
17
|
-
외부 사이트에서 네비바 홈 버튼을 누르면 미니앱 루트 페이지로 이동하도록 수정합니다.
|
|
18
|
-
|
|
19
|
-
## 1.8.0
|
|
20
|
-
|
|
21
|
-
### Minor Changes
|
|
22
|
-
|
|
23
|
-
[[AIT-3762]: GoogleAdMob 로딩 여부 확인하는 브릿지 추가](https://github.toss.bz/toss/apps-in-toss-sdk/pull/18)
|
|
24
|
-
|
|
25
|
-
구글 광고가 로딩되었는지 확인하는 isAdMobLoaded를 추가합니다.
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
[[AP-2118] 토스애즈 integrated ad 최소 앱버전 5.244.1로 변경 - changeset 생성](https://github.toss.bz/toss/apps-in-toss-sdk/pull/21)
|
|
30
|
-
|
|
31
|
-
토스애즈 integrated ad 최소 앱버전을 5.244.1로 변경
|
|
32
|
-
|
|
33
|
-
## 1.7.1
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
[[AIT-3691]: Unable to open URL: about:blank 이슈 해결](https://github.toss.bz/toss/apps-in-toss-sdk/pull/13)
|
|
38
|
-
|
|
39
|
-
Unable to open URL: about:blank 이슈를 해결합니다.
|
|
40
|
-
|
|
41
|
-
## 1.7.0
|
|
42
|
-
|
|
43
|
-
## 1.6.2
|
|
44
|
-
|
|
45
|
-
### Patch Changes
|
|
46
|
-
|
|
47
|
-
[[AIT-3577] bridgeColorMode 삭제](https://github.toss.bz/toss/apps-in-toss-sdk/pull/6)
|
|
48
|
-
|
|
49
|
-
bridgeColorMode 옵션을 삭제합니다.
|
|
50
|
-
|
|
51
|
-
## 1.6.1
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- WebView 프로세스가 죽는 상황의 유저 경험을 개선합니다.
|
|
56
|
-
- OOM 등으로 인해 웹뷰가 죽으면 계속 흰화면이 보여지는 문제가 있었습니다.
|
|
57
|
-
- 따라서 토스트로 안내 메시지를 띄운 후 웹뷰를 재시작하여, 유저가 서비스를 다시 사용할 수 있게 만듭니다.
|
|
58
|
-
- 또한 키바나에 AppsInTossWebViewProcessDidTerminate 라는 이름의 디버그 로그도 함께 남깁니다.
|