@apps-in-toss/framework 1.11.2 → 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 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.11.2",
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.11.2",
59
- "@apps-in-toss/cli": "1.11.2",
60
- "@apps-in-toss/native-modules": "1.11.2",
61
- "@apps-in-toss/plugins": "1.11.2",
62
- "@apps-in-toss/types": "1.11.2",
63
- "@apps-in-toss/user-scripts": "^1.11.2",
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": {