@apps-in-toss/web-bridge 1.13.0 → 1.14.0
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.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -632,6 +632,11 @@ type GraniteEvent = {
|
|
|
632
632
|
onError?: (error: Error) => void;
|
|
633
633
|
options?: void;
|
|
634
634
|
};
|
|
635
|
+
homeEvent: {
|
|
636
|
+
onEvent: () => void;
|
|
637
|
+
onError?: (error: Error) => void;
|
|
638
|
+
options?: void;
|
|
639
|
+
};
|
|
635
640
|
};
|
|
636
641
|
declare const graniteEvent: {
|
|
637
642
|
addEventListener: <K extends keyof GraniteEvent>(event: K, { onEvent, onError, options, }: {
|
package/dist/index.d.ts
CHANGED
|
@@ -632,6 +632,11 @@ type GraniteEvent = {
|
|
|
632
632
|
onError?: (error: Error) => void;
|
|
633
633
|
options?: void;
|
|
634
634
|
};
|
|
635
|
+
homeEvent: {
|
|
636
|
+
onEvent: () => void;
|
|
637
|
+
onError?: (error: Error) => void;
|
|
638
|
+
options?: void;
|
|
639
|
+
};
|
|
635
640
|
};
|
|
636
641
|
declare const graniteEvent: {
|
|
637
642
|
addEventListener: <K extends keyof GraniteEvent>(event: K, { onEvent, onError, options, }: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/web-bridge",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.14.0",
|
|
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": "1.
|
|
30
|
+
"@apps-in-toss/types": "1.14.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@apps-in-toss/bridge-core": "1.
|
|
34
|
-
"@apps-in-toss/native-modules": "^1.
|
|
33
|
+
"@apps-in-toss/bridge-core": "1.14.0",
|
|
34
|
+
"@apps-in-toss/native-modules": "^1.14.0",
|
|
35
35
|
"@swc/core": "^1.12.7",
|
|
36
36
|
"picocolors": "^1.1.1",
|
|
37
37
|
"ts-morph": "^26.0.0",
|