@apps-in-toss/web-bridge 2.10.1 → 2.10.3
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 +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
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.
|
|
1346
|
+
version: "2.10.3",
|
|
1347
1347
|
description: "Web Bridge for Apps In Toss",
|
|
1348
1348
|
scripts: {
|
|
1349
1349
|
typecheck: "tsc --noEmit",
|
package/dist/index.d.cts
CHANGED
|
@@ -3,7 +3,7 @@ export * from '@apps-in-toss/bridge-core';
|
|
|
3
3
|
import * as _apps_in_toss_types from '@apps-in-toss/types';
|
|
4
4
|
import { LoadAdMobEvent, LoadAdMobOptions, ShowAdMobEvent, ShowAdMobOptions, IsAdMobLoadedOptions, FetchAlbumPhotos, FetchContacts, GetCurrentLocation, OpenCamera, SetClipboardText, GetClipboardText, StartUpdateLocationEventParams, LoadFullScreenAdEvent, LoadFullScreenAdOptions, ShowFullScreenAdEvent, ShowFullScreenAdOptions } from '@apps-in-toss/types';
|
|
5
5
|
export * from '@apps-in-toss/types';
|
|
6
|
-
import { DeclaredAgeRange } from '@apps-in-toss/native-modules
|
|
6
|
+
import { DeclaredAgeRange } from '@apps-in-toss/native-modules';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* @public
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from '@apps-in-toss/bridge-core';
|
|
|
3
3
|
import * as _apps_in_toss_types from '@apps-in-toss/types';
|
|
4
4
|
import { LoadAdMobEvent, LoadAdMobOptions, ShowAdMobEvent, ShowAdMobOptions, IsAdMobLoadedOptions, FetchAlbumPhotos, FetchContacts, GetCurrentLocation, OpenCamera, SetClipboardText, GetClipboardText, StartUpdateLocationEventParams, LoadFullScreenAdEvent, LoadFullScreenAdOptions, ShowFullScreenAdEvent, ShowFullScreenAdOptions } from '@apps-in-toss/types';
|
|
5
5
|
export * from '@apps-in-toss/types';
|
|
6
|
-
import { DeclaredAgeRange } from '@apps-in-toss/native-modules
|
|
6
|
+
import { DeclaredAgeRange } from '@apps-in-toss/native-modules';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* @public
|
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.
|
|
1296
|
+
version: "2.10.3",
|
|
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
|
+
"version": "2.10.3",
|
|
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.
|
|
30
|
+
"@apps-in-toss/types": "2.10.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@apps-in-toss/bridge-core": "2.10.
|
|
34
|
-
"@apps-in-toss/native-modules": "^2.10.
|
|
33
|
+
"@apps-in-toss/bridge-core": "2.10.3",
|
|
34
|
+
"@apps-in-toss/native-modules": "^2.10.3",
|
|
35
35
|
"@swc/core": "^1.12.7",
|
|
36
36
|
"picocolors": "^1.1.1",
|
|
37
37
|
"ts-morph": "^26.0.0",
|