@apps-in-toss/framework 2.4.7 → 2.5.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 +2 -1
- package/dist/index.js +3 -1
- package/package.json +13 -13
package/dist/index.cjs
CHANGED
|
@@ -2633,7 +2633,8 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2633
2633
|
/** IAP */
|
|
2634
2634
|
iapCreateOneTimePurchaseOrder: import_native_modules19.IAP.createOneTimePurchaseOrder,
|
|
2635
2635
|
requestSubscriptionPurchase: import_native_modules19.IAP.createSubscriptionPurchaseOrder,
|
|
2636
|
-
requestOneTimePurchase: import_native_modules19.requestOneTimePurchase
|
|
2636
|
+
requestOneTimePurchase: import_native_modules19.requestOneTimePurchase,
|
|
2637
|
+
requestNotificationAgreement: import_native_modules19.requestNotificationAgreement
|
|
2637
2638
|
},
|
|
2638
2639
|
constantHandlerMap: {
|
|
2639
2640
|
...appsInTossConstantBridges,
|
package/dist/index.js
CHANGED
|
@@ -1381,6 +1381,7 @@ import {
|
|
|
1381
1381
|
appsInTossEvent,
|
|
1382
1382
|
getServerTime,
|
|
1383
1383
|
requestReview,
|
|
1384
|
+
requestNotificationAgreement,
|
|
1384
1385
|
iapCreateOneTimePurchaseOrder,
|
|
1385
1386
|
processProductGrant,
|
|
1386
1387
|
requestOneTimePurchase,
|
|
@@ -2618,7 +2619,8 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2618
2619
|
/** IAP */
|
|
2619
2620
|
iapCreateOneTimePurchaseOrder: IAP.createOneTimePurchaseOrder,
|
|
2620
2621
|
requestSubscriptionPurchase: IAP.createSubscriptionPurchaseOrder,
|
|
2621
|
-
requestOneTimePurchase
|
|
2622
|
+
requestOneTimePurchase,
|
|
2623
|
+
requestNotificationAgreement
|
|
2622
2624
|
},
|
|
2623
2625
|
constantHandlerMap: {
|
|
2624
2626
|
...appsInTossConstantBridges,
|
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.5.0",
|
|
5
5
|
"description": "The framework for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"typecheck": "tsc --noEmit",
|
|
@@ -55,26 +55,26 @@
|
|
|
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.5.0",
|
|
59
|
+
"@apps-in-toss/cli": "2.5.0",
|
|
60
|
+
"@apps-in-toss/native-modules": "2.5.0",
|
|
61
|
+
"@apps-in-toss/plugins": "2.5.0",
|
|
62
|
+
"@apps-in-toss/types": "2.5.0",
|
|
63
|
+
"@apps-in-toss/user-scripts": "^2.5.0",
|
|
64
64
|
"es-hangul": "^2.3.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@apps-in-toss/ait-format": "1.0.0",
|
|
68
68
|
"@babel/runtime": "^7",
|
|
69
|
-
"@granite-js/mpack": "1.0.
|
|
70
|
-
"@granite-js/native": "1.0.
|
|
71
|
-
"@granite-js/plugin-core": "1.0.
|
|
72
|
-
"@granite-js/react-native": "1.0.
|
|
73
|
-
"@granite-js/utils": "1.0.
|
|
69
|
+
"@granite-js/mpack": "1.0.20",
|
|
70
|
+
"@granite-js/native": "1.0.20",
|
|
71
|
+
"@granite-js/plugin-core": "1.0.20",
|
|
72
|
+
"@granite-js/react-native": "1.0.20",
|
|
73
|
+
"@granite-js/utils": "1.0.20",
|
|
74
74
|
"@toss/tds-react-native": "2.0.3",
|
|
75
75
|
"@types/kill-port": "2.0.1",
|
|
76
76
|
"@types/react": "19.2.3",
|
|
77
|
-
"brick-module": "0.5.
|
|
77
|
+
"brick-module": "0.5.2",
|
|
78
78
|
"es-toolkit": "^1.34.1",
|
|
79
79
|
"eslint": "^9.7.0",
|
|
80
80
|
"execa": "9.3.0",
|