@apps-in-toss/framework 2.2.0 → 2.4.0
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 +1 -0
- package/dist/index.js +2 -0
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -2692,6 +2692,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2692
2692
|
}),
|
|
2693
2693
|
...Object.fromEntries(Object.entries(global2).map(([key, value]) => [key, () => value])),
|
|
2694
2694
|
getServerTime_isSupported: import_native_modules24.getServerTime.isSupported,
|
|
2695
|
+
requestReview_isSupported: import_native_modules24.requestReview.isSupported,
|
|
2695
2696
|
/** AdMobV2 */
|
|
2696
2697
|
loadAppsInTossAdMob_isSupported: import_native_modules24.GoogleAdMob.loadAppsInTossAdMob.isSupported,
|
|
2697
2698
|
showAppsInTossAdMob_isSupported: import_native_modules24.GoogleAdMob.showAppsInTossAdMob.isSupported,
|
package/dist/index.js
CHANGED
|
@@ -1448,6 +1448,7 @@ import {
|
|
|
1448
1448
|
Storage,
|
|
1449
1449
|
appsInTossEvent,
|
|
1450
1450
|
getServerTime,
|
|
1451
|
+
requestReview,
|
|
1451
1452
|
iapCreateOneTimePurchaseOrder,
|
|
1452
1453
|
processProductGrant,
|
|
1453
1454
|
requestOneTimePurchase,
|
|
@@ -2678,6 +2679,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2678
2679
|
}),
|
|
2679
2680
|
...Object.fromEntries(Object.entries(global2).map(([key, value]) => [key, () => value])),
|
|
2680
2681
|
getServerTime_isSupported: getServerTime.isSupported,
|
|
2682
|
+
requestReview_isSupported: requestReview.isSupported,
|
|
2681
2683
|
/** AdMobV2 */
|
|
2682
2684
|
loadAppsInTossAdMob_isSupported: GoogleAdMob2.loadAppsInTossAdMob.isSupported,
|
|
2683
2685
|
showAppsInTossAdMob_isSupported: GoogleAdMob2.showAppsInTossAdMob.isSupported,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/framework",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.4.0",
|
|
5
5
|
"description": "The framework for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"typecheck": "tsc --noEmit",
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"ait": "./bin/ait.js"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@apps-in-toss/analytics": "2.
|
|
59
|
-
"@apps-in-toss/cli": "2.
|
|
60
|
-
"@apps-in-toss/native-modules": "2.
|
|
61
|
-
"@apps-in-toss/plugins": "2.
|
|
62
|
-
"@apps-in-toss/types": "2.
|
|
63
|
-
"@apps-in-toss/user-scripts": "^2.
|
|
58
|
+
"@apps-in-toss/analytics": "2.4.0",
|
|
59
|
+
"@apps-in-toss/cli": "2.4.0",
|
|
60
|
+
"@apps-in-toss/native-modules": "2.4.0",
|
|
61
|
+
"@apps-in-toss/plugins": "2.4.0",
|
|
62
|
+
"@apps-in-toss/types": "2.4.0",
|
|
63
|
+
"@apps-in-toss/user-scripts": "^2.4.0",
|
|
64
64
|
"es-hangul": "^2.3.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|