@apps-in-toss/framework 1.11.1 → 1.12.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
|
@@ -2665,6 +2665,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2665
2665
|
fetchTossAd,
|
|
2666
2666
|
/** IAP */
|
|
2667
2667
|
iapCreateOneTimePurchaseOrder: import_native_modules24.IAP.createOneTimePurchaseOrder,
|
|
2668
|
+
requestSubscriptionPurchase: import_native_modules24.IAP.createSubscriptionPurchaseOrder,
|
|
2668
2669
|
requestOneTimePurchase: import_native_modules24.requestOneTimePurchase
|
|
2669
2670
|
},
|
|
2670
2671
|
constantHandlerMap: {
|
package/dist/index.js
CHANGED
|
@@ -2652,6 +2652,7 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2652
2652
|
fetchTossAd,
|
|
2653
2653
|
/** IAP */
|
|
2654
2654
|
iapCreateOneTimePurchaseOrder: IAP.createOneTimePurchaseOrder,
|
|
2655
|
+
requestSubscriptionPurchase: IAP.createSubscriptionPurchaseOrder,
|
|
2655
2656
|
requestOneTimePurchase
|
|
2656
2657
|
},
|
|
2657
2658
|
constantHandlerMap: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/framework",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.12.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": "1.
|
|
59
|
-
"@apps-in-toss/cli": "1.
|
|
60
|
-
"@apps-in-toss/native-modules": "1.
|
|
61
|
-
"@apps-in-toss/plugins": "1.
|
|
62
|
-
"@apps-in-toss/types": "1.
|
|
63
|
-
"@apps-in-toss/user-scripts": "^1.
|
|
58
|
+
"@apps-in-toss/analytics": "1.12.0",
|
|
59
|
+
"@apps-in-toss/cli": "1.12.0",
|
|
60
|
+
"@apps-in-toss/native-modules": "1.12.0",
|
|
61
|
+
"@apps-in-toss/plugins": "1.12.0",
|
|
62
|
+
"@apps-in-toss/types": "1.12.0",
|
|
63
|
+
"@apps-in-toss/user-scripts": "^1.12.0",
|
|
64
64
|
"es-hangul": "^2.3.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|