@apps-in-toss/web-framework 1.4.0 → 1.4.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.
@@ -11476,7 +11476,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
11476
11476
  var isSupported;
11477
11477
  return __generator(this, function(_state) {
11478
11478
  isSupported = isMinVersionSupported({
11479
- android: "5.231.0",
11479
+ android: "5.234.0",
11480
11480
  ios: "5.231.0"
11481
11481
  });
11482
11482
  if (!isSupported) {
@@ -11485,7 +11485,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
11485
11485
  var isSupported;
11486
11486
  return __generator(this, function(_state) {
11487
11487
  isSupported = isMinVersionSupported({
11488
- android: "5.231.0",
11488
+ android: "5.234.0",
11489
11489
  ios: "5.231.0"
11490
11490
  });
11491
11491
  if (!isSupported) {
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.4.0",
4
+ "version": "1.4.2",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -87,12 +87,12 @@
87
87
  "zod": "3.24.4"
88
88
  },
89
89
  "dependencies": {
90
- "@apps-in-toss/bridge-core": "1.4.0",
91
- "@apps-in-toss/cli": "1.4.0",
92
- "@apps-in-toss/framework": "1.4.0",
93
- "@apps-in-toss/plugins": "1.4.0",
94
- "@apps-in-toss/web-analytics": "1.4.0",
95
- "@apps-in-toss/web-bridge": "1.4.0",
90
+ "@apps-in-toss/bridge-core": "1.4.2",
91
+ "@apps-in-toss/cli": "1.4.2",
92
+ "@apps-in-toss/framework": "1.4.2",
93
+ "@apps-in-toss/plugins": "1.4.2",
94
+ "@apps-in-toss/web-analytics": "1.4.2",
95
+ "@apps-in-toss/web-bridge": "1.4.2",
96
96
  "@babel/core": "7.23.9",
97
97
  "@granite-js/cli": "0.1.28",
98
98
  "@granite-js/mpack": "0.1.28",
@@ -104,5 +104,5 @@
104
104
  "publishConfig": {
105
105
  "access": "public"
106
106
  },
107
- "gitHead": "f7ef98333d4ca5fca2d17875b054d26b78afc8b6"
107
+ "gitHead": "992572077564048b34db9f6a0d9217612178c276"
108
108
  }