@browsersync/bslive 0.14.0 → 0.16.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +6 -6
package/index.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  /* auto-generated by NAPI-RS */
5
5
 
6
- export function start(args: Array<string>): Promise<number>
6
+ export declare function start(args: Array<string>): Promise<number>
7
7
  /** Launch in a blocking way */
8
- export function startSync(args: Array<string>): number
8
+ export declare function startSync(args: Array<string>): number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browsersync/bslive",
3
- "version": "0.14.0",
3
+ "version": "0.16.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  "@playwright/test": "^1.49.0",
17
17
  "ava": "^6.0.1",
18
18
  "typescript": "^5.6.3",
19
- "zod": "^3.23.8",
19
+ "zod": "^3.24.2",
20
20
  "esbuild": "^0.24.0",
21
21
  "@types/node": "20.17.6",
22
22
  "prettier": "^3.3.3"
@@ -65,9 +65,9 @@
65
65
  "node": "22"
66
66
  },
67
67
  "optionalDependencies": {
68
- "@browsersync/bslive-win32-x64-msvc": "0.14.0",
69
- "@browsersync/bslive-darwin-x64": "0.14.0",
70
- "@browsersync/bslive-linux-x64-gnu": "0.14.0",
71
- "@browsersync/bslive-darwin-arm64": "0.14.0"
68
+ "@browsersync/bslive-win32-x64-msvc": "0.16.0",
69
+ "@browsersync/bslive-darwin-x64": "0.16.0",
70
+ "@browsersync/bslive-linux-x64-gnu": "0.16.0",
71
+ "@browsersync/bslive-darwin-arm64": "0.16.0"
72
72
  }
73
73
  }