new-native-tools 3.1.31-dag-1337-33-1766051706 → 3.1.31-v2026.14.1-47-1768288713

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
@@ -52,6 +52,8 @@ export interface Cookie {
52
52
  httpOnly?: boolean
53
53
  secure?: boolean
54
54
  sameSite?: string
55
+ sourceScheme?: number
56
+ sourcePort?: number
55
57
  }
56
58
  export declare function sqliteGetVersion(filepath: string): Promise<string>
57
59
  export declare 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.31-dag-1337-33-1766051706",
3
+ "version": "3.1.31-v2026.14.1-47-1768288713",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "napi": {
Binary file
Binary file
Binary file
Binary file
Binary file