@apps-in-toss/framework 2.1.1 → 2.2.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 +1 -0
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -2737,6 +2737,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2737
2737
|
getPendingOrders: import_native_modules24.IAP.getPendingOrders,
|
|
2738
2738
|
getCompletedOrRefundedOrders: import_native_modules24.IAP.getCompletedOrRefundedOrders,
|
|
2739
2739
|
completeProductGrant: import_native_modules24.IAP.completeProductGrant,
|
|
2740
|
+
getSubscriptionInfo: import_native_modules24.IAP.getSubscriptionInfo,
|
|
2740
2741
|
/** AdMobV2 */
|
|
2741
2742
|
isAppsInTossAdMobLoaded: import_native_modules24.GoogleAdMob.isAppsInTossAdMobLoaded,
|
|
2742
2743
|
/** Toss Ads */
|
package/dist/index.js
CHANGED
|
@@ -2723,6 +2723,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2723
2723
|
getPendingOrders: IAP.getPendingOrders,
|
|
2724
2724
|
getCompletedOrRefundedOrders: IAP.getCompletedOrRefundedOrders,
|
|
2725
2725
|
completeProductGrant: IAP.completeProductGrant,
|
|
2726
|
+
getSubscriptionInfo: IAP.getSubscriptionInfo,
|
|
2726
2727
|
/** AdMobV2 */
|
|
2727
2728
|
isAppsInTossAdMobLoaded: GoogleAdMob2.isAppsInTossAdMobLoaded,
|
|
2728
2729
|
/** Toss Ads */
|
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.2.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.2.0",
|
|
59
|
+
"@apps-in-toss/cli": "2.2.0",
|
|
60
|
+
"@apps-in-toss/native-modules": "2.2.0",
|
|
61
|
+
"@apps-in-toss/plugins": "2.2.0",
|
|
62
|
+
"@apps-in-toss/types": "2.2.0",
|
|
63
|
+
"@apps-in-toss/user-scripts": "^2.2.0",
|
|
64
64
|
"es-hangul": "^2.3.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|