@gjsify/tls 0.4.28 → 0.4.29

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.
@@ -1,4 +1,4 @@
1
- import Gio from '@girs/gio-2.0';
1
+ import type Gio from '@girs/gio-2.0';
2
2
  import GLib from '@girs/glib-2.0';
3
3
  export interface CertSubject {
4
4
  CN?: string | string[];
@@ -1,5 +1,5 @@
1
- export type { OcspResponseInfo, } from '@gjsify/tls-native';
2
- export { OcspCertStatus, OcspResponseStatus, } from '@gjsify/tls-native';
1
+ export type { OcspResponseInfo } from '@gjsify/tls-native';
2
+ export { OcspCertStatus, OcspResponseStatus } from '@gjsify/tls-native';
3
3
  import { type OcspResponseInfo as _OcspResponseInfo } from '@gjsify/tls-native';
4
4
  /**
5
5
  * Returns true when OCSP-response parsing is available — i.e. when the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/tls",
3
- "version": "0.4.28",
3
+ "version": "0.4.29",
4
4
  "description": "Node.js tls module for Gjs",
5
5
  "type": "module",
6
6
  "module": "lib/esm/index.js",
@@ -33,16 +33,16 @@
33
33
  "tls"
34
34
  ],
35
35
  "devDependencies": {
36
- "@gjsify/cli": "^0.4.28",
37
- "@gjsify/unit": "^0.4.28",
36
+ "@gjsify/cli": "^0.4.29",
37
+ "@gjsify/unit": "^0.4.29",
38
38
  "@types/node": "^25.9.1",
39
39
  "typescript": "^6.0.3"
40
40
  },
41
41
  "dependencies": {
42
42
  "@girs/gio-2.0": "2.88.0-4.0.1",
43
43
  "@girs/glib-2.0": "2.88.0-4.0.1",
44
- "@gjsify/net": "^0.4.28",
45
- "@gjsify/tls-native": "^0.4.28",
46
- "@gjsify/utils": "^0.4.28"
44
+ "@gjsify/net": "^0.4.29",
45
+ "@gjsify/tls-native": "^0.4.29",
46
+ "@gjsify/utils": "^0.4.29"
47
47
  }
48
48
  }