@apps-in-toss/framework 0.0.0-dev.1741859884482 → 0.0.0-dev.1741934253781

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
@@ -301,6 +301,7 @@ function WebView({ local, onMessage, ...props }) {
301
301
  sharedCookiesEnabled: true,
302
302
  thirdPartyCookiesEnabled: true,
303
303
  cacheEnabled: false,
304
+ cacheMode: "LOAD_NO_CACHE",
304
305
  onMessage: handler.onMessage,
305
306
  injectedJavaScript: handler.injectedJavaScript,
306
307
  injectedJavaScriptBeforeContentLoaded: handler.injectedJavaScript
package/dist/index.js CHANGED
@@ -261,6 +261,7 @@ function WebView({ local, onMessage, ...props }) {
261
261
  sharedCookiesEnabled: true,
262
262
  thirdPartyCookiesEnabled: true,
263
263
  cacheEnabled: false,
264
+ cacheMode: "LOAD_NO_CACHE",
264
265
  onMessage: handler.onMessage,
265
266
  injectedJavaScript: handler.injectedJavaScript,
266
267
  injectedJavaScriptBeforeContentLoaded: handler.injectedJavaScript
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/framework",
3
3
  "type": "module",
4
- "version": "0.0.0-dev.1741859884482",
4
+ "version": "0.0.0-dev.1741934253781",
5
5
  "description": "The framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -45,7 +45,7 @@
45
45
  "ait": "./bin/ait.js"
46
46
  },
47
47
  "dependencies": {
48
- "@apps-in-toss/cli": "0.0.0-dev.1741859884482"
48
+ "@apps-in-toss/cli": "0.0.0-dev.1741934253781"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@react-native-bedrock/mpack-next": "0.0.12",
@@ -80,5 +80,5 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "3be5cb5032d4e429e47b30124a608440032fff3d"
83
+ "gitHead": "c94adb1d96eb11c208051cda6b89679c19fedfc6"
84
84
  }