@jolibox/native-bridge 1.1.14-beta.2 → 1.1.15

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.
@@ -279,13 +279,6 @@ declare global {
279
279
  /** 错误码 */
280
280
  errNo?: number;
281
281
  };
282
-
283
- openSystemBrowserSync: (params: { url: string }) => {
284
- /** 错误消息 */
285
- errMsg: string;
286
- /** 错误码 */
287
- errNo?: number;
288
- };
289
282
  }
290
283
 
291
284
  interface NativeEventMap {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jolibox/native-bridge",
3
3
  "description": "This project is Jolibox JS-SDk bridge for Native",
4
- "version": "1.1.14-beta.2",
4
+ "version": "1.1.15",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "license": "MIT",
@@ -11,8 +11,8 @@
11
11
  ],
12
12
  "types": "./dist/index.d.ts",
13
13
  "dependencies": {
14
- "@jolibox/common": "1.1.14-beta.2",
15
- "@jolibox/types": "1.1.14-beta.2"
14
+ "@jolibox/common": "1.1.15",
15
+ "@jolibox/types": "1.1.15"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "5.7.3",
@@ -279,13 +279,6 @@ declare global {
279
279
  /** 错误码 */
280
280
  errNo?: number;
281
281
  };
282
-
283
- openSystemBrowserSync: (params: { url: string }) => {
284
- /** 错误消息 */
285
- errMsg: string;
286
- /** 错误码 */
287
- errNo?: number;
288
- };
289
282
  }
290
283
 
291
284
  interface NativeEventMap {