@apps-in-toss/web-bridge 2.4.5 → 2.4.7
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 +3 -0
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/requestReview.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1479,6 +1479,9 @@ var TossAds = {
|
|
|
1479
1479
|
initialize: Object.assign(initialize, {
|
|
1480
1480
|
isSupported: fetchTossAd.isSupported
|
|
1481
1481
|
}),
|
|
1482
|
+
/**
|
|
1483
|
+
* @deprecated attach는 더 이상 권장되지 않습니다. attachBanner를 사용해주세요.
|
|
1484
|
+
*/
|
|
1482
1485
|
attach: Object.assign(attach, {
|
|
1483
1486
|
isSupported: fetchTossAd.isSupported
|
|
1484
1487
|
}),
|
package/dist/index.d.cts
CHANGED
|
@@ -1033,6 +1033,9 @@ declare const TossAds: {
|
|
|
1033
1033
|
initialize: typeof initialize & {
|
|
1034
1034
|
isSupported: () => boolean;
|
|
1035
1035
|
};
|
|
1036
|
+
/**
|
|
1037
|
+
* @deprecated attach는 더 이상 권장되지 않습니다. attachBanner를 사용해주세요.
|
|
1038
|
+
*/
|
|
1036
1039
|
attach: typeof attach & {
|
|
1037
1040
|
isSupported: () => boolean;
|
|
1038
1041
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1033,6 +1033,9 @@ declare const TossAds: {
|
|
|
1033
1033
|
initialize: typeof initialize & {
|
|
1034
1034
|
isSupported: () => boolean;
|
|
1035
1035
|
};
|
|
1036
|
+
/**
|
|
1037
|
+
* @deprecated attach는 더 이상 권장되지 않습니다. attachBanner를 사용해주세요.
|
|
1038
|
+
*/
|
|
1036
1039
|
attach: typeof attach & {
|
|
1037
1040
|
isSupported: () => boolean;
|
|
1038
1041
|
};
|
package/dist/index.js
CHANGED
|
@@ -1431,6 +1431,9 @@ var TossAds = {
|
|
|
1431
1431
|
initialize: Object.assign(initialize, {
|
|
1432
1432
|
isSupported: fetchTossAd.isSupported
|
|
1433
1433
|
}),
|
|
1434
|
+
/**
|
|
1435
|
+
* @deprecated attach는 더 이상 권장되지 않습니다. attachBanner를 사용해주세요.
|
|
1436
|
+
*/
|
|
1434
1437
|
attach: Object.assign(attach, {
|
|
1435
1438
|
isSupported: fetchTossAd.isSupported
|
|
1436
1439
|
}),
|
package/dist/requestReview.d.ts
CHANGED
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.4.
|
|
4
|
+
"version": "2.4.7",
|
|
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.4.
|
|
30
|
+
"@apps-in-toss/types": "2.4.7"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@apps-in-toss/bridge-core": "2.4.
|
|
34
|
-
"@apps-in-toss/native-modules": "^2.4.
|
|
33
|
+
"@apps-in-toss/bridge-core": "2.4.7",
|
|
34
|
+
"@apps-in-toss/native-modules": "^2.4.7",
|
|
35
35
|
"@swc/core": "^1.12.7",
|
|
36
36
|
"picocolors": "^1.1.1",
|
|
37
37
|
"ts-morph": "^26.0.0",
|