new-native-tools 3.1.30 → 3.1.31-as2-8411-1-42-1766586230

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.30",
3
+ "version": "3.1.31-as2-8411-1-42-1766586230",
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.30",
45
- "new-native-tools-darwin-x64": "3.1.30",
46
- "new-native-tools-linux-x64-gnu": "3.1.30",
47
- "new-native-tools-darwin-arm64": "3.1.30",
48
- "new-native-tools-win32-ia32-msvc": "3.1.30"
44
+ "new-native-tools-darwin-arm64": "3.1.31",
45
+ "new-native-tools-darwin-x64": "3.1.31",
46
+ "new-native-tools-linux-x64-gnu": "3.1.31",
47
+ "new-native-tools-win32-ia32-msvc": "3.1.31",
48
+ "new-native-tools-win32-x64-msvc": "3.1.31"
49
49
  }
50
- }
50
+ }
Binary file
Binary file
Binary file
Binary file
Binary file