@apps-in-toss/framework 1.2.1 → 1.2.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 -1
- package/dist/index.js +2 -1
- package/package.json +13 -13
package/dist/index.cjs
CHANGED
|
@@ -2028,7 +2028,8 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
2028
2028
|
iapCreateOneTimePurchaseOrder: import_native_modules17.iapCreateOneTimePurchaseOrder,
|
|
2029
2029
|
processProductGrant: import_native_modules17.processProductGrant,
|
|
2030
2030
|
getPendingOrders: import_native_modules17.IAP.getPendingOrders,
|
|
2031
|
-
getCompletedOrRefundedOrders: import_native_modules17.IAP.getCompletedOrRefundedOrders
|
|
2031
|
+
getCompletedOrRefundedOrders: import_native_modules17.IAP.getCompletedOrRefundedOrders,
|
|
2032
|
+
completeProductGrant: import_native_modules17.IAP.completeProductGrant
|
|
2032
2033
|
}
|
|
2033
2034
|
});
|
|
2034
2035
|
const headerPropForExternalWebView = (0, import_react21.useMemo)(() => {
|
package/dist/index.js
CHANGED
|
@@ -1996,7 +1996,8 @@ function WebView({ type, local, onMessage, ...props }) {
|
|
|
1996
1996
|
iapCreateOneTimePurchaseOrder,
|
|
1997
1997
|
processProductGrant,
|
|
1998
1998
|
getPendingOrders: IAP.getPendingOrders,
|
|
1999
|
-
getCompletedOrRefundedOrders: IAP.getCompletedOrRefundedOrders
|
|
1999
|
+
getCompletedOrRefundedOrders: IAP.getCompletedOrRefundedOrders,
|
|
2000
|
+
completeProductGrant: IAP.completeProductGrant
|
|
2000
2001
|
}
|
|
2001
2002
|
});
|
|
2002
2003
|
const headerPropForExternalWebView = useMemo5(() => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/framework",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"description": "The framework for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepack": "yarn build",
|
|
@@ -56,21 +56,21 @@
|
|
|
56
56
|
"ait": "./bin/ait.js"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@apps-in-toss/analytics": "1.2.
|
|
60
|
-
"@apps-in-toss/cli": "1.2.
|
|
61
|
-
"@apps-in-toss/native-modules": "1.2.
|
|
62
|
-
"@apps-in-toss/plugins": "1.2.
|
|
63
|
-
"@apps-in-toss/types": "1.2.
|
|
59
|
+
"@apps-in-toss/analytics": "1.2.2",
|
|
60
|
+
"@apps-in-toss/cli": "1.2.2",
|
|
61
|
+
"@apps-in-toss/native-modules": "1.2.2",
|
|
62
|
+
"@apps-in-toss/plugins": "1.2.2",
|
|
63
|
+
"@apps-in-toss/types": "1.2.2",
|
|
64
64
|
"es-hangul": "^2.3.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@babel/runtime": "^7",
|
|
68
|
-
"@granite-js/mpack": "0.1.
|
|
69
|
-
"@granite-js/native": "0.1.
|
|
70
|
-
"@granite-js/plugin-core": "0.1.
|
|
71
|
-
"@granite-js/react-native": "0.1.
|
|
72
|
-
"@granite-js/utils": "0.1.
|
|
73
|
-
"@toss/tds-react-native": "^1.
|
|
68
|
+
"@granite-js/mpack": "0.1.28",
|
|
69
|
+
"@granite-js/native": "0.1.28",
|
|
70
|
+
"@granite-js/plugin-core": "0.1.28",
|
|
71
|
+
"@granite-js/react-native": "0.1.28",
|
|
72
|
+
"@granite-js/utils": "0.1.28",
|
|
73
|
+
"@toss/tds-react-native": "^1.3.3",
|
|
74
74
|
"@types/kill-port": "^2.0.3",
|
|
75
75
|
"@types/react": "18.3.3",
|
|
76
76
|
"es-toolkit": "^1.34.1",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"publishConfig": {
|
|
97
97
|
"access": "public"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "0c42e3b89ecdf41b0b5c259ce85924e97913e22b"
|
|
100
100
|
}
|