@apps-in-toss/web-bridge 2.10.4 → 2.10.5

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
@@ -1343,7 +1343,7 @@ function loadAdsSdk() {
1343
1343
  var package_default = {
1344
1344
  name: "@apps-in-toss/web-bridge",
1345
1345
  type: "module",
1346
- version: "2.10.4",
1346
+ version: "2.10.5",
1347
1347
  description: "Web Bridge for Apps In Toss",
1348
1348
  scripts: {
1349
1349
  typecheck: "tsc --noEmit",
package/dist/index.js CHANGED
@@ -1293,7 +1293,7 @@ function loadAdsSdk() {
1293
1293
  var package_default = {
1294
1294
  name: "@apps-in-toss/web-bridge",
1295
1295
  type: "module",
1296
- version: "2.10.4",
1296
+ version: "2.10.5",
1297
1297
  description: "Web Bridge for Apps In Toss",
1298
1298
  scripts: {
1299
1299
  typecheck: "tsc --noEmit",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-bridge",
3
3
  "type": "module",
4
- "version": "2.10.4",
4
+ "version": "2.10.5",
5
5
  "description": "Web Bridge for Apps In Toss",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit",
@@ -27,11 +27,11 @@
27
27
  "dist"
28
28
  ],
29
29
  "dependencies": {
30
- "@apps-in-toss/types": "2.10.4"
30
+ "@apps-in-toss/types": "2.10.5"
31
31
  },
32
32
  "devDependencies": {
33
- "@apps-in-toss/bridge-core": "2.10.4",
34
- "@apps-in-toss/native-modules": "^2.10.4",
33
+ "@apps-in-toss/bridge-core": "2.10.5",
34
+ "@apps-in-toss/native-modules": "^2.10.5",
35
35
  "@swc/core": "^1.12.7",
36
36
  "picocolors": "^1.1.1",
37
37
  "ts-morph": "^26.0.0",