@apps-in-toss/framework 1.0.1 → 1.0.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 CHANGED
@@ -1202,7 +1202,10 @@ function WebView({ type, local, onMessage, ...props }) {
1202
1202
  loadAdMobInterstitialAd: import_native_modules12.GoogleAdMob.loadAdMobInterstitialAd,
1203
1203
  showAdMobInterstitialAd: import_native_modules12.GoogleAdMob.showAdMobInterstitialAd,
1204
1204
  loadAdMobRewardedAd: import_native_modules12.GoogleAdMob.loadAdMobRewardedAd,
1205
- showAdMobRewardedAd: import_native_modules12.GoogleAdMob.showAdMobRewardedAd
1205
+ showAdMobRewardedAd: import_native_modules12.GoogleAdMob.showAdMobRewardedAd,
1206
+ /** AdMobV2 */
1207
+ loadAppsInTossAdMob: import_native_modules12.GoogleAdMob.loadAppsInTossAdMob,
1208
+ showAppsInTossAdMob: import_native_modules12.GoogleAdMob.showAppsInTossAdMob
1206
1209
  },
1207
1210
  constantHandlerMap: {
1208
1211
  ...graniteConstantBridges,
@@ -1215,6 +1218,9 @@ function WebView({ type, local, onMessage, ...props }) {
1215
1218
  showAdMobInterstitialAd_isSupported: import_native_modules12.GoogleAdMob.showAdMobInterstitialAd.isSupported,
1216
1219
  loadAdMobRewardedAd_isSupported: import_native_modules12.GoogleAdMob.loadAdMobRewardedAd.isSupported,
1217
1220
  showAdMobRewardedAd_isSupported: import_native_modules12.GoogleAdMob.showAdMobRewardedAd.isSupported,
1221
+ /** AdMobV2 */
1222
+ loadAppsInTossAdMob_isSupported: import_native_modules12.GoogleAdMob.loadAppsInTossAdMob.isSupported,
1223
+ showAppsInTossAdMob_isSupported: import_native_modules12.GoogleAdMob.showAppsInTossAdMob.isSupported,
1218
1224
  /** env */
1219
1225
  getDeploymentId: env.getDeploymentId
1220
1226
  },
package/dist/index.js CHANGED
@@ -1168,7 +1168,10 @@ function WebView({ type, local, onMessage, ...props }) {
1168
1168
  loadAdMobInterstitialAd: GoogleAdMob.loadAdMobInterstitialAd,
1169
1169
  showAdMobInterstitialAd: GoogleAdMob.showAdMobInterstitialAd,
1170
1170
  loadAdMobRewardedAd: GoogleAdMob.loadAdMobRewardedAd,
1171
- showAdMobRewardedAd: GoogleAdMob.showAdMobRewardedAd
1171
+ showAdMobRewardedAd: GoogleAdMob.showAdMobRewardedAd,
1172
+ /** AdMobV2 */
1173
+ loadAppsInTossAdMob: GoogleAdMob.loadAppsInTossAdMob,
1174
+ showAppsInTossAdMob: GoogleAdMob.showAppsInTossAdMob
1172
1175
  },
1173
1176
  constantHandlerMap: {
1174
1177
  ...graniteConstantBridges,
@@ -1181,6 +1184,9 @@ function WebView({ type, local, onMessage, ...props }) {
1181
1184
  showAdMobInterstitialAd_isSupported: GoogleAdMob.showAdMobInterstitialAd.isSupported,
1182
1185
  loadAdMobRewardedAd_isSupported: GoogleAdMob.loadAdMobRewardedAd.isSupported,
1183
1186
  showAdMobRewardedAd_isSupported: GoogleAdMob.showAdMobRewardedAd.isSupported,
1187
+ /** AdMobV2 */
1188
+ loadAppsInTossAdMob_isSupported: GoogleAdMob.loadAppsInTossAdMob.isSupported,
1189
+ showAppsInTossAdMob_isSupported: GoogleAdMob.showAppsInTossAdMob.isSupported,
1184
1190
  /** env */
1185
1191
  getDeploymentId: env.getDeploymentId
1186
1192
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/framework",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "The framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -56,10 +56,10 @@
56
56
  "ait": "./bin/ait.js"
57
57
  },
58
58
  "dependencies": {
59
- "@apps-in-toss/analytics": "1.0.1",
60
- "@apps-in-toss/cli": "1.0.1",
61
- "@apps-in-toss/native-modules": "1.0.1",
62
- "@apps-in-toss/plugins": "1.0.1",
59
+ "@apps-in-toss/analytics": "1.0.2",
60
+ "@apps-in-toss/cli": "1.0.2",
61
+ "@apps-in-toss/native-modules": "1.0.2",
62
+ "@apps-in-toss/plugins": "1.0.2",
63
63
  "es-hangul": "^2.3.2"
64
64
  },
65
65
  "devDependencies": {
@@ -95,5 +95,5 @@
95
95
  "publishConfig": {
96
96
  "access": "public"
97
97
  },
98
- "gitHead": "c117f889c8e029797ebff63000beef65c0597e6f"
98
+ "gitHead": "6bcca89699f84625d384052501b8ea0d28cabccc"
99
99
  }