new-native-tools 3.1.7 → 3.1.9

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/index.d.ts CHANGED
@@ -35,6 +35,7 @@ export interface Cookie {
35
35
  path: string
36
36
  expirationDate: number
37
37
  httpOnly?: boolean
38
+ secure?: boolean
38
39
  }
39
40
  export function sqliteGetVersion(filepath: string): Promise<string>
40
41
  export function sqliteAddCookies(filepath: string, cookies: Array<Cookie>): Promise<void>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "new-native-tools",
3
- "version": "3.1.7",
3
+ "version": "3.1.9",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "napi": {
@@ -41,10 +41,10 @@
41
41
  "version": "napi version"
42
42
  },
43
43
  "optionalDependencies": {
44
- "new-native-tools-win32-x64-msvc": "3.1.7",
45
- "new-native-tools-darwin-x64": "3.1.7",
46
- "new-native-tools-linux-x64-gnu": "3.1.7",
47
- "new-native-tools-darwin-arm64": "3.1.7",
48
- "new-native-tools-win32-ia32-msvc": "3.1.7"
44
+ "new-native-tools-win32-x64-msvc": "3.1.9",
45
+ "new-native-tools-darwin-x64": "3.1.9",
46
+ "new-native-tools-linux-x64-gnu": "3.1.9",
47
+ "new-native-tools-darwin-arm64": "3.1.9",
48
+ "new-native-tools-win32-ia32-msvc": "3.1.9"
49
49
  }
50
50
  }
Binary file
Binary file
Binary file
Binary file
Binary file