@apps-in-toss/web-framework 1.9.0 → 1.9.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @apps-in-toss/web-framework
2
2
 
3
+ ## 1.9.1
4
+
3
5
  ## 1.9.0
4
6
 
5
7
  ## 1.8.1
@@ -156198,6 +156198,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
156198
156198
  return value;
156199
156199
  }];
156200
156200
  })), {
156201
+ getServerTime_isSupported: import_native_modules23.getServerTime.isSupported,
156201
156202
  loadAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.loadAppsInTossAdMob.isSupported,
156202
156203
  showAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.showAppsInTossAdMob.isSupported,
156203
156204
  isAppsInTossAdMobLoaded_isSupported: import_native_modules23.GoogleAdMob.isAppsInTossAdMobLoaded.isSupported,
@@ -156207,6 +156208,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
156207
156208
  getDeploymentId: _env.getDeploymentId
156208
156209
  }),
156209
156210
  asyncHandlerMap: Object.assign({}, appsInTossAsyncBridges, {
156211
+ getServerTime: import_native_modules23.getServerTime,
156210
156212
  setIosSwipeGestureEnabled: function setIosSwipeGestureEnabled(options) {
156211
156213
  setAllowsBackForwardNavigationGestures(options.isEnabled);
156212
156214
  return appsInTossAsyncBridges.setIosSwipeGestureEnabled(options);
@@ -156019,6 +156019,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
156019
156019
  return value;
156020
156020
  }];
156021
156021
  })), {
156022
+ getServerTime_isSupported: import_native_modules23.getServerTime.isSupported,
156022
156023
  loadAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.loadAppsInTossAdMob.isSupported,
156023
156024
  showAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.showAppsInTossAdMob.isSupported,
156024
156025
  isAppsInTossAdMobLoaded_isSupported: import_native_modules23.GoogleAdMob.isAppsInTossAdMobLoaded.isSupported,
@@ -156028,6 +156029,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
156028
156029
  getDeploymentId: _env.getDeploymentId
156029
156030
  }),
156030
156031
  asyncHandlerMap: Object.assign({}, appsInTossAsyncBridges, {
156032
+ getServerTime: import_native_modules23.getServerTime,
156031
156033
  setIosSwipeGestureEnabled: function setIosSwipeGestureEnabled(options) {
156032
156034
  setAllowsBackForwardNavigationGestures(options.isEnabled);
156033
156035
  return appsInTossAsyncBridges.setIosSwipeGestureEnabled(options);
@@ -47153,6 +47153,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
47153
47153
  }
47154
47154
  ];
47155
47155
  }))), {
47156
+ getServerTime_isSupported: getServerTime.isSupported,
47156
47157
  /** AdMobV2 */
47157
47158
  loadAppsInTossAdMob_isSupported: GoogleAdMob.loadAppsInTossAdMob.isSupported,
47158
47159
  showAppsInTossAdMob_isSupported: GoogleAdMob.showAppsInTossAdMob.isSupported,
@@ -47166,6 +47167,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
47166
47167
  getDeploymentId: env.getDeploymentId
47167
47168
  }),
47168
47169
  asyncHandlerMap: _object_spread_props(_object_spread({}, async_bridges_exports), {
47170
+ getServerTime,
47169
47171
  setIosSwipeGestureEnabled: function(options) {
47170
47172
  setAllowsBackForwardNavigationGestures(options.isEnabled);
47171
47173
  return setIosSwipeGestureEnabled2(options);
@@ -47162,6 +47162,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
47162
47162
  }
47163
47163
  ];
47164
47164
  }))), {
47165
+ getServerTime_isSupported: getServerTime.isSupported,
47165
47166
  /** AdMobV2 */
47166
47167
  loadAppsInTossAdMob_isSupported: GoogleAdMob.loadAppsInTossAdMob.isSupported,
47167
47168
  showAppsInTossAdMob_isSupported: GoogleAdMob.showAppsInTossAdMob.isSupported,
@@ -47175,6 +47176,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
47175
47176
  getDeploymentId: env.getDeploymentId
47176
47177
  }),
47177
47178
  asyncHandlerMap: _object_spread_props(_object_spread({}, async_bridges_exports), {
47179
+ getServerTime,
47178
47180
  setIosSwipeGestureEnabled: function(options) {
47179
47181
  setAllowsBackForwardNavigationGestures(options.isEnabled);
47180
47182
  return setIosSwipeGestureEnabled2(options);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-framework",
3
3
  "type": "module",
4
- "version": "1.9.0",
4
+ "version": "1.9.1",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit",
@@ -86,12 +86,12 @@
86
86
  "zod": "3.24.4"
87
87
  },
88
88
  "dependencies": {
89
- "@apps-in-toss/bridge-core": "1.9.0",
90
- "@apps-in-toss/cli": "1.9.0",
91
- "@apps-in-toss/framework": "1.9.0",
92
- "@apps-in-toss/plugins": "1.9.0",
93
- "@apps-in-toss/web-analytics": "1.9.0",
94
- "@apps-in-toss/web-bridge": "1.9.0",
89
+ "@apps-in-toss/bridge-core": "1.9.1",
90
+ "@apps-in-toss/cli": "1.9.1",
91
+ "@apps-in-toss/framework": "1.9.1",
92
+ "@apps-in-toss/plugins": "1.9.1",
93
+ "@apps-in-toss/web-analytics": "1.9.1",
94
+ "@apps-in-toss/web-bridge": "1.9.1",
95
95
  "@babel/core": "7.23.9",
96
96
  "@granite-js/cli": "0.1.31",
97
97
  "@granite-js/mpack": "0.1.31",